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

h1.woodmart-title-container, h2.woodmart-title-container{
	line-height:1.2em !important;	
}
a.btn.btn-color-alt.head_btn {
    padding: 16px 20px 13px 20px !important;
    min-width: 9rem !important;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #fff;
    font-weight: bold;
}
.wd-tools-element.wd-header-mobile-nav{
--wd-tools-icon-base-width: 25px;	
}
.whb-sticked .wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #000 !important;
}
.whb-general-header.whb-flex-flex-middle .whb-col-center {
    flex: inherit !important;
}
.wd-header-mobile-nav .wd-tools-icon:before {
    color: #fff !important;
}
.whb-sticky-shadow.whb-sticked .wd-header-mobile-nav .wd-tools-icon:before {
    color: #000 !important;
}
.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a {
    color: #333;
}
.wd-nav.wd-style-default {
    --nav-color-hover: #f9a77a !important;
}

/***Camping & Glamping Tabs****/
.cust_rem_tab .uc-items-wrapper {
    justify-content: space-evenly !important;
}

@media(max-width:767px){
.whb-row.whb-general-header.whb-sticky-row:not(.whb-sticky-prepared.whb-sticked .whb-row.whb-general-header.whb-sticky-row) {
    padding-top: 10px;
}	
a.btn.btn-color-alt.head_btn {
    min-width: unset !important;
}	
}
@media(min-width:768px){
.whb-row.whb-general-header.whb-sticky-row:not(.whb-sticky-prepared.whb-sticked .whb-row.whb-general-header.whb-sticky-row) {
    padding-top: 15px;
}
}
@media(min-width:1181px){
   .container, .container-fluid {
    padding-inline: 40px;
} 
}
@media(min-width:1480px){
    .info_left_bg_img {
    background-size: 70% auto !important;
}
}