/*
    Theme Name:     RYNO Child Theme
    Theme URI:      http://rynoss.com/
    Description:    RYNO Child Theme
    Author:         Ryno SS - Jerad Shepherd
    Author URI:     http://www.rynoss.com
    Template:       theme-3
    Text Domain:    ryno-theme-three-child
    Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* COLORS */
:root {
    --color-primary: #243569;
    --color-secondary: #39A4DD;
}


/* FONTS */
:root {
    --home-heading-font: 'figtree', sans-serif;
    --home-body-font: 'figtree', sans-serif;
}
:root {
    --h1-font-size: 48px;
    --h1-line-height: 108%;

    --h2-font-size: 42px;
    --h2-line-height: 114%;

    --h3-font-size: 36px;
    --h3-line-height: 116%;

    --h4-font-size: 30px;
    --h4-line-height: 120%;

    --h5-font-size: 24px;
    --h5-line-height: 116%;

    --h6-font-size: 20px;
    --h6-line-height: 140%;

    --body-font-size: 18px;
    --body-line-height: 155%;
    
    /*--- MOBILE FONT SIZE ---*/
    
    --h1-font-size-mobile: 30px;
    --h1-line-height-mobile: 120%;

    --h2-font-size-mobile: 24px;
    --h2-line-height-mobile: 133%;

    --h3-font-size-mobile: 20px;
    --h3-line-height-mobile: 150%;

    --h4-font-size-mobile: 20px;
    --h4-line-height-mobile: 150%;

    --h5-font-size-mobile: 18px;
    --h5-line-height-mobile: 155%;

    --h6-font-size-mobile: 16px;
    --h6-line-height-mobile: 150%;
    
    --body-font-size-mobile: 16px;
    --body-line-height-mobile: 150%;
}
.home .h1 {
    font-weight: 700;
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-family: var(--home-heading-font);
}
.home h1,.home h2,.home h3,
.home h4,.home h5,.home h6 {
    font-family: var(--home-heading-font);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.home h5 {
	text-transform: none;
}

.home h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
}
.home h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
}
.home h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
}
.home h4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
}
.home h5 {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
}
.home h6 {
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
}
.home p {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}
body {
    font-family: var(--home-body-font);
}
@media (max-width: 991.98px) {
    .home h1 {
        font-size: var(--h1-font-size-mobile);
        line-height: var(--h1-line-height-mobile);
    }
    .home h2 {
        font-size: var(--h2-font-size-mobile);
        line-height: var(--h2-line-height-mobile);
    }
    .home h3 {
        font-size: var(--h3-font-size-mobile);
        line-height: var(--h3-line-height-mobile);
    }
    .home h4 {
        font-size: var(--h4-font-size-mobile);
        line-height: var(--h4-line-height-mobile);
    }
    .home h5 {
        font-size: var(--h5-font-size-mobile);
        line-height: var(--h5-line-height-mobile);
    }
    .home h6 {
        font-size: var(--h6-font-size-mobile);
        line-height: var(--h6-line-height-mobile);
    }
    .home p {
        font-size: var(--body-font-size-mobile);
        line-height: var(--body-line-height-mobile);
    }
}


