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

/* Accordion tabs */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    background-color: #34a9b0 !important;
    color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff !important;
    background-color: #72c3c7 !important;
}

.vc_tta-panel-body {
    background-color: #eeeeee !important;
    padding: 45px !important;
}

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

/* remove extra padding and margin at the top of every page */
.main-page-wrapper {
    padding-top: 0px;
}

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


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

/* remove extra padding and margin at the bottom of every page */
.site-content {
    margin-bottom: 0px;
}

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

/* password protected page styling */
.post-password-form {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* 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: "";}}
