/*	
			-webkit-transition: all 0.3s ease-in;
			-moz-transition: all 0.3s ease-in;
			-ms-transition: all 0.3s ease-in;
			-o-transition: all 0.3s ease-in;
			transition: all 0.3s ease-in;	
*/


/*
Theme Name: Valeriakarat
Author: cx-717
Author URI: https://gt-design.ru
*/

/*
	

	Table Of Content:
	
	

	Global................................... 47

	Header................................... 142

	Menu..................................... 212
	
	Content...................................305

	Footer....................................373


*/

 

@font-face {
    font-family: Roboto-Light;
    src: url(inc/fonts/roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(inc/fonts/roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(inc/fonts/roboto/Roboto-Regular.ttf);
}




/* =Global
----------------------------------------------- */

* { color: #e7bf59; }

body, input, textarea {
	font-size: 14px;
	font-family: Roboto-Regular;
	font-weight: 500;
	line-height: 1.625;
}
body {	background: url(images/texture-greenmarble.jpg); }

#background-gradient {
    min-height: 100%;
    margin-bottom: -1px;
    width: 100%;
    background: transparent;
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(32,54,24,0.51) 48%, rgba(31,53,24,0.5) 49%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(48%,rgba(32,54,24,0.51)), color-stop(49%,rgba(31,53,24,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(32,54,24,0.51) 48%,rgba(31,53,24,0.5) 49%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(32,54,24,0.51) 48%,rgba(31,53,24,0.5) 49%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(32,54,24,0.51) 48%,rgba(31,53,24,0.5) 49%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(32,54,24,0.51) 48%,rgba(31,53,24,0.5) 49%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    	
}

.bg-texture { background: url(images/texture-greenmarble.jpg); }

a {  color: #e7bf59; }
a:hover,
a:focus { color: #ba8133; }
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/*  make img responsive  */

img, iframe {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

img.alignleft { float: left; }
img.alignright { float: right; }

/* Headings */

h1,h2,h3,h4,h5,h6 {
	clear: both;
}
 
h1 {
	font-family: Roboto-Medium;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	margin: 30px auto 60px;
}

h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
}
 
h3 { 
	font-family: Roboto-Regular; 
	font-size: 30px;
	text-align: center; 
	text-transform: uppercase;
} 

h4 { 
	font-family: Roboto-Regular; 
	font-size: 20px;
	text-align: left; 
} 

h4 a, h4 a:hover { color: #e7bf59; }
h4 a:hover { text-decoration: underline; }
 
/* =Help Classses
----------------------------------------------- */ 
 
.center-section { max-width: 1170px; margin: auto; } 
 
.clear:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
} 

.yellow-line {
	height: 1px;
	overflow: hidden;
	background: #735D2C;
}

.roboto-reg { font-family: Roboto-Regular; }
.roboto-light { font-family: Roboto-Light; }
.roboto-med { font-family: Roboto-Medium; }

.roboto-400 { font-family: font-family: "Roboto", sans-serif; font-weight: 400; }
.roboto-500 { font-family: font-family: "Roboto", sans-serif; font-weight: 500; }
.roboto-700 { font-family: font-family: "Roboto", sans-serif; font-weight: 700; }
.roboto-900 { font-family: font-family: "Roboto", sans-serif; font-weight: 900; }


/*  Make video responsive ( if it in the div with 'video-container' class )  */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
 

/* Delete word press edit links */ 

.edit-link, .post-edit-link { display: none; }
 
 
/* =Header
----------------------------------------------- */
 
.social-links { width: 274px; margin: auto; }

.social-links li { float: left; margin-right: 12px; }
.social-links li.last { margin-right: 0; }
.social-links li a { 
	display: block; 
	width: 45px;
	height: 45px;
	background: url(images/social_border.png) no-repeat;	
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
}

.social-links li a i { color: #E7BF59; font-size: 23px; }
.social-links li a:hover i { text-shadow: 0 0 12px #E7BF59; } 


#top-phones { line-height: 22px; margin-top: 4px; }

#top-phones a {  
	font-family: Roboto-Medium; 
	color: #BA8133;
	font-size: 20px;
}

#top-callback {  
	display: block;
	width: 201px;
	height: 47px;
	background: url(images/top-callback.png) no-repeat;
	font-size: 18px;
	font-family: Roboto-Regular; 
	padding: 8px 0 0 38px;
	color: #BA8133;
	margin: 3px auto;
}

#nav-bar{
	border-top: 1px solid #735D2C;
	border-bottom: 1px solid #735D2C;
	height: 90px;
}
 

/* =Menu
-------------------------------------------------------------- */



#access {
	clear: both;
	display: block;
	float: left;
	margin: 7px auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

#access li {
 	float: left;  
	position: relative;
 	height: 37px;  
	text-align: left;
}
 
.love-magic-last-menu-item { 
	position: relative;
	margin-top: 30px;
	margin-left: -486px;
	text-shadow: 0 0 20px #58ff60;
}

.love-magic-first-menu-item { 
	text-shadow: 0 0 20px #58ff60;
	display: none;
}


@media ( max-width: 992px ){
	.love-magic-last-menu-item   { display: none !important; }
	.love-magic-first-menu-item   { display: inline; }
}

#access a {
	color: #e7bf59;
	font-family: Roboto-Medium;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;;
}


/*  Microsoft Edge */
@supports (-ms-ime-align: auto) {
	#access a {   padding: 0 1.2em; }
}
/* IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	#access a {   padding: 0 1.2em; }	
}

#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 305px;
	z-index: 99999;
	border: 1px solid #e7bf59;
	background: #000;
	padding: 10px;
}


#access ul li.love-magic-last-menu-item ul { width: 250px; }

#access ul ul li {

 	height: auto;  
 	text-shadow: none;

}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {	 
	color: #e7bf59;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 1px;
	width: 288px;
	text-transform: uppercase;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
/* 	background: #efefef; */
	background: transparent;
}
#access li:hover > a,
#access a:focus {
	/*
	background: #f9f9f9; 
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));  
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
	*/
	background: transparent;
	text-decoration: underline;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

@media ( max-width: 1180px ){
	#access, #loving-magic-btn  { display: none; }
}


/* =Content
----------------------------------------------- */

/* Home Page */

#homepage { background: #000; padding-bottom: 40px; }


.text-banner { 
	color: yellow; 
	font-family: Courier New; 
	font-size: 23px; 
	position: absolute;
	top: 160px;
	margin-left: 60px;
	text-shadow: 0 0 40px #58ff60;
	color: #e7bf59;
	line-height: 30px;
}

@media ( max-width: 1180px ){
	.text-banner  { margin-left: 30px; top: 160px; }
}

@media ( max-width: 992px ){
	.text-banner  { display: none; }
}


#slogon { 
	height: 145px;
	background: url(images/homepage-slogon.png) repeat-x; 
	padding-top: 40px;
	margin-top: -145px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #735D2C;
}
 
.scrollbar {
	margin-left: 0px;
	float: left;
	background: transparent;
	overflow-y: scroll;
	margin-bottom: 25px;	
}

.force-overflow { min-height: 0px; } 
 

#scrollable-one { height: 290px; line-height: 20px; font-size: 14px; }
 
 
 
#scrollable-one::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: transparent;
	
}

