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


/* =========== 3. =HEADER ========== */
/* Force Size of Mobile Menu for Laptopn */

@media (max-width: 1447px) {
/* activate mobile menu and hide main navigation at 1447px width */
header .whb-visible-lg, header .whb-hidden-mobile {
display: none;
}
header .whb-hidden-lg, header .whb-hidden-desktop {
    display: flex;
}
}

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


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


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


/* Cookies Button Color */

.cookies-buttons .cookies-accept-btn {
    background-color: rgb(9 17 114) !important;
}

/* Hide Author */

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

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