#sub-header{
    display: none !important;
}
.hero-container {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.hero-container .vc_column-inner {
    padding: 0 !important;
}

.hero-section {
    position: relative;
}

.hero-section img {
    float: left;
    width: 100%;
}

.overlayer_content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.hero-section .overlayer_content h1 {
    /* max-width: 619px; */
    font-family: Verdana, Geneva, sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    text-align: left;
    color: #fff;
}
.button_wrappers {
    width: 100%;
    display: block;
}

.button_wrappers a {
    margin-top: 39px;
    display: inline-block;
}
.button_wrappers .book_your_class {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 251px;
    padding: 15px 20px;
    border-radius: 32px;
    border: 2px solid #fff;
    /*margin-left: 38px;*/
    margin-left: 0px;
}
.button_wrappers .become_member {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /* width: 225px; */
    width: 251px;
    padding: 15px 20px;
    border-radius: 32px;
    background-color: #f47920;
    border: 2px solid #f47920;
    margin-left: 10px;
}
.button_wrappers .join_today {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 225px;
    padding: 15px 20px;
    border-radius: 32px;
    background-color: #f90;
    border: 2px solid #f90;
}
.button_wrappers .camp_oaks {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 15px 40px;
    border-radius: 32px;
    background-color: #0089d1;
    border: 2px solid #0089d1;
    margin-left: 30px;
}
.hero-section.customized-hero {
    overflow: hidden;
}

.hero-section.customized-hero .overlayer_content h1 {
    max-width: 400px;
    font-size: 24px;
}

.hero-section.customized-hero .button_wrappers .join_today {
    width:179px;
    font-size: 12px;
}

.hero-section.customized-hero .button_wrappers .book_your_class {
    font-size: 12px;
    width: 180px;
    padding: 15px 20px;
    margin-left: 0px;
}
.hero-section p {
    max-width: 660px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 15px 0 0 0 !important;
}
.show-shade-on-bg {
    position: relative;
}
.show-shade-on-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #dd5828;
    opacity: 0.4;
}

.new_buttons {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
}

.new_buttons .container {
    display: flex;
    justify-content: end;
}

.new_buttons a {
    color: #fff;
    background-color: #ff9900;
    border-radius: 20px;
    padding: 3px 20px;
    margin-left: 30px;
    min-width: 135px;
    text-align: center;
    transition-duration: 0.5s;
    font-family: Verdana, Geneva, sans-serif;
    outline: none;
    border: none;
}

.new_buttons a:hover {
    background-color: #0389d1;
    color: #fff;
}

.new_buttons a.blue {
    background-color: #0389d1;
}

.new_buttons a.blue:hover {
    background-color: #ff9900;
    color: #fff;
}


@media(max-width:1400px){
    .hero-section img {
        min-height: 475px;
        object-fit: cover;
    }
}

@media(max-width:1200px){
    .button_wrappers a { margin-top: 19px;}
    .hero-section .overlayer_content h1 { font-size: 28px; }
    .hero-section.customized-hero .overlayer_content h1 {
        max-width: 356px;
        font-size: 20px;
    }
    .hero-section.customized-hero .button_wrappers .join_today {
        width: 167px;
        font-size: 11px;
    }
    .hero-section.customized-hero .button_wrappers .book_your_class {
        font-size: 11px;
        width: 150px;
        padding: 15px 10px;
        margin-left: 0px;
    }
}
@media(max-width:992px){
    .hero-section.customized-hero img {
        float: left;
        width: 140%;
        max-width: 133%;
    }
    .hero-section p { font-size: 20px; padding-top: 5px;}
}
@media(max-width:767px){
    .hero-section img { height: 500px; max-width:none !important; width: auto !important;}
}

@media(max-width:480px){
    .button_wrappers a { width: 100% !important; margin-left: 0 !important; }
    .hero-section img { height: 570px; max-width:none !important; width: auto !important;}
    .new_buttons .container { justify-content: center;}
    .new_buttons a { margin: 0 5px;}
}

@media(max-width:330px){
    .new_buttons a { font-size: 15px; min-width: 0;}
}