/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

:root{
    --white: #fff;
    --black: #000;
}

.white-link a,
.white-link a:hover{
    color: var(--white);
}

.black-link a,
.black-link a:hover{
    color: var(--black);
}
form.wpcf7-form .raven-field-label,
[data-name="privacy_policy"] .wpcf7-list-item a {
    padding: 0px 0px 10px 0px;
    color: #58595a;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.3;
}
form.wpcf7-form .raven-field{
    border-radius: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #050609;
    color: #55595c;
    font-size: 1rem;
}
form.wpcf7-form p{
    margin-bottom: 0;
    width: 100%;
}
form.wpcf7-form .raven-flex-wrap{
    padding-left: calc(35px / 2);
    padding-right: calc(35px / 2);
}
form.wpcf7-form .wpcf7-submit{
        background-color: var(--e-global-color-776e7da9)!important;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 100%;
        height: 80px;
        margin: 0px 0px 0px 0px;
        margin-left: calc(35px / 2);
        margin-right: calc(35px / 2);
}
form.wpcf7-form .wpcf7-submit:hover{
    background-color: var(--e-global-color-638f39c8)!important;
}
[data-name="privacy_policy"] .wpcf7-list-item{
    margin: 15px 0;
}
.map-height.elementor-element,
.map-height .elementor-custom-embed{
    height: 100%;
}
.jupiterx-header {
    z-index: 10000!important;
}