/* #677643 */
/* #515F31 */
/* font-family: 'charlotte_southernsouthern', sans-serif; */

@font-face {
    font-family: "Cheddar Jack";
    src: url('../fonts/cheddar_jack-webfont.eot');
    src: url('../fonts/cheddar_jack-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cheddar_jack-webfont.woff2') format('woff2'),
    url('../fonts/cheddar_jack-webfont.woff') format('woff'),
    url('../fonts/cheddar_jack-webfont.ttf') format('truetype'),
    url('../fonts/cheddar_jack-webfont.svg#cheddar_jack-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'charlotte_southernsouthern';
    src: url('../fonts/charlotte_southern-webfont.woff2') format('woff2'),
    url('../fonts/charlotte_southern-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "EB Garamond";
    src: url("../fonts/EBGaramond-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}


/*-----------------GENERAL-----------------*/
html, body {
    background-color: white !important;
}

.override-body-styles{
    line-height: 0;
    font-size: 1em;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

h1, h2 {
    font-family: 'charlotte_southernsouthern', sans-serif;
    color: #677643;
}

h3 {
    font-family: 'Poppins', sans-serif;
}

.list {
    margin-left: 2em !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

.pr0 {
    padding-right: 0 !important;
}

.pr1 {
    padding-right: 1rem !important;
}

.pl1 {
    padding-left: 1rem !important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.mt1 {
    margin-top: 1rem !important;
}

.mt2 {
    margin-top: 2rem !important;
}

.mt3 {
    margin-top: 3rem !important;
}

.mt5 {
    margin-top: 5rem !important;
}

.mr0 {
    margin-right: 0 !important;
}

.w200 {
    width: 200px;
}

section {
    padding: 5rem 0;
}

.primary-section{
    background-color: #ffffff;
}

.secondary-section{
    background-color: #98bfa0;
    color: white;
}

.secondary-section h1 {
    color: white !important;
}

.tertiary-section{
    background-size: cover !important;
    margin: 0 auto;
    overflow: hidden;
    background: #f3f3f3 url(../img/tertiary-section.png) no-repeat 50% 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.page {
    padding-top: 135px;
    padding-bottom: 0 !important;
}

.page-header{
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
    background: #f3f3f3 url(../img/header-cover.png) no-repeat fixed 50% 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.page-header-cont {
    padding: 100px;
}

.page-header-cont h1 {
    color: white !important;
    margin-bottom: 0 !important;
    font-size: 7rem;
    letter-spacing: 0.2rem;
}

.bold {
    font-weight: 600;
}

.light {
    font-weight: 100;
}

.white {
    color: white;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


.full-width {
    width:100%
}

.row [class^=col] img{
    max-width: 100%;
}

.button-smaller {
    font-size: 0.8em !important;
    height: 30px !important;
    line-height: 28px !important;
    padding: 0 12px !important;
}

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

.quote-container {
    display: flex;
    justify-content: center;
    margin: 70px 0;
}

.testimonial-name {
    font-family: 'Nunito', serif;
    color: white;
    margin-top: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
 }

.quote {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    color: #222222;
}

.quote-name {
    font-size: 18px;
    color: #8a8a8a;
}

@media (max-width: 767px) {
    .quote-container {
       padding: 0 20px;
        margin: 50px 0;
    }

    .final-section {
        padding-bottom: 2rem !important;
    }
}

/*-----------------ALL PAGES-----------------*/
@media (max-width: 768px) {
    .row.margin-on-small [class^=col] {
        margin-bottom: 6rem;
    }

    .row.margin-on-small [class^=col]:last-child {
        margin-bottom: 0;
    }

    header [class^=col] {
        margin-bottom: 0 !important;
    }

    p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .page-header-cont {
        padding: 65px 0;
    }

    .page-header-cont h1 {
        font-size: 5rem;
    }

    h1 {
        font-size: 6rem !important;
    }

    h2 {
        font-size: 5rem !important;
    }
}

/*-----------------HEADER-----------------*/
header {
    width: 100%;
    position: fixed;
    z-index: 999;
	transition: all 0.2s linear;
    background: rgba(255, 255, 255, 0.85);
    height: 135px;
}

.header-content {
    padding: 20px 75px ;
    display: flex;
}

#logo {
    width: 100%;
    max-width: 210px;
    transition: all 0.2s linear;
}

.logo-cont {
    display: flex;
    justify-content: center;
    text-align: center;
}

.logo-cont a {
    opacity: 1 !important;
}

.header-shrink {
    height: 92px;
}

.header-shrink #logo{
    max-width: 150px;
    transition: all 0.2s linear;
}

.header-shrink .header-content{
    padding: 12px 75px ;
}

header .social-button{
    width: 22px;
    cursor: pointer;
}

/*---Shared Nav---*/

.nav {
    font-size: 14px;
    float: right;
    font-family: 'Nunito', sans-serif;
    height: 39px;
    display: flex;
    flex-grow: 1;
    text-transform: uppercase;
    align-items: center;
    font-weight: 700;
}

.nav-left {
    justify-content: flex-start;
}

.nav-right {
    justify-content: flex-end;
}


.nav ul {
    list-style: none;
    margin-bottom: 0;
}

.nav li {
    text-align: center;
}

.nav li a {
    color: #677643;
    text-decoration: none;
    transition: all 0.1s linear;
}

.nav li a.active {
    color: #677643;
}

/*---Desktop Nav---*/

.desktop-nav-container {
    display: flex;
    align-items: center;
}

.desktop-nav ul {
    list-style: none;
    display: block;
}

.desktop-nav li {
    float: left;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0;
}

.desktop-nav li:first-child {
    padding-left: 0 !important;
}

.desktop-nav li:last-child {
    padding-right: 0 !important;
}

/*---Mobile Nav---*/

.mobile-nav {
    height: 16px;
    z-index: 9;
}

.mobile-nav ul {
    position: absolute;
    width: 350px;
    height: 100vh;
    margin: -80px 0 0 -50px;
    padding: 95px 25px 25px 25px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    font-size: 20px;
}

.mobile-nav li {
    padding: 5px 0;
}

.mobile-nav-toggle input {
    width: 30px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.mobile-nav-toggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #677643;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}

.mobile-nav-toggle span:first-child {
    transform-origin: 0 0;
}

.mobile-nav-toggle span:nth-last-child(2) {
    transform-origin: 0 100%;
}

.mobile-nav-toggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
}
.mobile-nav-toggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.mobile-nav-toggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

.mobile-nav-toggle input:checked ~ ul {
    transform: none;
}


@media (max-width: 1170px) {
    .header-content {
        padding: 20px 25px;
    }

    .desktop-nav li {
        float: none !important;
        padding: 4px 0 !important;
    }

    .nav-left li {
        text-align: left;
    }

    .nav-right li {
        text-align: right;
    }

    .header-shrink .header-content{
        padding: 12px 25px ;
    }
}

@media (min-width: 913px) {
    .mobile-nav {
        display: none;
    }
}

@media (max-width: 912px) {
    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }
}

@media (max-width: 390px) {
    .header-content {
        padding: 20px 10px;
    }

    #logo {
        width: 80%;
    }

    header {
        height: 115px;
    }

    .top-image-container {
        padding-top: 115px !important;
    }
}

/*-----------------FOOTER-----------------*/
footer {
    background-color: #677643;
    color: white;
    padding: 25px 30px 15px;
}

.footer-white footer {
    background-color: white !important;
    color: #222222 !important;
}

.footer-links {
    line-height: 2;
    color: #677643 !important;
}

.footer-green .footer-links a {
    color: #FFFFFF !important;
}

footer .social-button{
    width: 28px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.1s linear;
}

.footer-white .social-button-white {
    display: none;
}

.footer-green .social-button-green {
    display: none;
}

.FTorange-container {
    margin-bottom: 10px;
}

.FTorange {
    font-family: "Cheddar Jack";
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-white .FTorange {
    color: #222222;
}

.FTorange:hover {
    color: #f79536;
}

@media (min-width: 768px) {
    .footer-social {
        text-align: right;
    }
}

@media (max-width: 767px) {
    footer {
       text-align: center;
    }

    .footer-social {
        margin-top: 24px;
    }
}

/*-----------------HOMEPAGE-----------------*/

.top-image {
    padding-top: 134px !important;
    min-height: 100vh;
    background-size: cover;
    display: flex;
    overflow: hidden;
    position: relative;
    background: url(../img/homepage-background.png) no-repeat fixed 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

.top-text-container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-left: 60%;
}

.top-text-title {
    color: #677643;
    font-size: 75px;
    font-family: 'charlotte_southernsouthern', sans-serif;
    font-weight: 300;
    margin-bottom: 1rem;
    text-align: left;
}

.top-text-p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    width: 80%
}

.homepage-img {
    margin-bottom: 2rem;
    display: inline-block;
    border: 1px #f4f4f4 solid;
    -webkit-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, 0.9);
}

.about-section {
    margin: 0 auto;
    overflow: hidden;
    background: #f3f3f3 url(../img/who-am-i.png) no-repeat fixed 50% 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 85vh;
    display: flex;
    position: relative;
}

.about-text {
    width: 40%
}

.home-location-map {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.home-location-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@supports (-webkit-touch-callout: none) {
    .top-image,
    .about-section {
        background-attachment: scroll !important;
    }
}

@media (max-width: 768px) {
    .top-image,
    .about-section {
        background-attachment: scroll !important;
    }

    .top-image {
        min-height: 75vh !important;
    }

    .top-image-container {
        padding-top: 135px;
    }

    .top-image {
        padding-top: 0 !important;
    }

    .top-text-p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .home-location {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .top-text-container {
        margin-left: 10% !important;
    }

    .about-text {
        width: 100%;
    }

    .top-text {
        font-size: 42px;
    }

    .top-text-title {
        font-size: 6rem;
    }
}

@media (max-width: 1199px) {
    .top-text-container {
        margin-left: 55%;
    }
}


/*-----------------ABOUT ME-----------------*/
.about-me-accreditations {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-me-accreditations-img:first-of-type {
    margin-bottom: 24px;
}

.about-me-accreditations-img {
    width: 40%
}

.about-me-accreditations-small {
    flex-direction: row;
}

.about-me-accreditations-small .about-me-accreditations-img {
    margin-bottom: 0;
    margin-top: 20px
}

.about-me-accreditations-small .about-me-accreditations-img:first-of-type {
    width: 36%;
    margin-right: 12px;
}

@media (max-width: 1199px) {
    .about-me-text {
       padding-left: 40px !important;
    }
}

@media (max-width: 767px) {
    .about-me-text {
        margin-top: 32px;
        padding-left: 15px !important;
    }
}

/*-----------------TREATMENTS-----------------*/
.treatment-list li::marker {
    color: #677643 !important;
}

/*-----------------CONTACT-----------------*/
.contact-text-area {
    resize: none;
    height: auto;
}

.contact-select {
    margin-top: 4px;
    font-weight: 400;
}

.contact-confirmation-page {
    height: 100vh;
    padding-top: 200px;
    text-align: center;
    background-color: #677643;
    color: #FFFFFF;
}

.contact-map {
    position: relative;
    padding-bottom: 52%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 991px) {
    .contact-info-row,
    .contact-info-contact-details {
        display: flex;
        flex-direction: column-reverse;
    }

}