#scrollable-one::-webkit-scrollbar {
	width: 6px;
	background-color: #000;
}

#scrollable-one::-webkit-scrollbar-thumb {
	background-color: #75642E;
	border-radius: 4px;
}
 

.light-bg {	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbc99a+0,fefdef+50,dbc99a+100 */
	background: #dbc99a; /* Old browsers */
	background: -moz-linear-gradient(left, #dbc99a 0%, #fefdef 50%, #dbc99a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #dbc99a 0%,#fefdef 50%,#dbc99a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #dbc99a 0%,#fefdef 50%,#dbc99a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbc99a', endColorstr='#dbc99a',GradientType=1 ); /* IE6-9 */ 
} 


/* Contact Form7 */

 
.wpcf7 .wpcf7-text { 
	border: 2px solid #ccc; 
	height: 50px;
	padding: 0px 20px 0 20px;	
	border-radius: 25px;
	width: 99%;
	background: transparent;
	text-align: center;
	font-size: 18px;
	color: #000;
} 
 
@media ( max-width: 992px ){
	.wpcf7 .wpcf7-text  { width: 270px; }
} 
 
 
.wpcf7 .wpcf7-submit { 
	width: 225px;
	height: 53px;
	color: #363124;
	font-size: 14px;
	text-align: center;
	background: url(images/orange-btn.png) no-repeat;
	margin-top: -2px;
	border: none;	
}
 

div.wpcf7-response-output {
	float: none;
	clear: both;
	background: #0D230E;
	padding: 15px 10px 20px !important;
	border-radius: 20px;
	margin: 30px auto;
	text-align: center;
	font-size: 20px;
}


.light-bg div.wpcf7-mail-sent-ok,
.light-bg div.wpcf7-mail-sent-ng,
.light-bg div.wpcf7-spam-blocked,
.light-bg div.wpcf7-validation-errors {
	border: 2px solid #e7bf59 !important;
}

#wpcf7-f107-p159-o1 { border: 3px solid red; max-width: 360px; }

/* Services Page */

#service-list a, #service-list a img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#service-list a { 
	display: block;
	width: 222px; 
	text-align: center; 
	margin: 0 auto;
}

