/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.wpcf7 label {
    width: 100%;
}

.wpcf7-text, 
.wpcf7-textarea,
.wpcf7-select {
    width: 100%;
    margin-bottom: 0;
    padding: .6rem .7rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #55595c;
    border-radius: 3px;
    color: #55595c;
    font-size: 1rem;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}
.wpcf7-submit {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: .67rem 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 0;
    border-radius: 3px;
    background-color: #2ecc71;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #000000;
    background-image: none;
	font-family: "NewParisText", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
	width: 100%;
    margin: 0px 0px 0px 0px;
	cursor: pointer;
}
.wpcf7-acceptance {
    font-family: "NewParisText", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.wpcf7-acceptance a {
    color: #000;
}

