/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
div#sec-1 a.elementor-icon.elementor-social-icon {
    transform: rotate(90deg);
}
div#sec-3 a {
/*     text-decoration: underline !important; */
    color: #fff !important;
}
a.buy-btn {
    background: #C28534 !important;
    color: #fff !important;
    padding: 20px 32px !important;
    border-radius: 10px;
    font-family: 'Poppins' !important;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 20px !important;
	margin-right: 200px !important;
}
.about-page-content {
    display: block !important;
}
div#contact-page input.wpcf7-form-control.wpcf7-submit {
    background: #C28534 !important;
    padding: 20px 32px !important;
    font-family: 'Poppins';
    font-size: 20px !important;
    font-weight: 500;
}
ul#menu-custom-header-menu li a {
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
	text-transform: uppercase !important;
    color: #fff;
}
ul#menu-custom-header-menu li.current-menu-item a, ul#menu-custom-header-menu li a:hover {
    color: #C28534 !important;
}
fieldset {
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (min-width: 1036px) and (max-width: 1366px) {
  div#sec-1 h4 {
    	font-size: 250px;
    	line-height: 190px;
	}
	div#sec-1 .title-subtitle {
		font-size: 60px;
		line-height: 83px;
	}
	div#sec-2 h2, div#sec-3 h2, div#sec-4 h2, div#sec-5 h2, div#sec-6 h2, div#sec-7 h2 {
		font-size: 40px;
		line-height: 60px;
	}
	.banner-follow {
    	bottom: 150px !important;
	}

}
@media screen and (max-width: 1000px) {
  .whb-col-right, .whb-mobile-right {
    	justify-content: right !important;
	}
	.wd-nav-mobile li:is(.current-menu-item,.wd-active)>a {
		color: #C28534 !important;
	}
	.wd-nav-mobile li a {
		font-size: 16px !important;
		font-weight: 600;
		font-family: 'Poppins';
	}
	footer.footer-container p {
    	text-align: center !important;
	}

}