/* CSS Document */

/**
Theme Name: MTN Fit - V2
Author: Scottsdale Website Design
Author URI: www.scottsdalewebsitedesign.com/
Description: Phoenix is a clean, modern and fully responsive WordPress theme built using Bootstrap 3 which makes it optimized for tablets and mobile. Custom designed for Mountainside Fitness.!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@font-face {
    font-family: 'titillium_webbold';
    src: url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-bold-webfont.woff2') format('woff2'), url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_websemibold';
    src: url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webextralight';
    src: url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-extralight-webfont.woff2') format('woff2'), url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_weblight';
    src: url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-light-webfont.woff2') format('woff2'), url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webregular';
    src: url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-regular-webfont.woff2') format('woff2'), url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_websemibold_italic';
    src: url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-semibolditalic-webfont.woff2') format('woff2'), url('/wp-content/plugins/mtnfit-custom-join-v2/fonts/titilliumweb/titilliumweb-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*---- Form Steps */
#cst_form {
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    border-radius: 10px;
    max-width: 810px;
    width: calc(100% - 330px);
    z-index: 4;
}
.form_step {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-left: 0;
}
.cmn_steps {
    padding: 0 15px 30px 15px;
    position: relative;
}
.form_step a {
    display: block;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    color: #DB1F2A;
    white-space: nowrap;
    font-size: 17px;
    font-family: titillium_websemibold;
    width: 100%;
    margin: 20px 0;
}

.form_step li {
    position: relative;
    padding: 0 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    width: 271px;
    pointer-events: none;
}

.form_step li:not(:last-child)::after {
    content: "";
    width: 1px;
    display: inline-block;
    height: 54px;
    background: #ddd;
    position: absolute;
    right: 0;
}

.form_step li .number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    border: 2px solid #ead2d2;
    color: #DB1F2A;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}
.form_step li.active .number {
    /* background: #DB1F2A url(/wp-content/uploads/2021/12/tick.png)no-repeat scroll center; */
    
    background: #DB1F2A; 
    color: #fff;
    border: 2px solid transparent;
}
.form_step li.active {
    border-bottom: 2px solid #DB1F2A;
}
.form_step li.active a {
    color: #DB1F2A;
}

.form_header {
    margin: 15px;
}
.form_header h2 {
    color: #54595f;
    font-weight: 600;
    font-size: 45px;
}
.form_header h3 {
    font-size: 33px;
    font-weight: 300;
    color: #DB1F2A;
    text-transform: uppercase;
}
#member_form {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}
/**** Side Form Fields ****/
#side_form {
    background: #fcf9f9;
    padding: 35px;
    z-index: 1;
    width:330px;
}
#side_form h2{
    font-size: 25px;
    font-weight: 600;
    color: #DB1F2A;
    margin-bottom: 25px;
}
#side_form .location_name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
#side_form .location_name img {
    margin-right: 10px;
}
#side_form .loc_address {
    font-weight: 400;
    font-size: 14px;
}