/* COMMON STYLES */
.company-phone--link::before {
    display: block;
    content: '';
    position: relative;
    --icon-size: 20px;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.company-phone--link {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 4px;
}
.viewport-overflow-wrapper {
    overflow: hidden;
}
.wpcf7 p {
    margin: 0 !important;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.button-wrapper {
    display: flex;
    gap: 10px;
}
.section-transition {
    position: absolute;
    bottom: calc(100vw * (0 / 1600));
    width: 100vw;
    height: calc(100vw * (450 / 1600));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.01);
}
.mobile-only {
    display: none;
}
.mobile-xs-only {
    display: none;
}
@media (max-width: 991.98px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
@media (max-width: 500px) {
    .mobile-only {
        display: none;
    }
    .mobile-xs-only {
        display: block;
    }
}


/* SLICK STYLES */
.slick-dots .slick-active button::before {
    border-color: #243569;
    background-color: #243569;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
}
.slick-dots li button:hover::before {
    border-color: #243569;
    opacity: 0.5;
}
.slick-dots li.slick-active button::before {
    border: 2px solid #243569;
    background-color: #243569;
}
.slick-dots li button::before {
    content: '';
    display: flex;
    width: 20px;
    height: 20px;
    border: 2px solid #243569;
    background-color: #243569;
    border-radius: 100%;
    opacity: 0.2;
}


/* BUTTONS */
.btn.btn-quaternary {
    color: white;
    background-color: #415EB7;
}
.btn.btn-tertiary {
    background-color: #E3EAFE;
}
.btn.btn-secondary {
    background-color: var(--color-secondary);
}
.btn.btn-primary {
    background-color: var(--color-primary);
}
.btn {
    position: relative;
    
    display: inline-block;
    max-width: 100%;
    
    
    font-family: var(--home-body-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    

    border-radius: 0px;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    
    
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
    
    
    box-shadow: -4px -4px 4px 0 rgba(0, 0, 0, 0.10) inset, 4px 4px 4px 0 rgba(255, 255, 255, 0.05) inset, 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
    
    transition: var(--btn-fx-speed);
    --btn-fx-speed: 0.2s ease-out;
}
.postscript-contact .wpcf7-submit,
.main-contact-form .wpcf7-submit,
.page-section .btn,
.header .btn,
.footer .btn,
.home .btn {
    min-width: 260px;
    max-width: 100%;
}
@media (min-width: 992px) {
    .btn:hover span::after {
        opacity: 1;
        right: -30px;
    }
    .btn:hover span {
        transform: translateX(-10px);
    }
    .btn span::after {
        display: inline-block;
        content: '';
        position: absolute;
        top: 2px;
        right: 0px;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/wp-content/uploads/btn-arrow.svg');
        opacity: 0;
        transition: var(--btn-fx-speed);
        z-index: -1;
    }
    .btn span {
        position: relative;
        display: flex;
        width: max-content;
        margin: auto;
        align-items: center;
        transition: var(--btn-fx-speed);
        z-index: 1;
    }
}


/* HEADER */
.header h5::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 20px;
    width: 3px;
    height: 24px;
    background-color: #415EB7;
}
.header h5 {
    position: relative;
    display: flex;
    align-items: center;
}
.header .call-now .header-phone-link::before {
    display: inline-block;
    content: '';
    position: relative;
    --icon-size: 30px;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/phone-icon-dark-blue.svg');
}
/* INTERNAL PAGE MB FIX */
.page-template-default .call-now h5 {
    margin-bottom: 0px;
}
.header .call-now .header-phone-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #243569;
    font-size: 24px;
    font-weight: 700;
    line-height: 116.667%;
}
.header .call-now {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .company-logo img {
    width: 260.006px;
    height: 130.994px;
}
.header .company-logo {
    display: block;
}
.header .button-wrapper {
    margin-top: 20px;
}
.header .main-navigation {
    position: relative;
    bottom: -14px;
}
.header .header-col--left {
    display: flex;
    align-items: center;
}
.header .header-col--right .header-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 14px;
    z-index: 1;
}

.serving-text span::before {
    display: block;
    content: '';
    position: absolute;
    width: calc(100% + 5px);
    height: 1px;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    transition: 0.25s ease-out;
    z-index: -1;
}
.serving-text span {
    margin: 0px 5px;
    position: relative;
    transition: 0.25s ease-out;
    z-index: 1;
}
.header-overbar-wrapper {
    padding: 7px 0;
}
.header-overbar-wrapper .serving-text::before {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/location-icon-white.svg');
}
.header-overbar-wrapper .serving-text {
    position: relative;
    display: flex;
    align-items: center;
}
.header-overbar-wrapper .quick-link:nth-child(2)::before {
    width: 20px;
    height: 20px;
    bottom: 1px;
    background-size: 100%;
    background-image: url('/wp-content/uploads/review-comment-icon.svg');
}
.header-overbar-wrapper .quick-link:nth-child(1)::before {
    background-image: url('/wp-content/uploads/discount-icon.svg');
}
.header-overbar-wrapper .quick-link::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header-overbar-wrapper .quick-link:first-child::after {
    display: inline-block;
    content: '';
    position: relative;
    width: 3px;
    height: 24px;
    margin: 0px 15px;
    opacity: 0.5;
    background-color: white;
}
.header-overbar-wrapper .quick-link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: underline;
}
.header-overbar-wrapper .quick-links {
    display: flex;
    align-items: center;
}
.header-overbar-wrapper a {
    color: white;
    font-size: 18px;
	font-weight: 500;
}
.header-overbar-wrapper {
    padding: 3px 0;
    background-color: var(--color-primary);
}
@media (min-width: 992px) {
    .serving-text span:hover::before {
        height: 100%;
    }
    .serving-text span:hover {
        color: black;
    }   
}
@media (max-width: 991.98px) {    
    .main-navigation > li.has-dropdown::after {
        background-color: var(--color-secondary);
    }
}


/* PAGE SECTIONS */
.page-section .section-subheader::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 6px;
    height: 29px;
    background-color: #39A4DD;
}
.page-section .section-subheader {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E3EAFE;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 6px;
}
.page-section.dark {
    color: white;
    background-color: #0E1A3F;
}


.page-section--hero .hero-body p {
    --hero-body-font-size: 22;
    color: black;
    font-size: calc(100vw * (var(--hero-body-font-size) / var(--current-screen-size)));
    font-weight: 700;
    line-height: 145.455%;
    margin: 10px 0px;
    max-width: 552px;
}
.page-section--hero .hero-header span {
    --header-font-size-2: 55;
    color: #0E1A3F;
    font-size: calc(100vw * (var(--header-font-size-2) / var(--current-screen-size)));
    line-height: 94.545%;
}
.page-section--hero .hero-header h2 {
    --header-font-size: 55;
    color: var(--color-primary);
    font-size: calc(100vw * (var(--header-font-size) / var(--current-screen-size)));
    font-weight: 900;
}
.page-section--hero::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -383px;
    right: -314px;
    width: 1095px;
    height: 1094px;
    border-radius: 1095px;
    opacity: 0.35;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #5CA0FF 0%,
        rgba(92, 160, 255, 0.00) 100%);
    z-index: -2;
}
.page-section--hero {
    position: relative;
    --pt: 80;
    --pb: 100;
    --current-screen-size: 1600;
    padding-top: calc(100vw * (var(--pt) / var(--current-screen-size)));
    padding-bottom: calc(100vw * (var(--pb) / var(--current-screen-size)));
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/hero-bg-desktop.png');
    z-index: 0;
}
@media (min-width: 1700px) {    
    .page-section--hero {
        background-size: 100% 100%;
    }
}
@media (max-width: 991.98px) {
    .page-section--hero .desktop-only {
        display: none !important;
    }
    .page-section--hero .hero-body p {
        --hero-body-font-size: 16;
        max-width: 452px;
    }
    .page-section--hero .hero-header span {
        --header-font-size-2: 28;
    }
    .page-section--hero .hero-header h2 {
        --header-font-size: 28;
    }
    .page-section--hero br {
        display: none;
    }
    .page-section--hero {
        --pt: 32;
        --pb: 49;
        --current-screen-size: 576;
        background-size: 100% 100%;
        background-image: url('/wp-content/uploads/hero-bg-mobile.png');
    }
}


