/*-- -------------------------- -->
<---  Hero Overlay Override       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-219 .cs-background:before {
    opacity: 0;
  }
}
/*-- -------------------------- -->
<---  Section Background Overrides -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1095,
  #concrete-problems,
  #why-choose-12,
  #concrete-garage,
  #concrete-winter,
  #concrete-coatings,
  #concrete-costs,
  #faq-1458 {
    background: #fff;
  }
  #sbs-2295,
  #concrete-right,
  #services-342,
  #concrete-surfaces,
  #concrete-prep,
  #concrete-benefits,
  #location-map,
  #reviews-864 {
    background: #f7f7f7;
  }
}
/*-- -------------------------- -->
<---  Before/After Checklist       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2295 .cs-check-list.cs-list {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
    overflow: visible;
  }
  #sbs-2295 .cs-check-list.cs-list .cs-li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #sbs-2295 .cs-check-list.cs-list .cs-li:before {
    display: none;
  }
  #sbs-2295 .cs-check-list.cs-list .cs-li img {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1875rem;
    flex: none;
  }
}
/*-- -------------------------- -->
<---  Right For You Section       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #concrete-right {
    padding: var(--sectionPadding);
  }
  #concrete-right .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #concrete-right .cs-content {
    text-align: center;
    width: 100%;
    max-width: 43.75rem;
  }
  #concrete-right .cs-title {
    font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #concrete-right .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
  }
  #concrete-right .cs-card-group {
    width: 100%;
    max-width: 43.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #concrete-right .cs-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #concrete-right .cs-card-icon-wrap {
    flex: none;
    width: 2.25rem;
    height: 2.25rem;
    background: #fef7e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #concrete-right .cs-card-icon {
    width: 1rem;
    height: 1rem;
  }
  #concrete-right .cs-card-text {
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0.25rem 0 0;
    color: var(--bodyTextColor);
  }
}
@media only screen and (min-width: 37.5rem) {
  #concrete-right .cs-card-group {
    grid-template-columns: 1fr 1fr;
  }
}
/*-- -------------------------- -->
<---  Split Layout Sections       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #concrete-garage,
  #concrete-costs {
    padding: var(--sectionPadding);
  }
  #concrete-garage .cs-container,
  #concrete-costs .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #concrete-garage .cs-picture,
  #concrete-costs .cs-picture {
    width: 100%;
    max-width: 37.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
  }
  #concrete-garage .cs-picture img,
  #concrete-costs .cs-picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
  }
  #concrete-garage .cs-content,
  #concrete-costs .cs-content {
    text-align: left;
    width: 100%;
    max-width: 37.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #concrete-garage .cs-title,
  #concrete-costs .cs-title {
    font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #concrete-garage .cs-text,
  #concrete-costs .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0 0 1rem;
  }
  #concrete-garage .cs-text:last-of-type,
  #concrete-costs .cs-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  #concrete-garage .cs-check-list,
  #concrete-costs .cs-check-list {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #concrete-garage .cs-check-item,
  #concrete-costs .cs-check-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #concrete-garage .cs-check-icon-wrap,
  #concrete-costs .cs-check-icon-wrap {
    flex: none;
    width: 2.25rem;
    height: 2.25rem;
    background: #fef7e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #concrete-garage .cs-check-icon,
  #concrete-costs .cs-check-icon {
    width: 1rem;
    height: 1rem;
  }
  #concrete-garage .cs-check-title,
  #concrete-costs .cs-check-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 0.25rem;
    color: var(--headerColor);
  }
  #concrete-garage .cs-check-text,
  #concrete-costs .cs-check-text {
    font-size: 0.75rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #concrete-garage .cs-factors-title,
  #concrete-costs .cs-factors-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--headerColor);
    margin: 0 0 1rem;
  }
  #concrete-garage .cs-factors-grid,
  #concrete-costs .cs-factors-grid {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  #concrete-garage .cs-factor,
  #concrete-costs .cs-factor {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #concrete-garage .cs-factor-icon,
  #concrete-costs .cs-factor-icon {
    width: 1rem;
    height: 1rem;
    flex: none;
    margin-top: 0.125rem;
  }
  #concrete-garage .cs-subtext,
  #concrete-costs .cs-subtext {
    font-size: 0.75rem;
    color: var(--bodyTextColor);
    margin: 0.5rem 0 0;
  }
}
@media only screen and (min-width: 37.5rem) {
  #concrete-garage .cs-factors-grid,
  #concrete-costs .cs-factors-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64rem) {
  #concrete-garage .cs-container,
  #concrete-costs .cs-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #concrete-garage .cs-picture,
  #concrete-costs .cs-picture {
    flex: 0 0 30rem;
  }
  #concrete-garage .cs-content,
  #concrete-costs .cs-content {
    flex: 1;
  }
}
/*-- -------------------------- -->
<---  Location Map Override       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #location-map .cs-content {
    text-align: center;
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #location-map .cs-content .cs-title {
    margin-bottom: 1rem;
  }
  #location-map .cs-content .cs-text {
    text-align: left;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    margin: 0 0 0.75rem;
  }
  #location-map .cs-content .cs-text:last-child {
    margin-bottom: 0;
  }
  #location-map .cs-content .cs-text a {
    color: var(--primary);
    text-decoration: none;
  }
  #location-map .cs-layout {
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #location-map .cs-map-wrapper {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  #location-map .cs-map-wrapper iframe {
    width: 100%;
    height: clamp(16rem, 40vw, 28rem);
    display: block;
  }
  #location-map .cs-areas {
    width: 100%;
  }
  #location-map .cs-areas-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 1.25rem;
    color: var(--headerColor);
  }
  #location-map .cs-area-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem clamp(2rem, 5vw, 4rem);
  }
  #location-map .cs-area {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #location-map .cs-area a {
    color: var(--primaryLight);
    text-decoration: none;
  }
  #location-map .cs-area a:hover {
    text-decoration: underline;
  }
  #location-map .cs-area-icon {
    width: 1rem;
    height: 1rem;
    flex: none;
  }
}
@media only screen and (min-width: 64rem) {
  #location-map .cs-container {
    flex-direction: column;
  }
  #location-map .cs-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  #location-map .cs-map-wrapper {
    flex: 1;
  }
  #location-map .cs-map-wrapper iframe {
    height: 100%;
    min-height: 23.75rem;
  }
  #location-map .cs-areas {
    flex: 0 0 26.25rem;
  }
}

/*# sourceMappingURL=concrete-painting.css.map */
