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

@media (min-width: 1631px) {
  .guide-box-1 {
    min-height: 729px;
  }

  .guide-box-2 {
    min-height: 393px;
  }

  .guide-box-3 {
    min-height: 287px;
  }

  .guide-box-4 {
    min-height: 455px;
  }

  .middle-top-guide-box-1 {
    min-height: 304px;
  }

  .middle-top-guide-box-2 {
    min-height: 408px;
  }
}

@media (min-width: 1025px) and (max-width: 1630px) {
  .wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-3.vc_col-md-12.vc_col-xs-12 {
    width: 100%;
  }
}


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


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

/* Sticky Header Background Color */

.whb-color-light:not(.whb-with-bg) {
    background-color: #0b6460 !important;
}


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


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


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

/* Hide Author on Blog */

.wd-post-author {
    display: none !important;
}

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