.page-section--door-replacement h2 {
    color: #243569;
}
.page-section--door-replacement {
    display: flex;
}


.page-section--roofing-exterior .service-tags {
    margin: 40px 0;
}
.page-section--roofing-exterior .section-body {
    max-width: 560px;
}
.page-section--roofing-exterior {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/roofing-exterior-section-bg-desktop.png');
}
@media (max-width: 991.98px) {
    .page-section--roofing-exterior p {
        margin-bottom: 0px;
    }
    .page-section--roofing-exterior .section-header .section-subheader {
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 3px;
        margin: 14px 0 30px;
    }
    .page-section--roofing-exterior .section-header {
        margin-top: 30px;
    }
    .page-section--roofing-exterior {
        padding: 40px 0px;
    }
}


.page-section--why-us .why-us-cards {
    margin-bottom: 40px;
}
.page-section--why-us::before {
    display: block;
    content: '';
    position: absolute;
    left: 219px;
    bottom: -10px;
    width: calc(100vw * (1162 / 1600));
    height: calc(100vw * (346 / 1600));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/chesapeake-logo-section-decoration.png');
    z-index: -1;
}
.page-section--why-us {
    position: relative;
    padding-top: 80px;
    padding-bottom: calc(100vw * (160 / 1600));
    z-index: 1;
}


.page-section--local-roofing .col-lg-5 p {
    font-weight: 700;
    max-width: 300px;
}
.page-section--local-roofing .section-header {
    margin-bottom: 30px;
}
.page-section--local-roofing {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 991.98px) {
    .page-section--local-roofing .col-lg-5 p {
        margin-top: 20px;
        max-width: unset;
    }
    .page-section--local-roofing {
        padding: 50px 0;
    }
}


.page-section--siding .callout-text {
    color: #243569;
    font-weight: 700;
    line-height: 155.556%;
    margin-top: 40px;
}
.page-section--siding .section-header {
    color: #243569;
    margin-bottom: 40px;
}
.page-section--siding {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/siding-section-bg-desktop.png');
}
@media (max-width: 991.98px) {
    .page-section--siding .section-header {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .page-section--siding {
        padding: 50px 0;
    }
}


.page-section--gutters .col-lg-6:last-child h5 {
    margin-bottom: 20px;
}
.page-section--gutters .col-lg-6:last-child {
	
	@media only screen and (min-width: 992px) {
    	padding: 0px;
	}
}
.page-section--gutters .section-header {
    margin-bottom: 30px;
}
.page-section--gutters {
    padding: 100px 0;
    background: linear-gradient(90deg, #415EB7 0%, #0E1A3F 100%);
}
@media (max-width: 991.98px) {
    .page-section--gutters {
        padding: 50px 0;
    }
}


.page-section--window-installers .callout-text {
    color: #243569;
    font-weight: 700;
    line-height: 155.556%;
    margin-top: 40px;
}
.page-section--window-installers .section-header {
    color: #243569;
    margin-bottom: 40px;
}
.page-section--window-installers {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/windows-section-bg-desktop.png');
}
@media (max-width: 991.98px) {
    .page-section--window-installers .section-header {
        margin: 30px 0;
    }
    .page-section--window-installers {
        padding: 50px 0;
    }    
}


.page-section--door-replacement .right h5 {
    margin-bottom: 20px;
}
.page-section--door-replacement .right::before {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    bottom: -2px;
    width: calc(100vw * (760 / 1600));
    height: calc(100vw * (226 / 1600));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/chesapeake-logo-section-decoration-light.png');
    z-index: -1;
}
.page-section--door-replacement .right {
    position: relative;
    padding: 100px 0px;
    padding-left: 80px;
    padding-right: calc(100vw * (233 / 1600));
    color: white;
    background: #243569;
    z-index: 1;
}
.page-section--door-replacement .left h2 {
    margin-bottom: 30px;
}
.page-section--door-replacement .left p,
.page-section--door-replacement .left h2 {
    max-width: 1000px;
}
.page-section--door-replacement .left {
    padding: 100px 0px;
    padding-right: 50px;
    padding-left: calc(100vw * (233 / 1600));
    background: #E3EAFE;
}
@media (max-width: 991.98px) {
    .page-section--door-replacement .right h5 {
        max-width: 400px;
    }
    .page-section--door-replacement .right::before {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw * (376 / 576));
        height: calc(100vw * (100 / 576));
    }
    .page-section--door-replacement .right {
        padding: 50px 45px 80px;
    }
    .page-section--door-replacement .left {
        padding: 50px 45px;
    }
    .page-section--door-replacement {
        display: flex;
        flex-direction: column;
    }    
}


.page-section--testimonials .section-body p {
    max-width: 700px;
}
.page-section--testimonials .section-header h2 {
    font-size: 55px;
    font-weight: 900;
    line-height: 94.545%;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.page-section--testimonials::before {
    display: block;
    content: '';
    position: absolute;
    left: 19px;
    top: -20px;
    width: 220px;
    height: 188px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/quote-section-decoration.png');
}
.page-section--testimonials {
    position: relative;
    padding: 100px 0;
    background-size: 100% 100%;
    background-image: url('/wp-content/uploads/Section-2-desktop-1.jpg');
    z-index: 1;
}
@media (max-width: 991.98px) {
    .page-section--testimonials .slick-dots {
        top: 30px;
    }
    .page-section--testimonials .slick-dots .slick-active button::before {
        border-color: white;
        background-color: white;
    }
    .page-section--testimonials .slick-dots li button:hover::before {
        border-color: white;
    }
    .page-section--testimonials .slick-dots li.slick-active button::before {
        border: 2px solid white;
        background-color: white;
    }
    .page-section--testimonials .slick-dots li button::before {
        border: 2px solid white;
        background-color: white;
    }
    .page-section--testimonials .slick-dots li.slick-active button::before {
        background-color: white;
        border-color: white;
    }
    .page-section--testimonials .button-wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }
    .page-section--testimonials .section-header h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .page-section--testimonials::before {
        display: none;
    }
    .page-section--testimonials {
        padding: 50px 0px;
    }
}


.page-section--honest-company .callout-text {
    color: black;
    font-weight: 700;
    line-height: 155.556%;
}
.page-section--honest-company .why-us-cards {
    margin: 40px 0;
}
.page-section--honest-company .section-header {
    margin-bottom: 40px;
    color: #243569;
}
.page-section--honest-company {
    padding: 100px 0;
}
@media (max-width: 991.98px) {
    .page-section--honest-company {
        padding: 50px 0;
    }
}


/* POSTSCRIPT */
.entire-form-wrapper {
    padding: 40px;
    background-color: var(--color-primary);
}

.page-section--postscript-contact h2 {
    margin-bottom: 20px;
    color: #243569;
}
.page-section--postscript-contact .btn.btn-primary {
    min-width: 300px;
    margin-top: 20px;
}
.page-section--postscript-contact .entire-form-wrapper {
    margin-bottom: 100px;
}
.page-section--postscript-contact::before {
    top: -87px;
    left: -365px;
}
.page-section--postscript-contact::before {
    display: block;
    content: '';
    position: absolute;
    width: 1095px;
    height: 1094px;
    border-radius: 1095px;
    opacity: 0.35;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #5CA0FF 0%,
        rgba(92, 160, 255, 0.00) 100%);
    z-index: -1;
}
.page-section--postscript-contact {
    position: relative;
    padding: 100px 0;
    z-index: 0;
}
@media (max-width: 991.98px) {
    .page-section--postscript-contact .row-two h2 {
        margin-top: 30px;
        color: #243569;
        font-size: 28px;
        line-height: 50px;
    }
    .page-section--postscript-contact .row-two {
        padding: 50px 0;
    }
    .page-section--postscript-contact .entire-form-wrapper {
        margin-bottom: 0px;
    }
    .postscript-contact .gform_wrapper.gravity-theme .gform_fields {
        gap: 16px;
    }
    .page-section--postscript-contact .btn-secondary {
        margin-left: auto;
        margin-right: auto;
    }
    .page-section--postscript-contact .h1 {
        font-size: 28px;
        text-align: center;
    }
    .page-section--postscript-contact .container:first-child {
        max-width: unset;
    }
    .page-section--postscript-contact {
        padding: 0px;
    }
}

