/*
 * Theme Name: 321 Child Theme
 * Theme URI: https://www.321webmarketing.com/
 * Author: 321 Web Marketing
 * Author URI: https://www.321webmarketing.com/
 * Description: 321 inspired child theme for the Genesis Framework.
 * Version: 1.0.0
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: tto-child
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';



/* ## Custom Theme CSS
--------------------------------------------- */

body {
    font-family: 'DM Sans', sans-serif;
    --pr-primary: #254853;
    --pr-secondary: #79c6c2;
    --pr-dark-slate-blue: #225061;
    --pr-steel-blue: #44909b;
    --pr-sky-blue: #78cdd1;
    --pr-yellow-bronze: #b89430;
    --pr-golden-yellow: #ffc907;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    text-box-trim: trim-end;
    text-transform: uppercase;
}

h2 {
    color: var(--pr-primary);
    font-size: 3.6rem;
    font-weight: 700;
}

button,
a.button,
input[type='submit'] {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.6rem 2.4rem;
    border-radius: 50px;
    text-transform: uppercase;
}

button:not(.white):not(.outline):not(.dark),
a.button:not(.white):not(.outline):not(.dark),
input[type='submit'] {
    background-color: var(--pr-sky-blue);
    border-color: var(--pr-sky-blue);
    color: #000;
}

button:not(.white):not(.outline):hover,
a.button:not(.white):not(.outline):hover,
input[type='submit']:hover {
    filter: brightness(1.1);
}

a.button.cta-text {
    background-color: transparent !important;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

a.button.cta-text:hover {
    color: #444 !important;
    filter: none !important;
}

button.dark,
a.button.dark {
    background-color: var(--pr-primary);
    color: #fff;
    border-color: var(--pr-primary);
}

button span,
a.button span,
input[type='submit'] span {
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
}

@media (max-width: 767px) {
    h2 {
        font-size: 3.2rem;
    }

    h3 {
        font-size: 2.5rem;
    }

    h4 {
        font-size: 2.2rem;
    }
}

.gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}



/* ## Front Page
--------------------------------------------- */

.top-nav-bar {
    background-color: var(--pr-sky-blue);
}

.top-nav-bar > .wrap {
    justify-content: flex-end;
}

.top-nav-bar .menu {
    gap: 3rem;
}

.top-nav-bar a {
    color: #000;
    font-size: 1.4rem;
}

.top-nav-bar a:hover {
    color: #333;
}

.top-nav-bar .phone-number-block {
    display: flex;
    margin: 0;
}

.top-nav-bar .phone-number-block a {
    background-color: var(--pr-golden-yellow);
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    align-items: center;
    gap: 0.75rem;
    color: #000;
    font-size: 1.4rem;
    padding: 0.25rem 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.top-nav-bar .phone-number-block a .icon {
    padding: 0;
}

.top-nav-bar .phone-number-block a svg {
    width: 1.4rem;
    height: 1.4rem;
    color: inherit;
    font-size: 1.4rem;
    padding: 0;
}

.top-nav-bar .phone-number-block a:hover {
    color: #000;
    filter: brightness(1.05);
}

.site-header > .wrap {
    grid-template-columns: auto 1fr;
}

.title-area {
    padding: 0.5rem 0;
}

.title-area a,
.title-area a img {
    max-height: 80px;
}

.nav-primary .menu > .menu-item > p,
.nav-primary .menu > .menu-item > a {
    font-size: 1.5rem;
}

.primary-header-ctas {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.primary-header-ctas a.button {
    font-size: 1.4rem;
    padding: 1.2rem 1.8rem;
}

.fixed-header .site-header:not(.fixed) .primary-header-ctas a.button.outline {
    color: #fff;
    border-color: #fff;
}

.fixed-header .site-header:not(.fixed) .primary-header-ctas a.button.outline:hover {
    background-color: rgba(255, 255, 255, 0.08)
}

.primary-header-ctas a.button.outline span {
    background-color: #fff;
    background-clip: text;
}

.fixed-header .site-header:not(.fixed) .primary-header-ctas a.button.outline span {
    background-color: #000;
}

@media (min-width: 896px) and (max-width: 1352px) {
    .site-header > .wrap {
        grid-template-columns: min(105px, 7.8vw) 1fr;
        gap: min(5rem, 2.5vw);
    }

    .nav-primary > .wrap {
        gap: min(5rem, 2.5vw);
    }

    .nav-primary .menu > .menu-item > p,
    .nav-primary .menu > .menu-item > a {
        font-size: min(1.5rem, 1.2vw);
    }

    .primary-header-ctas {
        gap: min(2rem, 1.5vw);
    }

    .primary-header-ctas a.button {
        font-size: min(1.4rem, 1.2vw);
        padding: min(1.2rem, 0.9vw) min(1.8rem, 1.3vw);
    }
}

@media (max-width: 895px) {
    .site-header > .wrap {
        grid-template-columns: repeat(2, auto);
    }

    .nav-primary {
        background-color: #1e7d86;
    }

    .nav-primary > .wrap {
        gap: 5rem;
    }

    .nav-primary .menu > .menu-item > p,
    .nav-primary .menu > .menu-item > a {
        font-size: 1.7rem;
    }
}



/* ## Front Page
--------------------------------------------- */

.front-page-1 {
    padding: calc(var(--theme-section-padding) + 10rem) 0;
}

.front-page-1 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 760px;
    margin: 0 auto;
}

.front-page-1 h1 {
    color: #fff;
    font-size: 5.9rem;
    line-height: 7.5rem;
    margin: 0;
    text-shadow: 0px 4px 20.3px rgba(255, 235, 131, 0.25);
}

.front-page-1 .tagline-list-container {
    order: -1;
    margin: 0 0 2rem;
}

.tagline-list-container .tagline-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0;
}

