.sub-menu-visible .sub-menu{
    display: block!important;
    position: static!important;
    margin: 0!important;
}
.sub-menu-visible .sub-menu a{
    position: relative;
}
.sub-menu-visible .menu-item-has-children > a{
    text-transform: uppercase!important;
    font-weight: 700!important;
    letter-spacing: 0.1em!important;
    font-size: 11px!important;
    /* line-height: 2.55em; */
}
.sub-menu-visible .sub-menu a:before{
    content:'›';
    position: absolute;
    left: -10px;
    color: #802528;
}
.external-link a{
    display: inline-block;
    padding-right: 20px;
}
.external-link a:after{
    content: '\f35d';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    opacity: 1!important;
    display: inline-block;
    padding-left: 10px;
    padding-right: 3px;
    vertical-align: middle;
    color: #D9E2E7;
    right: 0;
}
.gform_wrapper.gravity-theme .gfield.grid-span-2{
    grid-column: span 2 !important;
}
.gform_wrapper.gravity-theme .gfield.grid-span-3{
    grid-column: span 3 !important;
}
.gform_wrapper.gravity-theme .gfield.grid-span-4{
    grid-column: span 4 !important;
}
.gform_wrapper.gravity-theme .gfield.grid-span-6{
    grid-column: span 6 !important;
}
.ginput_container_consent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ginput_container_consent .gfield_consent_label{
    font-weight: 400!important;
    font-size: 15px;
    order: 1;
}
.ginput_container_consent .gfield_required_asterisk{
    padding-right: 15px;
    order: 2;
}
.ginput_container_consent input{
    order: 3;
}
.required-caption{
    margin: 0;
}
.required-caption .elementor-widget-container p{
    color: #808080;
    font-size: 14px;
    text-align: center;
}
.required-caption .elementor-widget-container p:before{
    content:'* ';
    color: #802528;
}
.gform_wrapper.gravity-theme .gform_footer{
    padding-bottom: 0;
}
.StripeElement{
    font-size: 15px;
    padding: 8px;
    margin-bottom: 0;
    margin-top: 0;
    background: #f4f4f4;
    height: 50px;
    align-items: center;
    display: flex;
    border-color: #b6b6b6;
}
.StripeElement .__PrivateStripeElement{
    width: 100%;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    border-color: #b6b6b6 !important;
}
.StripeElement--focus{
    border: 1px solid #b6b6b6;
}
.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message{
    padding: 6px 12px!important;
    font-size: 13px!important;
    line-height: 15px!important;
}
.StripeElement--invalid + .gfield_description,
.ginput_stripe_creditcard + .gfield_validation_message{
    padding-top: 6px!important;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
    color: #802528;
}

.cd-lightbox-outer{ 
    display: block; 
    background: rgba(45,41,37, 0.95); 
    z-index: 1000; 
    position: fixed; 
    top: 0; 
    right: 0;
    width: 100vw; 
    min-height: 100vh; 
    align-items: center;
    justify-content: center;
    display: flex;
}
.cd-lightbox{
    height: 100%;
    width: 100%;
    max-width: 640px;
    padding: 50px 0;
    max-height: 100%;
    position: absolute;
}
.cd-lightbox-inner {
    position: relative;
    width: 100%;
    background: #FFF;
    padding: 45px 35px;
    height: 100%;
    overflow-y: scroll;
}

.cd-lightbox-close{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.cd-lightbox-close:after {
    display: inline-block;
    content: "\00d7";
    font-size: 50px;
    color: #B5B5B5;
    font-weight: 200;
}
.cd-lightbox h2{
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
}
body.cd-modal-open{
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px;
}
body.cd-modal-open.safari:not(.cd-team-popup-open){
    position: fixed;
}
body.cd-modal-open.safari #mx-site__header{
    z-index: 999;
    position: relative;
}
.elementor-location-footer footer{
    max-width: 100vw;
    overflow: hidden;
}