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

/***Header***/
.whb-sticked .whb-color-light:not(.whb-with-bg) {
    background-color: #fff;
}
.whb-sticked .wd-nav[class*="wd-style-"]>li>a{
    color:inherit !important;
}
.whb-sticked .wd-tools-element>a {
    color: inherit !important;
}
.home .wd-logo img:not(.whb-sticked .wd-logo img) {
    filter: invert(1);
}
.pagin-style-2 .flickity-page-dots li, .flickity-button:after {
    color: #fff !important;
}
.home .wd-nav[class*="wd-style-underline"] .nav-link-text:after{
    background-color: #fff !important;
}
.home .whb-sticked .wd-nav[class*="wd-style-underline"] .nav-link-text:after{
    background-color: #000 !important;;
}
/***Space Control***/
.space_zero{
    margin-bottom: 0px !important;
}
.space_five{
    margin-bottom: 3px !important;
}
.whb-general-header .wd-nav-main>li>a, .whb-general-header .wd-tools-element>a{
    letter-spacing: .25em;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    height: 1px;
}
.stroke_text h1{
-webkit-text-stroke-color: #000;
-webkit-text-stroke-width: 0.5px;
letter-spacing: 10px;
z-index: -1;
color: transparent;
}
.wd-dropdown-menu.wd-design-default {
    background: #000;
}
.button{
    letter-spacing: 0.25em;
}
h3.wd-entities-title{
    letter-spacing: 0.05em;
}
h2.woodmart-title-container {
    letter-spacing: .05em;
}
.subtitle-color-default.subtitle-style-default {
    color: var(--wd-title-color) !important;
    letter-spacing: .25em;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}
.btn-style-rectangle {
    letter-spacing: .25em;
    line-height: 25px;
    padding: 15px 40px;
}
.mobile-nav .searchform input[type="text"] {
    height: 55px !important;
}
.footer_logo img{
    filter: invert(1);
}
input#nf-field-4 {
    width: 100%;
}

/***Woocommerce***/
.slider-title {
    text-transform: capitalize !important;
    font-size: 30px !important;
    letter-spacing: .05em !important;
}
.woocommerce-tabs .wd-nav.wd-style-underline-reverse>li>a{
    letter-spacing: .05em;
    font-size: 21px;
    text-transform: capitalize !important;
}
.single-breadcrumbs-wrapper .wd-breadcrumbs {
    font-size: 80% !important;
    margin-bottom:0px !important;
}
/**Newsletter**/
.nf-form-content {
    padding: 0px !important;
}
/***RESPONSIVE***/
@media (max-width: 767px){
h2.woodmart-title-container {
    font-size: 40px !important;
}
h1.woodmart-title-container {
    font-size: 50px !important;
}
.cust_slider_cont h1.woodmart-title-container {
    font-size: 35px !important;
    line-height: 45px !important;
}
}