.tagline-list-container .tagline-list .tagline-list--item {
    list-style-type: none;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.4rem;
    gap: 1rem;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.7rem 1.6rem;
    border: 1px solid transparent;
    border-radius: 50px;
    overflow: hidden;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.3);
}

.tagline-list-container .tagline-list .tagline-list--item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(192 192 192 / 50%), #5fd5d5);
    padding: 1px;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    border-radius: inherit;
    pointer-events: none;
    z-index: -1;
}

.tagline-list-container .tagline-list .tagline-list--item span {
    background-color: #000;
    background-clip: text;
    color: #fff;
    font-style: italic;
}

.tagline-list-container .tagline-list .tagline-list--item svg {
    color: var(--pr-golden-yellow);
}

.partners-slider {
    margin-top: 4rem;
}

.partners-slider--wrapper {
    background-color: var(--pr-secondary);
    padding: 6rem 7rem;
    border-radius: 0.8rem;
}

.partner {
    background-color: var(--pr-secondary);
    display: flex;
    align-items: center;
    height: 100%;
}

.partner img {
    mix-blend-mode: luminosity;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    max-height: 65px;
}

.highlighted-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin: 0 0 6rem;
}

.highlighted-header:before {
    content: '';
    background-image: url('/wp-content/themes/tto-child/assets/images/ribbon-left.svg');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: calc(100vw - 500px - 6rem);
    height: 150px;
    top: auto;
    left: -2.5vw;
}

.highlighted-header.highlight-right:before {
    background-image: url('/wp-content/themes/tto-child/assets/images/ribbon-right.svg');
    background-position: right center;
    left: auto;
    right: -2.5vw;
}

.highlighted-header > .gb-container-inside > .gb-container-content {
    max-width: 500px;
    margin: 0 auto;
}

.service-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.service-boxes + .custom-button,
.service-cards + .custom-button {
    padding-top: var(--theme-section-padding);
}

.service-box--link,
.service-box--inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    min-height: 325px;
    padding: 3rem;
    border-radius: 1.4rem;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.service-box--link:before,
.service-box--inner:before {
    content: '';
    background-color: var(--pr-primary);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.25s ease-in-out all;
    z-index: -2;
}

.service-box--link:hover:before {
    opacity: 0.75;
}

.service-box--link:after,
.service-box--inner:after {
    content: '';
    background-image: linear-gradient(196.98deg, rgba(37, 72, 83, 0.5) 41.68%, var(--pr-primary) 79.55%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-box--image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -3;
}

.service-box--image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
}

.service-box--link:hover .service-box--image img {
    transform: scale(1.1);
}

.service-box--title h3 {
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 4px 20.3px rgba(255, 235, 131, 0.25);
}