#side_form ul {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#side_form ul li {
    display: flex;
    justify-content: space-between;
    margin: 3px 0;
}
#side_form li img {
    margin-right: 8px;
}
#side_form .location_details li {
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 16px;
}
#side_form li.title_strong {
    font-weight: 600;
    color: #DB1F2A;
}
#side_form .cst_due li {
    font-size: 16px;
}
#side_form .cst_due li .title_text {
    display: flex;
    align-items: center;
}
#side_form .cst_due li .title_text img {
    margin-left: 5px;
}
.light_text{
    font-weight: 300 !important;
}
.bold_text{
    font-weight: 600 !important;
}
.submit_sidebtn {
    color: #fff !important;
    background: #DB1F2A;
    padding: 5px 20px;
    display: block;
    border-radius: 12px;
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
/**** Form Fields ****/
.field_wrap {
    display: flex;
    flex-wrap: wrap;
}
.field_wrap .half_field {
    width: 50%;
}
.field_wrap .field_name {
    width: 100%;
    display: block;
    font-weight: 600;
    color: #000;
}
.field_wrap .full_field {
    width: 100%;
}
.field_wrap input, .field_wrap select {
    width: 100%;
    border: 2px solid #efefef;
    background: none;
    margin-top: 5px;
    height: 45px;
}
.field_wrap input:focus, .field_wrap select:focus{
    outline: none;
    border: 2px solid #efefef;
}
.field_wrap .field {
    padding: 15px;
}
.field_wrap input.icon_input {
    background: url(/wp-content/uploads/2021/12/calendar.png)no-repeat scroll center right 10px;
    padding-right: 30px;
}
.field_wrap .trans_button {
    color: #DB1F2A;
    font-size: 14px;
    width: auto;
    border-radius: 10px;
    border-color: #DB1F2A;
    padding: 14px 40px;
    font-weight: 400;
    transition: 0.3s;
    border-radius: 0;
    border: none;
    font-weight: 600;
}
.field_wrap .trans_button:hover {
    background: #DB1F2A;
    border-color: #DB1F2A;
}
input.trans_button.previous_btn{
     border: 2px solid #DB1F2A; 
}
.field_wrap .filled_button {
    color: #fff !important;
    font-size: 14px;
    width: auto;
    border-radius: 10px;
    border-color: #DB1F2A;
    background: #DB1F2A;
    padding: 14px 40px;
    font-weight: 400;
    transition: 0.3s;
}
.field_wrap .filled_button:hover {
    background: #DB1F2A;
    border-color: #DB1F2A;
}
.exp_date #exp_month {
    margin-right: 15px;
}
.exp_date {
    display: flex;
}
.field_wrap select {
    appearance: none;
    -webkit-appearance: none;
    background: url(/wp-content/uploads/2021/12/arrow-down.png)no-repeat scroll center right 10px;
    padding-right: 30px;
}
.field_wrap .next_btn, .field_wrap .place_order_btn {
    margin-left: auto;
    display: inherit;
}
.exp_date_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.info_btns {
    flex-wrap: nowrap;
}
#member_form .error {
    font-size: 12px;
    color: red;
}
/***** Custom checkbox *****/
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
}
#first_step .checkmark {
    top: 4px;
}
.checkbox_container input:checked ~ .checkmark {
    background-color: #DB1F2A;
    border-color: #DB1F2A;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_container .checkmark::after {
    background: url(/wp-content/uploads/2021/12/tick.webp)no-repeat scroll top center / 14px;
    width: 18px;
    height: 15px;
    top: 6px;
    left: 3px;
}
/***** radio checkbox *****/
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 3px solid #e6c8c9;
    border-radius: 50%;
}

.radio_container input:checked ~ .checkmark {
    background-color: none;
    border: 3px solid #DB1F2A;
}

.radio_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_container input:checked ~ .checkmark:after {
    display: block;
}

.radio_container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #DB1F2A;
}
.location-gallery-slider .swiper-slide-image {
    height: 600px;
    object-fit: cover;
    width: 100%;
}


@media(max-width:  1199px){
    #member_form {
        flex-wrap: wrap;
    }
    #cst_form {
        flex: 0 0 70%;
        max-width: 70%;
    }
    #side_form {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media(max-width:  991px){
    #cst_form {
        flex: 0 0 65%;
        max-width: 65%;
    }
    #side_form {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .form_step li {
        flex: 1;
        width: auto;
        padding: 0 3%;
        text-align: center;
    }
    .form_header h2{
        font-size: 35px;
    }
    .exp_date_wrap .field.half_field:nth-child(1) {
        width: 75%;
    }
    .exp_date_wrap .field.half_field:nth-child(2) {
        width: 25%;
    }
    #side_form {
        padding: 20px;
    }
	.location-gallery-slider .swiper-pagination {
    display: none;
}
}

@media(max-width:  767px){
    #cst_form,#side_form {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.location-gallery-slider .swiper-slide-image {
    height:300px;
}

}

