


/* 
    Red: #9b1624 
    Yellow: #f3e659
*/

/* 
    Header
 */

nav li a:hover {
    color: #7c111c !important;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

nav li a {
    background-color: #7c111c;
    transition: all 0.2s ease-in-out;
}

nav li ul li a {
    border-bottom: none;
}

#menu-menu > li:first-child a {
    padding-left: 18px;
}

#menu-menu > li:last-child a {
    padding-right: 18px;
}

.current_page_item > a, .current_page_item a:hover {
    text-decoration: none;
    color: #7c111c;
    background-color: #fff;
}

nav li a:hover, nav li li a:hover {
    text-decoration: none !important;
}



/*
    Home
*/


.vc_row.wpb_row.vc_row-fluid.home-intro-row {
    width: 80%;
    margin: 0 auto;
    padding: 70px 0px;
}

.home-intro-row h1 {
    font-size: 44px;
    font-weight: bold;
}

.home-intro-row h1.home-intro-toptext {
    font-size: 34px;
    font-weight: 300;
}

.home-services-row {
    background-color: #f6f6f6;
}

.mmm-page-hero-container.home-hero {
    height: 600px;
}

.mmm-page-hero-container.home-hero .mmm-page-hero-content span {
    display: block;
    font-size: 34px;
    font-weight: 300;
}

.mmm-page-hero-container.home-hero .mmm-page-hero-content h1 {
    padding-bottom: 0px;
}

/* Icon Section */

.home-approach-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px;
    margin: 95px 0 100px;
    background-color: #fff;
    box-shadow: 0px 11px 20px #9c9c9c;
}

.home-icons-wrapper {
    display: flex;
    justify-content: space-around;
}

.home-approach-item {
    padding-bottom: 30px;
}

.home-packages-cta {
    padding: 50px 0;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.home-approach-title h2 {
    font-weight: 600;
    font-size: 50px;
}

.home-icon-text h3 {
    font-weight: 600;
}

.home-approach-title p {
    font-size: 25px;
}

.home-approach-item:nth-of-type(2) {
    padding-bottom: 50px;
}

.home-approach-item:nth-of-type(1) p {
    font-size: 28px;
}

.home-approach-title p {
    font-size: 17px;
}

/* Customized Plan Section */

.home-section-item-wrapper {
    display: flex;
    align-items: center;
}

.home-section-item {
    flex: 1;
}

.home-section-container {
    padding: 100px 0;
}

.home-section-col1-bullets {
    display: flex;
    flex-direction: column;
}

.col1-bullet-item {
    display: flex;
    padding: 16px 0;
    align-items: center;
}

.col1-bullet-item i.fa.fa-check-square-o {
    font-size: 50px;
    color: #9b1624;
    padding-right: 20px;
}
.col1-bullet-item p {
    font-size: 21px;
    font-weight: bold;
}

.home-section-col1-title {
    padding-bottom: 20px;
}

.home-section-col2-item:nth-of-type(1) {
    padding-bottom: 30px;
}

.home-section-col1 {
    padding-right: 50px;
}

.home-section-col1-title h2 {
    font-weight: 600;
}

.home-section-col2-item h3 {
    font-weight: 300;
}


/* 360 approach section */

.home-health-container {
    padding: 100px 0;
}

.home-health-item-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.home-health-col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.home-health-item {
    flex: 1;
}

.home-health-col1-title h2 {
    font-weight: 600;
}

.home-health-col2-item p {
    padding-right: 160px;
    font-size: 23px;
}

/* Facility Section */

.home-facility-content {
    padding: 100px 0;
}

.home-facility-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0px 6px 16px #949494;
}

.home-facility-title h2 {
    font-weight: 600;
    padding-bottom: 30px;
}

.facility-bullet-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.facility-bullet-item i.fa.fa-check-square-o {
    font-size: 30px;
    padding-right: 20px;
    color: #9b1624;
}

.home-facility-gallery {
    display: flex;
    padding-bottom: 30px;
    justify-content: center;
}

.home-facility-text {
    padding-bottom: 30px;
}

.home-facility-bottom {
    width: 80%;
    margin: 0 auto;
}