.service-box--copy p {
    color: #fff;
    text-shadow: 0px 4px 20.3px rgba(255, 235, 131, 0.25);
}

.service-box--cta p {
    color: var(--pr-golden-yellow);
    font-size: 1.6rem;
    font-weight: 600;
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr 55%;
    gap: 2rem;
}

.card-grid--item {
    display: grid;
    grid-template-columns: 285px 1fr;
    min-height: 250px;
    border-radius: 0.8rem;
    overflow: hidden;
}

.card-grid--item:first-child {
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
}

.card-grid--item:nth-child(2) {
    grid-template-columns: 1fr 285px;
}

.card-grid--item-content {
    background-color: var(--pr-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 4rem 2rem;
}

.card-grid--item-content-heading p {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    text-box-trim: trim-end;
}

.card-grid--item-content-copy p {
    color: #d4dadd;
    font-size: 1.6rem;
}

.card-grid--item-image {
    display: flex;
    height: 100%;
}

.card-grid--item:nth-child(2) .card-grid--item-image {
    order: -1;
}

.card-grid--item-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.content-banner {
    display: grid;
    grid-template-rows: 200px 1fr auto;
    grid-template-columns: 500px 1fr;
    max-width: 1150px;
    margin: calc(var(--theme-section-padding) * -1) auto;
}

.content-banner--banner {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    position: relative;
    display: flex;
    width: 100vw;
    height: 100%;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    z-index: -1;
}

.content-banner--banner img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.content-banner--content {
    grid-row: 2 / span 2;
    grid-column: 1;
    background-color: var(--pr-primary);
    padding: 4rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.content-banner--content h2 {
    color: #fff;
    font-size: 3rem;
}

.content-banner--content p {
    color: #d4dadd;
}

.content-banner--tagline {
    grid-row: 3;
    grid-column: 2;
    position: relative;
    max-width: 650px;
    padding: 4rem;
    box-sizing: border-box;
}

.content-banner--tagline:before {
    content: '';
    background-image: url('/wp-content/themes/tto-child/assets/images/icon-right.svg');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    height: 60px;
    top: -30px;
    left: auto;
    right: 60px;
}

.content-banner--tagline p {
    max-width: 300px;
    color: #516d76
}

.about-collage {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.about-collage--images {
    display: contents;
}

.about-collage--images .about-collage--images-item {
    display: flex;
    height: 100%;
}

.about-collage--images .about-collage--images-item.one {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
}

.about-collage--images .about-collage--images-item img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.about-collage--images .about-collage--images-item:not(.one) img {
    aspect-ratio: 1 / 1;
}

.about-collage--content {
    grid-row: 1;
    grid-column: 3 / span 2;
    background-color: #3F7D83;
    padding: 6rem 4rem;
}

.about-collage--content h2 {
    color: #fff;
}

.about-collage--content p {
    color: #d4dadd;
    font-size: 1.6rem;
}

.mid-content-cta-section {
    padding: 0;
}

.mid-content-cta-section > .gb-layout-column-wrap {
    grid-template-columns: 1fr 425px;
    align-items: center;
    gap: 6rem;
    max-width: 1150px;
}

.mid-content-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.mid-content-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    padding: var(--theme-section-padding) 0;
}

.mid-content-cta-section .wp-block-image {
    display: flex;
    width: calc(100% + 2.5vw);
    height: 100%;
    margin: 2.5rem 0 0 -2.5vw;
}

.mid-content-cta-section .wp-block-image img {
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
    height: 100%;
}

.mid-content-cta-section h2 {
    color: #fff;
}

@media (min-width: calc(1150px / 0.95)) {
    .mid-content-cta-section .wp-block-image {
        width: calc(100% + (50vw - 575px));
        margin-left: calc(-50vw + 575px);
    }
}

@media (min-width: calc(1300px / 0.95)) {
    .highlighted-header:before {
        background-image: url('/wp-content/themes/tto-child/assets/images/ribbon-left-extended.svg');
        left: -220px;
    }

    .highlighted-header.highlight-right:before {
        background-image: url('/wp-content/themes/tto-child/assets/images/ribbon-right-extended.svg');
        right: -215px;
    }
}

@media (min-width: 2000px) {
    .content-banner--banner {
        max-width: 1300px;
        margin: 0 0 0 -75px;
        border-radius: 0.8rem;
    }

    .mid-content-cta-section .wp-block-image {
        max-width: 100%;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .service-boxes.three-column {
        grid-template-columns: repeat(3, 1fr);
    }

    /* .service-boxes.three-column:not(.full-width) {
        max-width: 1000px;
        margin: 0 auto;
    }

    .service-boxes.three-column:not(.full-width) .service-box--title {
        max-width: 200px;   
    }

    .service-boxes.three-column:not(.full-width) .service-box--title h3 {
        font-size: 2.2rem;
    }

    .service-boxes.three-column:not(.full-width) .service-box--copy p {
        font-size: 1.6rem;
    } */
}

@media (max-width: 991px) {
    .front-page-1 h1 {
        font-size: 5.2rem;
    }

    .highlighted-header {
        min-height: 0;
    }

    .highlighted-header:before {
        display: none;
    }

    .content-banner {
        display: flex;
        flex-direction: column;
    }

    .content-banner--banner {
        height: 250px;
    }

    .about-collage {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-collage--images {
        display: flex;
        gap: 0.5rem;
    }

    .about-collage--images .about-collage--images-item img {
        aspect-ratio: 1 / 1;
    }

    .mid-content-cta-section {
        padding: var(--theme-section-padding) 0;
    }

    .mid-content-cta-section > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
    }

    .mid-content-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
        display: none;
    }

    .mid-content-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        max-width: 650px;
        padding: 0;
    }
}

@media (max-width: 895px) {
    .front-page-1 {
        padding: var(--theme-section-padding) 0;
    }
}

@media (max-width: 767px) {
    .front-page-1 {
        padding: var(--theme-section-padding-mobile) 0;
    }

    .front-page-1:before {
        opacity: 0.75;
    }

    .front-page-1 h1 {
        font-size: 3.8rem;
        line-height: 1.4;
        text-align: left;
    }

    .front-page-1 h1 + p {
        text-align: left;
    }

    .front-page-1 .custom-button {
        justify-content: flex-start;
    }

    .front-page-1 .tagline-list-container {
        order: 4;
        margin: 4rem 0 0;
    }

    .tagline-list-container .tagline-list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .highlighted-header {
        margin: 0 0 4rem;
    }

    .service-boxes {
        display: flex;
        flex-direction: column;
    }

    .service-boxes + .custom-button,
    .service-cards + .custom-button {
        padding-top: var(--theme-section-padding-mobile);
    }

    .card-grid {
        grid-template-columns: auto;
    }

    .card-grid--item:first-child {
        grid-row: auto;
        display: grid;
    }

    .content-banner {
        margin: calc(var(--theme-section-padding-mobile) * -1) auto;
    }

    .mid-content-cta-section {
        padding: var(--theme-section-padding-mobile) 0;
    }
}

@media (max-width: 600px) {
    .card-grid--item {
        display: flex !important;
        flex-direction: row !important;
    }

    .card-grid--item-image {
        display: none;
    }

    .about-collage--images {
        flex-direction: column;
    }

    .about-collage--images .about-collage--images-item img {
        aspect-ratio: unset;
        height: 200px;
    }
}



/* ## Footer
--------------------------------------------- */

.before-footer-cta-section {
    background-color: #fff !important;
}

.before-footer-cta-section:before {
    content: '';
    background-image: url('/wp-content/themes/tto-child/assets/images/icon-right.svg');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 70px;
    height: 60px;
    top: calc(var(--theme-section-padding) - 30px);
    left: auto;
    right: 120px;
    z-index: 9;
}

.before-footer-cta-section > .gb-layout-column-wrap {
    background-color: #1e7d86;
    position: relative;
    grid-template-columns: 1fr 550px;
    align-items: center;
    gap: 0;
    border-radius: 0.8rem;
    overflow: hidden;
}

.before-footer-cta-section > .gb-layout-column-wrap:before {
    content: '';
    background-color: #ffca06;
    position: absolute;
    display: block;
    width: 90px;
    height: 100%;
    top: 0;
    left: 25px;
    z-index: -1;
}

.before-footer-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.before-footer-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    padding: var(--theme-section-padding) 0;
}