.postscript-contact-two::after {
    top: -87px;
    right: -314px;
}
.postscript-contact-two::before {
    top: -383px;
    left: -365px;
}
.postscript-contact-two::after,
.postscript-contact-two::before {
    display: block;
    content: '';
    position: absolute;
    width: 1095px;
    height: 1094px;
    border-radius: 1095px;
    opacity: 0.35;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #5CA0FF 0%,
        rgba(92, 160, 255, 0.00) 100%);
    z-index: -1;
}
.postscript-contact-two {
    position: relative;
    padding: 80px 0;
}
@media (max-width: 991.98px) {
    .postscript-contact-two .entire-form-wrapper .btn {
        margin-left: auto;
        margin-right: auto;
    }
    .postscript-contact-two .h1 {
        font-size: 28px;
        text-align: center;
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
    .postscript-contact-two .container {
        max-width: unset;
    }
    .postscript-contact-two {
        padding: 0px;
    }
}


/* FOOTER */
.footer .quick-link {
    color: #243569;
    font-size: 18px;
    font-weight: 500;
    line-height: 155.556%;
    text-decoration: underline;
}
.footer .quick-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 24px;
}
.footer h5 {
    color: #415EB7;
    font-size: 24px;
    font-weight: 700;
    line-height: 116.667%;
}
.footer .company-phone--link::before {
    display: inline-block;
    content: '';
    position: relative;
    --icon-size: 30px;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/phone-icon-dark-blue.svg');
}
.footer .company-phone--link {
    color: #0E1A3F;
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
}
.social-icons__icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    color: white;
    background-color: #415EB7;
}
.footer-box--one {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.footer-col--three {
    max-width: 485px;
    padding: 0px;
}
.footer-col--two {
    max-width: 300px;
    padding: 0px;
}
.footer-col--one {
    max-width: 261px;
    padding: 0px;
}
.footer .row {
    justify-content: space-between;
}
.footer {
    padding: 80px 0;
}
@media (max-width: 991.98px) {
    .footer-col--two {
        margin: 50px 0;
    }
    .footer h5 {
        text-align: center;
    }
    .footer .quick-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer .row {
        flex-direction: column;
        align-items: center;
    }
    .footer {
        padding: 50px 0px;
    }
}


/* COPYRIGHT */
.copyright .all-rights::before,
.copyright .privacy-policy::after,
.copyright .privacy-policy::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 1px;
    height: 22px;
    margin: 0px 12px;
    background-color: white;
}
.copyright .all-rights,
.copyright .privacy-policy {
    position: relative;
    display: flex;
    align-items: center;
}
.copyright .top {
    display: flex;
    margin-bottom: 10px;
}
.copyright a {
    color: white;
    text-decoration: underline;
    font-weight: 700;
}
.copyright {
    color: white;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #243569;
}