.facility-gallery-item img {
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .home-icons-wrapper {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .home-icons-item {
        flex-basis: 50%;
        padding: 0px 0 40px;
    }
    .home-section-item-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .home-section-item {
        padding-bottom: 50px;
    }
    .home-section-col1 {
        padding-right: 0px;
    }
    .home-health-item-wrapper {
        flex-direction: column;
    }
    .home-health-item {
        padding-bottom: 40px;
    }
    .home-health-col2-item p {
        padding-right: 0;
        font-size: inherit;
    }
}

@media only screen and (max-width: 1000px) {
    .home-section-container {
        padding: 20px 0 0;
    }
    .home-health-container {
        padding: 70px 0 0;
    }
}

@media only screen and (max-width: 600px) {
    .home-intro-row h1 {
        font-size: 34px;
    }

    .home-approach-container {
        padding: 20px;
    }
    .home-facility-wrapper {
        width: 100%;
        padding: 20px;
    }
    .facility-bullet-item p {
        font-weight: bold;
    }
    .home-facility-bottom {
        width: 100%;
    }

    .home-facility-gallery {
        flex-direction: column;
    }

    .mmm-page-hero-container.home-hero .mmm-page-hero-content h1 {
        padding-bottom: 20px
    }

    
}

@media only screen and (max-width: 500px) {
    .home-approach-title h2 {
        font-weight: 600;
        font-size: 40px;
    }
}

@media only screen and (max-width: 400px) {
    .home-icons-item {
        flex-basis: 100%;
    }
    .vc_row.wpb_row.vc_row-fluid.home-intro-row {
        width: 100%;
        margin: 0 auto;
        padding: 70px 0px;
    }
    .mmm-page-hero-container.home-hero .mmm-page-hero-content span {
        font-size: 22px;
    }

    .mmm-page-hero-content h1 {
        font-size: 36px;
    }

    .mmm-page-hero-content p {
        font-size: 17px;
    }
}



/*
    Team
*/

.physician-item-wrapper {
    display: flex;
    text-align: center;
}

.physician-item {
    flex: 1;
    padding: 50px;
    background-color: #eaeaea;
    box-shadow: 7px 8px 16px #b9b9b9;
    margin: 60px;
    border: 10px solid #fff;
    border-radius: 10px;
}

.physician-container {
    width: 80%;
    margin: 0 auto;
}

.physician-title-row h2 {
    font-size: 80px;
    font-weight: bold;
}

.physician-title-row {
    padding: 100px 0 0;
}

.physician-item-bio p:nth-of-type(1) {
    font-size: 22px;
    font-style: italic;
    padding-bottom: 20px;
}

.physician-item-bio h2 {
    font-weight: bold;
    padding-top: 20px;
}

@media only screen and (max-width: 1500px) {
    .physician-container {
        width: 100%;
    }
    .team-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .physician-item {
        margin: 30px;
    }
    .team-item {
        margin: 30px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .physician-item-wrapper {
        flex-direction: column;
    }
    .team-item-wrapper {
        flex-direction: column;
    }
}

/* PAs */

.team-title-row-2 h2{
    font-size: 80px;
    font-weight: bold;
}

h2.staff-type-heading {
    text-align: center;
    padding-bottom: 30px;
}

.team-container {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
    justify-content: center;
}

.team-item-wrapper {
    flex: 1;
    display: flex;
    flex-grow: 0;
    width: 50%;
    flex-basis: 50%;
}

.team-container > .team-item-wrapper:nth-child(even) {
  justify-content: flex-start;
}

.team-container > .team-item-wrapper:nth-child(odd) {
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  
  .team-item-wrapper {
    width: auto;
    flex-basis: auto;
  }
  
  .team-container > .team-item-wrapper:nth-child(even) {
  justify-content: center;
}

.team-container > .team-item-wrapper:nth-child(odd) {
  justify-content: center;
}
  
}

.team-item {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 7px 8px 16px #b9b9b9;
    margin: 30px;
    display: flex;
    flex-direction: column;
    width: 400px;
}

.team-item-bio {
    flex: 1;
}

.team-button {
    flex: none;
}

.team-item-image {
    display: flex;
    justify-content: center;
}

.team-title-row h2 {
    font-size: 50px;
    font-weight: bold;
}

.team-title-row {
    padding: 100px 0 0;
}

.team-item-bio p:nth-of-type(1) {
    font-size: 22px;
    font-style: italic;
    padding-bottom: 20px;
}

.team-item-bio h2 {
    font-weight: bold;
    padding-top: 20px;
}

/* .team-item-bio {
    max-width: 300px;
} */



/* 
    Wellness center
*/

.center-tech-container {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}

.tech-item-wrapper {
    display: flex;
    align-items: center;
}

.tech-item {
    flex: 1;
}

.tech-image {
    padding-left: 100px;
}

.tech-text h2 {
    font-weight: 600;
    font-size: 50px;
}

.tech-text p {
    font-size: 20px;
}

/* Facility Section */

.wellness-facility-content {
    padding-top: 140px;
    padding-bottom: 190px;
}

.wellness-facility-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 16px #afafaf;
}

.wellness-facility-title h2 {
    font-size: 50px;
    font-weight: 600;
}

.wellness-facility-text {
    padding-bottom: 0px;
}

.wellness-facility-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.facility-gallery-item {
    flex-basis: 30%;
    margin: 10px;
}

.wellness-facility-bottom {
    padding: 0px 50px 20px;
}

/* App Section */

.app-item-wrapper {
    display: flex;
    align-items: center;
}

.app-item {
    flex: 1;
}

.app-image {
    padding-right: 100px;
}

.app-text h2 {
    font-weight: 600;
    font-size: 50px;
}

.center-app-container {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1300px) {
    .center-tech-container {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .tech-image {
        padding: 50px 0 0;

    }

    .tech-item-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .app-item-wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }

    .app-text p {
        padding: 20px 0 0;
    }

    .app-image {
        padding-right: 0;
        padding-top: 50px;
        width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .wellness-cta-item {
        margin: 20px 0px;
    }
}

@media only screen and (max-width: 600px) {
    .app-image {
        width: 100%;
    }
}




/* 
    Programs (top level)
*/

.programs-wellness {
    text-align: center;
    padding: 50px 10% 0;
}

.programs-wellness-item h2 {
    font-size: 60px;
    font-weight: bold;
}

.programs-wellness-item p {
    font-size: 24px;
}

.programs-wellness-item:nth-of-type(1) {
    padding-bottom: 40px;
}

.programs-mdvip {
    text-align: center;
    padding: 50px 10% 60px;
}

.programs-mdvip-item h2 {
    font-size: 60px;
    font-weight: 600;
}

.programs-mdvip-item:nth-of-type(1) {
    padding-bottom: 40px;
}

.programs-mdvip-item p {
    font-size: 24px;
}

.programs-wellness-wrapper, .programs-mdvip-wrapper {
    padding: 50px 12px 70px;
    background-color: #fff;
    box-shadow: 5px 13px 16px #b3b3b3;
    border-radius: 20px;
    border: 15px outset;
}

.programs-wellness .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern, .programs-mdvip .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    color: #fff !important;
    border-color: #ffffff;
    background-color: #7c111c;
}

.programs-wellness .vc_btn3.vc_btn3-size-md, .programs-mdvip .vc_btn3.vc_btn3-size-md{
    font-size: 19px;
}

@media only screen and (max-width: 1200px) {
    .programs-wellness, .programs-mdvip {
        text-align: center;
        padding: 50px 0 0;
    }
}

@media only screen and (max-width: 600px) {
    .programs-wellness-wrapper, .programs-mdvip-wrapper {
        border: 5px outset;
    } 
}

@media only screen and (max-width: 450px) {
    .programs-wellness-item h2, .programs-mdvip-item h2 {
        font-size: 40px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .programs-wellness-item p, .programs-mdvip-item p {
        font-size: 17px;
        padding-bottom: 4px;
        font-weight: bold;
    }

}




/* 
    Primary Care
*/


.wellness-svg-icon svg {
    height: 120px;
}

.wellness-svg-icon {
    text-align: center;
    color: #7c111c;
}

.wellness-text.primary-care-page {
    text-align: center;
}

.wellness-text.primary-care-page h2{
    text-align: center;
    color: #333;
}




/* 
    Wellness program
*/

.mmm-page-hero-container {
    height: 400px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    
}

.mmm-page-hero-content h1 {
    color: #f6f6f6;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
}

.mmm-page-hero-content p {
    color: #f6f6f6;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
}

.wellness-content-boxes {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.wellness-content-item {
    flex: 1;
    flex-basis: 50%;
    display: flex;
}

.wellness-text {
    padding: 40px;
    background-color: #fff;
    margin: 30px;
    box-shadow: 0px 7px 15px #cacaca;
    border-radius: 10px;
}

.wellness-text h2 {
    color: #7c111c;
    font-weight: 600;
}



/* CTA section */

.wellness-cta-item {
    padding: 0 0 70px;
}

.wellness-cta-item h3 {
    padding-bottom: 20px;
    font-weight: 600;
}

.wellness-cta-item-wrapper {
    display: flex;
    text-align: center;
}

.wellness-cta-item {
    padding: 30px;
    margin: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 11px 19px #b9b9b9;
    border-radius: 10px;
}

.wellness-cta-item h3 {
    padding-bottom: 20px;
    font-weight: 600;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .wellness-cta-item {
        margin: 20px 0;
    }
}


/* SVG Section */

svg#curve-up {
    fill: #fff;
}

svg#curve-down {
    fill: #fff;
}

.wellness-svg-top .vc_col-sm-12 {
    margin-top: -135px;
}

.wellness-svg-top .vc_column-inner, .wellness-svg-bottom .vc_column-inner {
    padding: 0;
}


/* Process Section  */

.wellness-process-title h2 {
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 40px;
}

.wellness-process-item {
    padding: 0px 0 30px;
}

.wellness-svg-bottom .vc_col-sm-12 {
    margin-bottom: -142px;
    z-index: 99;
}


@media only screen and (max-width: 1600px) {
    .wellness-facility-wrapper {
        width: 80%;
    }
}

@media only screen and (max-width: 1000px) {
    .facility-gallery-item {
        flex-basis: 28%;
    }
}

@media only screen and (max-width: 767px) {
    .wellness-cta-item-wrapper {
        flex-direction: column;
    }
}

@media only screen and (max-width: 650px) {
    .wellness-facility-wrapper {
        width: 93%;
    }
    .facility-gallery-item {
        flex-basis: 100%;
    }
    .wellness-content-boxes {
        flex-direction: column;
    }
    .vc_row.wpb_row.vc_row-fluid.wellness-svg-top {
        display: none;
    }
    .vc_row.wpb_row.vc_row-fluid.wellness-svg-bottom {
        display: none;
    }
    .wellness-process-title h2 {
        padding-top: 60px;
    }
    .wellness-content-boxes {
        padding-bottom: 0px;
    }
    .wellness-process-content {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 500px) {
    .wellness-text {
        margin: 10px 0;
        padding: 20px 20px;
    }
    .wellness-process-text p {
        font-size: 1em;
    }
}




/* 
    MDVIP 
*/

.mdvip-item {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.mdvip-icon {
    font-size: 90px;
    padding-right: 40px;
    color: #7c111c;
}

.mdvip-main-container {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 0;
}

.mdvip-intro h2{
    line-height: 1.3;
    text-align: center;
    font-size: 26px;
}

@media only screen and (max-width: 600px) {
    .mdvip-item {
        flex-direction: column;
        text-align: center;
    }
    
    .mdvip-icon {
        padding-right: 0px;
    }
    
    .mdvip-intro h2 {
        line-height: 1.2;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    .mdvip-main-container {
        width: 90%;
    }

}





/* 
    Free Workout Signup 
*/

.signup-container {
    width: 60%;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 8px 14px #b1b1b1;
    border-radius: 10px;
}

.signup-item h2 {
    text-align: center;
    padding-bottom: 40px;
}





/* 
    Contact
*/

.vc_row.wpb_row.vc_row-fluid.mmm-row-shrink.contact-intro-row h1 {
    font-size: 40px;
    text-align: center;
    padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
    .vc_row.wpb_row.vc_row-fluid.mmm-row-shrink.contact-intro-row h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .vc_row.wpb_row.vc_row-fluid.mmm-row-shrink.contact-intro-row h1 {
        font-size: 26px;
    }
}



/* 
    misc 
*/

#content a {
    text-decoration: none;
}

a.mmm-button-default {
    display: inline-block;
    padding: 0.8em 1.5em;
    color: #fff !important;
    cursor: pointer;
    border-radius: 9px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    background-color: #9b1624;
    transition: all 0.4s ease-out;
}

a.mmm-button-default:hover {
    background-color: #d8252c;
    transition: all 0.4s ease-out;
}



.wellness-text a.mmm-link-special:before, .wellness-text a.mmm-link-special:after {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #7c111c;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.98);
}

.wellness-text a.mmm-link-special:after {
    opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.wellness-text a.mmm-link-special:hover::before,
.wellness-text a.mmm-link-special:hover::after,
.wellness-text a.mmm-link-special:focus::before,
.wellness-text a.mmm-link-special:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.wellness-text a.mmm-link-special:hover::after,
.wellness-text a.mmm-link-special:focus::after {
	top: 0%;
	opacity: 1;
}

.wellness-text a.mmm-link-special {
    padding: 2px 5px;
    color: #333 !important;
    text-shadow: none;
    font-weight: inherit;
    position: relative;
    white-space: nowrap;
}



@media only screen and (max-width: 600px) {
    .wellness-text a.mmm-link-special:before, .wellness-text a.mmm-link-special:after {
        background: none;
        content: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .wellness-text a.mmm-link-special:after {
        opacity: 0;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        content: none;
    }
    
    .wellness-text a.mmm-link-special:hover::before,
    .wellness-text a.mmm-link-special:hover::after,
    .wellness-text a.mmm-link-special:focus::before,
    .wellness-text a.mmm-link-special:focus::after {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        content: none;
    }
    
    .wellness-text a.mmm-link-special:hover::after,
    .wellness-text a.mmm-link-special:focus::after {
        opacity: 0;
        content: none;
    }
    
    .wellness-text a.mmm-link-special {
        padding: 0;
        color: #7c111c !important;
        text-shadow: none;
        font-weight: inherit;
        position: static;
        white-space: normal;
        text-decoration: underline !important;
    }

    .practice-intro-row h2 {
        font-size: 22px;
        font-weight: bold;
    }
}





/* 
    Sports Medicine 
*/

svg#sports-svg-triangle {
    fill: #fff;
    background-color: #f6f6f6;
    line-height: 0;
}

.sports-svg-row .wpb_content_element {
    margin-bottom: 0px;
}

.vc_row.wpb_row.vc_row-fluid.sports-svg-row {
    line-height: 0;
}

svg#sports-svg-triangle-bottom {
    fill: #f6f6f6;
    background-color: #fff;
}

.concussion-row {
    padding: 70px 12%;
    text-align: center;
}

.sports-therapy-row {
    padding: 70px 12%;
    text-align: center;
}

.sports-endurance-row {
    padding: 70px 12%;
    text-align: center;
}

.sports-therapy-row h2 {
    font-weight: bold;
    font-size: 50px;
}

.concussion-row h2 {
    font-weight: bold;
    font-size: 50px;
}

.sports-endurance-row h2 {
    font-weight: bold;
    font-size: 50px;
}

/* .sports-endurance-test-row .wpb_content_element {
    margin-bottom: 0px;
} */

.sports-endurance-test {
    width: 80%;
    margin: 0 auto;
}

.sports-endurance-test-wrapper {
    background-color: #f6f6f6;
    padding: 70px 10%;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 0px 12px #afafaf;
}

.sports-endurance-test-item {
    padding-bottom: 40px;
}

.sports-endurance-test-item:nth-of-type(5) {
    padding-bottom: 0;
}

.sports-endurance-test-item h3 {
    font-weight: 600;
    color: #7c111c;
}

.sports-therapy-row svg, .concussion-row svg, .sports-endurance-row svg {
    height: 120px;
    color: #7c111c;
}



@media only screen and (max-width: 400px) {
    .sports-endurance-test {
        width: 100%;
    }
    .sports-endurance-test-wrapper {
        padding: 70px 5%;
    }
    .sports-therapy-row h2, .concussion-row h2, .sports-endurance-row h2 {
        font-weight: bold;
        font-size: 40px;
    }
    .sports-therapy-row , .concussion-row , .sports-endurance-row  {
        padding: 70px 10px;
    }
}




/* 
    Page Hero 
*/

.mmm-page-hero-content {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mmm-page-hero-item {
  display: flex;
  flex-direction: column;
}

.mmm-page-hero-item h1 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-size: 90px;
}

.mmm-page-hero-item h2 {
  color: #fff;
  padding-bottom: 16px;
  font-weight: 400;
}

.mmm-page-hero-item p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .mmm-page-hero-content {
    height: 450px;
}
}

@media only screen and (max-width: 600px) {
    .mmm-page-hero-content p {
        color: #f6f6f6;
        width: 95%;
        margin: 0 auto;
        font-size: 18px;
    }
    
    .mmm-page-hero-content h1 {
        font-size: 40px;
    }
    
}

@media only screen and (max-width: 500px) {
  .mmm-page-hero-item h1 {
    font-size: 50px !important;
}
}

@media only screen and (max-width: 450px) {
  .mmm-page-hero-item h1 {
    font-size: 42px !important;
}
}

@media only screen and (max-width: 350px) {
  .mmm-page-hero-item h1 {
    font-size: 40px !important;
}
}