.before-footer-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    padding-right: 6rem;
}

.before-footer-cta-section .wp-block-image {
    width: 100%;
    margin: 0;
}

.before-footer-cta-section .wp-block-image img {
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
    height: 100%;
}

.before-footer-cta-section h2,
.before-footer-cta-section p {
    color: #fff;
}

.before-footer-cta-section h2 {
    font-size: 2.8rem;
}

.button-ctas > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.button-ctas > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: 0 1 fit-content;
}

.site-footer {
    background-color: #fff;
    padding: 0;
}

.site-footer-widgets {
    padding: var(--theme-section-padding) 0 0;
    border-top: 4px solid #f8c524;
}

.site-footer-widgets .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    grid-template-columns: 300px 1fr 2fr;
}

.site-footer-widgets .gb-container-content > p:first-child {
    color: #418086;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0 0 2rem;
    text-box-trim: trim-end;
    text-transform: uppercase;
}

.site-footer-widgets .gb-container-content > p:first-child strong {
    font-weight: inherit;
}

.footer-logo {
    max-width: 150px;
}

.footer-service-areas p {
    font-size: 1.5rem;
}

.footer-service-areas p:not(:last-child) {
    margin: 0 0 2rem;
}

.phone-number-block,
.email-cta-block {
    margin: 1.25rem 0 0;
}