/* WIDGETS */
.cta.gutter-guards h3::before {
    background-image: url('/wp-content/uploads/cta-gutter-guards-icon.svg');
}
.cta.gutters h3::before {
    background-image: url('/wp-content/uploads/cta-gutter-icon.svg');
}
.cta.siding h3::before {
    background-image: url('/wp-content/uploads/cta-siding-icon.svg');
}
.cta.door h3::before {
    background-image: url('/wp-content/uploads/cta-door-icon.svg');
}
.cta.window h3::before {
    background-image: url('/wp-content/uploads/cta-window-icon.svg');
}
.cta.roofing h3::before {
    background-image: url('/wp-content/uploads/cta-roofing-icon.svg');
}
.cta h3::before {
    display: block;
    content: '';
    position: relative;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cta .cta-arrow {
    display: inline-block;
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/cta-arrow.svg');
}
.cta span {
    color: #0E1A3F;
    font-size: 19px;
    font-weight: 500;
    line-height: 126.316%;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 5px;
}
.cta h3 {
    position: relative;
    color: var(--color-primary);
    z-index: 1;
}
.text-container p {
    color: black;
}
.cta {
    display: flex;
    flex-direction: column;
    border-top: 14px solid #39A4DD;
    background: #E3EAFE;
    padding: 20px 18px;
    padding-top: 15px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.25);
    width: 244px;
    height: 180px;
}
.ctas-bottom {
    margin-top: 30px;
}
.ctas-top {
    margin-top: 100px;
}
.ctas {
    display: flex;
    gap: 30px;
}
@media (min-width: 992px) {
    .cta:hover span,
    .cta:hover h3 {
        color: white;
    }
    .cta:hover {
        background-color: #243569;
    }
    .cta {
        --fx-speed: 0.225s ease-out;
        transition: var(--fx-speed);
    }
}
@media (max-width: 991.98px) {
    .cta h3::before {
        width: 32px;
        height: 32px;
    }
    .cta .cta-arrow {
        width: 14px;
        height: 14px;
        margin-left: 14px;
    }
    .cta span {
        color: #0E1A3F;
        font-size: 11px;
        font-weight: 500;
        line-height: 127.273%;
        letter-spacing: 3px;
        margin-top: 0px;
    }
    .cta {
        width: 142px;
        height: 116px;
    }
    .ctas {
        flex-wrap: wrap;
        margin-top: 201px;
        margin-bottom: 30px;
    }
}
@media (max-width: 500px) {
	.ctas {
		margin-top: 161px;
	}
}

.service-tag h6::before {
    display: inline-block;
    content: '';
    position: relative;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/checkmark-icon.svg');
}
.service-tag h6 {
    position: relative;
    display: flex;
    align-items: center;
    color: black;
    top: 2px;
    gap: 6px;
    z-index: 1;
}
.service-tag {
    padding: 8px 30px 8px 20px;
    border-left: 6px solid #415EB7;
    background: #E3EAFE;
}
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.checklist-item::before {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/checkmark-icon.svg');
}
.checklist-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.checklist-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 0px;
}

.why-us-card.certified-specialists h5::before {
    background-image: url('/wp-content/uploads/drivers-license-icon.svg');
}
.why-us-card.trusted-service h5::before {
    background-image: url('/wp-content/uploads/trust-icon.svg');
}

.why-us-card.always-here h5::before {
    background-image: url('/wp-content/uploads/phone-icon-dark-blue.svg');
}
.why-us-card.fully-accredited h5::before {
    background-image: url('/wp-content/uploads/badge-icon.svg');
}
.why-us-card.comprehensive-services h5::before {
    background-image: url('/wp-content/uploads/technical-support-icon.svg');
}
.why-us-card.family-owned h5::before {
    background-image: url('/wp-content/uploads/family-icon.svg');
}

