@charset "UTF-8";
/* COLORS
=====================================================================*/
/* SHADOWS
=====================================================================*/
/* PREVENT HORIZONTAL SCROLLING
=====================================================================*/
html {
  overflow-x: hidden;
}
/* FONTS
=====================================================================*/
/* Superscript */
sup {
  bottom: 0.4em;
  font-size: 0.6em;
}
/* Fine Print */
.fine-print {
  font-size: 13px;
  line-height: 1.5;
}
li {
  padding-bottom: 10px;
}
/* EFFECTS
=====================================================================*/
/* Drop shadow */
.bxb-box-shadow {
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
/* Background Blur :: Not Supported in Firefox */
.bxb-backdrop-filter-blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
/* CARDS
=====================================================================*/
.bxb-card {
  background: #fff;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.bxb-card-products img {
  padding: 1em;
}
.bxb-card:hover {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.bxb-card h2 {
  font-size: 1em;
  margin: 0;
  padding: 0.5em;
}
.bxb-card:hover a {
  text-decoration: none;
}
/* Product cards */
.bxb-product-type-card {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: block;
  padding: 20px;
  text-align: center;
}
.bxb-product-type-card:hover {
  border: 1px solid #b7b7b7;
  text-decoration: none;
}
.bxb-product-type-card img {
  max-height: 240px;
  width: auto;
}
/* CUSTOMER TESTIMONIAL RESPONSES
=====================================================================*/
.bxb-testimonial-company-response {
  font-size: 0.9em;
}
.bxb-testimonial-company-response p {
  font-style: italic;
  padding-left: 23px;
}
/* MOBILE FLOATING CALL-TO-ACTION BUTTON
=====================================================================*/
@media (max-width: 768px) {
  .bxb-floating-cta {
    background: black;
    box-sizing: border-box;
    left: 0;
    padding: 8px;
    position: fixed;
    top: 0;
    text-decoration: none;
    transform: translateY(-100%);
    transition: 0.5s;
    width: 100vw;
    z-index: 999999;
  }
  .bxb-cta-fade-in {
    transform: translateY(0);
    transition: 0.5s;
  }
  .bxb-floating-cta a, .bxb-floating-cta a:hover {
    color: #fff !important;
    text-decoration: none;
  }
  .bxb-floating-cta svg {
    fill: #fff;
    height: 1em;
    margin-right: 10px;
    width: 1em;
  }
  .bxb-floating-cta p {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
    margin: 0 0 0.65em;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #1C5938 0%, #1C5938 100%);
    border: solid 2px #fff;
    border-radius: 30px;
    padding: 6px 15px 5px;
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    transition: 0.25s;
  }
  @supports (display:grid) {
    .bxb-floating-cta {
      display: grid;
      grid-gap: 0.5em;
      grid-template-columns: 1fr 1fr;
    }
    .bxb-floating-cta p {
      margin: 0;
    }
  }
}
@media (min-width: 769px) {
  .bxb-floating-cta {
    display: none;
  }
}
/* MEDIA QUERIES
=====================================================================*/
@media (max-width: 992px) {
  /* Center images on smaller devices */
  img.alignleft, img.alignright {
    display: block;
    float: none;
    margin: 1em auto;
  }
}
/* CUSTOM CSS
=====================================================================*/
body:NOT(.fl-builder-edit) {
  max-width: 100vw;
  overflow-x: hidden;
}
body:NOT(.fl-builder-edit) header:NOT(.fl-post-header) {
  position: relative;
  z-index: 103 !important;
}
@media (min-width: 1200px) {
  .left-half > .fl-col-content {
    padding-left: calc(50vw - 600px) !important;
  }
  .right-half > .fl-col-content {
    padding-right: calc(50vw - 600px) !important;
  }
}
body:NOT(.fl-builder-edit) .top-layer {
  position: relative;
  z-index: 3;
}
body:NOT(.fl-builder-edit) .top-out-shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: calc(100% - 1px);
  z-index: 1;
}
body:NOT(.fl-builder-edit) .top-in-shape {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
body:NOT(.fl-builder-edit) .bottom-out-shape {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
}
body:NOT(.fl-builder-edit) .bottom-in-shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
body:NOT(.fl-builder-edit) .div-parent > .fl-col-content, body:NOT(.fl-builder-edit) .div-parent > .fl-row-content-wrap {
  position: relative;
}
body:NOT(.home) .fl-post-feed .fl-post-feed-post {
  padding-bottom: 30px;
}
.home-review-buttons .fl-button-group-button:first-child a.fl-button, .header-buttons .fl-button-group-button:first-child a.fl-button, .style-2 a.fl-button {
  background: linear-gradient(90deg, #A8A9AD 0%, #A8A9AD 100%) !important;
}
.home-review-buttons .fl-button-group-button:first-child a.fl-button:hover, .header-buttons .fl-button-group-button:first-child a.fl-button:hover, .style-2 a.fl-button:hover {
  background: linear-gradient(90deg, #A8A9AD 0%, #545557 100%) !important;
}
.home-review-buttons .fl-button-group-button:first-child a.fl-button:hover *, .header-buttons .fl-button-group-button:first-child a.fl-button:hover *, .style-2 a.fl-button:hover * {
  color: #000000 !important;
}
@media (min-width: 769px) {
  .header-buttons-wrap > .fl-col-content {
    display: flex;
    flex-direction: row;
    justify-content: center !important;
    align-items: center;
  }
}
@media (min-width: 993px) {
  .header-buttons-wrap > .fl-col-content {
    justify-content: end !important;
  }
}
.bxb-cta-row h3 {
  font-size: 30px !important;
}
body:NOT(.home) .ptb_post .ptb_date * {
  color: #A5A5A5 !important;
}
body:NOT(.home) .ptb_post .ptb_combined_customer_info * {
  color: #1C5938 !important;
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: initial;
  line-height: 26px;
}
body:NOT(.home) .ptb_post .ptb_title, body:NOT(.home) .ptb_post .ptb_date {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* WE SERVICE ALL BRANDS
=====================================================================*/
.bxb-brands-logo-wrapper {
  display: block;
  margin: auto;
  max-width: 1100px;
}
.bxb-brands-logo-container {
  text-align: center;
}
.bxb-brands-logo-container img {
  aspect-ratio: 2;
  display: inline-block;
  height: auto;
  margin: 5px;
  max-width: 200px;
  width: 100%;
}
@supports (display:flex) {
  .bxb-brands-logo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-evenly;
  }
  .bxb-brands-logo-container img {
    display: block;
    margin: 0;
  }
}
/* HOMEPAGE
=====================================================================*/
body:NOT(.fl-builder-edit) .home-callout * {
  transition: all 0.25s;
}
body:NOT(.fl-builder-edit) .home-callout-title, body:NOT(.fl-builder-edit) .home-callout-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
body:NOT(.fl-builder-edit) .home-callout-text .fl-rich-text {
  max-width: 200px;
  /* max-height: 140px; */
  margin: 0 auto;
  overflow: hidden;
}
body:NOT(.fl-builder-edit) .home-callout:hover .home-callout-title, body:NOT(.fl-builder-edit) .home-callout:NOT(:hover) .home-callout-text {
  opacity: 0;
}
body:NOT(.fl-builder-edit) .home-callout-image .fl-photo-content:after {
  content: "";
  width: 100%;
  height: calc(100% - 9px);
  background: #1C5938;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 150px;
  opacity: 0;
}
body:NOT(.fl-builder-edit) .home-callout:hover .home-callout-image .fl-photo-content:after {
  opacity: 0.88;
}
body:NOT(.fl-builder-edit) .home-callout-link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.home-review .ptb_date {
  display: none;
}
.home-review .ptb_title a {
  position: relative;
  color: #fff !important;
  height: 32px;
  width: 110px;
  overflow: hidden;
  display: block;
}
.home-review .ptb_title a:after {
  content: "Read More";
  text-decoration: underline;
  color: #1C5938;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.home-review .ptb_combined_customer_info * {
  color: #1C5938 !important;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: initial;
  line-height: 31px;
}
.home-review .ptb_wrap, .home-review .ptb_post {
  position: initial !important;
}
.home-review-wrap > .fl-col-content {
  padding-bottom: 50px !important;
  margin-top: 50px !important;
}
.home-review .ptb_combined_customer_info {
  position: absolute;
  right: 200px;
  bottom: 35px;
}
.home-review .ptb_title {
  position: absolute;
  right: 20px;
  bottom: 35px;
}
.home-review .ptb_rating .fa-star {
  font-size: 30px !important;
  line-height: 30px !important;
}
.home-review .ptb_extra_rating > span {
  margin: 0 3px !important;
}
.home-review .ptb_rating {
  background: #A8A9AD;
  padding: 5px 20px;
  border-radius: 100%;
  display: inline-block;
  transform: translateY(-60px);
}
.home-review .ptb_extra_rating {
  background: #fff;
  border: solid 2px #000;
  border-radius: 100%;
  padding: 20px 30px;
}
.home-review .ptb_editor {
  margin-top: -30px;
}
.home-brands-col > .fl-col-content {
  border-radius: 100%;
  margin: -50px auto;
  padding: 8px 25px;
}
.home-brands-title {
  background: radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #CECECE 100%);
  border: solid 4px #000;
  border-radius: 100%;
}
.home-service-areas .bxb-city-page-layout {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.home-service-areas .bxb-city-page-layout ul li {
  list-style: disc;
  padding-bottom: 0;
}
@media (max-width: 450px) {
  .home-service-areas .bxb-city-page-layout {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: 0, auto;
    width: 100%;
  }
  .home-service-areas .bxb-city-page-layout ul li {
    list-style: none;
  }
}
.home-service-areas .service-area-link {
  display: block;
  text-align: center !important;
}
/* BANNERS
=====================================================================*/
.bxb-banner-image {
  width: 100%;
  margin-top: 0;
}
.bxb-banner-image .aligncenter {
  margin-bottom: 0;
  margin-top: 0;
}
/* PAGE :: MEET OUR TEAM
=====================================================================*/
/* Styling of employees on team page */
.bxb-employee-team-page-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.bxb-employee-team-page {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: solid 2px #000000;
  border-radius: 5px;
  margin: 20px 20px 20px 0px;
  margin-top: 10px;
  padding: 0px;
  position: relative;
  max-width: 300px;
  /* set this width depending on how many columns needed */
}
.bxb-employee-team-page img {
  /* aspect-ratio: 2 / 3; ADJUST RATIO TO MATCH CLIENT'S IMAGE RATIO */
  max-width: 100%;
  object-fit: cover;
}
.bxb-employee-team-page h2 {
  margin: 10px 10px 20px 10px;
  /* if text overlaps the review bar, change the bottom margin */
  font-size: 25px;
  font-weight: bold;
  height: 60px;
  text-align: center;
  /* set this height depending if there is white space below review bar */
}
.bxb-employee-team-page p {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.bxb-card__employee--reviews {
  bottom: 0;
  margin: 0px;
  padding: 10px 0px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
.bxb-card__employee--reviews a {
  color: #ffffff;
}
.bxb-employee-review-count, .bxb-employee-review-count a, .bxb-employee-review-count a:hover, .bxb-employee-review-count a:active {
  color: #ffffff !important;
}
.bxb-employee-review-count a:hover {
  font-weight: bold !important;
}
.bxb-employee-team-page .bxb-card__employee--reviews a:first-child {
  color: white;
}
/* PAGE :: PARENT SERVICE PAGES
=====================================================================*/
/* Service links displayed as buttons */
.bxb-parent-service-page-services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}
.bxb-parent-service-page-services-list a, .bxb-parent-service-page-services-list a:active, .bxb-parent-service-page-services-list a:hover {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bxb-parent-service-page-services-list a, .bxb-parent-service-page-services-list a:hover {
    font-size: 16px;
  }
}
/* Remove the 'Customer Reviews' title from individual reviews */
.bxb-parent-service-page-reviews .ptb_loops_wrapper article:first-of-type::before {
  display: none;
}
/* PAGE :: PRODUCTS
=====================================================================*/
.bxb-product-shortcut {
  font-size: 12px;
  text-align: center;
}
.bxb-product-shortcut a:hover {
  text-decoration: none;
}
.bxb-product-shortcut img {
  margin-bottom: 1em;
}
.bxb-card-products img {
  padding: 1em;
  max-height: 300px;
}
@media (max-width: 768px) {
  .bxb-product-shortcut img {
    max-width: 50%;
  }
}
/*added to fix spacing, may need customization depending on font size*/
.bxb-product-type-card h2 {
  line-height: 1;
  font-size: 1.1em;
  height: 40px;
}
.bxb-product-type-card img {
  margin-bottom: 0px;
}
/* PAGE :: REVIEW SYSTEM - FORM CONFIRMATION
=====================================================================*/
/* styles the message that appears after a form is submitted */
.bxb-review__confirmation-container {
  overflow: auto;
}
.bxb-review__confirmation-recap {
  margin: 1em 0;
}
.bxb-review__confirmation-quote {
  font-size: 1.2em;
  font-style: italic;
}
.bxb-review__confirmation-social-media {
  float: left;
  max-width: 25%;
  padding: 1rem 1rem 0;
}
.bxb-review__confirmation-social-media img {
  margin-bottom: 1rem;
  max-width: 125px;
}
@supports (display:flex) {
  .bxb-review__confirmation-social-media-container {
    display: flex;
    flex-wrap: wrap;
  }
  .bxb-review__confirmation-social-media {
    max-width: inherit;
  }
}
/* PAGE :: SERVICE AREA LIST STYLING
=====================================================================*/
.bxb-city-page-layout {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
.bxb-city-page-layout li {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  list-style-type: none;
  /* Remove bullets */
  white-space: nowrap;
  text-decoration: none;
}
.bxb-city-page-layout a {
  text-decoration: none !important;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .bxb-city-page-layout {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 768px) {
  .bxb-city-page-layout {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: auto;
    width: 50%;
  }
}
/* hide extra reviews showing
div.ptb_loops_wrapper:nth-child(4) {
display: none;
} */
/* gets rid of extra spaces on city pages */
unknown {
  display: none;
}
/* Background color for Syndicated Service pages */
body[class~="logged-in"] .Syndicated-B {
  background-color: #f5fcff;
  /*blue*/
}
body[class~="logged-in"] .Syndicated-C {
  background-color: #ffffe0;
  /*yellow*/
}
body[class~="logged-in"] .Syndicated-D {
  background-color: #ffe6ee;
  /*pink*/
}
.bxb-blog-title-row .fl-row-content-wrap {
  background-color: #000000;
}
.fl-post-feed-post {
  /*padding-bottom: 4rem;*/
}
/* DEFAULT SINGLE POST LAYOUT
=====================================================================*/
.single .fl-content-left {
  border-right: none !important;
  padding-right: inherit !important;
  width: 100% !important;
}
.single .fl-sidebar-right {
  display: none !important;
}
/* PREVENT YOUTUBE VIDEO FROM OVERLAPPING OTHER ELEMENTS
=====================================================================*/
.single .rll-youtube-player iframe {
  z-index: 1;
}
/* BLOG FEATURED IMAGE
=====================================================================*/
.fl-module-photo:has(~ .fl-module-fl-post-content .bxb-blog-featured-image) {
  display: none;
}
.fl-module img.bxb-blog-featured-image, .bxb-blog-featured-image {
  float: right;
  margin: 0 20px 10px 0;
  max-width: 40%;
  padding: 10px 0 10px 10px;
  width: auto;
}
@media (max-width: 768px) {
  .fl-module img.bxb-blog-featured-image, .bxb-blog-featured-image {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
    max-width: 100%;
    padding: 10px 0;
  }
}
/* FOOTER
=====================================================================*/
a.bxb-footer__phone {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
}
.bxb-footer__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bxb-footer__icons img {
  margin: 5px 15px;
  transition: 0.25s;
}
.bxb-footer__icons img:hover {
  transform: scale(1.1);
  transition: 0.25s;
}
.bxb-footer__icons--social img {
  width: auto;
  height: 32px;
}
.bxb-footer__icons--associations img {
  max-height: 5em;
}
.bxb-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  text-transform: uppercase;
}
.bxb-footer__menu a {
  margin: 0 20px;
}
.footerSearch {
  width: 100%;
}
.bxb-footer__address {
  text-align: center;
}
.bxb-footer__address hr {
  margin-bottom: 1em;
  max-width: 3rem;
}
.bxb-footer__address p:not(:first-child) {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  /* Footer phone number */
  a.bxb-footer__phone {
    font-size: 4rem;
  }
}
/* custom css for the footer */
.footer-review-container .fa-star {
  margin: 0 2px;
}
.footer-review-container .bxb-widget-aggregate-review-rating__stars--front {
  color: #fff !important;
}
.footer-review-container p, .footer-review-container p a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.footer-review-container .bxb-widget-aggregate-review-rating__button {
  color: #fff;
  background: linear-gradient(90deg, #A8A9AD 0%, #A8A9AD 100%);
  border: solid 2px #fff;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  transition: 0.25s;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}
.footer-review-container .bxb-widget-aggregate-review-rating__button:hover {
  color: #000 !important;
  background: linear-gradient(90deg, #A8A9AD 0%, #545557 100%);
  border-color: #000;
}
.footer-review-container .fl-html {
  text-align: center;
}
.footer-review-container .bxb-widget-aggregate-review-rating {
  display: inline-block !important;
  padding-right: 160px;
  position: relative;
}
.footer-copyright a {
  display: inline-block;
}
/* Set variable values
=====================================================================*/
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* disabled by default */
/* Set overflow for table wrapper div to allow horizontal scrolling
=====================================================================*/
.bxb-maintenance-table-wrapper {
  overflow: auto;
}
/* Table styles
=====================================================================*/
/* Hide mobile scroll directions when full table is visible */
@media (min-width: 800px) {
  .bxb-maintenance-table-caption {
    display: none;
  }
}
/* Note: Width should not be set to a % or overflow won't work */
.bxb-maintenance-table {
  border-collapse: separate;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: auto;
  width: 800px;
}
.bxb-maintenance-table th, .bxb-maintenance-table td {
  border: 1px solid #000;
  padding: 0.7rem;
  text-align: center;
}
/* Column styles
=====================================================================*/
/* Column widths - Adjust if more/less than five columns - Remember to 
adjust mobile columns as well */
.bxb-maintenance-table tr th:nth-child(1), .bxb-maintenance-table tr td:nth-child(1) {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  left: 0;
  position: sticky;
  width: 40%;
  z-index: 1;
}
.bxb-maintenance-table tr th:nth-child(2), .bxb-maintenance-table tr td:nth-child(2) {
  background: #fff;
  color: #000;
  width: 15%;
}
.bxb-maintenance-table tr th:nth-child(3), .bxb-maintenance-table tr td:nth-child(3) {
  background: #fff;
  color: #000;
  width: 15%;
}
.bxb-maintenance-table tr th:nth-child(4), .bxb-maintenance-table tr td:nth-child(4) {
  background: #fff;
  color: #000;
  width: 15%;
}
.bxb-maintenance-table tr th:nth-child(5), .bxb-maintenance-table tr td:nth-child(5) {
  background: #fff;
  color: #000;
  width: 15%;
}
/* Align first column content */
.bxb-maintenance-table tr th:nth-child(1), .bxb-maintenance-table tr td:nth-child(1) {
  text-align: left !important;
}
/* Alternate column colors
.bxb-maintenance-table tr th:nth-child(odd),
.bxb-maintenance-table tr td:nth-child(odd) {
  background-color: $col-odd-background;
  color: $col-odd-font-color;
} 

.bxb-maintenance-table tr th:nth-child(even),
.bxb-maintenance-table tr td:nth-child(even) {
  background-color: $col-even-background;
  color: $col-even-font-color;
} */
/* Row styles
=====================================================================*/
/* Table headers
.bxb-maintenance-table thead tr th {
  background-color: $header-row-background;
  color: $header-row-font-color;
} */
/* Alternate row colors
.bxb-maintenance-table tr:nth-child(odd) td {
  background-color: $row-odd-background;
  color: $row-odd-font-color;
}

.bxb-maintenance-table tr:nth-child(odd) th,
.bxb-maintenance-table tr:nth-child(even) td {
  background-color: $row-even-background;
  color: $row-even-font-color;
} */
/* Icon styles
=====================================================================*/
i.fas {
  color: #3c763d;
  font-size: 1.8rem;
  text-align: center !important;
}
/* Responsive styles
=====================================================================*/
@media (max-width: 768px) {
  .bxb-maintenance-table, i.fas {
    font-size: 1.5rem;
  }
}
/* Display mobile scroll directions when full table is not visible */
@media (max-width: 799px) {
  .bxb-maintenance-table-caption {
    display: inherit;
    text-align: center;
  }
  .bxb-maintenance-table tr th:nth-child(1), .bxb-maintenance-table tr td:nth-child(1) {
    width: 25%;
  }
  .bxb-maintenance-table tr th:nth-child(2), .bxb-maintenance-table tr td:nth-child(2), .bxb-maintenance-table tr th:nth-child(3), .bxb-maintenance-table tr td:nth-child(3), .bxb-maintenance-table tr th:nth-child(4), .bxb-maintenance-table tr td:nth-child(4), .bxb-maintenance-table tr th:nth-child(5), .bxb-maintenance-table tr td:nth-child(5) {
    width: 18.75%;
  }
}
/* BxB AGGREGATE RATING WIDGET (with schema)
=====================================================================*/
.bxb-widget-aggregate-review-rating {
  display: block;
  text-align: center;
}
/* Star Rating */
.bxb-widget-aggregate-review-rating__stars {
  align-items: center;
  display: flex;
  font-size: 22px;
  justify-content: center;
}
.bxb-widget-aggregate-review-rating__stars--back {
  color: #ccc;
  display: flex;
  position: relative;
}
.bxb-widget-aggregate-review-rating__stars--front {
  color: #ffbc0b !important;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
}
/* Text */
.bxb-widget-aggregate-review-rating p {
  font-size: 16px !important;
}
/* BxB AGGREGATE RATING SIMPLE WIDGET (without schema)
=====================================================================*/
.bxb-widget-aggregate-review-rating--simple {
  float: right;
}
.bxb-widget-aggregate-review-rating__review-link, .bxb-widget-aggregate-review-rating__review-link:hover, .bxb-widget-aggregate-review-rating__review-link:visited {
  background: #E0E0E0;
  border: 1px solid #E0E0E0;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 2px 5px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.bxb-widget-aggregate-review-rating__review-link--no-reviews, .bxb-widget-aggregate-review-rating__review-link--no-reviews:hover {
  padding: 5px 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bxb-widget-aggregate-review-rating {
    display: inline !important;
    float: none;
  }
}
/* Home - Reviews Section */
.home .bxb-widget-aggregate-review-rating--simple {
  float: none;
}
.home .bxb-widget-aggregate-review-rating__review-link {
  display: none;
}
/* PLUGINS :: GRAVITY FORMS
=====================================================================*/
/* Capitalize first letter in auto-populated select fields */
select {
  text-transform: capitalize;
}
/* Format label styles */
body .gform_wrapper ul li.gfield {
  margin-top: 24px;
}
.gform_required_legend {
  display: inline-block;
  font-size: 13px;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
  margin-top: 0;
}
/* Star icons on review form */
.gsurvey-rating:not(:checked) > label {
  background-size: 30px 30px !important;
  color: transparent !important;
  font-size: 23px !important;
  line-height: 30px !important;
  width: 38px !important;
}
.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label {
  background-size: 30px 30px !important;
}
/* Prevent text field inputs from being partially hidden */
@media only screen and (max-width: 641px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
/*line up social media icons with column */
div.bxb-review__confirmation-social-media:nth-child(1) {
  padding-left: 0px;
}
/* PLUGINS :: POST TYPE BUILDER
=====================================================================*/
.home h2.ptb_post_title {
  font-size: 22px;
}
.ptb_loops_wrapper.ptb_list-post .ptb_post:last-child {
  margin-bottom: 0;
}
.ptb_post_title {
  margin: 0;
}
/* Color of stars */
.ptb_extra_rating .ptb_extra_voted {
  color: #1C5938 !important;
}
/* Add divider between reviews */
div.ptb_loops_wrapper:not(.ptb_masonry) .ptb_post {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em !important;
  margin-bottom: 0px !important;
}
div.ptb_loops_wrapper:not(.ptb_masonry) .ptb_post:last-of-type {
  border: none;
  padding-bottom: 0 !important;
}
/* Star styles */
.ptb_extra_rating_medium {
  font-size: 24px;
  letter-spacing: 5px;
}
.fa-star:before {
  content: "" !important;
  margin: 0 0.1em;
}
/* Dynamically add a title above customer reviews */
.ptb_loops_wrapper article:first-of-type::before {
  color: #000;
  content: "Customer Reviews";
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 16px;
}
/* Prevent title on Home and Reviews pages */
.home .ptb_loops_wrapper article:first-of-type::before, .page-id-366 .ptb_loops_wrapper article:first-of-type::before {
  content: "";
}
/* Add padding to service and city page reviews */
body:not(.home) .ptb_loops_wrapper {
  padding: 20px 0;
}
/* PLUGINS :: FONT AWESOME
=====================================================================*/
.ptb_extra_rating > span svg {
  visibility: hidden;
}
.fa-star, .ptb_extra_rating > span {
  height: 25px;
  padding-left: 1em;
  position: relative;
  width: 20px;
}
.fa-star:before, .ptb_extra_rating > span::before {
  content: "" !important;
  display: inline-block;
  font: var(--fa-font-solid);
  font-family: "Font Awesome 6 Sharp";
  left: 0;
  position: absolute;
  text-rendering: auto;
  top: 0;
  -webkit-font-smoothing: antialiased;
}
@media print {
  header {
    position: initial !important;
  }
  header > .fl-row {
    display: none;
  }
  header > .fl-row#bxb-header {
    display: block;
  }
  header .fl-module-menu {
    display: none;
  }
  .bxb-cta-row, .bxb-cta-row + .fl-row, footer, #apexchat_tab_invitation_wrapper, #apexchat_prechat_invitation_wrapper {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}
/* MOBILE BUTTONS
=====================================================================*/
.bxb-mobile-button {
  background-color: #000000;
  border: 2px solid #000000;
  min-height: 200px;
  position: relative;
}
.bxb-mobile-button:hover {
  background-color: #1a1a1a;
}
.bxb-mobile-button a {
  color: #000000;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;
}
/* Position of button same with different size text */
.bxb-feature-row-button {
  bottom: 0px;
}
/* Button */
.bxb-widget-aggregate-review-rating__button {
  background: #000000;
  border-radius: 3px;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px 7px;
  text-transform: uppercase;
  transition: 0.25s;
}
.bxb-widget-aggregate-review-rating__button:hover {
  background: black;
  color: #fff !important;
  text-decoration: none;
  transition: 0.25s;
}
/* CALL-TO-ACTION MODULES
=====================================================================*/
.bxb-cta-row {
  background-image: url("https://www.completeheatingspokane.com/wp-content/uploads/GreyBurst-BG.jpg") !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.fl-cta-button a.fl-button {
  background: #fff !important;
  color: #E0E0E0 !important;
  font-size: 18px;
}
.fl-cta-button a.fl-button:hover {
  background: #fff !important;
  color: #E0E0E0 !important;
}
/* BUTTONS :: GENERAL
=====================================================================*/
a.fl-button, a.fl-button:visited, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, .bxb-parent-service-page-services-list a, .bxb-parent-service-page-services-list a:visited {
  color: #fff;
  background: linear-gradient(90deg, #1C5938 0%, #1C5938 100%);
  border: solid 2px #fff;
  border-radius: 30px;
  padding: 6px 36px 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  transition: 0.25s;
  text-decoration: none;
}
a.fl-button:hover, .fl-builder-content a.fl-button:hover, .bxb-parent-service-page-services-list a:hover {
  color: #fff;
  background: linear-gradient(90deg, #1C5938 0%, #06120B 100%);
  border: solid 2px #000;
  border-radius: 30px;
  padding: 6px 36px 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  transition: 0.25s;
  text-decoration: none;
}
.fl-page a.fl-button *, .fl-page a.fl-button:visited *, .fl-page a.fl-button:hover * {
  color: #fff;
}
/* BUTTONS :: "READ MORE" FOR BLOG POSTS
=====================================================================*/
a.fl-post-feed-more {
  color: #fff;
  background: linear-gradient(90deg, #1C5938 0%, #1C5938 100%);
  border: solid 2px #fff;
  border-radius: 30px;
  padding: 6px 36px 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  transition: 0.25s;
  text-decoration: none;
}
a.fl-post-feed-more:hover {
  color: #fff;
  background: linear-gradient(90deg, #1C5938 0%, #06120B 100%);
  border: solid 2px #000;
  border-radius: 30px;
  padding: 6px 36px 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  transition: 0.25s;
  text-decoration: none;
}
/* Buttons for GRAVITY FORMS */
input[type="submit"], .gform_button, .gform_button_select_files {
  color: #fff !important;
  background: linear-gradient(90deg, #1C5938 0%, #1C5938 100%) !important;
  border: solid 2px #fff !important;
  border-radius: 30px !important;
  padding: 6px 36px 5px !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 20px !important;
  line-height: 25px !important;
  text-transform: uppercase !important;
  transition: 0.25s;
  text-decoration: none !important;
}
input[type="submit"]:hover, .gform_button:hover, .gform_button_select_files:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #1C5938 0%, #06120B 100%) !important;
  border: solid 2px #000 !important;
  border-radius: 30px !important;
  padding: 6px 36px 5px !important;
  font-family: "Fjalla One", sans-serif !important;
  font-size: 20px !important;
  line-height: 25px !important;
  text-transform: uppercase !important;
  transition: 0.25s;
  text-decoration: none !important;
}