.address-block--item,
.phone-number-block a,
.email-cta-block a {
    font-size: 1.6rem;
}

.address-block--item-left,
.phone-number-block a .icon,
.email-cta-block a .icon {
    padding: 0.394rem 0 0;
}

.address-block--item svg,
.phone-number-block a svg,
.email-cta-block a svg {
    color: #45888e;
}

.site-footer .menu > .menu-item > p,
.site-footer .menu > .menu-item > a {
    color: #418086;
    font-family: 'Josefin Sans', sans-serif;
    text-box-trim: trim-end;
    text-transform: uppercase;
}

.custom-social--link svg {
    color: var(--pr-primary);
}

.custom-social--link:hover svg {
    color: #45888e;
}

.footer-credits p {
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-box-trim: trim-end;
    text-transform: uppercase;
}

.footer-credits p .separator {
    font-size: 1.8rem;
    line-height: 0;
}

.footer-credits p a {
    color: #418086;
}

@media (min-width: calc(1300px / 0.95)) {
    .before-footer-cta-section:before {
        right: calc(50vw - 650px + 120px);
    }
}

@media (max-width: 1195px) {
    .site-footer-widgets .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        grid-template-columns: auto 1fr 2fr;
    }

    .site-footer .menu > .menu-item {
        flex: 1;
    }
}

@media (max-width: 991px) {
    .before-footer-cta-section > .gb-layout-column-wrap {
        display: flex;
        padding: var(--theme-section-padding) 6rem;
    }

    .before-footer-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
        display: none;
    }

    .before-footer-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        padding: 0;
    }

    .before-footer-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
        padding-left: 115px;
        padding-right: 0;
    }

    .before-footer-cta-section h2,
    .before-footer-cta-section p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .before-footer-cta-section:before {
        top: calc(var(--theme-section-padding-mobile) - 30px);
    }

    .before-footer-cta-section > .gb-layout-column-wrap {
        border-radius: 0;
        padding: var(--theme-section-padding-mobile) var(--theme-wrap-padding-mobile);
    }

    .site-footer-widgets {
        padding: var(--theme-section-padding-mobile) 0 0;
    }

    .site-footer-widgets .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        display: none;
    }
}

@media (max-width: 600px) {
    .before-footer-cta-section > .gb-layout-column-wrap:before {
        display: none;
    }

    .before-footer-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
        padding-left: 0;
    }
}



/* ## Single Page
--------------------------------------------- */

.header-section {
    padding: calc(var(--theme-section-padding) + 10rem) 0 calc(var(--theme-section-padding) + 2rem);
    overflow: hidden;
}

.header-section:before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
    opacity: 1;
}

.header-section:after {
    content: '';
    background-image: url('/wp-content/themes/tto-child/assets/images/header-spear.svg');
    background-size: 250px;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: -30px;
    left: 0;
    pointer-events: none;
    z-index: 2;
}

.header-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 650px;
}

.header-section.centered > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    margin: 0 auto;
}

.header-section h1 {
    color: #fff;
    font-size: 5.2rem;
    line-height: 7.5rem;
    text-shadow: 0px 4px 20.3px rgba(255, 235, 131, 0.25);
}

