/*
    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-dark-blue: #00395D;
    --color-light-blue: #47BBC9;
    --color-pale-blue: #C1E7ED;
    --color-demin: #306183;
    --color-yellow: #F9F274;
    --color-orange: #E37319;
}


/* FONTS */
:root {
    --home-heading-font: 'Roboto Condensed', sans-serif;
    --home-body-font: 'Roboto Condensed', 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,.home h2,.home h3,
.home h4,.home h5,.home h6 {
    font-family: var(--home-heading-font);
    font-weight: 700;
    text-transform: uppercase;
    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);
}
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;
    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;
}
.social-icons {
    display: flex;
    gap: 20px;
}
.button-wrapper {
    display: flex;
    gap: 10px;
}
.section-transition {
    --screen-size: 1600;
    position: absolute;
    bottom: calc(100vw * (0 / var(--screen-size)));
    width: 100vw;
    height: calc(100vw * (var(--transition-size) / var(--screen-size)));
    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: dodgerblue;
    background-color: dodgerblue;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
}
.slick-dots li button:hover::before {
    border-color: orange;
}
.slick-dots li button::before {
    content: '';
    border: 2px solid dodgerblue;
    background-color: transparent;
    border-radius: 100%;
    opacity: 1;
}


/* BUTTONS */
.btn.btn-tertiary::before {
    border: 2px solid var(--Color-Brand-Color-7, #F4A11A);
    background-color: var(--Color-Brand-Color-8, #E37319);
    box-shadow: 0 0 10px 0 var(--Color-Brand-Color-8, #E37319);
}
.btn.btn-tertiary {
    border-color: var(--color-orange);
    box-shadow: 0 0 10px 0 var(--color-orange);
}
.btn.btn-secondary::before {
    border: 2px solid var(--Color-Brand-Color-3, #F9F274);
    background-color: var(--Color-Brand-Color-10, #DAD34D);
    box-shadow: 0 0 10px 0 var(--Color-Brand-Color-3, #F9F274);
}
.btn.btn-secondary {
    border-color: var(--color-yellow);
    box-shadow: 0 0 10px 0 var(--color-yellow);
}
.btn.btn-primary::before {
    border: 2px solid var(--Color-Brand-Color-2, #47BBC9);
    background-color: var(--Color-Brand-Color-9, #379FAB);
    box-shadow: 0 0 10px 0 var(--Color-Brand-Color-2, #47BBC9);
}
.btn.btn-primary {
    border-color: #379FAB;
    box-shadow: 0 0 10px 0 var(--color-light-blue);
}
.btn::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/btn-arrow.svg');
    transition: var(--btn-fx-speed);
}
.btn {
    position: relative;
    
    display: inline-block;
    max-width: 100%;
    
    
    font-family: var(--home-heading-font);
    font-size: 18px;
    font-weight: 800;
    line-height: 0;
    text-transform: uppercase;
    color: white;
    

    border-radius: 30px;
    border-style: solid;
    border-color: transparent;
    border-width: 3px;
    background-color: var(--color-dark-blue);
    
    
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 25px;
    
    --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%;
}
@media (min-width: 992px) {
    .btn:hover::before {
        left: calc(100% - 44px);
    }
    .btn:hover {
        padding-left: 20px;
        padding-right: 40px;
        color: var(--color-dark-blue);
        background-color: white;
    }
}
@media (max-width: 992px) {
    .btn:hover {
        color: white;
    }
    .mobile-cta__button {
        border-radius: 100px;
        text-transform: uppercase;
        font-weight: 900;
    }
}


/* HEADER */
.header .header-company-logo-wrapper a {
    position: absolute;
    width: 464.874px;
    height: 281px;
    left: 0;
    top: -35px;
}
.header .header-company-logo-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.header .company-phone-wrapper span {
    color: var(--color-dark-blue);
    font-size: 25px;
    font-weight: 800;
    line-height: 144%;
}
.header .serving-text span::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/phone-icon.svg');
}
.header .serving-text span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color-dark-blue);
    font-size: 16px;
    font-weight: 800;
    line-height: 175%;
}
.header-box .button-wrapper {
    gap: 10px;
}
.header-box--middle,
.header-box--top {
    display: flex;
    align-items: center;
}
.header-col--left {
    display: flex;
    align-items: flex-start;
}
.header-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    gap: 10px;
}


/* HEADER OVERBAR */
.header-overbar-wrapper .col a::after {
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/arrow-right.svg');
}
.header-overbar-wrapper .col:last-child a::before {
    background-image: url('/wp-content/uploads/dollar-icon.svg');
}
.header-overbar-wrapper .col a::before {
    width: 19px;
    height: 19px;
    background-image: url('/wp-content/uploads/location-icon.svg');
}
.header-overbar-wrapper .col:last-child a::after,
.header-overbar-wrapper .col:last-child a::before {
    top: 2px;
}
.header-overbar-wrapper .col a::after,
.header-overbar-wrapper .col a::before {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header-overbar-wrapper .col a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-overbar-wrapper .col:last-child a,
.header-overbar-wrapper a span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 10%;
    text-underline-offset: 25%;
}
.header-overbar-wrapper a {
    color: white;
    font-family: var(--home-heading-font);
    font-size: 16px;
    font-weight: 800;

}
.header-overbar-wrapper {
    padding: 10px 0;
    background-color: var(--color-dark-blue);
    position: relative;
    z-index: 999;
}
@media (min-width: 992px) {
    .header-overbar-wrapper .col:last-child a:hover,
    .header-overbar-wrapper .col a:hover span {
        text-decoration: none;
    }
}


/* PAGE SECTION */
.page-section .section-header-wrapper {
    color: var(--color-dark-blue);
}
.page-section.dark .section-header-wrapper {
    color: white;
}
.page-section.dark {
    color: white;
    background-color: var(--color-dark-blue);
}
.page-section .section-subheader {
    font-family: var(--home-heading-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.has-divider::after {
    display: inline-block;
    content: '';
    position: relative;
    bottom: 0;
    height: 3px;
    width: 136px;
    margin: 14px 0 25px;
    background-color: var(--color-yellow);
}
.has-divider {
    display: flex;
    flex-direction: column;
    position: relative;
}


.page-section--hero .hero {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(100vw * (20 / var(--screen-size)));
    top: calc(100vw * (80 / var(--screen-size)));
    left: 50%;
    transform: translateX(-50%);
}
.page-section--hero .section-transition {
    --transition-size: 159;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/dark-blue-curve-desktop.svg');
    z-index: -1;
}
.page-section--hero {
    --screen-size: 1600;
    --section-height: 633;
    position: relative;
    height: calc(100vw * (var(--section-height) / var(--screen-size)));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/hero-bg-desktop-updated.png');
    z-index: 1;
}
@media (max-width: 991.98px) {
    .page-section--hero .hero {
        top: calc(100vw * (70 / var(--screen-size)));
    }
    .page-section--hero .section-transition {
        --screen-size: 576;
        --transition-size: 62;
    }
    .page-section--hero {
        --screen-size: 576;
        --section-height: 416;
        background-image: url('/wp-content/uploads/hero-bg-mobile.png');
    }
}
@media (max-width: 500px) {
    .page-section--hero {
        --screen-size: 320;
        --section-height: 369;
        background-size: cover;
    }
}


.slick-next::before {
    content: '';
}
.slick-next {
    right: 0;
    scale: -1;
}
.slick-prev::before {
    content: '';
}
.slick-prev {
    left: 0;
}
.slick-arrow:focus,
.slick-arrow:hover {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/review-arrow.svg');
}
.slick-arrow {
    --icon-size: 28px;
    position: absolute;
    height: var(--icon-size);
    width: var(--icon-size);
    top: calc(100% - var(--icon-size));
    -webkit-transform: translate(0, -0%);
    -ms-transform: translate(0, -0%);
    transform: translate(0, -0%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/review-arrow.svg');
    z-index: 1;
}
.review-social-icon {
    --icon-size: 28px;
    display: block;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/review-icon-google.png');
    border-radius: 100%;
}
.review-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.review-body {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    line-height: 155%;
}
.review-stars {
    width: 222px;
    height: 50px;
    margin: 15px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/review-stars.png');
}
.review {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 340px;
    margin: auto
}
.review-slider-wrapper h1 {
    text-align: center;
}
.review-slider-wrapper {
    border: 3px solid white;
    border-radius: 40px;
    padding: 40px 20px;
}
.service-callouts-block-item--left .vertical-dashed-line.orange {
    background-image: url("/wp-content/uploads/vertical-dashed-line-orange.svg");    
}
.service-callouts-block-item--left .vertical-dashed-line {
    display: block;
    position: relative;
    width: 3px;
    height: 40%;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    background-repeat: repeat;
    background-size: 3.5px;
    background-image: url("/wp-content/uploads/vertical-dashed-line.svg");
}
.service-callouts-block-item--left .checkmark-icon.orange {
    border: 2px solid #F4A11A;
    background-color: #E37319;
    box-shadow: 0 0 10px 0 #E37319;
}
.service-callouts-block-item--left .checkmark-icon.blue {
    border: 2px solid #47BBC9;
    background-color: #379FAB;
    box-shadow: 0 0 10px 0 #47BBC9;
}
.service-callouts-block-item--left .checkmark-icon {
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    
    border-radius: 100px;
    
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/checkmark-icon.svg');
}
.service-callouts-block-item--left {
    margin-right: 30px;
}
.service-callouts-block-item h5 {
    margin-bottom: 10px;
}
.service-callouts-block-item {
    display: flex;
    position: relative;
    max-width: 470px;
}
.page-section--main .button-wrapper {
    justify-content: center;
    margin-top: 30px;
}
.page-section--main strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 31px;
    margin-bottom: 30px;
}
.page-section--main {
    padding-top: 105px;
}
@media (max-width: 991.98px) {
    .page-section--main .review-slider-wrapper {
        margin-top: 20px;
    }
    .page-section--main strong {
        font-size: 16px;
        line-height: 150%;
        margin-top: 20px;
    }
    .page-section--main .section-subheader {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 2px;
    }
    .page-section--main .section-header-wrapper h1 {
        font-weight: 800;
    }
    .page-section--main .section-header-wrapper::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: calc(-1px * var(--line-offset));
        width: 3px;
        height: 100%;
        background-color: var(--color-yellow);
    }
    .page-section--main .section-header-wrapper {
        --line-offset: 15;
        margin-left: calc(1px * var(--line-offset));
        position: relative;
    }
    .page-section--main .section-header-wrapper.has-divider::after {
        display: none;
    }
    .page-section--main {
        padding-top: 50px;
    }
}
@media (max-width: 500px) {
    .page-section--main .review-slider-wrapper {
        border-radius: 20px;
    }
}



.dock-inspection .cta-arrow {
    border-color: #C1E7ED;
    background-color: #86C8D2;
    box-shadow: 0 0 10px 0 #47BBC9;
}
.electrical-repairs .cta-arrow {
    border-color: #74A2C1;
    background-color: #306183;
    box-shadow: 0 0 10px 0 #74A2C1;
}
.generator-install .cta-arrow {
    border-color: #F9F274;
    background-color: #DAD34D;
    box-shadow: 0 0 10px 0 #F9F274;
}
.ev-charger .cta-arrow {
    border-color: #F4A11A;
    background-color: #E37319;
    box-shadow: 0 0 10px 0 #E37319;
}
.new-construction .cta-arrow {
    border-color: #47BBC9;
    background-color: #1E7F8B;
    box-shadow: 0 0 10px 0 #47BBC9;
}
.dock-inspection .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-dock-inspection.png');
}
.electrical-repairs .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-electrical-repairs.png');
}
.generator-install .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-generator-install.png');
}
.ev-charger .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-ev-charger.png');
}
.new-construction .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-new-construction.png');
}
.cta-icon {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    display: block;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transform-style: preserve-3d;
    transition: var(--fx-speed);
}
.cta-arrow {
    display: block;
    --icon-size: 18px;
    width: var(--icon-size);
    height: var(--icon-size);
    border-width: 0.79px;
    border-style: solid;
    border-radius: 39.504px;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/btn-arrow.svg');
}
.cta-sublabel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.cta-label {
    font-size: 26px;
    font-weight: 700;
    line-height: 161.538%;
    text-transform: uppercase;
}
.cta-labels-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 261px;
    height: 88px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--color-dark-blue);
}
.cta {
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}
.cta-item:hover {
    color: white;
}
.cta-item {
    display: flex;
    align-items: flex-end;
    color: white;
    width: 261px;
    height: 250px;
    flex-shrink: 0;
    cursor: pointer;
}
.ctas {
    --fx-speed: 0.325s ease-out;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1002px;
    margin: auto;
    gap: 10px 30px;
}
.page-section--cta {
    padding-top: 80px;
    padding-bottom: 67px;
    background: linear-gradient(to bottom, var(--color-dark-blue), var(--color-light-blue), var(--color-pale-blue));
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/cta-section-bg-desktop.png');
}
@media (min-width: 992px) {
    .cta-item:hover .cta-icon {
        width: 210px;
        height: 210px;
        transform: translate(-50%) scaleX(-1);
    }
}
@media (max-width: 991.98px) {
    .cta-icon {
        width: 104px;
        height: 104px;
        top: 40px;
    }
    .cta-arrow {
        width: 13px;
        height: 13px;
        background-size: 7px 5px;
    }
    .cta-sublabel {
        display: flex;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 3px;
        margin-top: 2px;
    }
    .cta-label {
        font-size: 14px;
        line-height: 100%;
    }
    .cta-labels-wrapper {
        width: 141px;
        height: 48px;
        border-radius: 10px;
    }
    .cta-item {
        width: 141px;
        height: 135px;
    }
    .page-section--cta {
        padding-top: 40px;
    }
}
@media (max-width: 500px) {
    .ctas {
        gap: 10px;
    }
}


