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

.topbar-cta {
	font-weight: 400;
    font-size: 12px;
}
/*main nav*/
.wd-dropdown-menu.wd-design-full-width {
	padding-bottom: 30px;
	background-color: #f9f9f9;
}
.mega-cat-dd .wd-nav-vertical {
	border: 0;
}
.mega-cat-dd .wd-nav-vertical>li:not(:last-child) {
	border-bottom: 0;
}
.mega-cat-dd .wd-nav-vertical>li>a {
	line-height: normal;
	padding: 7px 12px;
}
.home  .main-page-wrapper {
	padding-top: 0;
}
.main-r2c .vc_column-inner {
	padding-top: 0 !important;
}
.main-banner-s .promo-banner-image {
	height: 565px;
	object-fit: cover;
}
.vc_custom_1618817889581.intro-txt {
	background-color: #dac246 !important;
	height: 565px;
}
.intro-txt {
	color: #ffffff;
	height: 565px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 50px;
    text-align: justify;
    font-style: italic;
    font-size: 30px;
}
/**Popup Newsletter**/
.mc4wp-form .nl-email {
	border: 1px solid #dac246;
}
.mc4wp-form .nl-btn {
	background-color: #dac246 !important;
}
/*hp main*/
.main-banner-v .banner-image .promo-banner-image  {
	height: 1065px;
    object-fit: cover;
}
/*Footer*/
.footer-container {
	background-color: #f9f9f9 !important;
}

/*Media*/
@media(max-width: 1700px){
	.intro-txt {
		font-size: 26px;
	}
}
@media(max-width: 1600px){
	.intro-txt {
		font-size: 24px;
	}
}
@media(max-width: 1440px){
	.intro-txt {
		font-size: 22px;
	}
}
@media(max-width: 1366px){
	.intro-txt {
		font-size: 22px;
	}
}


