/*
    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: #006699;
    --color-primary-dark: #004262;
    --color-secondary: #769D00;
    --color-secondary-dark: #5B7804;
    --color-tertiary: #E3F6FF;
    
    --color-dark-accent: #28373E;
}


/* FONTS */
:root {
    --home-heading-font: 'Roboto', sans-serif;
    --home-body-font: 'Roboto', 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: 177%;
    
    /*--- 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%;
}
:root {
    --current-screen: 1600;
}
.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 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);
    color: #28373E;
    margin-bottom: 0px;
}
.home .dark p {
    color: white;
}
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);
    }
    :root {
        --current-screen: 576;
    }
}


/* 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;
    background-image: url('/wp-content/uploads/phone-icon-white.svg');
}
.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;
}
.button-wrapper {
    display: flex;
    gap: 10px;
}
.image-wrapper.with-decoration::before {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: -15px;
    width: 431px;
    height: 413px;
    border-radius: 20px;
    background: var(--Linear, linear-gradient(180deg, var(--Color-Brand-Color-1, #9C0) 0%, var(--Color-Brand-Color-2, #5B7804) 100%));
    z-index: -1;
}
.image-wrapper.with-decoration img {
    width: 431px;
    height: 413px;
}
.image-wrapper {
    position: relative;
    z-index: 1;
}
.page-section .section-header {
    margin-bottom: 40px;
}
.page-section.light .section-subheader {
    color: #069;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.page-section.dark .section-subheader {
    color: #9C0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.page-section.dark {
    color: white;
}
.section-transition {
    --transition-height: 450;
    position: absolute;
    bottom: calc(100vw * (0 / 1600));
    width: 100vw;
    height: calc(100vw * (var(--transition-height) / 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) {
    .page-section.light .section-subheader {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 2px;
    }
    .page-section.dark .section-subheader {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 2px;
    }
    .page-section .section-header {
        margin-bottom: 30px;
    }
    
    .image-wrapper.with-decoration::before {
        top: 0px;
        left: -12px;
        width: 287px;
        height: 175px;
        border-radius: 20px;
    }
    .image-wrapper.with-decoration img {
        position: relative;
        width: 287px;
        height: 175px;
        top: -12px;
    }
    
    .section-transition {
        height: calc(100vw * (var(--transition-height) / var(--current-screen)));
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
@media (max-width: 500px) {
    .mobile-only {
        display: none;
    }
    .mobile-xs-only {
        display: block;
    }
}


/* SOCIAL ICONS */
.social-icons__icon a::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(180deg, #9C0 0%, #5B7804 100%);
    opacity: 0;
    z-index: -1;
    transition: 0.2s ease-out;
}
.social-icons__icon a {
    position: relative;
    z-index: 1;
}
.social-icons {
    display: flex;
    gap: 10px;
}
@media (min-width: 991.98px) {
    .social-icons__icon:hover a::before {
        opacity: 1;
    }
}


/* SLICK STYLES */
.slick-dots .slick-active button::before {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}
.slick-dots li.slick-active button::before {
    opacity: 1;
}
.slick-dots li button:hover::before {
    border-color: var(--color-primary);
}
.slick-dots li button::before {
    content: '';    
    width: 100%;
    height: 100%;
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary);
    border-radius: 100%;
    opacity: 0.3;
}
.slick-dots li button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    padding: 0px;
}
.slick-dots {
    gap: 20px;
    margin-top: 30px;
}


/* BUTTONS */
.btn.btn-tertiary {
    color: var(--color-primary-dark);
    background-color: var(--color-tertiary);
    border: 2px solid #069;
}
.btn.btn-secondary {
    background: var(--color-secondary);
}
.btn.btn-primary {
    background: var(--color-primary);
}
.btn {
    position: relative;

    display: inline-block;
    max-width: 100%;

    color: white;
    font-family: var(--home-body-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    border-radius: 25px;
    border-style: solid;
    border-color: transparent;
    border-width: 0;

    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    --btn-fx-speed: 0.235s;
}
.postscript-contact .wpcf7-submit,
.main-contact-form .wpcf7-submit,
.page-section .btn,
.header .btn,
.footer .btn,
.home .btn {
    min-width: 260px;
    max-width: 100%;
}

.btn.btn-tertiary span::after {
    background-size: cover;
    background-image: url('/wp-content/uploads/arrow-right-blue.svg');    
}
.btn span::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 12px;
    height: 20px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/arrow-right.svg');
    transition: var(--btn-fx-speed);
    opacity: 0;
}
.btn span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--btn-fx-speed);
    width: max-content;
    margin: auto;
}