#service-list a.thumb img { 
	filter: drop-shadow(16px 16px 20px black) grayscale(0.9) sepia(0.5) opacity(0.5); 
}

#service-list a.thumb:hover img {  
	filter: none; 
}

#service-list a.desc { 
	color: #e7bf59; 
	text-decoration: underline; 
	margin: 10px auto 50px;
}
#service-list a.desc:hover { text-decoration: none; }


/* Services Template */

a.orange-btn {
	display: block;
	width: 225px;
	height: 53px;
	padding-top: 16px;
	color: #363124;
	font-size: 14px;
	text-align: center;
	background: url(images/orange-btn.png) no-repeat;
	margin-top: 20px;
}



/* SMI About Me */

.post-snippet { margin-top: 20px; }

a.read-more-btn,
a.more-link { 
	display: block;
	width: 225px;
	height: 53px;
	background: url(images/orange-btn.png) no-repeat;
	color: #0D2710;
	border: none;
	margin: 20px 0;	
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
}

a.read-more-btn:hover, a.more-link:hover { color: #0D2710; }




/* Single Post */

.single-post img.left { float: left; margin: 0 20px 20px 0; }
a.back-to-the-list { 
	display: block; 
	margin: 20px 0; 
	width: 200px;
	font-size: 15px;
	color: #e7bf59;	
}

a.back-to-the-list:hover { text-decoration: underline; }

/*  Only Articles  */

.single-post.article h2,
.single-post.article h3,
.single-post.article h4,
.single-post.article h5 { display: inline; text-align: left; }

.single-post.article h2:before{
	content: "";
	height: 30px;
	width: 100px;
	display: table;
}

.single-post.article h2:after {
	content: "";
	height: 10px;
	width: 100px;
	display: table;
}

.single-post.article h3:before{
	content: "";
	height: 50px;
	width: 100px;
	display: table;
}

.single-post.article h3:after {
	content: "";
	height: 18px;
	width: 100px;
	display: table;
}


.single-post.article h2 { text-transform: none; font-size: 29px; text-align: left; }
.single-post.article h3 { text-transform: none;  text-align: left; }

.single-post.article a {  text-decoration: underline; }

.single-post.article img.alignleft { margin: 15px 15px 15px 0; }



/* Callback Form  */




/* Video Page */

.video-list .row.center-section { margin-bottom: 50px; } 


/* Sitemap Page */


ul.wsp-pages-list { margin-top: 40px; margin-left: 40px; }
ul.wsp-pages-list ul.children {  margin-top: 10px; margin-left: 40px; }

/* Pager on One Post Page ( Video Page ) */


.page-link { 
	height: 50px;
	margin: 70px 0px 50px;
}

.page-link span, .page-link a {
	float: left; 
	width: 45px;
	height: 45px;
	background: url(images/social_border.png) no-repeat;	
	text-align: center;
	padding-top: 9px;
	color: #E7BF59;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 4px;
}

.page-link span {
	background: url(images/active-page.png) no-repeat;
	color: #0B1E0B;
	float: left; 
	width: 41px;
	height: 41px;
	text-align: center;
	padding-top: 9px;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 4px;	
	
}

.page-link a span {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	color: #E7BF59;
	border: none;
}
 

/*  Pager on One Category Page  */

.navigation.pagination h2.screen-reader-text { display: none; }

.navigation.pagination .nav-links {}

.page-numbers {
	float: left; 
	width: 45px;
	height: 45px;
	background: url(images/social_border.png) no-repeat;	
	text-align: center;
	padding-top: 9px;
	color: #E7BF59;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 4px;	
}

.page-numbers:hover { text-shadow: 0px 0px 15px #E7BF59; color: #E7BF59; }

.page-numbers.current {
	background: url(images/active-page.png) no-repeat;
	color: #0B1E0B;
	float: left; 
	width: 41px;
	height: 41px;
	text-align: center;
	padding-top: 8px;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 2px;	
}
 
.nav-links .next.page-numbers, 
.nav-links .prev.page-numbers,
.dots.page-numbers { background: none; }
 
 
/* Reviews */

.commentlist li { margin-bottom: 50px; }

.commentlist .comment-name,
.commentlist .date  {
	display: block;
}
 
.commentlist .comment-content { margin-top: 4px; }
 
/* Comment Form */

h3#reply-title,
.comment-notes,
.comment-form-email,
.comment-form-url,
.comment-form-comment label,
.comment-form-author label { display: none; }



#respond { margin: 30px auto 80px; }
 
#respond #comment { 
	background: #081708;
	width: 100%;
	margin: 20px auto 8px;
	border-radius: 17px;
	border: 1px solid #B68045;
	box-shadow: 0 0 10px #58ff60;
	padding: 10px 20px;
	font-size: 17px;
}
 
#respond  #author {
	display: block;
	background: #081708;
	width: 50%;
	min-width: 200px;
	border-radius: 17px;
	border: 1px solid #B68045;
	margin: auto;
	padding: 10px 20px;	
	font-size: 17px;
} 

