/*--------------------------------------------------------------
## Content Styles
--------------------------------------------------------------*/
.site-header {
    align-items: center;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    text-align: center;
}

.custom-logo-link {
    display: inline-block;
    filter: brightness(255);
    max-width: 300px;
    padding: 1em;
    width: max-content;
}

#entry-header {
    background-color: var(--blue);
    color: #fff;
}

h1 {
    margin: auto;
    padding-top: 1em;
}


.free-offer {
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: var(--accent);
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: .5em;
    margin-top: .5em;
}

.vid-features {
    margin-bottom: 25px;
    margin-top: 25px;
}

ul {
    display: inline-block;
    text-align: left;
}

ul.benefits {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.benefits > li {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-left: 25px;
    position: relative;
}

ul.benefits > li::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    font-style: normal;
    font-variant: normal;
    left: 0;
    position: absolute;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.wp-block-media-text .wp-block-media-text__content {
    padding-bottom: var(--default-padding);
    padding-top: var(--default-padding);
}

.wp-block-buttons.schedule-button {
    padding: 2em 15px;
}

.wp-block-buttons.schedule-button .wp-block-button__link {
    display: inline-block;
    transition: filter .25s ease-in-out;
}

.section-content-title,
.section-content-subtitle {
    line-height: 1;
}

.section-content-title {
    font-size: 3rem;
}
.section-content-subtitle {
    font-size: 1.8rem;
    margin-top: .5em;
}


#proof-stats .wp-block-cover {
    background-size: 120% auto;
    margin-bottom: 5px;
    min-height: 250px;
}

#proof-stats h2 > strong {
    color: var(--accent);
    font-size: 115%;
    display: block;
}

#proof-stats .cards .wp-block-group__inner-container {
    display: grid;
    gap: 5px;
}

#proof-stats .card {
    color: #fff;
    background-color: #898989;
    font-size: 1.5rem;
    line-height: 1;
    padding: 1.5em 1em;
    position: relative;
}

#proof-stats .card strong {
    display: block;
    font-size: 125%;
    margin-bottom: 10px;
}

#proof-stats .card::before,
#proof-stats .card::after {
    background-color: var(--orange);
    content: "";
    height: 3px;
    position: absolute;
    top: 50px;
    width: 25%;
}

#proof-stats .card::before {
    left: 15px;
}

#proof-stats .card::after {
    right: 15px;
}

.emails {
    background-color: var(--light-gray);
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

#organic-search-stats h2 {
    margin-bottom: 2rem;
}

#schedule-call {
    background-color: var(--light-blue);
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

#schedule-call h2 {
    color: var(--blue);
}

#agency {
    background-color: #CACCCB;
}

#agency .wp-block-media-text__content {
    max-width: 800px;
}

#media-buying-ads > * + *,
#media-buying-ads .wp-block-column > * + *,
#agency .wp-block-media-text__content > * + *,
#medical-spas .wp-block-group__inner-container > * + * {
    margin-top: 1rem;
}

#agency figure.wp-block-media-text__media {
    box-shadow: none;
    height: 100%;
    width: 100%;
}

#agency .wp-block-media-text__media img {
    height: inherit;
    width: inherit;
    object-fit: cover;
    object-position: left center;
}

#agency h2 {
    font-size: 2rem;
    color: rgb(40, 68, 89);
}

#agency h2 + p {
    color: rgb(70, 116, 140);
    font-size: 1.5rem;
    line-height: 1;
}

#seo-services h3 {
    font-size: 2rem;
}

#disclaimer {
    background-color: #4f4f4f;
    color: rgba(255,255,255,.5);
    font-size: .8rem;
}

#disclaimer h2, h3 {
    font-weight: 600;
    font-size: 1rem;
}

#disclaimer p {
    margin-bottom: 1rem;
}


