/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*
 * x. General
 * x. Header
 * x. Main Menu
 * x. Hot Message
 * x. Footer
 * x. Pages
 * x. Utilities
 */

#menu-principal .sub-menu .current-menu-item{
	background-color: #eee;
}


/* --- x. General --- */

.scrollToTop{
	bottom: 80px;
}

.site-content{
	margin-bottom: 0;
}

.main-page-wrapper{
	padding: 0;
}

.woodmart-prefooter{
	padding: 0;
}

p:empty{
	display: none;
}

.pv-120{
	padding-top: 70px;
	padding-bottom: 70px;
}

.woodmart-row-divider svg{
	fill: #65a346 !important;
}

@media(max-width: 768px){
	h1.vc_custom_heading{
		font-size: 24px !important;
		line-height: 1.3 !important;
	}
	
	h2.vc_custom_heading{
		font-size: 24px !important;
		line-height: 1.5 !important;
	}
	
	h3.vc_custom_heading{
		font-size: 21px !important;
		line-height: 1.5 !important;
	}
	
	.pv-120{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* Form */

#gform_1 .gform_button{
	display: block;
	margin: 0 auto;
	color: #fff;
	border-radius: 50px;
    min-height: 50px;
    padding: 12px 35px;
	background-color: #75a489;
}

#gform_1 .gform_button:hover{
	background-color: #82bd9b;
	box-shadow: none;
}


/* --- 1. Header --- */

.whb-scroll-stick .woodmart-logo{
	animation: none;
}

@media(max-width: 1200px) and (min-width: 1024px){
	#menu-principal > li > a{
		font-size: 14px;
		padding: 0 6px;
	}
	
	#menu-principal .menu-cta > a{
		padding: 15px 20px;
	}
}

@media(max-width: 1024px){
	.whb-main-header .whb-header-bottom .whb-header-bottom-inner{
		height: inherit;
		min-height: 60px;
		padding: 15px 0;
	} 
}

@media(max-width: 768px){
	.mobile-nav-icon .woodmart-burger-label{
		display: inline;
	}
}

/* --- 1. Hot Message --- */

.hot-message p{
	font-size: 14px;
}

/* --- 2. Main Menu --- */

#menu-principal > li .woodmart-nav-link{
	text-transform: inherit;
	color: #899c91;
}

#menu-principal > li .woodmart-nav-link:hover,
#menu-principal > li .woodmart-nav-link:active{
	color: #75a489;
}

/* CTA */

#menu-principal .menu-cta a{
	padding: 15px 30px;
	background-color: #75a489;
	color: #fff;
	border-radius: 50px;
	min-height: 50px;
    margin-left: 14px;
}

#menu-principal .menu-cta a:hover{
	color: #fff;
	background-color: #82bd9b;
}

/* --- x. Footer --- */

.vg-footer-list-icon{
	font-size: 18px;
	padding: 0;
	margin-bottom: 12px;
	text-transform: inherit;
}

.vg-footer-list-icon:hover{
	background-color: transparent;
	box-shadow: none !important;
}

.vg-footer-list-icon span.wd-btn-icon{
	margin-right: 12px;
    padding: 15px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 28px;
    color: #74a489;
	-webkit-transition: background .35s ease;
	-moz-transition: background .35s ease;
	-ms-transition: background .35s ease;
	-o-transition: background .35s ease;
	transition: background .35s ease;
}

.vg-footer-list-icon:not([href]){
	cursor: default;
}

/*
.vg-footer-list-icon[href^='http']:hover span.wd-btn-icon,
.vg-footer-list-icon[href^='mailto']:hover span.wd-btn-icon{
	background-color: #82bd9b;
}
*/

@media(max-width: 1024px){
	.vg-copyright p{
		text-align: center;
	}
}

