/*Theme Name: KMK
Theme URI:
Description: 
Version: 1.0
Author: K.Donenko

License:
License URI:
Tags: two-columns, custom-background, custom-colors, featured-images, theme-options
Text Domain: firenze
*/

body, p {
    font-family: Montserrat !important;
}
.wp-caption{
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption-text{
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;}
.sticky{color: #000;}
.gallery-caption{
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.24s ease-in-out;
-moz-transition: opacity 0.24s ease-in-out;
transition: opacity 0.24s ease-in-out;}
.bypostauthor{
	color:#000;
}
.alignleft
 {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright{
    display: block;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.screen-reader-text:focus {
color:#000;	
}


/*----------------------------------- MY STYLES -----------------------------------*/
.isotope-item {
    border: 1px solid white;
}
.wpcf7-form input[type="text"], .wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form textarea, .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"]  {
    height: 48px;
    width: 100%;
    background-color: #FFF;
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    border-radius: 0;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid rgba(148, 148, 148, 0.17);
    -webkit-box-shadow: none;
    box-shadow: none;
}
#pagetop {
	border-top: 5px solid rgb(255, 232, 0);
}