#respond #submit {
	display: block;
	width: 225px;
	height: 53px;
	background: url(images/orange-btn.png) no-repeat;
	color: #000;
	border: none;
	margin: 10px auto;
}

 
 
/* Review Pager */ 

.commets-pager { 
	height: 50px;
	margin: 70px 0px 50px;
} 
 
 
 
.commets-pager .prev.page-numbers,
.commets-pager .next.page-numbers { display: none; }  
 
.commets-pager a.page-numbers,
.commets-pager span.page-numbers.current {
	float: left; 
	width: 45px;
	height: 45px;
	background: url(images/social_border.png) no-repeat;	
	text-align: center;
	padding-top: 9px;
	color: #E7BF59;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 4px;
} 

.commets-pager span.page-numbers.current {
	background: url(images/active-page.png) no-repeat;
	color: #0B1E0B;
	padding-top: 8px;
} 

 
/* =Footer
----------------------------------------------- */

#footer-bottom { max-height: 155px; background: url(images/footer-bottom.jpg) repeat-x; }

ul.bottom-links li { float: left; margin-left: 4px; } 
ul.bottom-links li a { color: #E7BF59; font-size: 13px; text-decoration: underline; } 
ul.bottom-links li a:hover { text-decoration: none; } 
 
.contact-text { font-size: 16px; font-family: Roboto-Medium; } 

#bottom-contact-info div { line-height: 18px; margin-bottom: 10px; }

#bottom-contact-info div i {
 
	display: block;
	float: left; 
	width: 45px;
	height: 45px;
	background: url(images/social_border.png) no-repeat;	
	border-radius: 50%;
	text-align: center;
	padding-top: 7px;
	color: #E7BF59;
	font-size: 26px;
	margin-left: 7px;
	margin-right: 12px;
}

#bottom-contact-info div span { float: left; margin-top: 10px; }

#bottom-contact-info div a { color: #E7BF59; float: left; margin-top: 10px; }
#bottom-contact-info div:last-child { text-decoration: underline; } 

#bottom-contact-info div:nth-child(2) a, 
#bottom-contact-info div:nth-child(3) span { margin-top: 4px; } 	


/* Atmosphere */

#atmosphere {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbc99a+0,fefdef+50,dbc99a+100 */
	background: #dbc99a; /* Old browsers */
	background: -moz-linear-gradient(left, #dbc99a 0%, #fefdef 50%, #dbc99a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #dbc99a 0%,#fefdef 50%,#dbc99a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #dbc99a 0%,#fefdef 50%,#dbc99a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbc99a', endColorstr='#dbc99a',GradientType=1 ); /* IE6-9 */

}


#atmosphere .atmo-icons img { margin: 0px auto 20px auto; }


#scrollable-footer { height: 520px; }

#scrollable-footer, #scrollable-footer p { line-height: 20px; font-size: 14px; color: #000; }
#scrollable-footer p { margin: 20px 0; }
 
 
 
 
#scrollable-footer::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: transparent;	
}

#scrollable-footer::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

#scrollable-footer::-webkit-scrollbar-thumb {
	background-color: #75642E;
	border-radius: 4px;	
}

 