@media(max-width: 768px){
	.vg-footer-list-icon{
		flex-direction: column-reverse;
		margin-bottom: 24px;
		font-size: 16px;
	}
	
	.vg-footer-list-icon span.wd-btn-icon{
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.vg-footer-buttons .woodmart-button-wrapper{
		text-align: center !important;
	}
}

.vg-copyright p{
	font-size: 14px;
}

.vg-footer-menu{
	margin-bottom: 0 !important;
	text-align: right;
}

.vg-footer-menu ul{
	/*
	 * display: flex;
	 * justify-content: flex-end;
	 */
}

.vg-footer-menu ul li{
	margin: 0;
	display: inline-block;
}

.vg-footer-menu ul li:not(:last-child):after{
	content: '/';
}

.vg-footer-menu ul li a{
	/*
	 * color: #fff !important;\
	 * font-size: 14px;
	 * border-right: 1px solid #9fceb2;
	 * */
	color: #232323 !important;
	font-size: 14px;
	font-weight: 400 !important;
	padding: 0 6px;
	line-height: 1;
}

.vg-footer-menu ul li:last-child a{
	padding-right: 0;
	border-right: 0;
}

@media(max-width: 1024px){
	.vg-footer-menu ul{
		text-align: center;
	}
}

@media(max-width: 768px){
	
	.vg-footer-menu ul li{
		/*
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #9fceb2;*/
	}
	
	.vg-footer-menu ul li a{
		padding: 8px;
		border-right: none;
		font-size: 14px !important;
	}

}

@media(max-width: 550px){
	.vg-copyright{
		padding-right: 90px;
	}
}

/* WhatsApp */

#whatsapp{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

#whatsapp a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	font-size: 24px;
	color: #fff;
	background-color: #59a334;
}

#whatsapp a:hover{
	background-color: #61b537;
}

/* --- x. Pages --- */

/* Home */

.vg-service-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner span.vc_icon_element-icon{
	font-size: 50px !important;
}

.vg-cards > .wpb_column > .vc_column-inner{
	background-color: #f9f9f9;
	padding: 30px 30px 10px 30px;
	border-radius: 30px;
	box-shadow: 0px 0px 45px -10px rgba(93,114,128,0.15);
	-webkit-transition: box-shadow 0.35s ease;
	-moz-transition: box-shadow 0.35s ease;
	-ms-transition: box-shadow 0.35s ease;
	-o-transition: box-shadow 0.35s ease;
	transition: box-shadow 0.35s ease;
}

.vg-cards > .wpb_column:hover > .vc_column-inner{
	box-shadow: 0px 0px 55px -10px rgba(93,114,128,0.25);
}

.vg-cards .vg-close-quote{
	position: absolute;
    right: 30px;
    bottom: 10px;
}

.vg-cards div.vc_custom_heading{
	padding-right: 50px;
}

@media(max-width: 768px){
	.vg-cards{
		padding: 0 20px;
	}
	
	.vg-cards > .wpb_column{
		padding-bottom: 0 !important;
	}
	
	.vg-cards > .wpb_column > .vc_column-inner{
		padding: 20px;
		margin-top: 0 !important;
	}
	
	.vg-cards .vc_icon_element.vc_icon_element-outer{
		margin-bottom: 10px !important;
	}
	
	.vg-cards .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
		height: 30px !important;
		width: 30px !important;
	}
	
	.vg-cards .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
		font-size: 24px !important;
	}
	
	.vg-cards div.vc_custom_heading{
		margin-bottom: 0 !important;
	}
	
}

/* Services */

.vg-accordeon{
	border: 1px solid #e6e6e6;
}

.vg-accordeon .vc_tta-panel-title{
	line-height: 1.5em !important;
}

/* Blog */

.entry-meta-list{
	font-size: 14px;
	display: flex;
	margin: 10px 0 0;
}

.entry-meta-list .rt-prefix{
	font-weight: 700;
}

.single-post #comments,
.single-post .back-to-archive{
	display: none;
}

