/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


.wpml-ls-item a {
    opacity: 0.5;
}
.wpml-ls-item.wpml-ls-current-language a {
    opacity: 1;
    pointer-events: none;
}


.cmApp_signupContainer #cmApp_signupForm .cmApp_formHeader {
    font-size: 1.75em;
    color: #096979 !important;
    margin-bottom: 15px;
}

.cmApp_signupContainer #cmApp_signupForm .cmApp_formSubHeader {
    margin-bottom: 25px;
}

.cmApp_signupContainer #cmApp_signupForm .cmApp_formInput input {
    height: 48px;
    border: 1px solid #dbdbdb;
    border-radius: 25px 0 25px 0;
    padding: 10px 10px 10px 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
}

.cmApp_signupContainer #cmApp_signupForm .cmApp_formSubmitButton {
    transition: all .25s linear;
    font-size: 1em;
    line-height: 1.75em;
    font-weight: bold;
    border: 4px solid #096979;
    border-radius: 25px 0 25px 0;
    height: auto;
    width: 100%;
    padding: 12px;
    cursor: pointer;
}
.cmApp_signupContainer #cmApp_signupForm .cmApp_formSubmitButton:hover {
    transition: all .25s linear;
    border-radius: 25px;
    background-color: #ffffff !important;
}
.cmApp_signupContainer .cmApp_closeFormButton {
    background-size: 12px 12px;
    background-position: 50%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    padding: 12px;
    border-radius: 25px;
}  