.page-section--reliable-electrician .callout-block::after {
    display: block;
    content: '';
    position: absolute;
    top: 27px;
    left: -50px;
    width: 91px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/dollar-coin-icon.svg');
}
.page-section--reliable-electrician .callout-block p {
    max-width: 390px;
}
.page-section--reliable-electrician .callout-block h4 {
    color: var(--color-dark-blue);
}
.page-section--reliable-electrician .callout-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	
    position: relative;
    padding: 27px 0px 27px 70px;
    color: var(--color-demin);
    font-weight: 500;

    width: 100%;
    height: 248px;
    
    border-radius: 20px;
    border-left: 85px solid var(--color-dark-blue);
    background-color: white;
}
.page-section--reliable-electrician .section-header::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(-1px * var(--line-offset));
    transform: translateY(-50%);
    width: 4px;
    height: 90%;
    background-color: white;
}
.page-section--reliable-electrician .section-header {
    --line-offset: 15;
    position: relative;
    margin-left: calc(1px * var(--line-offset));
    max-width: 600px;
}
.page-section--reliable-electrician .section-transition {
    --transition-size: 174;
	scale: 1.02;
    top: 0;
    background-image: url('/wp-content/uploads/light-blue-transition-top.png');
}
.page-section--reliable-electrician::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 90%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    background-image: url('/wp-content/uploads/halftone.png');
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    z-index: -1;
}
.page-section--reliable-electrician {
    position: relative;
    padding-top: calc(100vw * (174 / 1600));
    padding-bottom: 105px;
    background: linear-gradient(to bottom, var(--color-dark-blue) 10%, var(--color-light-blue));
    z-index: 1;
}
@media (max-width: 991.98px) {
    .page-section--reliable-electrician .col-lg-5 {
        display: flex;
        justify-content: center;
    }
    .page-section--reliable-electrician img {
        max-width: 350px;
    }
    .page-section--reliable-electrician .callout-block h4,
    .page-section--reliable-electrician .callout-block p {
        max-width: 312px;
    }
    .page-section--reliable-electrician .callout-block::after {
        top: -50px;
        left: 50%;
        transform: translate(-50%);
    }
    .page-section--reliable-electrician .callout-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
        min-height: 343px;
        max-width: 487px;
        margin: auto;
        text-align: center;
        border-top: 58px solid var(--color-dark-blue);
        border-left: unset;
        margin-top: 30px;
    }
    .page-section--reliable-electrician {
        padding-bottom: 0px;
    }
}
@media (max-width: 500px) {
    .page-section--reliable-electrician .callout-block {
        padding-left: 40px;
        padding-right: 40px;
    }
    .page-section--reliable-electrician strong {
        display: block;
        margin: 20px 0px;
    }
}