.single-post .sidebar-inner{
	background-color: #f7f7f7;
    padding: 30px;
    border: 1px solid #e0e0e0;
}

.single-post .sidebar-inner .widget-title{
	font-weight: 900;
}

body.single-post .entry-meta-list li{
	margin-right: 0;
}

body.single-post .entry-meta-list li,
body.single-post .entry-meta-list li a{
	color: #7a7a7a;
}

body.single-post .entry-meta-list li:after{
	content: '-';
	margin-right: 5px;
	margin-left: 5px;
}

body.single-post .entry-meta-list li:last-child:after{
	content: '';
}

/* Posts Cards */

article.blog-design-masonry .woodmart-entry-meta{
	display: block;
}

article.blog-design-masonry .entry-meta-list{
	flex-direction: column;
}

article.blog-design-masonry .entry-meta-list .meta-author,
article.blog-design-masonry .entry-meta-list .meta-reply{
	display: none;
}

/* Forms */

.vg-textarea textarea{
	min-height: 100px;
}

@media(max-width: 768px){
	.gform_fields{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
	}
	
	.vg-textarea{
		grid-column-start: 1;
    	grid-column-end: 3;
	}
	
	.gform_fields label{
		font-size: 13px !important;
		font-weight: 600;
	}
	
	.gform_wrapper .gform_button{
		max-width: 250px !important;
	}
	
	.gform_wrapper .top_label li.gfield.gf_left_half, 
	.gform_wrapper .top_label li.gfield.gf_right_half{
		width: 100%;
	}
}


/* --- x. Utilities --- */

.uppercase{
	text-transform: uppercase;
}

.rounded img{
	border-radius: 40px;
}

@media(max-width: 768px){
	
	.rounded{
		margin-bottom: 0 !important;
	}
	
	.rounded img{
		max-width: 250px;
		margin: 0 auto;
	}
	
	.rounded.mw450 img{
		max-width: 450px;
	}
	
	.mobile-center .wpb_single_image .vc_figure,
	.mobile-center .wpb_single_image .vc_single_image-wrapper,
	.mobile-center .wpb_single_image .vc_single_image-img{
		display: block;
	}
	
	.mobile-center .wpb_single_image .vc_single_image-img{
		margin: 0 auto;
	}
	
	.mobile-center .vc_separator{
		margin-left: auto;
		margin-right: auto;
	}
	
	.mobile-center .woodmart-button-wrapper{
		text-align: center;
	}
	
	.mobile-center .vc_custom_heading,
	.mobile-center .wpb_text_column{
		text-align: center !important;
	}
	
	.mobile-center .vc_tta-panel-body .wpb_text_column{
		text-align: left !important;
	}
	
	.mobile-hide{
		display: none !important;
	}
}

@media(max-width: 500px){
	
	.rounded.mw450{
		padding-left: 10px;
		padding-right: 10px;
	}
		
	.rounded.mw450 img{
		max-width: 100%;

	}
}

p.bold{
	font-weight: 700;
}

.section-divider.h50{
	height: 50px;
}

.section-divider.h50 svg{
	height: 20px !important;
}

.section-divider.scale{
	transform: scale(1, -1);
}

.top-arrow{
	position: relative;
}

.top-arrow:before{
    content: '';
	position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f9f9f9;
    top: -15px;
    left: calc(50% - 15px);
    transform: rotate(45deg);
}

.top-arrow.white:before{
	background-color: #fff;
}

.mt30{
	margin-top: 30px;
}

.service-xxl.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-have-style-inner{
	width: 150px !important;
	height: 150px !important;
}

.service-xxl.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-have-style-inner .vc_icon_element-icon{
	font-size: 6em !important;
}


.overlay{
	z-index: 1;
}

.overlay:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	min-height: 100%;
	z-index: -1;
}

.overlay.white:after{
	background-color: rgba(255,255,255,0.7);
}