/*--------------------------------------------------------------
## Media Query Styles
--------------------------------------------------------------*/
@media screen and (max-width: 800px) {
    .wp-block-embed iframe {
        height: auto;
        min-height: 250px;
    }

    .heading-right figure,
    .heading-left figure {
        margin-top: 1em;
    }

    .wp-block-buttons.schedule-button .wp-block-button__link {
        font-weight: bold;
        line-height: 1.25;
        font-size: 1.25rem;
    }

    #header-content {
        display: flex;
        flex-direction: column;
    }

    #header-content h1 {
        font-size: 1.45rem;
    }

    #header-content .vid-features + p {
        order: 6;
        margin-bottom: 2em;
    }

    #header-content .wp-block-buttons.schedule-button {
        padding-bottom: .5em;
        padding-top: .5em;
    }

    #media-buying-ads .wp-block-column {
        margin-top: 3em;
    }

    .calendly-inline-widget {
        margin-top: 2em;
    }

    #medical-spas, #media-buying-ads {
        text-align: center;
    }
}

@media screen and (min-width: 801px) {
    body {
        font-size: 1.125rem;
    }

    h1 {
        font-size: 3rem;
        padding: 3rem 25px 0;
    }

    .free-offer {
        font-size: 5em;
    }

    .wp-block-buttons.schedule-button .wp-block-button__link::before {
        display: inline-block;
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
        font-size: 1.5rem;
        font-style: normal;
        font-variant: normal;
        margin-right: 1rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
    }

    .section-content-title {
        font-size: 5rem;
    }
    .section-content-subtitle {
        color: #607d8b;
        font-size: 2rem;
        margin-bottom: 1em;
        margin-top: .5em;
    }

    .wp-block-media-text__media img {
        max-width: none;
        width: auto;
    }

    .wp-block-buttons.schedule-button .wp-block-button__link {
        font-size: 2.25rem;
    }
    

    .heading-left .wp-block-group__inner-container {
        align-items: start;
        display: grid;
        gap: 1em;
        grid-template-columns: auto 32%;
        justify-content: center;
    }

    .heading-left .wp-block-group__inner-container .col-1 {
        grid-column: 1;
    }

    .heading-left .wp-block-group__inner-container .col-2 {
        grid-column: 2;
        grid-row: 1 / span 3;
    }

    .heading-right .wp-block-group__inner-container {
        align-items: start;
        display: grid;
        gap: 1em;
        grid-template-columns: 32% auto;
        justify-content: center;
    }

    .heading-right .wp-block-group__inner-container .col-1 {
        grid-column: 1;
        grid-row: 1 / span 3;
    }

    .heading-right .wp-block-group__inner-container .col-2 {
        grid-column: 2;
    }

    .heading-right .wp-block-group__inner-container h2, 
    .heading-left .wp-block-group__inner-container h2 {
        font-size: 1.5rem;
    }

    #proof-stats h2 {
        font-size: clamp(1.8rem, 100vw, 2.3rem);
    }

    #proof-stats h2 > strong {
        display: inline-block;
    }

    #proof-stats .cards .wp-block-group__inner-container {
        grid-template-columns: repeat(2, 1fr);
    }

    #proof-stats .card::before,
    #proof-stats .card::after {
        top: 50px;
    }

    #schedule-call h2 {
        font-size: 3rem;
        padding: .5em 2em;
    }

    #agency h2 {
        font-size: 3rem;
    }

    #agency h2 + p {
        font-size: 2.5rem;
    }

    #medical-spas {
        display: grid;
        grid-template-columns: 65% auto;
        column-gap: 3em;
    }

    #medical-spas .section-title {
        border-bottom: 1px solid rgba(0,0,0,.25);
        font-size: clamp(1.8rem, 100vw, 2.8em);
        font-weight: normal;
        grid-column: 1 / span 2;
        margin-bottom: 1em;
        margin-top: 2em;
        padding-bottom: .5em;
    }

    #media-buying-ads .section-content-subtitle {
        font-size: 2rem;
    }

    #media-buying-ads .wp-block-column h2 {
        font-size: 3rem;;
    }
}

@media screen and (min-width: 1000px) {
    .vid-features .wp-block-group__inner-container {
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: center;
        gap: 3em;
        text-align: center;
    }

    ul.benefits > li {
        font-size: 1.65rem;
        margin-bottom: 1.65rem;
        margin-top: 1.65rem;
        padding-left: 35px;
        min-width: max-content;
    }

}

@media screen and (min-width: 1200px) {
    #proof-stats .cards .wp-block-group__inner-container {
        grid-template-columns: repeat(4, 1fr);
    }
}