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

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

legend, h1, h2, h3, h4, h5, h6, .title, p{
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
}

.website-wrapper > *{
    font-family: "Oswald", sans-serif !important;
    line-height: 154% !important;
}

.whb-header .whb-general-header{
    background: #fff;
}

.footer-container{
    background: #1C303F;
}

.footer-container .copyrights-wrapper{
    background: #FFF;
    color: #1C303F;
    font-size: 19px;
    font-weight: 100;
}

.footer-container .copyrights-wrapper a{
    color: #1C303F;
    font-weight: 100;
}

.footer-container .copyrights-wrapper a:hover{
    text-decoration: underline;
}

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

.wd-prefooter{
    padding-bottom: 0px;
}

.footer_mid_sec p{
    line-height: 154% !important;
    font-size: 24px;
    font-weight: 300;
}

.footer_mid_sec .sg-social-icons a.wd-social-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c303f !important;
    margin-right: 30px;
}

.footer_mid_sec .sg-social-icons a:hover{
    color: #fff !important;
}

.footer_mid_sec .sg-social-icons a > i.fa{
    font-size: 35px;
}

.footer_mid_sec{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.sg_news_letter{
    text-align: left;
    margin-top: 25px;
}

.sg_news_letter p{}
.sg_news_letter p label{
    font-size: 16px;
}

.sg_news_letter p input[type="text"], .sg_news_letter p input[type="email"]{
    background: #d9d9d9;
}

.sg_news_letter p input[type="submit"]{
    background: #1C303F;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.wd-nav-main>li>a{
    font-size: 18px !important;
    padding-right: 20px;
    padding-left: 20px;
}

.mobile-nav{
    padding-top: 50px;
}

.close-side-widget{
    position: fixed;
    top: 0px;
    color: #cd3232;
    padding: 15px;
    right: 0px;
    font-size: 23px;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px;
    }
}

@media (max-width: 1499px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    
    
    .footer_mid_sec{
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }
    
    .middle_section .title-wrapper{
        text-align: center;
        margin-bottom: 30px !important;
    }
    
    .footer_mid_sec .jtm .wd-list li{
        justify-content: center;
    }
    
    .footer_mid_sec .jtm .wpb_text_column p{
        text-align: center !important;
    }
    
    .footer_mid_sec .jtm .sg-social-icons{
        text-align: center;
    }
    
    .footer_mid_sec .sg_footer_acknowledge_text{
        border: 2px solid #fff;
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .footer_mid_sec .sg_footer_acknowledge_text{
        margin-top: 25px;
    }
}

@media (max-width: 500px) {
    .footer_mid_sec .sg-social-icons a.wd-social-icon{
        margin-right: 5px;
    }
    
    .hmd_section .title-wrapper{
        margin-bottom: 15px !important;
        margin-top: 20px !important;
    }
    
    .middle_section .woodmart-title-container{
        font-size: 30px !important;
    }
    
    .middle_section .title-after_title, .middle_section p{
        font-size: 18px !important
    }
    
    .middle_section .wd-list.wd-fontsize-m, .middle_section .wd-list.wd-fontsize-l, .sg_service_button{
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    
    .footer_mid_sec .sg_footer_acknowledge_text{
        width: 96%;
    }
}