@media(max-width:  575px){
    .exp_date_wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .exp_date_wrap .field.half_field:nth-child(1) {
        width: 100%;
    }
    .exp_date_wrap .field.half_field:nth-child(2) {
        width: 100%;
    }
    .field_wrap .half_field {
        width: 100%;
    }
    .field_wrap .field {
        padding: 12px 5px;
    }
    .form_step li {
        padding: 0 1%;
    }
    .form_step a {
        font-size: 13px;
    }
    .form_step li:not(:last-child)::after {
        height: 33px;
    }
    .form_step li .number {
        width: 20px;
        height: 20px;
        background-size: 10px !important;
    }
    .form_header {
        margin: 5px;
    }
    .form_header h2 {
        font-size: 30px;
    }
}

.ui-widget.ui-widget-content{
    z-index: 99 !important;
}


/*********** Add Member ************/

.addmember{
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.couple-family-addonbox.show{
    display: block !important;
}
.memberbox-outer {
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    border-radius: 5px;
    display: inline-block;
}

.addmember p {
    margin-bottom: 0px;
    font-weight: 600;
}
.addmember p span {
    font-weight: 400;
}
.memberbox-outer{
    margin-top: 10px;
}
span.addmember-link {
    display: block;
    width: 100%;
    color: #DB1F2A;
    font-weight: 500;
    font-size: 16px;
}
.memberbox1{
    margin-right: 10px;
}
.clearlink-member1box,.clearlink-member2box {
    display: flex;
    flex-wrap: wrap;
}

a.editbtn {
    width: 50%;
}
a.cleanbox1,a.cleanbox2 {
    text-align: right;
    width: 50%;
}

#first_step{
    position: relative;
    padding-bottom: 80px;
}
.step1sbtbuttonrow{
    position: absolute !important;
    bottom: 5px;
}
.loading-box {
    position: absolute;
    background: #fff;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    padding: 10px;
}

.elementor-652 .elementor-element.elementor-element-10113c5 .elementor-heading-title{
    color: #DB1F2A !important;
}

.shc-filter select, .shc-filter .select2-container .select2-selection--single{
    background-image: none !important;
}

#gform_wrapper_67.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#gform_wrapper_67.gform_wrapper.gravity-theme .gfield_radio .gform-field-label {
    position: relative; /* Ensure this is set to allow absolute positioning of ::before */
    padding-left: 30px; /* Space for the radio button */
    font-size: 22px;
}

#gform_wrapper_67.gform_wrapper.gravity-theme .gfield_radio .gform-field-label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #db1f2a;
    background-color: white; /* Background color to make it visible */
    top: 50%;
    left: 0; /* Adjusted from -20px to 0 */
    transform: translateY(-50%);
    transition: background-color 0.3s; /* Smooth transition for color change */
}
#gform_wrapper_67.gform_wrapper.gravity-theme .gfield_radio .gform-field-label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white; /* Background color to make it visible */
    top: 50%;
    left: 4px; /* Adjusted from -20px to 0 */
    transform: translateY(-50%);
    transition: background-color 0.3s; /* Smooth transition for color change */
}

/* Radio button selected state */
#gform_wrapper_67.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:checked + .gform-field-label::after {
    background-color: #db1f2a;
    border-color: #db1f2a; /* Match border color with background for selected state */
}
#gform_wrapper_67 .no-thanks-link {
    position: absolute;
    left: 45%;
    bottom: -15px;
    font-size: 20px;
    text-transform: uppercase;
}
#gform_wrapper_67 .gform_footer {
    justify-content: center;
    position: relative;
}
#gform_wrapper_67 .no-thanks-link:hover {
    text-decoration: underline;
    color: #DB1F2A;
}
#gform_wrapper_67 .gform_title {
    font-size: 70px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
#gform_wrapper_67 {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}
#gform_wrapper_67 .gform_description {
    text-align: center;
    font-size: 32px;
    line-height: 1.1;
}
#gform_wrapper_67 h3 {
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
}
#gform_wrapper_67 h3:last-child {
    margin-top: 25px;
}
.enhance-membership-shortcode h2,
.page-id-21071 h1 {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 1.7em;
}
.enhance-membership-shortcode h2:first-child {
    margin-top: -10px;
}