.btn.btn-secondary::before {
    background: var(--color-secondary-dark);
}
.btn.btn-primary::before {
    background: var(--color-primary-dark);
}
.btn::before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    opacity: 0;
    transition: var(--btn-fx-speed);
}
@media (min-width: 991.98px) {
    .btn:hover span::after {
        opacity: 1;
        right: calc(-12px - 8px);
    }
    .btn:hover span {
        transform: translateX(-10px);
    }
    
    .btn:hover::before {
        width: 100%;
        opacity: 1;
    }
}


.vertical-divider {
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: var(--color-secondary);
    margin: 0px 20px;
}
.header-box .header-phone-link::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/smartphone-icon.svg');
}
.header-box .header-phone-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #069;
    font-weight: 700;
    line-height: 28px;
}
.header-box .call-now span:first-child {
    color: black;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header-box .call-now {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 16px;
}
.header-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header {
    padding-top: 16px;
}
.view-specials::before {
    background-image: url('/wp-content/uploads/discount-icon.svg');
}
.financing-options::before {
    background-image: url('/wp-content/uploads/coins-icon.svg');
}
.serving-text::before {
    background-image: url('/wp-content/uploads/location-icon.svg');
}
.quick-link::after,
.quick-link::before,
.serving-text::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;
}
.quick-link::after {
    width: 12px;
    height: 12px;
    background-image: url('/wp-content/uploads/arrow-right.svg');
}
.serving-text {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
}
.quick-link {
    display: flex;
    align-items: center;
    gap: 6px;
}
.header-overbar-wrapper .quick-links {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    align-items: center;
}
.header-overbar-wrapper a {
    color: white;
}
.header-overbar-wrapper::before {
    display: block;
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 100vw;
    height: 249px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/nav-bg.png');
    z-index: -1;
}
.header-overbar-wrapper {
    position: relative;
    padding: 5px 0px;
    background-color: var(--color-primary-dark);
}
.header .col-lg-9 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
@media (max-width: 991.98px) {
    .mobile-header {
        background-color: white;
    }
    .mobile-header__phone .ri, .mobile-header__specials-icon .ri {
        font-size: 48px;
        color: #9c0;
    }
	.mobile-sticky-header {
		z-index: 1001;
	}
}


.cta-link::after {
    display: inline-block;
    content: '';
    position: relative;
    width: 7.05px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/arrow-right.svg');
}
.cta-link {
    position: relative;
    width: 179px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0 0 19px 19px;
    background: var(--color-secondary);
    margin-top: auto;
    transition: var(--fx-speed);
}
.cta-sublabel {
    font-size: 14px;
    line-height: 14px;
    padding-left: 20px;
}
.cta-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-left: 20px
}
.cta-labels-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 38px;
}
.cta-icon {
    position: absolute;
    width: 62px;
    height: 62px;
    top: -31px;
    left: 18px;
    border-radius: 100%;
    border: 2px solid var(--color-dark-accent);
}
.cta:hover {
    color: white;
}
.cta {
    --fx-speed: 0.2s ease-out;
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
    width: 100%;
    height: 149px;
    border: 2px solid var(--color-dark-accent);
    border-radius: 20px;
    background: #28373E;
    transition: var(--fx-speed);
}
.cta-item {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 181px;
    height: 178px;
}
.cta-wrapper {
    display: flex;
    gap: 30px;
}
@media (min-width: 991.98px) {
    .cta-item:hover .cta-link {
        background-color: var(--color-primary);
    }
    .cta-item:hover .cta {
        transform: translateY(-20px);
    }
}
@media (max-width: 991.98px) {
    .cta-labels-wrapper {
        margin-top: unset;
        margin-left: 8px;
    }
    .cta-icon {
        position: relative;
    }
    .cta-link {
        display: none;
    }
    .cta::after {
        display: block;
        content: '';
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/wp-content/uploads/cta-arrow-mobile.svg');
    }
    .cta {
        position: relative;
        flex-direction: row;
        align-items: center;
        width: 300px;
        height: 99px;
        border: 2px solid #069;
        background: linear-gradient(180deg, #069 0%, #004262 100%);
    }
    .cta-item {
        width: max-content;
        height: 100%;
    }
    .cta-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }
}


