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

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

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


/* =========== 2. =PRIMARY ========= */


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


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


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


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

/* homepage full width promo banner text max-width */
.content-width .content-banner .content-size-default {
    max-width: 65%;
    float: right;
}


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

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

/* Top Bar */
.whb-top-bar .whb-text-element {
    font-size: 15px;
    line-height: 1.2;
}

/* Main Navigation */ 
.whb-color-dark .navigation-style-default .item-level-0>a {
    color: #333;
    margin-left: 15px;
}