
/*SHOWCASE*/
.showcase {
    padding: 45px 0;
}

.showcase .container,
.diff .container {
    max-width: 1580px;
}

.showcase .container.d-grid {
    grid-gap: 30px;
    justify-content: space-between;
}

.showcase h4 {
    font-weight: 600;
    font-size: 29px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.showcase span {
    font-weight: 600;
    font-size: 15.4664px;
    letter-spacing: 1.4822px;
    text-transform: uppercase;
    color: #fff;
}

.showcase h2.pac-font {
    color: var(--primary-color);
    font-size: 57.9992px;
}

.showcase .boxwrap {
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.showcase .boxwrap span {
    font-weight: 600;
    font-size: 15.4664px;
    letter-spacing: 1.4822px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.showcase .boxwrap:hover {
    text-decoration: none;
}

.showcase .boxwrap:hover .hvr-underline-from-left:before {
    right: 0;
}

.showcase .boxwrap:hover h4 {
    color: var(--secondary-color);
}

/*CONTENTAREA*/
.contentarea {
    padding: 45px 0;
    font-size: 23px;
}

.contentarea .pac-font {
    color: var(--secondary-color);
    font-weight: 500;
}

.contentarea .container {
    max-width: 1500px;
}

.contentarea .page-header {
    margin-bottom: 30px;
}

.contentarea .page-header span {
    display: none;
}

.contentarea .row {
	justify-content: center;
}

.contentarea .scoia {
	text-align: center;
}

.contentarea .scoia .abr-font {
    border-bottom: 1.5px solid #E39724;
    max-width: 830px;
    text-align: center;
    margin: 10px auto;
    padding: 15px 0;
}


/*REVIEW_SECTION*/
.loaded.no-webp .review_section {
    background: url(/wp-content/themes/charlie-child/images/review-bg.jpg);
}

.loaded.webp .review_section {
    background: url(/wp-content/themes/charlie-child/images/review-bg.webp);
}

.review_section {
    min-height: 1180px;
    display: flex;
    padding: 45px 0;
    align-items: flex-end;
    color: #FFFFFF;
}

.review_section .abr-font {
    margin-bottom: 12px;
}

.review_section .container {
    max-width: 1560px;
    grid-template-columns: repeat(2, 1fr);
}

.review_section .rev_box {
    background: var(--dark-color);
    border-radius: 27px;
    min-height: 659px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 45px 45px;
    max-width: 653px;
}

/*REVIEW*/
.review .slides {
    color: #fff;
    font-style: italic;
    max-width: 800px;
    margin: 0 auto;
    min-height: 150px;
}

.review .patient-name {
    font-weight: 600;
    font-size: 25.1978px;
    text-align: center;
    color: #FFFFFF;
}

/*REVIEW ARROWS*/
.review .arrow {
    display: none;
}

/*REVIEW BREADCRUMBS*/
.review .number-crumb-container {
    bottom: -20px;
}

.review .number-crumb-container .option {
    border: 2px solid #fff;
    background: transparent;
    height: 11px;
    width: 11px;
}

.review .number-crumb-container .option.selected {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.review .slides p {
    max-width: 518.4px;
    margin: 0 auto;
    padding: 0 40px;
}

.review_section .rev_con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 23px;
}

.review_section .rev_con div {
    max-width: 630px;
    margin: 0 0 0 auto;
    align-items: flex-end;
    text-align: right;
}

/*CTA*/
.cta {
    position: relative;
    min-height: 349px;
    padding: 45px 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.cta h2 {
    margin-bottom: 20px;
}

/*AFFILIATES*/

.aff-section {
    background-color: #fff;
    padding: 60px;
}

.aff-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.aff-wrap a {
    margin: 15px;
}

/*CONTACT_US*/
.contact_section {
    position: relative;
    padding: 45px 0;
    line-height: 2;
}

.contact_section:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    background: var(--primary-color);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 0;
}

.contact_section .pac-font {
    color: var(--secondary-color);
}

.contact_section .lg-font {
    margin-bottom: 30px;
    line-height: 1;
    margin-top: 15px;
}

.contact_section .container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    margin-top: 45px;
    max-width: 1315px;
}

.mapsection {
    width: 597px;
    height: 543px;
    position: relative;
    overflow: hidden;
    border-radius: 17px;
}

.mapsection iframe {
    height: 100%;
    max-height: none;
}

/*
.loaded .mapsection .map_bg {
    background: url(/wp-content/themes/charlie-child/images/map.jpg);
}

.webp .mapsection .map_bg {
    background: url(/wp-content/themes/charlie-child/images/map.webp);
}

.map_bg {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
*/

.contact_section h4 {
    margin-bottom: 15px;
}

.contact_section .phone {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #FFFFF7;
}

.contact_section .phone * {
    margin-right: 15px;
}

@media screen and (min-width: 1026px) {
    .showcase {
        padding: 45px 0;
    }

    .showcase .container.d-grid {
        margin-top: 113px;
        margin-bottom: 70px;
    }

    .contentarea {
        padding: 50px 0;
    }

    .contentarea a.main-btn {
        margin-top: 50px;
        padding: 14px 45px;
    }

    .review_section {
        padding-bottom: 74px;
    }

    .review_section .rev_con {
        border-left: 1.5px solid var(--primary-color);
    }

    .contact_section {
        padding: 110px 0 118px;
    }

    .contact_section .container {
        margin-top: 70px;
    }

    .contact_section .cncon {
        padding-left: 65px;
        border-left: 1.5px solid var(--secondary-color);
    }

    .showcase h2.lg-font {
        font-size: 82px;
    }
}

@media screen and (max-width: 1289px) {
    .showcase .container.d-grid {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr);
        margin: 55px auto;
    }

    .showcase .boxwrap {
        width: fit-content;
        margin: 0 auto;
    }

    .review_section .container,
    .contact_section .container {
        grid-gap: 30px;
    }
	h1.page-title.abr-font {
		font-size: 45px;
	}
}

@media screen and (max-width: 1025px) {
    .review_section {
        min-height: auto;
    }

    .review_section .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .review_section .rev_box {
        margin: 0 auto;
    }

    .review_section .rev_con div {
        margin: 0 auto;
        max-width: none;
        text-align: left;
        align-items: flex-start;
    }

    .review_section .rev_box {
        min-height: auto;
    }

    .contact_section .container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .mapsection {
        max-width: 400px;
        width: 100%;
        height: 400px;
    }

    .cta {
        min-height: auto;
    }
}

@media screen and (max-width: 991px) {
	.aff-wrap {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.aff-wrap a {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.aff-wrap a svg.external-link {
		min-width: .8em;
	}
}

@media screen and (max-width: 767px) {
    .showcase .container.d-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .showcase h2.pac-font {
        font-size: 30px;
    }

    .mapsection {
        height: 274px;
    }
    .showcase a img{
        max-width: max-width: 45%;;
    }
}

@media screen and (max-width: 414px) {
    .contact_section .phone {
        letter-spacing: 0;
        font-size: 10px;
    }
	
	h1.page-title.abr-font {
		font-size: 38px;
	}
}