.page-section--hero .hero-subheader {
    font-size: calc(100vw * (24 / var(--current-screen)));
    font-weight: 500;
    line-height: 216.667%;
    letter-spacing: calc(100vw * (1 / var(--current-screen)));
    margin-bottom: calc(100vw * (40 / var(--current-screen)));
}
.page-section--hero .hero-header {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: calc(100vw * (48 / var(--current-screen)));
    font-weight: 700;
    line-height: 108.333%;
}
.page-section--hero .section-transition {
    --transition-height: 152;
    background-image: url('/wp-content/uploads/transition-bottom-blue.svg');
}
.page-section--hero {
    color: white;
    position: relative;
    padding-top: calc(100vw * (154 / var(--current-screen)));
    padding-bottom: calc(100vw * (278 / var(--current-screen)));
    height: calc(100vw * (829 / var(--current-screen)));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/hero-bg-desktop.png');
}
@media (max-width: 991.98px) {
    .page-section--hero .hero-subheader {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .page-section--hero .hero-header h2 {
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 29px;
        font-weight: 700;
        line-height: 36px;
    }
    .page-section--hero .section-transition {
        --transition-height: 104;
        bottom: -2px;
        background-image: url('/wp-content/uploads/transition-bottom-blue-mobile-max.svg');
    }
    .page-section--hero {
        padding-top: 63px;
        padding-bottom: calc(100vw * (104 / var(--current-screen)) + 75px);
        height: 100%;
        background-image: url('/wp-content/uploads/hero-bg-mobile-max.png');
    }
}
@media (max-width: 500px) {
    .page-section--hero {
        background-image: url('/wp-content/uploads/hero-bg-mobile-min.png');
    }
}


.affiliation-slide img {
    max-width: 200px;
    max-height: 70px;
}
.affiliation {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
}
.affiliation-slider {
    margin-top: 60px;
}


.page-section--main .service-tag span {
    color: #069;
    font-size: 16px;
    font-weight: var(--Font-Weight-500, 500);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.page-section--main .service-tag h4 {
    color: var(--color-primary-dark);
}
.page-section--main .service-tag {
    display: flex;
    gap: 12px;
}
.page-section--main .service-tags {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    gap: 30px;
}
.page-section--main .section-header {
    color: var(--color-primary-dark);
}
.page-section--main .section-transition {
    --transition-height: 153;
    bottom: -1px;
    background-image: url('/wp-content/uploads/transition-bottom-dark.svg');
}
.page-section--main {
    position: relative;
    padding-bottom: calc(100vw * (153 / var(--current-screen)) + 100px);
    background: linear-gradient(to bottom, #E3F6FF 0%, #FFF 100%);
}
@media (min-width: 992px) {    
    .page-section--main {
        padding-top: 40px;
    }
}
@media (max-width: 991.98px) {
    .page-section--main .service-tag {
        align-items: center;
    }
    .page-section--main .service-tags {
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 30px;
    }
    .page-section--main .section-transition {
        --transition-height: 104;
        background-image: url('/wp-content/uploads/transition-bottom-dark-mobile-max.svg');
        z-index: 1;
    }
    .page-section--main {
        padding-bottom: calc(100vw * (104 / var(--current-screen)) + 40px);
    }
}
@media (max-width: 500px) {
    .page-section--main .service-tags {
        flex-wrap: wrap;
        gap: 0px;
    }    
}

.page-section--roof-life .button-wrapper {
    margin-top: 40px;
}
.page-section--roof-life {
    padding: 60px 0 100px;
    background-color: #28373E;
}
@media (max-width: 991.98px) {
    .page-section--roof-life .section-header-wrapper {
        margin-top: 40px;
    }    
    .page-section--roof-life {
        padding: 30px 0 40px;
    }
}


.page-section--gonano .section-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-section--gonano::after {
    width: 523px;
    height: 158px;
    bottom: -4px;
    right: 0;
    background-image: url('/wp-content/uploads/GONANO.svg');
}
.page-section--gonano::before {
    width: 780px;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url('/wp-content/uploads/accent-image-1.jpg');
    z-index: -1;
}
.page-section--gonano::after,
.page-section--gonano::before {
    display: block;
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.page-section--gonano {
    position: relative;
    padding: 80px 0px;
    background: linear-gradient(90deg, #004262 60%, rgba(0, 66, 98, 0.70) 74.4%, rgba(0, 66, 98, 0.00) 99.93%);
}
@media (max-width: 991.98px) {
    .page-section--gonano .mobile-only.button-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .page-section--gonano::after {
        width: 253px;
        height: 76px;
        left: 0;
        bottom: -4px;
    }
    .page-section--gonano::before {
        width: 100vw;
        bottom: -135px;
        height: 324px;
    }
    .page-section--gonano {
        padding: 40px 0 160px;
        background: linear-gradient(180deg, #004262 72.95%, rgba(0, 66, 98, 0.70) 79.58%, rgba(0, 66, 98, 0.00) 99.75%);
    }
}
@media (max-width: 500px) {
    .page-section--gonano::before {
        height: 400px;
    }    
    .page-section--gonano {
        background: linear-gradient(180deg, #004262 72.95%, rgba(0, 66, 98, 0.70) 90%, rgba(0, 66, 98, 0.00) 99.75%);
    }
}


.review .group {
    display: flex;
    align-items: center;
    gap: 20px;
}
.review-social-icon.google {
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/google-icon.svg');
}
.review-social-icon.facebook {
    width: 8.65px;
    height: 16px;
    background-image: url('/wp-content/uploads/facebook-icon.svg');
}
.review-social-icon {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.review-stars {
    display: block;
    width: 153.473px;
    height: 23.455px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/review-stars.svg');
}
.review-quote {
    position: absolute;
    width: 131px;
    height: 95px;
    right: 10px;
    bottom: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/review-quotes.png');
}
.review-footer {
    display: flex;
    justify-content: space-between;
    color: var(--color-primary-dark);
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.home .review-body {
    color: #333;
    font-size: 16px;
    line-height: 28px;
}
.review-body {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.review::after {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 27px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: white;
    z-index: -2;
}
.review::before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #9C0 0%, #5B7804 100%);
    z-index: -2;
}
.review {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 552px;
    min-height: 325px;
    padding: 50px 40px;
    z-index: 1;
    
    border-radius: 30px;
    background-color: white;
}
.review-slider {
    display: flex;
    gap: 30px;
}
@media (max-width: 991.98px) {
    .review {
        width: 481px;
        min-height: 251px;
        padding: 30px 20px;
        margin: auto;
    }
    .review-slider {
        display: unset;
    }
}
@media (max-width: 500px) {
    .review-name {
        font-size: 16px;
    }
    .review .group {
        gap: 10px;
    }
    .review {
        left: -1px;
        max-width: 290px;
        min-height: 363px;
    }
}


.page-section--testimonials .button-wrapper {
    justify-content: center;
    margin-top: 40px;
}
.page-section--testimonials .section-header::before {
    display: block;
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 865.576px;
    height: 131.484px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/reviews-super-text.png');
}
.page-section--testimonials .section-header {
    position: relative;
    color: var(--color-primary-dark);
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 84px;
}
.page-section--testimonials .section-transition {
    --transition-height: 153;
    bottom: -2px;
    background-image: url('/wp-content/uploads/transition-bottom-dark.svg');
    transform: scaleX(-1);
}
.page-section--testimonials {
    position: relative;
    padding-top: 145px;
    padding-bottom: calc(100vw * (153 / var(--current-screen)) + 100px);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: 
        linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 23.24%, rgba(255, 255, 255, 0.50) 75.19%, #FFF 100%),
        url('/wp-content/uploads/review-bg-desktop.jpg')
    ;
}
@media (max-width: 991.98px) {
    .page-section--testimonials .section-header::before {
        width: 287.815px;
        height: 40.176px;
        top: -45px;
    }
    .page-section--testimonials .section-header {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .page-section--testimonials .section-transition {
        --transition-height: 105;
        background-image: url('/wp-content/uploads/transition-bottom-dark-mobile-max.svg');
        z-index: 1;
    }
    .page-section--testimonials {
        padding-top: 80px;
        padding-bottom: calc(100vw * (104 / var(--current-screen)) + 40px);
        background-size: cover;
    }
}
@media (max-width: 500px) {
    .page-section--testimonials .section-transition {
        left: -1px;
    }
    .page-section--testimonials .section-header {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}


.check-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/checkmark-icon.svg');
}
.check-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.check-list {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 500px) {
    .check-list {
        flex-direction: column;
        gap: 10px;
    }
}


.page-section--roof-inspections .check-list {
    max-width: 600px;
}
.page-section--roof-inspections .image-wrapper::before {
    left: 15px;
}
.page-section--roof-inspections p {
    margin: 20px 0 40px;
}
.page-section--roof-inspections {
    position: relative;
    padding: 60px 0 100px;
    background: linear-gradient(180deg, var(--Color-Brand-Color-9, #28373E) 0%, var(--Color-Brand-Color-4, #004262) 100%);
    z-index: 2;
}
@media (min-width: 992px) {
    .page-section--roof-inspections .col-lg-4 {
        display: flex;
        width: 40%;
        justify-content: flex-end;
        align-items: center;
    }
    .page-section--roof-inspections .col-lg-7 {
        width: 55%;
    }
}
@media (max-width: 991.98px) {
    .page-section--roof-inspections .image-wrapper::before {
        left: 12px;
    }
    .page-section--roof-inspections .image-wrapper {
        margin-bottom: 30px;
    }
    .page-section--roof-inspections {
        padding: 30px 0 40px;
    }
}
@media (max-width: 500px) {
    .page-section--roof-inspections .section-subheader {
        display: block;
        max-width: 230px;
    }
}


.booking-card-icon.roofing-evaluation {
    background-image: url('/wp-content/uploads/roof-eval.svg');
}
.booking-card-icon.roofing-project {
    background-image: url('/wp-content/uploads/handshake-icon.svg');
}
.booking-card-icon.virtual-roofing {
    background-image: url('/wp-content/uploads/monitor-icon.svg');
}
.booking-card-icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.booking-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.booking-link::after {
    display: inline-block;
    content: '';
    position: relative;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/arrow-right-blue.svg');
}
.booking-link {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    color: #004262;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-decoration-line: underline;
}
.booking-card p {
    color: #004262;
}
.booking-card-header {
    color: var(--color-primary-dark);
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.booking-card::after {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 27px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: -2;
    background: linear-gradient(180deg, white 0%, #BAE9FF 100%);
}
.booking-card::before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #9C0 0%, #5B7804 100%);
    z-index: -2;
}
.booking-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 358px;
    padding: 32px 30px;
    gap: 14px;
    border-radius: 20px;
}
.booking-cards {
    display: flex;
    gap: 30px;
}
@media (max-width: 991.98px) {
    .booking-card {
        width: 100%;
        max-width: 480px;
    }
    .booking-cards {
        flex-direction: column;
        gap: 20px;
    }    
}


.page-section--book-now::after {
    left: -148px;
    top: -331.516px;
}
.page-section--book-now::before {
    right: -89px;
    top: -118.516px;
}
.page-section--book-now::after,
.page-section--book-now::before {
    display: block;
    content: '';
    position: absolute;
    width: 659px;
    height: 659px;
    border-radius: 659px;
    opacity: 0.3;
    background: radial-gradient(50% 50% at 50% 50%, #069 0%, rgba(0, 102, 153, 0.00) 100%);
    z-index: -3;
}
.page-section--book-now .section-header {
    color: #28373E;
}
.page-section--book-now {
    position: relative;
    padding: 100px 0 60px;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .page-section--book-now {
        padding: 40px 0;
    }
}


.page-section--roof-repairs .check-list {
    max-width: 745px;
    margin-bottom: 20px;
}
.page-section--roof-repairs .col-lg-8 {
    margin-left: auto;
}
.page-section--roof-repairs .section-transition {
    --transition-height: 157;
    bottom: unset;
    top: 0px;
    background-image: url('/wp-content/uploads/transition-bottom-white.svg');
}
.page-section--roof-repairs::after {
    display: block;
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
/*     background: linear-gradient(180deg, #E3F6FF 0%, rgba(227, 246, 255, 0.00) 72.34%), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.01%, rgba(255, 255, 255, 0.50) 16.13%, #FFF 44.72%); */
}
.page-section--roof-repairs::before {
    display: block;
    content: '';
    position: absolute;
    width: 982px;
    height: 100%;
    bottom: 0;
    left: -270px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/accent-image-2.png');
    z-index: -1;
}
.page-section--roof-repairs {
    position: relative;
    padding-top: calc(100vw * (157 / var(--current-screen)) + 70px);
    padding-bottom: 100px;
    z-index: 1;
}
.page-section--roof-repairs::after {
  background: linear-gradient(180deg, #E3F6FF 0%, rgba(227, 246, 255, 0.00) 72.34%), linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.01%, rgba(255, 255, 255, 0.50) 16.13%, #FFF 40%);
}
@media (max-width: 991.98px) {
    .page-section--roof-repairs .check-list {
        flex-direction: column;
        gap: 14px;
    }
    .page-section--roof-repairs .section-transition {
        --transition-height: 106;
        top: -2px;
        background-image: url('/wp-content/uploads/transition-bottom-white-mobile-max.svg');
    }
    .page-section--roof-repairs::after {
        background: linear-gradient(180deg, #E3F6FF 0%, rgba(227, 246, 255, 0.00) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0.04%, rgba(255, 255, 255, 0.50) 18.29%, #FFF 27.23%);
    }
    .page-section--roof-repairs::before {
        width: 100vw;
        height: 200px;
        left: 0;
        background-size: cover;
        background-position: center -160px;
    }
    .page-section--roof-repairs {
        padding-top: calc(100vw * (106 / var(--current-screen)) + 20px);
        padding-bottom: 200px;
    }
}
@media (max-width: 500px) {
    .page-section--roof-repairs::before {
        height: 214px;
        background-size: contain;
        background-position: center;
    }
}


.page-section--gonano-roof-life .button-wrapper {
    margin-top: 40px;
}
.page-section--gonano-roof-life .section-header {
    color: var(--color-primary-dark);
    margin-bottom: 20px;
}
.page-section--gonano-roof-life .special-section-wrapper .image-wrapper {
    position: absolute;
    top: -3px;
    right: -3px;
}
.page-section--gonano-roof-life .special-section-wrapper .col-lg-7 {
    width: 60%;
}
.page-section--gonano-roof-life .special-section-wrapper {
    position: relative;
    display: flex;
    padding: 40px 60px;
    border: 3px solid #069;
    border-radius: 50px;
    background: linear-gradient(180deg, white 33.21%, #BAE9FF 99.87%);
    height: 376px;
}
.page-section--gonano-roof-life {
    padding: 60px 0;
    background: linear-gradient(180deg, #9C0 0%, #5B7804 100%);
}
@media (max-width: 991.98px) {
    .page-section--gonano-roof-life .special-section-wrapper .image-wrapper {
        max-width: 486px;
        top: unset;
        left: -3px;
        bottom: -220px;
    }
    .page-section--gonano-roof-life .special-section-wrapper .col-lg-7 {
        width: 100%;
    }
    .page-section--gonano-roof-life .special-section-wrapper {
        max-width: 486px;
        height: 100%;
        padding: 30px 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: unset;
        margin-bottom: 221px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 500px) {
    .page-section--gonano-roof-life .special-section-wrapper {
        max-width: 300px;
    }
}


.why-us-card-header {
    color: var(--color-primary-dark);
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.dark .why-us-card p {
    color: var(--color-primary-dark);
}
.why-us-card {
    display: flex;
    width: 456px;
    padding: 32px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-radius: 20px;
    border: 3px solid var(--Color-Brand-Color-1, #9C0);
    background: linear-gradient(180deg, var(--Color-Defaults-white, #FFF) 0%, var(--Color-Brand-Color-7, #BAE9FF) 100%);
}
.why-us-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.why-us-cards-wrapper {
    margin-top: 40px;
}
@media (max-width: 991.98px) {
    .why-us-card-header {
        position: relative;
        top: 1px;
    }
    .why-us-card {
        padding: 30px 20px;
        width: 100%;
        max-width: 520px;
    }
    .why-us-card-header-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .why-us-cards-wrapper {
        margin-top: 30px;
    }
}


.page-section--why-us .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 25%;
}
.page-section--why-us .col-lg-8 {
    width: 71.5%;
}
.page-section--why-us .section-transition {
    --transition-height: 158;
    transform: scale(-1);
    left: 0;
    bottom: -2px;
    background-image: url('/wp-content/uploads/transition-bottom-white.svg');
    z-index: -1;
}
.page-section--why-us {
    position: relative;
    padding: 100px 0px;
    padding-bottom: calc(100vw * (158 / var(--current-screen)) + 85px);
    background: var(--color-dark-accent);
    z-index: 1;
}
@media (max-width: 991.98px) {
    .page-section--why-us .section-transition {
        --transition-height: 106;
        bottom: -4px;
        background-image: url('/wp-content/uploads/transition-bottom-white-mobile-max.svg');
    }
    .page-section--why-us .button-wrapper {
        margin-top: 30px;
    }
    .page-section--why-us .col-lg-4 {
        display: none;
    }
    .page-section--why-us {
        padding-top: 40px;
        padding-bottom: calc(100vw * (106 / var(--current-screen)) + 40px);
    }
}
@media (max-width: 500px) {
    .page-section--why-us .col-lg-8 {
        width: 100%;
    }
}


.postscript-contact .postscript-header-wrapper span {
    color: var(--color-dark-accent);
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
}
.postscript-contact .postscript-header-wrapper h2 {
    color: var(--color-dark-accent);
    font-size: 80px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 14px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}
.postscript-contact .postscript-header-wrapper {
    margin-bottom: 20px;
}
.postscript-contact .entire-form-wrapper .gform_button {
    margin-left: auto;
    margin-right: auto;
}
.postscript-contact .postscript-map {
    display: block;
    content: '';
    position: absolute;
    width: 605px;
    height: 606px;
    top: 33px;
    left: 885px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/postscript-map.png');
    z-index: -1;
}
.postscript-contact .postscript-truck {
    display: block;
    content: '';
    position: absolute;
    top: 299px;
    left: 768px;
    width: 832px;
    height: 555px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/company-truck.png');
    z-index: 2;
}
.postscript-contact .entire-form-wrapper {
    position: relative;
    max-width: 691px;
    padding: 40px;
    border-radius: 20px;
    background-color: var(--color-primary-dark);
    z-index: 1;
}
.postscript-contact::before {
    bottom: 250px;
    left: -20%;
    background: radial-gradient(50% 50% at 50% 50%, var(--Color-Brand-Color-3, #069) 0%, rgba(0, 102, 153, 0.00) 100%);
}
.postscript-contact::after {
    top: 0;
    right: -20%;
    background: radial-gradient(50% 50% at 50% 50%, var(--Color-Brand-Color-1, #9C0) 0%, rgba(153, 204, 0, 0.00) 100%);
}
.postscript-contact::after,
.postscript-contact::before {
    display: block;
    content: '';
    position: absolute;
    width: 367px;
    height: 367px;
    border-radius: 367px;
    opacity: 0.3;
}
.postscript-contact {
    position: relative;
    padding: 30px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: 
        linear-gradient(180deg, #FFF 0%, #5fa7cbc4 100%),
        url('/wp-content/uploads/postscript-contact-bg-desktop.jpg');
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 1600px) {
    .postscript-contact .postscript-truck {
        left: calc(100vw * (768 / 1600));
    }
    .postscript-contact .postscript-map {
        left: calc(100vw * (885 / 1600));
    }
}
@media (max-width: 991.98px) {
    .postscript-contact .postscript-header-wrapper span {
        font-size: 24px;
        line-height: 32px;
    }
    .postscript-contact .postscript-header-wrapper h2 {
        font-size: 50px;
        line-height: 32px;
        letter-spacing: 8px;
        text-align: center;
    }
    .postscript-contact .postscript-header-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .postscript-contact .entire-form-wrapper {
        padding: 20px 14px;
    }
    .postscript-contact .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 16px;
    }
    .postscript-contact .gform_button {
        margin-top: 26px;
    }

    .postscript-contact {
        padding-bottom: 400px;
        background-size: contain;
        background-position: center bottom;
        background-image: 
            linear-gradient(180deg, white 0%, #bae9ff 70%, #bae9ff82 100%),
            url('/wp-content/uploads/postscript-contact-bg-desktop.jpg');
    }
}


.social-icons__icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    color: white;
    background: linear-gradient(180deg, #069 0%, #004262 100%);
}
.social-icons {
    margin-top: 40px;
}
@media (max-width: 991.98px) {
    .social-icons {
        margin-top: 30px;
    }
}


.footer .company-phone::before {
    background-image: url('/wp-content/uploads/smartphone-icon-green.svg');
}
.footer .gmap-link::before {
    background-image: url('/wp-content/uploads/map-icon.svg');
}
.footer .address::before {
    background-image: url('/wp-content/uploads/location-icon-1.svg');
}
.footer .company-phone::before,
.footer .gmap-link::before,
.footer .address::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer .company-phone {
    position: relative;
    padding-left: calc(12px + 15px);
    color: #5B7804;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.footer .gmap-link {
    position: relative;
    color: #28373E;
    padding-left: calc(12px + 15px);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-decoration-line: underline;
    margin: 12px 0;
}
.footer .address {
    position: relative;
    color: #28373E;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding-left: calc(12px + 15px);
}
.footer-quick-link {
    color: #28373E;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-decoration-line: underline;
}
.footer .quick-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer-box h5 {
    color: #004262;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer .row {
    padding-bottom: 60px;
    border-bottom: 2px solid #069;
}
.footer .company-logo img {
    width: 168px;
    height: 119px;
}
.footer-col-4 .footer-box {
    display: flex;
    flex-direction: column;
}
.footer-col-2 {
    display: flex;
    justify-content: space-between;
}
.footer .col.footer-col-4 {
    max-width: 360px;
}
.footer .col.footer-col-2 {
    max-width: 370px;
}
.footer .col.footer-col-1 {
    max-width: 252px;
}
.footer .col {
    padding: 0px;
}
.footer .row {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer {
    padding-top: 60px;
    background: linear-gradient(180deg, white 45.91%, #E3F6FF 100.02%);
}
@media (max-width: 991.98px) {
    .footer .quick-links {
        text-align: center;
    }
    .footer .col.footer-col-4 {
        order: 2;
        margin: 30px 0;
        text-align: center;
    }
    .footer .col.footer-col-2 {
        order: 3;
    }
    .footer .col.footer-col-1 {
        order: 1;
    }
    .footer .col.footer-col-4,
    .footer .col.footer-col-2,
    .footer .col.footer-col-1 {
        width: 100%;
    }
    .footer .footer-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .row {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 500px) {
    .footer .row::after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 2px;
        background-color: #069;
    }
    .footer .row {
        position: relative;
        border-bottom: 0px;
    }
    .footer .col.footer-col-2 {
        flex-direction: column;
        gap: 30px;
    }
}


.copyright a {
    color: #28373E;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
}
.copyright .siteby {
    text-align: center;
    line-height: 16px;
    margin-top: 8px;
}
.copyright .top {
    display: flex;
    justify-content: center;
}
.copyright .vertical-divider {
    margin: 0px 12px;
    width: 1px;
    height: 22px;
    background-color: #28373E;
}
.copyright .middle {
    display: flex;
    justify-content: center;
}
.copyright {
    font-size: 14px;
    background: #E3F6FF;
}
@media (max-width: 500px) {
    .terms {
        text-align: center;
    }
}


/* POSTBUILD QA EDITS */
.page-section--hero .section-transition {
    bottom: -2px;
}
.why-us-card-header-wrapper {
    display: flex;
    gap: 8px;
}
.page-section--roof-repairs::before {
    background-size: cover;
}
@media (min-width: 992px) {
    .page-section--gonano .col-lg-7 {
        width: 67.5%;
    }
    .affiliation-slider .slick-dots {
        left: -50%;
		transform: translateX(550px);
    }
    .affiliation-slider {
        width: 100vw;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-section--roof-repairs::before {
        background-size: cover;
    }
    .check-list {
        font-size: 16px;
    }
    .page-section--why-us .col-lg-8 {
        width: 65%;
    }
    .page-section--why-us .col-lg-4 {
        width: 35%;
    }
    .image-wrapper.with-decoration::before {
        width: 376px;
    }
    .cta-link {
        width: 100%;
    }
    .cta-sublabel {
        font-size: 12px;
    }
    .cta-label {
        font-size: 14px;
    }
    .cta {
        max-width: 160px;
    }
    .nav-bar a {
        font-size: 12px;
    }
    .page-section--gonano .col-lg-7 {
        width: 70%;
    }
    .page-section--gonano::after {
        width: 300px;
        height: 87px;
        bottom: 0;
    }
    .page-section--gonano::before {
        background-size: cover;
    }
    .page-section--roof-inspections .image-wrapper.with-decoration::before {
        width: 360px;
    }
    .booking-card-header {
        font-size: 16px;
    }
    .why-us-card {
        max-width: 440px;
    }
    .why-us-cards {
        gap: 20px;
    }
    .postscript-contact .postscript-map {
        left: 60%;
    }
    .postscript-contact .postscript-truck {
        left: 60%;
    }
}
@media (max-width: 991.98px) {
    .btn span::after {
        opacity: 1;
        right: calc(-12px - 10px);
    }
    .btn span {
        left: -12px;
    }
    .affiliation img {
        max-width: 80px;
    }
    .page-section--main {
        padding-top: 40px;
    }
    .cta-icon {
        top: 0;
    }
    .postscript-contact .postscript-map {
        width: 300px;
        height: 300px;
        top: unset;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .postscript-contact .postscript-truck {
        top: unset;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 406.528px;
        height: 271.181px;
    }
    .footer .address {
        padding-left: calc(12px + 5px);
    }
    .footer .quick-links a,
    .footer .company-phone,
    .footer .gmap-link,
    .footer .address {
        font-size: 16px;
    }
}


/* ADDING SLICK TO ABOUT PAGE */
.page-template-default.about-us .content-area ul:not(.accordion) li + li {
    margin-top: 0px;
}
.page-template-default.about-us .content-area ul:not(.accordion) li {
    padding-left: unset;
}
.page-template-default.about-us li::before {
    display: none;
}


/* 11/19 */
.sidebar-form .btn {
    min-width: 200px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.page:not(.home) .btn {
    min-width: 261px;
}
@media (min-width: 992px) {
    .affiliation-slider {
        width: 100%;
    }
}
#envirabox-left,
#envirabox-right {
    visibility: visible !important;
}
.page-template-page-conversion .conversion-content-five .content-area .accordion-item h2,
.page-template-page-conversion .conversion-content-five .content-area .accordion-body {
    color: black;
}
.blog-author-box {
    display: none;
}
@media (max-width: 992px) {
    .main-navigation > li.has-dropdown::after {
        max-height: 55px;
    }
    .page:not(.home) .btn {
        min-width: 261px;
    }
    .post-3265 iframe {
        max-width: 300px;
        height: auto;
    }
}
#envirabox-title {
    display: none !important;
}
#envirabox-title-float-main {
    display: none !important;
}
/* END 11/19 */






/* START 11/21 */
.page-template-page-conversion .conversion-header .conversion-coupon .charge-coupon-button {
    padding: 15px 28px;
}
.page-template-page-conversion .conversion-header .conversion-coupon .charge-coupon-button {
    border-radius: 30px;
}
.page-section--main {
    background: linear-gradient(to bottom, #E3F6FF 0%, #FFF 50%)
}
@media (min-width: 992px) {
    .header-overbar-wrapper .quick-link:hover::after {
        background-image: url('/wp-content/uploads/arrow-right-green.svg');
    }
    .financing-options:hover::before {
        background-image: url('/wp-content/uploads/coins-icon-hover.svg');
    }
    .view-specials:hover::before {
        background-image: url('/wp-content/uploads/discount-icon-hover.svg')
    }
    .copyright a:hover,
    .gmap-link:hover,
    .footer-quick-link:hover {
        color: #5B7804;
    }
    .header-overbar-wrapper .quick-link:hover {
        color: #99CC00;
        text-decoration: underline;
    }
    .postscript-contact .postscript-truck {
        top: 269px;
    }
}
@media (min-width: 1600px) and (max-width: 3000px) {    
    .page-section--roof-repairs::after {
      background: 
          linear-gradient(180deg, #E3F6FF 0%, rgba(227, 246, 255, 0.00) 72.34%),
          linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.01%, rgba(255, 255, 255, 0.50) 16.13%, #FFF 35%);
    }
}
@media (max-width: 991.98px) {
    .page-section--why-us .section-transition {
        scale: 1.01;
    }
}
@media (max-width: 570px) {
    .image-wrapper.with-decoration {
        left: 12px;
    }
}
.postscript-contact .postscript-truck {
    background-image: url('/wp-content/uploads/truck-shadow.png');
}
@media (max-width: 400px) {
    .postscript-contact .postscript-truck {
        max-width: 320px;
    }    
}
/* END 11/21 */