.page-section--expert-repairs .section-content-wrapper .right p {
	font-weight: bolder;
}
.page-section--expert-repairs .section-content-wrapper .right {
    flex: 1;
	margin-left: 30px;
}
.page-section--expert-repairs .section-content-wrapper .left p {
    font-size: 20px;
    font-weight: 800;
    line-height: 155%;
    max-width: 350px;
}
.page-section--expert-repairs .section-content-wrapper .left {
    flex: 1;
}
.page-section--expert-repairs .section-content-wrapper {
    display: flex;
    padding: 40px;
    border-radius: 40px;
    background-color: var(--color-dark-blue);
}
.page-section--expert-repairs .section-header-wrapper h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 112.5%;
    letter-spacing: 5px;
}
.page-section--expert-repairs .section-header-wrapper h2 {
    font-size: 148px;
    font-weight: 900;
    line-height: 76.351%;
}
.page-section--expert-repairs .section-header-wrapper::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: calc(-1 * var(--line-offset));
    width: 4px;
    height: 100%;
    background-color: var(--color-yellow);
}
.page-section--expert-repairs .section-header-wrapper {
    --line-offset: 15px;
    margin-left: calc(1 * var(--line-offset));
    position: relative;
}
.page-section--expert-repairs .section-transition {
    --transition-size: 173;
    bottom: 0;
    scale: 1 -1;
    background-image: url('/wp-content/uploads/light-blue-transition-top.png');
}
.page-section--expert-repairs::before {
    display: block;
    content: '';
    position: absolute;
    bottom: -110px;
	bottom: -50px;
    right: 0;
    width: 1112px;
    height: 568px;
    aspect-ratio: 139/71;
/*     background-size: contain; */
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/new-homepage-van-transparent.png');
    z-index: -1;
}
.page-section--expert-repairs.dark {
    position: relative;
    padding-bottom: calc(100vw * (550 / 1600));
    background-color: var(--color-light-blue);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/expert-repairs-bg-desktop.png');
    z-index: 1;
}
@media (max-width: 991.98px) {
    .page-section--expert-repairs .section-content-wrapper .left p {
        font-size: 16px;
        line-height: 150%;
        margin: 20px 0;
    }
    .page-section--expert-repairs .section-content-wrapper h3 {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 2px;
    }
    .page-section--expert-repairs .section-content-wrapper h2 {
        font-size: 67px;
        line-height: 100%;
    }
    .page-section--expert-repairs .section-content-wrapper {
        flex-direction: column;
        border-radius: 20px;
        max-width: 486px;
        margin: auto;
    }
    .page-section--expert-repairs.dark {
        background-size: contain;
        background-position: center bottom;
    }
    .page-section--expert-repairs::before {
        width: 556px;
        height: 240px;
        bottom: -50px;
        right: -90px;
    }
    .page-section--expert-repairs.dark {
        padding-bottom: 300px;
    }
}
@media (max-width: 500px) {
    .page-section--expert-repairs::before {
        width: 352.674px;
        height: 152px;
        bottom: -30px;
        left: 30px;
    }
    .page-section--expert-repairs .section-content-wrapper .mobile-only {
        display: block;
        margin-top: 30px;
    }
    .page-section--expert-repairs .section-content-wrapper {
        padding: 40px 20px;
        border-radius: 20px;
    }
    .page-section--expert-repairs.dark {
        padding-bottom: calc(100vw * (200 / 320));
    }
}