.header-section h1 + p {
    color: #fff;
    font-size: 2rem;
    text-shadow: 0px 4px 20.3px rgba(255, 235, 131, 0.25);
}

.breadcrumb a,
.breadcrumb span {
    color: #fff;
    transition: 0.25s ease-in-out color;
    text-shadow: 0px 4px 20.3px rgba(255, 235, 131, 0.25);
}

.breadcrumb a svg {
    color: var(--pr-secondary);
    transition: 0.25s ease-in-out color;
}

.breadcrumb a:hover span,
.breadcrumb a:hover svg {
    color: #dbdbdb;
}

.image-content-section .wp-block-image:after {
    content: '';
    background-image: url('/wp-content/themes/tto-child/assets/images/icon-right.svg');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 70px;
    height: 60px;
    top: auto;
    bottom: -30px;
    left: auto;
    right: 60px;
}

.image-content-section.wrap-reverse .wp-block-image:after {
    background-image: url('/wp-content/themes/tto-child/assets/images/icon-left.svg');
    background-position: left center;
    left: 60px;
    right: auto;
}

.wide-content-section > .gb-layout-column-wrap {
    display: grid;
    grid-template-columns: 1fr 300px;
}

.wide-content-section.wrap-reverse > .gb-layout-column-wrap {
    grid-template-columns: 300px 1fr;
}

.wide-content-section > .gb-layout-column-wrap:before {
    content: '';
    background-color: var(--pr-primary);
    display: block;
    width: 300px;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    border-radius: 0.8rem;
    overflow: hidden;
}

.wide-content-section.wrap-reverse > .gb-layout-column-wrap:before {
    background-color: var(--pr-yellow-bronze);
    left: 0;
}

.wide-content-section > .gb-layout-column-wrap > .gb-block-layout-column {
    grid-row: 1;
    grid-column: 1;
}

.wide-content-section.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column {
    grid-column: 2;
}

.wide-content-section h2 {
    margin: 0 0 4rem;
}

.wide-content-section h3 {
    margin: 6rem 0 3rem;
}

.benefits-boxes,
.service-cards,
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 3rem) / 4), 1fr));
    gap: 1rem;
}

.benefits-box {
    display: flex;
    align-items: center;
    padding: 4rem 3rem;
    border: 1px solid #45888e;
    border-radius: 0.8rem;
    overflow: hidden;
    box-sizing: border-box;
}

.benefits-box p {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-items: center;
    gap: 2rem;
    color: var(--pr-primary);
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.2;
    text-box-trim: trim-end;
    text-transform: uppercase;
    word-break: break-word;
}

.benefits-box p span {
    display: flex;
}

.benefits-box p span:last-child {
    transform: translateY(3px);
}

.benefits-box p svg {
    width: 3rem;
    height: 3rem;
    color: #45888e;
}

.service-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem;
    border: 1px solid #dbdbdbdb;
    box-shadow: 0px 8px 12.9px rgba(0, 0, 0, 0.09);
}

.service-card--icon {
    min-height: 4rem;
}

.service-card--icon svg {
    width: 4rem;
    height: 4rem;
    color: var(--pr-secondary);
}

.service-card--heading h3 {
    color: var(--pr-primary);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.inner-content-banner-section:before {
    opacity: 0.3;
}

.inner-content-banner-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    background-color: var(--pr-primary);
    max-width: 500px;
    padding: 4rem;
    border-radius: 0.8rem;
    box-shadow: 0px 7px 17px -4px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.inner-content-banner-section h2 {
    color: #fff;
    font-size: 3rem;
}

.inner-content-banner-section p {
    color: #d4dadd;
}

.guidance-steps-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 760px;
    margin: 0 auto;
}

.guidance-steps {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 4rem 0 0;
}

.guidance-step {
    display: grid;
    grid-template-columns: 40px 1fr;
    row-gap: 1rem;
    column-gap: 3rem;
}

.guidance-step--number {
    grid-row: 1 / span 2;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
}

.guidance-step:not(:last-child) .guidance-step--number:after {
    content: '';
    background-color: #dbdbdb;
    position: absolute;
    width: 2.5px;
    height: 100%;
    top: 40px;
    left: auto;
}

.guidance-step--number p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-weight: 600;
    border: 2.5px solid #dbdbdb;
    border-radius: 50%;
}

