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

/* Document Information
  -Version: 1.0
  -Author:
*/

/* Directory
  1. =RESPONSIVE
  2. =PRIMARY
  3. =HEADER
  4. =SIDEBAR
  5. =FOOTER
  6. =MISC
*/

/* =========== 1. =RESPONSIVE ====== */


/* =========== 2. =PRIMARY ========= */
.main-page-wrapper .wd-content-layout {
    padding-block: 0px;
}

/* add shadow to text */
.title-wrapper.text-shadow .title, .text-shadow {
    text-shadow: 0px 1px 9px BLACK;
}

/* inline list for "are your experiencing" section */
.wd-list.inline-list {
    display: inline-block;
    flex-direction: unset;
}

.wd-list.inline-list .wd-icon {
    display: inline-block;
}

.wd-list.inline-list li {
    display: inline-block;
    padding: 10px 35px;
}


body [class*="color-scheme-light"], body .whb-color-light {
    --wd-otl-color-scheme: #fff;
    --wd-text-color: #fff;
}

/* =========== 3. =HEADER ========== */

/* overlap logo on menu */
.wd-logo img {
    max-height: 190px !important;
    margin-top: -25px;
}

.whb-sticked .wd-logo img {
    max-height: 120px !important;
    margin-top: -25px;
}


/* =========== 4. =SIDEBAR ========= */


/* =========== 5. =FOOTER ========== */


/* =========== 6. =MISC ============ */

.vc_column-inner .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 165px !important;
}

.wd-accordion-content.wd-entry-content.wd-active {
    padding-left: 22px;
}

@media print {a:link:after, a:visited:after {content: "";}}

/* show mobile menu sooner */
@media (max-width: 1515px) {
    /* activate mobile menu and hide main navigation at 1199px width */
    .whb-header .whb-visible-lg, .whb-header .whb-hidden-mobile,
    .whb-sticked .whb-visible-lg, .whb-sticked .whb-hidden-mobile {
        display: none;
    }

    .whb-header .whb-hidden-lg, .whb-header .whb-hidden-desktop,
    .whb-sticked .whb-hidden-lg, .whb-sticked .whb-hidden-desktop {
        display: flex;
    }
}

:root {
--wd-scroll-w: 0px !important;
}