.page-section--electrical-design .installation-card p {
    color: var(--color-demin);
    font-weight: 500;
    line-height: 155%;
}
.page-section--electrical-design .installation-card strong {
    margin: 10px 0;
}
.page-section--electrical-design .installation-card strong,
.page-section--electrical-design .installation-card h3 {
    color: var(--color-dark-blue);
}
.page-section--electrical-design .installation-card img {
    filter: drop-shadow(0 0 7.901px #306183);
    margin-bottom: 30px;
}
.page-section--electrical-design .installation-card::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background-color: var(--color-dark-blue);
    z-index: -1;
}
.page-section--electrical-design .installation-card {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 552px;
    height: 100%;
    min-height: 615px;
    padding: 48px 30px 51px 30px;
    flex-direction: column;
    align-items: center;
    
    overflow: hidden;
    border-radius: 40px;
    background: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.page-section--electrical-design .installation-cards {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.page-section--electrical-design .section-header-wrapper::after {
    display: block;
    content: '';
    position: relative;
    bottom: 0;
    left: 50%;
    margin: 14px 0 30px;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: var(--color-yellow);
}
.page-section--electrical-design .section-paragraph {
    color: var(--color-dark-blue);
    font-size: 20px;
    font-weight: 500;
}
.page-section--electrical-design .callout-text {
    display: block;
    width: 626px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: var(--color-dark-blue);
}
.page-section--electrical-design .section-header-wrapper {
    position: relative;
    max-width: 700px;
    margin: auto;
}
.page-section--electrical-design {
    position: relative;
    text-align: center;
    padding-top: 81px;
    background-color: var(--color-light-blue);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/starburst-bg-desktop.png');
    z-index: 1;
}
@media (max-width: 991.98px) {
    .page-section--electrical-design .installation-card img {
        position: relative;
        width: 100px;
        height: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
    .page-section--electrical-design .installation-card::before {
        height: 80px;
    }
    .page-section--electrical-design .installation-card {
        min-height: 400px;
        padding: 28px;
        align-items: flex-start;
    }
    .page-section--electrical-design .installation-cards {
        flex-direction: column;
    }
    .page-section--electrical-design .section-paragraph {
        font-size: 16px;
    }
    .page-section--electrical-design .section-subheader {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .page-section--electrical-design .section-header-wrapper::after {
        left: 0;
        transform: unset;
    }
    .page-section--electrical-design {
        text-align: left;
    }
}
@media (max-width: 500px) {
    .page-section--electrical-design .callout-text {
        width: 100%;
    }
    .page-section--electrical-design .section-subheader {
        display: block;
        max-width: 200px;
        line-height: 150%;
    }
    .page-section--electrical-design .section-header-wrapper h2 {
        max-width: 230px;
    }
    .page-section--electrical-design {
        padding-top: 40px;
    }
}


.page-section--local-electricians .button-wrapper .btn {
    min-width: 280px;
}
.page-section--local-electricians .button-wrapper {
    margin-top: 30px;
}
.page-section--local-electricians strong {
    display: block;
    margin-bottom: 20px;
}
.page-section--local-electricians .section-header-wrapper::after {
    display: block;
    content: '';
    position: relative;
    bottom: 0;
    left: 0;
    margin: 14px 0 30px;
    width: 136px;
    height: 4px;
    background-color: white;
}
.page-section--local-electricians .section-header-wrapper {
    position: relative;
}
.page-section--local-electricians.dark {
    background-image: linear-gradient(to bottom, var(--color-light-blue), var(--color-dark-blue));
}
.page-section--local-electricians::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: calc(100vw * (700 / 1600));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    background-image: url('/wp-content/uploads/halftone.png');
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    z-index: -1;
}
.page-section--local-electricians {
    position: relative;
    padding: 96px 0 88px;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .page-section--local-electricians .col-lg-5 {
        display: flex;
        justify-content: center;
    }
    .page-section--local-electricians img {
        max-width: 350px;
    }
    .page-section--local-electricians .section-content-wrapper p {
        max-width: 480px;
    }
    .page-section--local-electricians .section-content-wrapper {
        max-width: 500px;
    }
    .page-section--local-electricians .section-subheader {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .page-section--local-electricians h2 {
        line-height: 125%;
        max-width: 350px;
    }
    .page-section--local-electricians {
        padding: 60px 0 30px;
    }
}
@media (max-width: 500px) {
    .page-section--local-electricians .section-subheader {
        display: block;
        max-width: 250px;
    }
}


.footer-form .btn {
    margin-left: auto;
    margin-right: auto;
}
.footer-form {
    display: flex;
    flex-direction: column;
    max-width: 649px;
    padding: 40px;
    border-radius: 40px;
    background-color: var(--color-dark-blue);
}
.postscript-contact .section-header-wrapper h3 {
    color: var(--color-dark-blue);
}
.postscript-contact .section-transition {
    --transition-size: 159;
    top: 0;
    scale: 1 -1;
    background-image: url('/wp-content/uploads/dark-blue-curve-desktop.svg');
}
.postscript-contact {
    position: relative;
    padding-top: calc(100vw * (113 / 1600));
    padding-bottom: 108px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/postscript-bg.png');
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .postscript-contact .col-lg-6.text-center {
        justify-content: center;
    }
    .postscript-contact img {
        max-width: 300px;
        margin-bottom: 15px;
    }
    .postscript-contact .footer-form {
        padding: 40px 20px;
    }
    .postscript-contact {
        padding-bottom: 70px;
    }
}
@media (max-width: 991.98px) {
    .postscript-contact {
        padding-top: 60px;
    }
}


.footer .phone-number {
    font-size: 25px;
    font-weight: 800;
}
.footer .call-tagline::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/phone-icon-yellow.svg');
}
.footer .call-tagline {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 800;
}
.footer .phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 14px 0 20px;
}
.ri.ryno-angi::before {
    display: block;
    content: '';
    position: relative;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/angi-icon.png');
}
.ri.ryno-angi {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .social-icons__icon a {
    --icon-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 100%;
    border: 2px solid #F4A11A;
    background: #E37319;
    box-shadow: 0 0 10px 0 #E37319;
}
.footer .location-icon {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    top: 6px;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/location-icon.svg');
}
.footer .company-address {
    font-size: 16px;
    font-weight: 800;
    line-height: 175%;
}
.footer .company-address-wrapper {
    display: flex;
}
.footer .footer-box--center h5 {
    margin: 10px 0;
}
.footer .footer-box--center {
    text-align: center;
}
.footer .footer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.footer .button-wrapper span {
    position: relative;
    top: 2px;
}
.footer .btn:hover span {
    color: var(--color-dark-blue);
}
.footer .button-wrapper a {
    padding-top: 22px;
}
.footer .button-wrapper {
    flex-direction: column;
    align-items: center;
}
.footer {
    padding: 65px 0;
}
@media (max-width: 991.98px) {
    .footer .button-wrapper {
        gap: 20px;
    }
    .footer .call-tagline {
        margin-bottom: 10px;
    }
    .footer .footer-box--right {
        margin: 40px 0px;
    }
    .footer .row {
        display: flex;
        flex-direction: column;
    }
    .footer {
        padding: 40px 0px;
    }
}


.copyright .all-rights-reserved::before,
.copyright .privacy-policy::before {
    --x-spacing: 10px;
    display: inline-block;
    content: '';
    position: relative;
    width: 1px;
    height: 100%;
    margin-left: var(--x-spacing);
    margin-right: var(--x-spacing);
    background-color: white;
}
.copyright .all-rights-reserved,
.copyright .privacy-policy {
    position: relative;
    display: flex;
    align-items: center;
}
.copyright .privacy-policy a {
    text-decoration: underline;
}
.copyright .bottom {
    margin-top: 5px;
}
.copyright .bottom,
.copyright .top {
    display: flex;
    justify-content: center;
    font-size: 12px;
}
.copyright {
    background: linear-gradient(
        0deg, 
        rgba(0, 0, 0, 0.20) 0%,
        rgba(0, 0, 0, 0.20) 100%),
        #00395D
        ;
}












.btn {
    min-width: 261px;
}
.sidebar-form .btn {
    min-width: 200px;
}
.charge-coupon-button {
    border-radius: 100px;
}

@media (min-width: 991.98px) {    
    .social-icons__icon a:hover > i {
        scale: 1.3;
    }
    .social-icons__icon a > i {
        --fx-speed: 0.125s ease-out;
        transition: var(--fx-speed);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-section--expert-repairs::before {
        bottom: calc(100vw * (-110 / 1600));
        width: calc(100vw * (1112 / 1600));
        height: calc(100vw * (568 / 1600));
    }
}








/* OCT 3 */
.page-section--hero .section-transition {
    bottom: -2px;
}
.page-section--hero .divider-line {
    width: calc(100vw * (200 / var(--screen-size)));
    height: calc(100vw * (8 / var(--screen-size)));
    margin: calc(100vw * (20 / var(--screen-size)));
    background-color: var(--color-yellow);
}
.page-section--hero .hero-subheader span {
    color: var(--color-dark-blue);
    font-size: calc(100vw * (20 / var(--screen-size)));
    text-align: center;
    font-weight: 600;
    line-height: 116.667%;
    letter-spacing: calc(100vw * (4 / var(--screen-size)));
    text-transform: uppercase;
}
.page-section--hero .hero-subheader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(100vw * (20 / var(--screen-size)))
        calc(100vw * (40 / var(--screen-size)));
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.40);
}
.page-section--hero .hero-header img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.page-section--hero .hero-header {
    width: calc(100vw * (987 / var(--screen-size)));
    height: calc(100vw * (113 / var(--screen-size)));
}
@media (max-width: 992px) {
    .page-section--hero .divider-line {
        width: calc(100vw * (160 / var(--screen-size)));
        height: calc(100vw * (5 / var(--screen-size)));
        margin: calc(100vw * (10 / var(--screen-size)));
    }
    .page-section--hero .hero-subheader span {
        font-size: calc(100vw * (16 / var(--screen-size)));
        line-height: 150%;
        letter-spacing: calc(100vw * (2 / var(--screen-size)));
    }
    .page-section--hero .hero-subheader {
        padding: calc(100vw * (10 / var(--screen-size)))
            calc(100vw * (30 / var(--screen-size)));
        width: calc(100vw * (430 / var(--screen-size)));
    }
    .page-section--hero .hero-header img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .page-section--hero .hero-header {
        width: calc(100vw * (486 / var(--screen-size)));
        height: calc(100vw * (60 / var(--screen-size)));
    }
}
@media (max-width: 992px) {
    .page-section--hero .divider-line {
        width: calc(100vw * (160 / var(--screen-size)));
        height: calc(100vw * (5 / var(--screen-size)));
        margin: calc(100vw * (20 / var(--screen-size)));
    }
    .page-section--hero .hero-subheader span {
        font-size: calc(100vw * (16 / var(--screen-size)));
        line-height: 150%;
        letter-spacing: calc(100vw * (2 / var(--screen-size)));
    }
    .page-section--hero .hero-subheader {
        padding: calc(100vw * (10 / var(--screen-size)))
            calc(100vw * (10 / var(--screen-size)));
        width: calc(100vw * (300 / var(--screen-size)));
    }
    .page-section--hero .hero-header img {
        display: none;
    }
    .page-section--hero .hero-header::before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/wp-content/uploads/hero-text-mobile-updated.png');
    }
    .page-section--hero .hero-header {
        position: relative;
        width: calc(100vw * (271 / var(--screen-size)));
        height: calc(100vw * (95 / var(--screen-size)));
    }
    .page-section--hero .hero {
        gap: 0px;
    }
}

.page-header h1 {
    font-size: 60px;
}




/* NOV 18 */
body .text-shadow-box a.btn:hover,
body .text-shadow-box a.btn:visited:hover {
    color: var(--text-shadowbox-background) !important;
}
body .text-shadow-box a.btn,
body .text-shadow-box a.btn:visited {
    color: white !important;
}

.mobile-header__phone, 
.mobile-header__phone:hover {
    color: #E37319;
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    border-radius: 2px;
    height: 7px;
}

@media (max-width: 992px) {
    .page-section--hero .hero-subheader {
        padding: 10px 30px;
        width: calc(100vw * (800 / 992));
    }
}
@media (max-width: 500px) {
    .page-section--hero .hero-subheader span {
        font-size: 16px;
    }
    .page-section--hero .hero-subheader {
        padding: 10px;
        width: 400px;
    }
}
@media (max-width: 420px) {
    .page-section--hero .hero-subheader span {
        font-size: 16px;
    }
    .page-section--hero .hero-subheader {
        padding: 10px 20px;
        width: 300px;
    }
}

.page-template-page-conversion .conversion-page-reviews .charge-reviews-button,
.page-template-page-conversion .conversion-page-reviews a:not(.btn,.ryno-coupon__phone,.category-pill) {
    background-color: #E37319;
}



/* 11/19 */
.page-section--expert-repairs .section-content-wrapper .right p {
    font-size: 20px;
}
.page-section--expert-repairs .section-header-wrapper h2 {
    margin-bottom: 14px;
}
.page-section--expert-repairs .section-header-wrapper h3 {
    margin-bottom: 20px;
}
@media (min-width: 992px) {    
    .page-section--expert-repairs .section-content-wrapper .right {
        margin-left: 0px;
    }
    .page-section--expert-repairs .section-content-wrapper {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 1144px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-section--expert-repairs .section-content-wrapper {
        flex-direction: column;
        width: 100%;
    }
    .page-section--expert-repairs .section-content-wrapper .right .button-wrapper.mobile-only {
        display: block;
        margin-top: 30px;
    }
    .page-section--expert-repairs .section-content-wrapper .left .btn {
        display: none;
    }
    .page-section--expert-repairs .section-content-wrapper .left p {
        max-width: unset;
    }
}
@media (max-width: 991.98px) {
    .page-section--expert-repairs .section-content-wrapper .right .button-wrapper.mobile-only {
        margin-top: 30px;
    }
}
.page-section--expert-repairs::before {
    bottom: -120px;
}
.page-section--expert-repairs.dark {
    background-image: 
        linear-gradient(to bottom, #47bbc9 0%, transparent 10%),
        url('/wp-content/uploads/expert-repairs-bg-desktop.png');
}
@media (min-width: 1600px) {
    .page-section--electrical-design {
        background-size: 100% 100%;
    }
}
.installation-card img {
    width: 175px;
    height: 175px;
}
.postscript-contact .section-transition {
    scale: 1.02 -1;
}
.header .company-phone-wrapper {
    margin-left: 14px;
}
.page:not(.home) .content-area .text-shadow-box a::before, .content-area .text-shadow-box a::before {
    background-color: #F9F274;
}
body .post-2420 .text-shadow-box a:not(.btn):hover, 
body .post-2420 .text-shadow-box a:not(.btn):link:hover {
    color: rgb(0, 57, 93) !important;
}