@media(max-width: 768px){
	.box-shadow img{
		box-shadow: 0px 0px 23px -3px #00625a;
	}
}

#covid19 p{
	font-size: 14px;
	color: #fff;
	text-align: center;
}

body.single-post #covid19{
	padding-left: inherit !important;
	padding-right: inherit !important;
}

@media(max-width: 768px){
	
	.entry-content > .vc_row:first-child{
		margin-bottom: 0 !important;
	}
	
	#covid19{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	#covid19 p{
		font-size: 13px;
	}
	
}

@media(max-width: 991px){
	.vg-service-icons{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.vg-service-icons > .wpb_column{
		margin-bottom: 20px;
	}
}

@media(max-width: 991px) and (min-width: 768px){
	.vg-service-icons > .wpb_column:nth-child(4){
		clear: both;
	}
}

/* Landing Page */

.lp-logo img{
    max-width: 200px;
}

.lp-content-row{
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 6px;
}

.lp-content-box{
	padding: 30px;
	background-color: #fff;
}

.lp-form-box{
	position: relative;
	z-index: 1;
}

.lp-form-box:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	
}

.lp-form-box > .vc_column-inner{
	min-height: 520px;
}

.lp-form-box .wpb_wrapper{
	position: relative;
	z-index: 2;	
}

.lp-form-box .gform_button{
	background-color: #00625a;
	border-radius: 50px;
	color: #fff;
}

.lp-form-box input[type='text']{
	border: 2px solid rgb(129 129 129 / 50%) !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

@media(max-width: 768px){
	
	.header-banner p{
		font-size: 14px;
	}
	
	.lp-big-content{
		padding: 20px !important
	}
	
	.lp-form-box > .vc_column-inner{
		min-height: 350px;
	}
	
	.mobile-center{
		text-align: center !important;
	}
	
	.lp-form-box .gform_button{
		max-width: inherit !important;
	}
	
	.lp-form-box input[type='text']{
		width: 100% !important;
	}
	
}

@media(max-width: 600px){
	.lp-form-box .gform_fields{
		grid-template-columns: repeat(1 , 1fr) !important;
	}
	
	.lp-big-content{
		padding: 15px !important
	}
}

@media(max-width: 450px){
	.lp-logo img{
		max-width: 120px;
	}
}

/* Header Banner */

.header-banner .header-banner-link{
	z-index: 1;
}

.header-banner .header-banner-container{
	text-align: center;
}

.header-banner .promo-cta{
	cursor: pointer;
    font-size: 15px;
    color: #20353f;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 18px;
    background: rgb(249 219 2);
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

/* Animations */

@keyframes pulse-black {
    0% {
        transform: scale(0.975);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    
    100% {
        transform: scale(0.975);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Banners */

.vg-banner{
	border-radius: 6px;
    overflow: hidden;
	margin-bottom: 10px !important;
}

.vg-banner .banner-mask .wrapper-content-banner{
	background-color: rgba(0,0,0,.6);
}

.vg-banner .banner-title{
	text-shadow: 0 0 4px rgba(0,0,0,0.9);
}

@media(min-width: 768px){
	.vg-banners .wpb_column > .vc_column-inner{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media(max-width: 768px){
	.vg-banner{
		margin-bottom: 15px !important;
	}
}

.vg-social{
	margin-bottom: 40px;
}

.vg-social .woodmart-social-icon,
.vg-social .woodmart-social-icon:hover{
	border: 1px solid;
}

.vg-footer-contact a{
	font-weight: 700;
}

.woodmart-blog-holder article.post .meta-post-categories{
	display: none !important;
}

.vg-service-carousel .owl-item .woodmart-gallery-item{
	width: 380px !important;
}

@media(max-width: 768px){
	.mobile-mb0.mobile-mb0{
		margin-bottom: 0 !important;
	}
	
	.mobile-mv20.mobile-mv20{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}

