/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.color-yellow {
	color: #F3C002;
}

.topbar-text {
	font-weight: 800!important;
	font-size: 16px;
}

a.widget-email {
	text-transform: uppercase;
	font-weight: 700!important;
	font-size: 14px;
	color:white!important;
}

.widget-address {
	text-transform: uppercase;
	font-weight: 700!important;
	font-size: 14px;
	color:white!important;
}

.searching-for {
	font-weight: 900!important;
	line-height: 62px;
	font-variant: small-caps!important;
	text-transform: uppercase;
	margin-top: 5px;
}

.searching-for-2 {
	text-transform: uppercase;
	font-weight: 900!important;
	line-height: 38px;
	margin-top: 20px;
}

.vc_btn3-color-orange {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
/* or 22px */
	text-align: center;
	text-transform: uppercase;
	color: #101213!important;
	background-color:  #F9C402!important;
}

.main-block-3-cols {
	font-weight: 900!important;
}

.main-block-3-cols-2 {
	font-weight: 800!important;
}

.main-block-3-cols-3 {
	font-weight: 600!important;
	line-height: 23px!important;
	margin-bottom: 50px;
}

.main-block-3-cols,
.main-block-3-cols-2,
.main-block-3-cols-3 {
	padding-left: 55px;
}


.cols-6-icon {
	height: 137px;
}


.col-6-text {
	margin-left: -6px;
	margin-right: -6px;
}

.contact-us-title {
	font-weight: 900!important;
	margin-top: 30px;
}

.contact-us-wrapper {
	margin:10px 0px 40px 80px;
}


.contact-us-wrapper .screen-reader-response {
	color:white;
	font-weight: bold;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form select, 
.wpcf7-form textarea{
	background-color: white;
	padding: 5px 10px!important;
	border: none!important;
}


.wpcf7-form input[type="submit"] {
	width: 100%;
	background: #F9C402;
	color: #3C3C3C;
	
}

.wpcf7-form textarea{
	min-height: 60px!important;
}

.mobile {display: none;}

@media screen and (max-width:767px){
	.desctop {display: none!important;}
	.mobile {display: block!important;}
	.searching-for {
		margin-top: 0px;
		font-size: 40px!important;
		line-height: 40px;
		padding-left: 55px;
	}
	.searching-for-2 {
		font-size: 23px!important;
		line-height: 26px;
		padding-left: 55px;
	}
	.main-block-3-cols-3 {

    	margin-bottom: 0px!important;
	}
	.main-block-3-cols-2
	 {
		margin-top: -25px;
	}
	.contact-us-wrapper {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
	.col-6-text {
		margin-top: -27px;
		margin-bottom: 20px;
	}
}