.enhance-membership-shortcode {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    top: auto;
}

@media (max-width: 992px) {
    .enhance-membership-shortcode {
        font-size: 20px;
    }
    #gform_wrapper_67 h3 {
        font-size: 30px;
    }
    #gform_wrapper_67 {
        font-size: 20px;
    }
    #gform_wrapper_67 .gform_title {
        font-size: 50px;
        line-height: 1;
    }
    #gform_wrapper_67 .gform_description {
        font-size: 22px;
    }
    #gform_wrapper_67 .no-thanks-link {
        left: 37%;
    }
    #gform_wrapper_67.gform_wrapper.gravity-theme .gfield_radio .gform-field-label {
        font-size: 18px;
    }
}

/* cf7 form css */
.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-row .form-group {
    flex: 0 0 49%;
}
.form-row .form-group input, .form-row select {
    height: 45px;
    padding: 2px 10px;
}
.form-row .form-group label, .form-full label {
    text-transform: uppercase;
    color: #231f20;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-weight: 800;
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}
.form-full {
    flex: 0 0 100%;
}
.form-full {
    flex: 0 0 100%;
}
.form-full span.wpcf7-list-item.first.last {
    margin-left: 0;
}
.form-full input[type="checkbox"] {
    width: 13px;
    height: 13px;
    min-width: 13px;
    margin-right: 0;
}
.form-full .submit-btn {
    background: #DB1F2A;
    color: #fff;
    border: 2px solid #fff !important;
    padding: 10px 30px;
    line-height: normal;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19px;
    margin: 10px 0 50px 0;
}
/* .form-group .wpcf7-validates-as-required {
    border: 1px solid #dc3232 !important;
} */


.locationselected {
    line-height: normal;
    height: 44px;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 0 0 2px transparent inset;
    box-shadow: 0 0 0 2px transparent inset;
    background: none;
    color: #666;
    font-size: 15px;
        background: var(--ast-comment-inputs-background);
}
/* location form */
.location-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.location-form form .form-label {
    flex: 0 0 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 16px;
        gap: 10px;
}
.form-label2 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.form-label2 label {
    display: block;
    font-weight: 700;
    font-size: inherit;
}
.form-label {
    font-weight: 700;
    font-size: inherit;
}
.form-label2 input[type="radio"] {
    margin: 0 5px 0 0px;
}
.form-label2 input[type="radio"]:first-child {
    margin-left: 0 !important;
}
.location-form .form-label3 input {
    font-size: 14px;
}
.location-form form .form-label .medium {
    font-size: 16px;
}
@media only screen and (max-width:767px)
{
    .location-form form .form-label {
        flex: 0 0 100%;
    }
}

/* Alert Bar */
.alertbar {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    text-align: center;
    position: relative;
}

.alert_closebtn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Show alert bar class */
.showing-alertbar {
     /*margin-top: 50px; Adjust this value based on the alert bar height */
}

.display-alery-bar {
   /* margin-top: 50px;  Adjust this value based on the alert bar height */
}

.showing-alertbar p {
    margin: 0;
}


/*alert bar on header css start*/
#alert-bar {
    display: none;
}
.alertbar {
    background: #00b1a2;
    color: #fff;
    width: 100%;
    display: block;
    padding: 11px 0px 11px 0px;
    border: 0;
    border-radius: 0;
}
.alertbar * {
    color: #fff;
}
.alertbar a {
    text-decoration: underline;
    text-underline-position: under;
}
.alertbar a:hover {
    color: #fff;
}
.alertbar .alert_closebtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    right: 25px;
    margin-top: -2px;
    cursor: pointer;
}
.alertbar p a {
     color: #fff;
     text-decoration: none;
     transition: all 0.3s ease-in-out;
}
.alertbar p a:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
body.alert-close .showing-alertbar {
    padding-top: 0 !important;
}

