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

/* mega menu styling to remove white padding on either side and above mega menus */
.wd-dropdown-menu.wd-design-sized {
    padding: 0px 0px 0px 0px;
}

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


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


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

/* Linking Text Hover Color */

.wd-text-block-wrapper .woodmart-text-block a:hover {
    color: #85c0de !important;
}


/* Linking text color in footer */

.wd-text-block-wrapper .woodmart-text-block a {
    color: #5f8b4f !important;
}


/*Scroll to Top Styling */

.scrollToTop {
    background-color: #276b0d5e !important;
}

/* display second paragraph of responsive text block */
.main-page-wrapper .wd-text-block-wrapper .woodmart-text-block p:first-child:empty, 
.main-page-wrapper .wd-text-block-wrapper .woodmart-text-block p:first-child:empty~p:last-child {
    display: block;
}

/* hide auto generated p tag in responsive text block to fix weird spacing issue */
.main-page-wrapper .wwd-text-block-wrapper .woodmart-text-block p:empty:before {
    display: none;
}

/* text link color & active menu item color */
.wd-text-block-wrapper .woodmart-text-block a {
    color: var(--wd-link-color);
}

.wd-text-block-wrapper .woodmart-text-block a:hover {
    color: var(--wd-link-color-hover);
}

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