@charset "UTF-8";
/* CSS Document */

.centered {
    text-align: center;
}

nav.club_nav {
    text-align: center;
    background-color: #CB0112;
    padding: 20px 0 2px;
}

nav.club_nav ul {
    margin-bottom: 0;
    padding-left: 0;
}

nav.club_nav li {
/*    display: inline-block;*/
    list-style-type: none;
    margin-bottom: 20px;
}

nav.club_nav a {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 0 4px 0;
    margin: 0 10px;
    font-size: 1.1em;
/*    transition: all 0.2s;*/
    /* background-color: darkolivegreen; */
}

nav.club_nav a:hover {
/*    background-color: #1B294B;*/
     border-bottom: 3px solid #FFF;
}

nav.club_nav.activeNav1 .clubinfo {
    border-bottom: 3px solid #FFF;
}

nav.club_nav.activeNav2 .team {
    border-bottom: 3px solid #FFF;
}

nav.club_nav.activeNav3 .contact {
    border-bottom: 3px solid #FFF;
}

nav.club_nav.activeNav4 .blog {
    border-bottom: 3px solid #FFF;
}

nav.club_nav.activeNav5 .happenings {
    border-bottom: 3px solid #FFF;
}

/* General Club Headers */

.clubheader_1 {
    background-image: url('../images/workout_anytime_interior_1.webp');
    background-repeat: no-repeat;
    background-size: 300% auto;
    padding: 30px;
}

.clubheader_1 h1, .clubheader_1 h2, .clubheader_1 p {
    color: #FFF;
    text-align: center;
}

.clubheader_1 h1 {
    font-size: 3em;
}

.gallery {
    padding-top: 45px;
}

.gal_col {
    margin-bottom: 0px;
/*    padding: 30px;*/
    padding: 2vw;
}

.gal_col img {
    width: 100%;
    height: auto;
}

.below_fold .button_group_2 {
    margin-bottom: 40px;
}

.below_fold .button_group_2 a {
    font-size: 2em;
}

.f1col{
    margin-bottom: 25px;
}

.services {
    padding-top: 30px;
    padding-bottom: 30px;
}

.services p.leadin {
    color: #FFF;
}

.features2 {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    justify-content: center;
    font-size: 1em;
    padding-bottom: 20px;
}

.features2 a {
    outline: 0;
}

.features2 a:hover .feature_icons_large_wrapper {
    background-color: #CB0112;
}

.f2col {
/*    padding: 25px 100px;*/
    padding: 0px 5px;
}

/*.features2 img {
    width: 100%;
    height: auto;
    max-width: 150px;
}*/

.features2 p {
    font-family: Apex, Helvetica, Arial, sans-serif !important;
    margin-top: 10px;
    margin-bottom: 0;
    word-break: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    position: relative;
    top: -30px;
    color: #FFF;
}

/* Presales Page */

.presales_info .text_col {
    position: relative;
}

.presales_info .text_col .text_group {
/*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;*/
    padding: 15px;
}

.presales.hero p.phone,
.comingsoon.hero p.phone {
    width: fit-content;
    margin: 0 auto;
    display: inline-block;
}

.presales.hero .address {
    font-size: 1.2em !important;
}

.presales.hero .btn {
    margin-top: 12px;
}

.vidButton {
    width: fit-content;
    background-color: #CB0112;
    margin 0 auto;
    border: none;
    display: inline-block;
}

.videoWrapper {
    margin-bottom: 12px;
}

.carousel_wrapper {
/*    background-color: teal;*/
    padding: 0px 12px 12px;
}

.carousel {
    width: 100%;
/*    display: block;*/
/*    margin: 20px auto 40px;*/
/*    background-color: palegoldenrod;*/
/*    position: relative;*/
}

.carousel a {
    margin: 0 12px;
}

.carousel img {
    width: 100%;
    height: auto;

/*    height: 100%;
    width: auto;
*//*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}

.slick-slide {
/*      height: 100%;*/
 }


/*.slick-track {
    position: relative;
    height: 200px;
}

.slick-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
*/

/* Team Page */

.main_content {
    padding: 30px;
}

.team.hero {
    background-color: pink;
    text-align: center;
}

.team_custom img.alignright {
    float: right;
    margin-left: 30px;
}

.team_custom img.alignleft {
    float: left;
    margin-right: 30px;
}

div:has(img.alignleft),
div:has(img.alignright) {
/*    background-color: orangered;*/
    overflow: auto;
}


@media(min-width: 576px) {
    nav.club_nav li {
        display: inline-block;
    }    
}

@media(min-width: 768px) {

    .clubheader_1 {
        background-size: 100% auto;
    }
    .features2 p {
         top: 0px;
         font-size: 1.5em;
    }
    .f2col {
        padding: 25px 5px 5px;
    }    

    .carousel_wrapper {
        padding: 20px 40px 40px;
    }    

}

@media(min-width: 1024px) {

    .presales_info .text_col .text_group {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }
}
@media(min-width: 1200px) {
    .presales_info h2 {
        font-size: 3vw !important;
    }   
}
