/*
Theme Name: Pacific Mobile Home Supply
Theme URI: http://magniumthemes.com/;
Description: Child theme based on TheBuilt
Author: Your Name
Version: 2.6.4
Template: thebuilt
*/

/* .header .col-md-12 {
  max-height: 110px;
} */

.payment_box.payment_method_authorize_net_cim_credit_card p:first-of-type {
  font-weight:900;
  color: red;
}

/* TOP SEARCH BAR */
.search-fullscreen-form .dgwt-wcas-search-icon {
  display: none;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  background: #fff;
  border-radius: 5px;
}
input#dgwt-wcas-search-input-1 {
    padding-left: 1em;
}

@media (min-width:1024px) {
  li.search-toggle {
    display: none !important;
  }
}

/* SEARCH BAR IN TOP MENU */
li#menu-item-6711 {
  padding-top: .25em;
}

/* SEARCH BAR IN WIDGETS */
.sidebar .widget input[type=search] {
  margin-bottom: unset;
}

/* MAIN NAV */
@media (min-width: 1200px) {
  .container {
      width: 1255px;
  }
}

/* INSTANT QUOTE BUTTON */
li#mgt-menu-item-7228 {
  color: white;
  background: black;
}
.nav>li .sub-menu {
  background-color: black;
  color: white;
}
.nav>li .sub-menu a {
  color: white !important;
  border: 1px solid transparent;
}
.nav>li .sub-menu a:hover {
  color: black !important;
  background-color: #75aad9 !important;
  border: 1px black solid;
}

/* *** PRODUCT DETAILS PAGE *** */
.related.products h2 {
  float: left;
  clear: left;
}

/* GLOBAL PAGE HEADER STYLES */

.container-bg.with-bg .container-bg-overlay {
  padding: 10em;
  height: 50vh;
}
.page-id-3101 .container-bg.with-bg {
  background-position: 50% 100%;
}
.page-id-1339 .container-bg.with-bg { /* about page */
  background-position: 50% 25%;
}
.page-item-title h1 {
  font-weight: bold;
  font-size: 40px;
}
.container-bg.with-bg h1 {
    margin: 100px 0;
    max-width: 400px;
    background-color: #75aad9c9;
    border-radius: 5px;
    padding: .5em 1em;
    text-shadow: 5px 5px 15px black;
}

@media (max-width:450px) {
  h1 {
    font-size: 2em !important;
  }
  .container-bg.with-bg h1 {

  }
  .container-bg.with-bg .container-bg-overlay {
    padding: 1em;
    height: unset;
  }
  .header-info-2-text {
    display: inline !important;
  }
}
@media (max-width: 575px) {
  .header-info-content-icon .fa.fa-phone-square {
    display: none;
  }
  .header-info-content-icon .fa.fa-shopping-cart {
    width: 20vw;
    position: absolute;
    right: 1rem;
  }
}

/* Homepage H1 */
h1.mgt-header-block-title {
  text-shadow: 5px 5px 15px #000;
}


/* CATEGORY TILES ON HOME PAGE */
.home-hero-tiles figure.wpb_wrapper.vc_figure {
    border: 3px solid white;
    transition: .35s ease-in-out;
    box-shadow: black 5px 5px 15px 5px;
}
.home-hero-tiles figure.wpb_wrapper.vc_figure:hover {
    transform: scale(1.05);
}

/* DOOR CATEGORY PICS */
.door-category {
  max-width: 225px;
}