.why-us-card h5::before {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.why-us-card h5 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
}
.why-us-card {
    display: flex;
    gap: 20px;
    width: 100%;
    min-height: 260px;
    max-width: 540px;
    padding: 30px 40px;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(180deg, #E3EAFE 0%, #D1DCFC 100%);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.why-us-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.review-icon {
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/google-icon.svg');
}
.review-footer {
    display: flex;
    justify-content: space-between;
}
.review-name {
    color: #243569;
    font-size: 18px;
    font-weight: 700;
    line-height: 155.556%;
}
.review-quote {
    font-size: 18px;
}
.review {
    color: black;
    display: flex;
    flex-direction: column;
    width: 490px;
    min-height: 350px;
    padding: 40px 40px 30px 40px;
    gap: 20px;
    background: #FFF;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.20);
    border-top: 20px solid #39A4DD;
}
.review-slider {
    display: flex;
    gap: 30px;
    margin: 50px 0;
}
@media (max-width: 991.98px) {
    .review-quote {
        font-size: 16px;
    }
    .review {
        padding: 20px;
        margin: auto;
        max-width: 300px;
    }
    .review-slider {
        display: unset;
    }
}


.company-location .address::before {
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    height: 22px;
    left: calc(-1px * var(--offset));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/location-icon-blue.svg');
}
.company-location .address {
    position: relative;
    margin-left: calc(1px * var(--offset));
}
.company-location .gmap-link::after {
    display: inline-block;
    content: '';
    position: relative;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/arrow-right-blue.svg');
}
.company-location .gmap-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: calc(1px * var(--offset));
    color: #243569;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: underline;
}
.company-location {
    --offset: 28;
    
    color: #0E1A3F;
    font-weight: 600;
    line-height: 155.556%;
    
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 30px 20px 20px;
    background: linear-gradient(180deg, #E3EAFE 0%, #D9E2FF 100%);
}
.company-locations {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


























/* SEP 25 2025 */
.header::after {
    display: none;
}

.page-section--hero::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    z-index: -1;
}
.page-section--hero::after {
    z-index: -1;
}

.page-section--postscript-contact {
    background-size: contain 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/section-3-desktop.png');
}

.page-section--honest-company {
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/honest-company-bg-desktop.jpg');
    z-index: 0;
}

.page-section.postscript-contact-two {
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-overbar-wrapper .quick-link,
    .header-overbar-wrapper .serving-text {
        font-size: 14px;
    }
    
    .page-section--gutters h5 {
        font-size: 20px;
    }
    
    .checklist-item {
        font-size: 16px;
    }
    
    .why-us-card p {
        font-size: 16px;
    }
    .why-us-card h5 {
        font-size: 20px;
    }
    .why-us-card {
        max-width: 450px;
        height: 100%;
        
    }
    
    
    .service-tag h6::before {
        top: 0;
    }
    .service-tag h6 {
        font-size: 16px;
        top: 0;
    }
    
    .home .section-subheader {
        font-size: 20px;
    }
    .home h2 {
        font-size: 30px;
    }
    
    .cta h3::before {
        width: 40px;
        height: 40px;
    }
    .cta span {
        font-size: 14px;
    }
    .cta h3 {
        font-size: 25px;
    }
    .cta {
        width: 200px;
        height: 140px;
    }
    .ctas p {
        font-size: 16px;
    }
    
    .footer .company-location .gmap-link,
    .footer .company-location .address {
        font-size: 16px;
    }
    .footer .company-location {
        padding: 10px;
    }
    .footer .footer-col--two {
        max-width: 250px;
    }
    .footer .footer-col--three {
        max-width: 350px;
    }
    .footer .quick-link {
        font-size: 16px;
    }
    .footer h5 {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .page-section--honest-company {
        background-image: url('/wp-content/uploads/Section-11-mobile-max.jpg');
    }
}

@media (max-width: 500px) {
    .page-section--hero .cta {
        padding: 10px;
    }
    .page-section--hero .hero-header span {
        --header-font-size-2: 28;
        display: block;
    }
    .page-section--hero .hero-header h2 {
        --header-font-size: 28;
    }
    .page-section--hero {
        --current-screen-size: 320;
    }
    .ctas {
        gap: 10px;
    }
    .page-section--hero .ctas-mobile.mobile-only {
        display: block;
    }
    .page-section--hero {
        background-image: url('/wp-content/uploads/CTAS-mobile.jpg');
    }
}











/* OCT 1 */
.gambrills-md-roofing-siding-windows-contractor .accordion .accordion-item .accordion-button {
    display: block;
}
.accordion .accordion-item li,
.accordion .accordion-item .accordion-button,
.accordion .accordion-item .accordion-button a,
.accordion .accordion-item .accordion-body a,
.accordion .accordion-item .accordion-body p,
.accordion .accordion-item .accordion-body {
    color: black !important;
}

.btn.btn-tertiary {
    color: #0E1A3F;
}

@media (min-width: 992px) {
    .header-overbar-wrapper .quick-link:hover:nth-child(2)::before {
        background-image: url('/wp-content/uploads/review-icon-blue.svg');
    }
    .header-overbar-wrapper .quick-link:hover:nth-child(1)::before {
        background-image: url('/wp-content/uploads/discount-icon-blue.svg');
    }
    
    .btn:hover.btn-primary::after {
        box-shadow: -4px -4px 4px 0 rgba(0, 0, 0, 0.10) inset, 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, 4px 4px 10px 0 rgba(0, 0, 0, 0.15) !important;
    }
    .btn:hover.btn-tertiary {
        background-color: #B3C6FD;
    }
    .btn:hover.btn-secondary {
        background-color: #1973A3;
    }
    .btn:hover.btn-primary {
        background: #0E1A3F;
    }
    .btn.btn-primary::after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-shadow: -4px -4px 4px 0 rgba(0, 0, 0, 0.10) inset, 4px 4px 4px 0 rgba(255, 255, 255, 0.15) inset, 4px 4px 10px 0 rgba(0, 0, 0, 0.15) !important;
    }
    
    .btn.btn-tertiary span::after {
        background-image: url('/wp-content/uploads/btn-arrow-dark.svg');;
    }

    .cta:hover.gutter-guards h3::before {
        background-image: url('/wp-content/uploads/cta-gutter-guards-icon-white.svg');
    }
    .cta:hover.gutters h3::before {
        background-image: url('/wp-content/uploads/cta-gutter-icon-white.svg');
    }
    .cta:hover.siding h3::before {
        background-image: url('/wp-content/uploads/cta-siding-icon-white.svg');
    }
    .cta:hover.door h3::before {
        background-image: url('/wp-content/uploads/cta-door-icon-white.svg');
    }
    .cta:hover.window h3::before {
        background-image: url('/wp-content/uploads/cta-window-icon-white.svg');
    }
    .cta:hover.roofing h3::before {
        background-image: url('/wp-content/uploads/cta-roofing-icon-white.svg');
    }
    .cta:hover .cta-arrow {
        background-image: url('/wp-content/uploads/cta-arrow-white.svg');
    }
    
    .social-icons__icon a:hover {
        background-color: var(--color-secondary);
    }
    .social-icons__icon a {
        --fx-speed: 0.225s ease-out;
        transition: var(--fx-speed);
    }
    
    .page:not(.home) .btn:not(.header-wrapper .btn):hover::after {
        right: 20px;
        opacity: 1;
    }
    .page:not(.home) .btn:not(.header-wrapper .btn)::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
		left: unset;
		box-shadow: none !important;
        right: 30px;
        width: 15px;
        height: 15px;
        transform: translateY(-50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/wp-content/uploads/btn-arrow.svg');
        opacity: 0;
        transition: var(--btn-fx-speed);
        z-index: -1;
    }
    .page:not(.home) .btn:not(.header-wrapper .btn) {
        position: relative;
        align-items: center;
        min-width: 200px;
        transition: var(--btn-fx-speed);
        z-index: 1;
    }
    
    .company-location .gmap-link:hover::after {
        background-image: url('/wp-content/uploads/arrow-right-blue-1.svg');
    }
    .footer .gmap-link:hover,
    .footer .quick-links a:hover {
        color: #39A4DD;
    }
}

.page-section--local-roofing .col-lg-5 p {
    color: var(--Color-Brand-Color-5, #E3EAFE);
}

@media (min-width: 577px) and (max-width: 991.98px) {    
    .page-section--hero .hero .hero-header br {
        display: block;
    }
    .page-section--hero .hero .hero-body p {
        color: #243569;
    }
}

.why-us-card {
    min-height: 275.5px;
}

.service-tag h6 {
    color: #0E1A3F;
}

@media (max-width: 991.98px) {
    .page-section--hero .hero-body p {
        color: #243569;
    }
    .page-section--hero br {
        display: block;
    }
    
    
    .why-us-card {
        display: flex;
        justify-content: center;
        padding: 20px 30px;
        max-width: 300px;
        min-height: 376px;
    }
    .review-slider {
        display: flex;
        flex-direction: column;
        width: 100vw;
    }
    .why-us-cards {
        width: 100vw;
    }
    .slick-track {
        display: flex;
        gap: 30px;
    }
    
    .page-section--testimonials .button-wrapper {
        flex-direction: column-reverse;
    }
    
    .social-icons__icon a {
        font-size: 20px;
    }
    
    .company-location {
        gap: 10px;
    }
    
    .page-section--gutters .service-tag,
    .page-section--door-replacement .service-tag {
        border-left: 6px solid #0E1A3F;
    }
    
    .page-section--honest-company .callout-text {
        color: #000000;
    }
    
    .copyright .privacy-policy::after,
    .copyright .all-rights::before {
        display: none;
    }
    .copyright .middle {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }
    .copyright .company-name::after {
        display: inline-block;
        content: '';
        position: relative;
        width: 1px;
        height: 22px;
        margin: 0px 12px;
        background-color: white;
    }
    .copyright .company-name {
        position: relative;
        display: flex;
        
    }
    .copyright .top {
        justify-content: center;
        margin-bottom: 5px;
    }
    .copyright {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .page-section--door-replacement .left {
        padding: 15px;
    }
    .page-section--door-replacement .right {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
    
    .page-section--gutters .service-tag {
        padding: 0px 10px;;
        min-height: 40px;
        display: flex;
    }
    .page-section--gutters .col-lg-6:last-child {
        padding: 15px;
    }
    
    .checklist-items {
        display: flex;
        flex-direction: column;
    }
    .postscript-contact .h1,
    .postscript-contact-two .h1 {
        text-align: left;
    }
    
    .postscript-contact-two::after, .postscript-contact-two::before {
        display: none;
    }
    .postscript-contact .entire-form-wrapper .btn,
    .postscript-contact-two .entire-form-wrapper .btn {
        margin-left: 0;
    }
    .entire-form-wrapper {
        padding: 15px;
    }
    
    .copyright .join {
        display: flex;
        justify-content: center;
        margin: 6px;
    }
    .copyright .license {
        margin: 6px;
    }
    .copyright .company-name::after {
        display: none;
    }
    .copyright .company-name {
        max-width: 200px;
        margin: auto;
        line-height: 120%;
    }
    .copyright .top {
        display: unset;
        margin: 0px;
    }
}



/* Make Envira Gallery 2 columns on small screens */
@media (max-width: 576px) {
  .envira-gallery-wrap .envira-gallery-item {
    width: 50% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px; /* Optional spacing */
  }
}

















.footer .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .page-section--hero p > br {
        display: none;
    }
    
    .main-navigation > li.has-dropdown::after {
        max-height: 55px;
    }
    .main-navigation > li > a:hover {
        color: white;
    }
    .page-template-page-conversion .conversion-content-three__sticky-image {
        margin-bottom: 0px;
    }
    .page-template-page-conversion .conversion-content-three {
        padding-bottom: 0px;
    }

    .ctas {
        justify-content: center;
    }
}

.accordion-body p:last-child {
    margin-bottom: 0px;
}

.postscript-contact .gform_wrapper.gravity-theme textarea.large::placeholder,
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered,
.postscript-contact .ginput_container input::placeholder {
    color: black;
}

@media (max-width: 500px) {
    .postscript-contact .entire-form-wrapper .btn, .postscript-contact-two .entire-form-wrapper .btn {
        margin-left: auto;
    }
}


/* SLIDER REWORK */
@media (max-width: 991.98px) {
    .why-us-cards {
        width: 100vw;
        left: calc(50% - 1px);
        transform: translateX(-50%);
    }
    .why-us-card {
        margin: auto;
        margin-bottom: 10px;
    }
    .slick-track {
        margin-left: calc(100vw * (50 / 576));
    }
}
@media (max-width: 500px) {
    .why-us-cards {
        width: 100%;
    }
    .slick-track {
        display: block;
        gap: unset;
        margin-left: unset;
    }
}


.error404 .content-wrapper .btn {
    min-width: 261px;
}


.page-template-page-conversion h1 {
    font-weight: 700;
}



.page:not(.home) .btn:not(.header-wrapper .btn)::after {
	box-shadow: none !important;
}


/* OCT 24 */
@media (max-width: 991.98px) {    
    .main-navigation > li.has-dropdown::after {
        background-color: var(--color-secondary);
    }
}


.page:not(.home) .btn:not(.header-wrapper .btn)::after {
    box-shadow: none !important;
}


.sidebar-form .btn {
    background-color: var(--color-secondary);
}
@media (min-width: 991.98px) {
    .sidebar-form .btn:hover {
        background-color: #1973A3;
    }
}


@media (max-width: 500px) {
    .page-section--hero {
        background-image: url('/wp-content/uploads/upscaled-hero-bg-mobile-xs.png');
    }
}


.award13 {
    background-image: url('/wp-content/uploads/select-shingle-master.png');
}
.award12 {
    background-image: url('/wp-content/uploads/5-star-certainteed.png');
}
.award11 {
    background-image: url('/wp-content/uploads/anderson-certified.jpg');
}
.award10 {
    background-image: url('/wp-content/uploads/jameshardle-elite-preferred.png');
}
.award9 {
    background-image: url('/wp-content/uploads/good-housekeeping.png');
}
.award8 {
    background-image: url('/wp-content/uploads/gaf-authorized.png');
}
.award7 {
    background-image: url('/wp-content/uploads/gaf.png');
}
.award6 {
    background-image: url('/wp-content/uploads/certainteed.png');
}
.award5 {
    background-image: url('/wp-content/uploads/shingle-quality.png');
}
.award4 {
    background-image: url('/wp-content/uploads/mastic-elite.png');
}
.award3 {
    background-image: url('/wp-content/uploads/simonton-windows.png');
}
.award2 {
    background-image: url('/wp-content/uploads/vinyl-installer.png');
}
.award1 {
    background-image: url('/wp-content/uploads/bbb.png');
}
.award {
    height: 125px;
    width: 125px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.award-slider .slick-dots {
    bottom: -40px;
}
.award-slider {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
	margin-bottom: 100px !important;
}
@media (max-width: 991.98px) {    
    .award-slider .slick-track {
        margin-left: unset;
    }
    .award-slider {
        transform: unset;
        left: unset;
        width: 100%;
    }
}
@media (max-width: 400px) {    
    .award {
        width: 100%;
        background-size: 80%;
    }
}





/* CHARGE CONVERSION HEADER IMAGE VISIBILITY MOBILE */
@media (max-width: 576px) {
    .andersen-doors .conversion-header h1,
    .provia-doors .conversion-header h1,
    .simonton-doors .conversion-header h1,
    .replacement-doors-annapolis .conversion-header h1,
    .simonton-windows .conversion-header h1,
    .provia-windows .conversion-header h1,
    .aluminum-gutters .conversion-header h1,
    .james-hardie .conversion-header h1,
    .lp-smartside-siding .conversion-header h1,
    .ascend-composite-cladding .conversion-header h1,
    .siding-annapolis .conversion-header h1,
    .andersen-doors .conversion-header h1,
    .skylights .conversion-header h1 {
        backdrop-filter: blur(10px);
    }

    .andersen-doors .conversion-header,
    .provia-doors .conversion-header,
    .simonton-doors .conversion-header,
    .replacement-doors-annapolis .conversion-header,
    .simonton-windows .conversion-header,
    .provia-windows .conversion-header,
    .aluminum-gutters .conversion-header,
    .james-hardie .conversion-header,
    .lp-smartside-siding .conversion-header,
    .ascend-composite-cladding .conversion-header,
    .siding-annapolis .conversion-header,
    .skylights .conversion-header {
        padding-top: 300px;
        background-position: center -100px;
    }
    
    .andersen-doors .conversion-header {
        padding-top: 300px;
    }
}


/* MOBILE FINANCING MODULE */
@media (max-width: 650px) {
	.financing-module {
		width: 100% !important;
	}	
}


/* SECTION REWORK STYLES */
.checklist-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 600px;
}

.page-section--local-roofing .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (min-width: 1600px) {
    .page-section--postscript-contact {
        background-size: 100% 100%;
    }
}
@media (max-width: 991.98px) {
    .page-section--local-roofing .image-wrapper {
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    .ctas {
        margin-top: 60px;
    }
}
.page-section--postscript-contact .image-wrapper img {
    transform: scaleX(-1);
}
.page-section--postscript-contact {
    background-image: none;
}
.page-section--postscript-contact::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/section-3-desktop.png');
    z-index: -1;
}



@media (max-width: 991.98px) {
  .home .postscript-contact .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 12;
  }
}



.page-template h5 {
    margin-bottom: 0px;
}



.single .blog-post-header__author {
    display: none;
}