/*
 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 ========= */

[class*="wd-underline-colored"] u {
    color: #b38f6f !important;
}

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

/* Hide space on Mega Menu */

.wd-dropdown-menu.wd-design-default {
padding: 0;
}


/* Top Bar Font Size */

.whb-top-bar .wd-nav-secondary>li>a {
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* Sticky Header Color on Scroll */

.whb-sticked .whb-row.whb-general-header.whb-sticky-row.whb-with-bg.whb-without-border.whb-color-light.whb-flex-equal-sides {
background-color: #b38f6f;
}

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


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


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

/* Cookies Button Color */

.cookies-buttons .cookies-accept-btn
 {
    background-color: #000000 !important;
}

/* Hide Next Blog element on individual posts */

.wd-single-footer {
display: none !important;
}

.wd-page-nav {
display: none !important;
}

/* Remove 40px Bottom Padding */

.wd-content-layout {
    padding-block: 0px;
}

/* Hide Author on Blogs */

li.meta-author {
    display: none !important;
}

.wd-meta-author {
    display: none;
}

/* Hide Comments on Blogs */

.wd-meta-reply {
    display: none !important;
}

/* Add extra margin on top of blog container */
.single-post .main-page-wrapper>.container {
    margin-top: 32px;
}

/* Make buttons hover user secondary color */

.btn.btn-style-link {
    --btn-brd-color-hover: var(--wd-alternative-color) !important;
}

/* Make sticky header have a background color but only when scrolling down */
.whb-sticky-header.whb-sticked {
    background-color: #88603d;
}


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