/*
Theme Name: Schneider Heating and Air Conditioning
Version:    1.0.0
template:   bb-theme
*/

/* global */
:root {
   /* colors */
   --sch-red: #C00000;
   --sch-blue: #17479E;
}

.z-index-1 {
   position: relative;
   z-index: 1;
}
.z-index-5 {
   position: relative;
   z-index: 5;
}
.z-index-10 {
   position: relative;
   z-index: 10;
}

/* masthead */
button.pp-advanced-menu-mobile-toggle:hover {
   background: none !important;
}
.pp-search-form-wrap label {
   color: #fff !important;
}
.menu-col .pp-advanced-menu-mobile {
   justify-content: flex-end !important;
}
.user-buttons .fl-button-group-button .fl-button-wrap {
   width: 100% !important;
}
@media(max-width:450px) {
   .user-buttons .fl-button-group-button .fl-button-wrap a.fl-button {
      font-size: 14px !important;
   }
   .user-buttons .fl-button-group-button-atxvjusb4q2h-0 {
      width: auto !important;
   }
   .user-buttons .fl-button-group-button-atxvjusb4q2h-1 {
      width: auto !important;
   }
}
@media(max-width:375px) {
   .user-buttons .fl-button-group-button .fl-button-wrap a.fl-button i {
      display: none;
   }
}

/* page title */
#page-title .fl-col-group {
   background: rgba(255,255,255,0.6);
}
#page-title .fl-col-content {
   padding-left: calc((100vw - 1200px) / 2);
}

/* footer */
.footer-heading {
   border-bottom: 1px solid rgba(255,255,255,0.5);
}
#footer .fl-rich-text a:hover {
   color: #fff !important;
   opacity: 1 !important;
   text-decoration: none;
}

/* Gravity Form credit card field bug fix */
.gform_wrapper.gravity-theme .ginput_container_creditcard legend.gform-field-label {
   font-size: 15px;
   padding-top: 5px;
   max-width: 100%;
   margin-bottom: 5px;
   font-weight: 700;
}

@media (max-width: 640px) {
   .gform_wrapper.gravity-theme .ginput_container_creditcard fieldset.ginput_cardinfo_left {
      display: inline-flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      flex: 0 0 100%;
      margin-bottom: 8px;
      padding-left: 0;
   }
}