.guidance-step--heading {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.guidance-step--heading h3 {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: -0.1rem;
    text-transform: none;
}

.guidance-step--copy {
    grid-column: 2;
}

.process-step {
    background-color: #85bec3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
    height: 100%;
    width: 100%;
    padding: 8rem 2.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.process-step:nth-child(2n) {
    background-color: #64b2b9;
}

.process-step:nth-child(3n) {
    background-color: #589fa6;
}

.process-step:nth-child(4n) {
    background-color: #458990;
}

.process-step--number,
.tagline {
    background-color: #f8c524;
    display: flex;
    width: fit-content;
    padding: 0.6rem 1.6rem;
    border-radius: 5rem;
    overflow: hidden;
}

.process-step--number p,
.tagline p {
    color: var(--pr-primary);
    font-weight: 800;
    line-height: 1;
}

.process-step--heading h3,
.process-step--copy p {
    background-color: #000;
    background-clip: text;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
}

.process-step--copy p {
    font-size: 2rem;
    font-weight: 500;
}

@media (min-width: calc(1300px / 0.95)) {
    .header-section:after {
        max-width: 1300px;
        left: 0;
        transform: translateX(calc(50vw - 650px));
    }
}

@media (max-width: 991px) {
    .benefits-boxes,
    .service-cards,
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 895px) {
    .header-section {
        padding: var(--theme-section-padding) 0;
    }
}

@media (max-width: 767px) {
    .header-section {
        padding: var(--theme-section-padding-mobile) 0;
    }

    .header-section:before {
        background: #000;
        opacity: 0.75;
    }

    .header-section:after {
        background-position: right center;
        opacity: 0.5;
    }

    .header-section h1 {
        font-size: 3.8rem;
        line-height: 1.4;
    }

    .wide-content-section > .gb-layout-column-wrap:before {
        display: none;
    }

    .benefits-boxes,
    .service-cards,
    .process-steps {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .benefits-box,
    .process-step {
        width: 100%;
        max-width: 350px;
    }

    .inner-content-banner-section:before {
        background-color: var(--pr-dark-slate-blue);
        opacity: 0.85;
    }

    .inner-content-banner-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
        background-color: transparent;
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .inner-content-banner-section p {
        color: #fff;
    }
}



/* ## Location Page
--------------------------------------------- */

.location-info-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.location-info-section h3 {
    color: #418086;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 2rem;
}

.google-map-embed,
.google-map-embed--wrapper,
.google-map-embed iframe {
    height: 100%;
}

@media (max-width: 767px) {
    .google-map-embed iframe {
        height: 300px;
    }
}



/* ## Landing Page
--------------------------------------------- */

.landing-page .header-section {
    padding: var(--theme-section-padding) 0;
}

.landing-page .primary-header-ctas {
    margin-left: auto;
}

.landing-page .primary-header-ctas a.button {
    gap: 0.75rem;
    font-size: 1.4rem;
    padding: 1.2rem 1.8rem;
}

.landing-page .primary-header-ctas a.button.cta-text {
    grid-template-columns: 1.5rem 1fr;
    font-size: 1.5rem;
}

.landing-page .primary-header-ctas a.button.cta-text span:first-child,
.landing-page .primary-header-ctas a.button.cta-text svg {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
}

.google-reviews-widget--link {
    display: grid;
    grid-template-columns: 7rem 1fr;
    align-items: center;
    gap: 2rem;
    width: fit-content;
    color: unset;
    text-decoration: none !important;
    transition: 0.25s ease-in-out opacity;
}

.google-reviews-widget--link:hover {
    opacity: 0.85;
}

.google-reviews-widget--copy {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.google-reviews-widget--copy-stars {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 2rem;
}

.google-reviews-widget--copy-stars .star {
    display: flex;
}

.google-reviews-widget--copy-stars .star svg {
    color: #e4b50c;
    width: 2rem;
    height: 2rem;
}

.google-reviews-widget--copy-rating p {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.google-reviews-widget--copy-rating p .separator {
    font-size: 2.4rem;
    line-height: 0;
}

.success-numbers {
    margin: 6rem 0 0;
}

.success-number p .number-wrap svg {
    color: var(--pr-golden-yellow);
    font-size: 3rem;
    padding: 0 0 0 0.75rem;
}

.faqs-section .faq-accordion-items {
    max-width: 760px;
    margin: 0 auto;
}

.landing-page .site-footer > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 895px) {
    .landing-page .primary-header-ctas {
        display: none;
    }
}

@media (max-width: 767px) {
    .landing-page .header-section {
        padding: var(--theme-section-padding-mobile) 0;
    }
}



/* ## Contact Pages
--------------------------------------------- */

.form-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
.contact-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    background-color: #fff;
    max-width: 760px;
    margin: 0 auto;
    padding: 5rem;
    border: 1px solid #dbdbdb;
    border-radius: 1.4rem;
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.17);
}

.form-section h1,
.contact-section h1 {
    font-size: 3.6rem;
}

.benefits-boxes.alt {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0;
}

.benefits-boxes.alt .benefits-box {
    width: 100%;
    max-width: 100%;
    padding: 0 0 2.5rem;
    border: none;
    border-bottom: 1.5px solid #f8c524;
    border-radius: 0;
}

.benefits-boxes.alt .benefits-box p {
    grid-template-columns: 2.4rem 1fr;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    text-box-trim: trim-end;
}

.benefits-boxes.alt .benefits-box svg {
    width: 2.4rem;
    height: 2.4rem;
    color: #000;
}

.benefits-boxes.small {
    margin: 1rem 0 0;
}

.benefits-boxes.small .benefits-box p {
    grid-template-columns: 1.8rem 1fr;
    font-size: 1.8rem;
}

.benefits-boxes.small .benefits-box svg {
    width: 1.8rem;
    height: 1.8rem;
}

.benefits-boxes.has-headers {
    gap: 4rem;
}

.benefits-boxes.has-headers .benefits-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 4rem;
}

.benefits-boxes.has-headers .benefits-box h3 {
    color: var(--pr-primary);
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
}

.benefits-boxes.has-headers .benefits-box p {
    display: block;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.618;
    text-box-trim: unset;
    text-transform: none;
}

.benefits-boxes + .custom-button {
    margin: 4rem 0 0;
}

.contact-section > .gb-layout-column-wrap {
    grid-template-columns: 1fr 52.5%;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-section h3:not(:only-child) {
    color: #418086;
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0 2rem;
}

.contact-section .google-map-embed {
    min-height: 300px;
    margin: 4rem 0 0;
}

.contact-page .site-footer-widgets,
.referral-page .site-footer-widgets {
    border-top: none;
}

@media (max-width: 767px) {
    .form-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
    .contact-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
        padding: 4rem;
    }

    .benefits-boxes.alt:not(.small) .benefits-box p {
        grid-template-columns: 2rem 1fr;
        font-size: 2rem;
    }

    .contact-section > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        max-width: 760px;
    }
}



/* ## Blog Pages
--------------------------------------------- */

.recent-article--content-info-title h2,
.recent-article--content-info-title h3 {
    font-size: 2.1rem;
}



/* ## About Pages
--------------------------------------------- */

.story-section > .gb-layout-column-wrap {
    grid-template-columns: 425px 1fr;
}

.story-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.image-collage {
    display: flex;
    width: calc(100% + 12vw);
    max-width: 1000px;
    height: 100%;
    max-height: 400px;
    gap: 2.5rem;
}

.image-collage--item {
    display: flex;
    border-radius: 0.8rem;
    overflow: hidden;
}

.image-collage--item img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.values-section h2 {
    margin: 0 0 1.5rem;
}

.values-section h2 + p {
    font-size: 2rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin: 0 0 6rem;
    text-box-trim: trim-end;
    text-transform: uppercase;
}

.values-section {
    display: flex;
    align-items: center;
}

.values-section:after {
    content: '';
    background-image: url(/wp-content/themes/tto-child/assets/images/ribbon-left-extended.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 225px;
    top: auto;
    left: auto;
    right: -100px;
    z-index: -1;
}

.callout-section p {
    max-width: 650px;
    margin: 0 auto;
}

.callout-section p strong {
    color: var(--pr-primary);
    font-size: 3.2rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    text-transform: uppercase;
    text-box-trim: trim-end;
}

@media (min-width: 2000px) {
    .values-section:after {
        max-width: 1300px;
        left: calc(50% + 100px);
        transform: translateX(-50%);
        right: auto;
    }
}