.cmApp_signupContainer.cmApp_embedded {
	padding: 0px;
	margin: 0px !important;
	width: 100%;
}

.cmApp_signupContainer input.cmApp_formSubmitButton {
	border-radius: 100px;
    background-color: #111;
    color: #fff;
    font-family: "elza-text" !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 16px 57px 16px 24px !important;
    margin-top: 14px !important;
    background-image: url(../img/Chevron-right.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) center;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 60px !important;
    width: auto !important;
}

#cmApp_signupContainer *, #signupFormPreviewCon *, .cmApp_signupContainer.cmApp_slideoutTab .cmApp_slideOutTab #cmApp_slideoutButton {
	font-family: "elza-text", sans-serif !important;
}


#post-subscribe {
	text-align: center;
}

#post-subscribe .cmApp_embedFormContainer {
	display: flex !important;
	justify-content: center !important;

}

#post-subscribe .cmApp_fieldWrap {
	display: flex;
}

#post-subscribe .cmApp_signupContainer #cmApp_signupForm input:not([type="radio"]) {
		
}
.sign_up_box.full_width#post-subscribe .cmApp_signupContainer{
    max-width: 660px;
}
.sign_up_box.full_width#post-subscribe .cmApp_errorMsg{
    position: absolute;
    left: 50%;
    margin-left: 10px;
    top: 73px;
}
.sign_up_box.full_width#post-subscribe form{
    display: block;
    text-align: center;
}
.sign_up_box.full_width#post-subscribe form .g-recaptcha>div{
    margin: 20px auto;
}
.sign_up_box.full_width#post-subscribe .cmApp_signupContainer .cmApp_formInput input:not([type="radio"]):not([type="checkbox"]) {
    height: 50px;
}
.sign_up_box.full_width#post-subscribe .cmApp_fieldWrap {

    gap: 12px 24px;
}
.sign_up_box.full_width#post-subscribe .cmApp_fieldWrap>div{
    flex-basis: calc(50% - 12px);
}
.sign_up_box.full_width#post-subscribe .cmApp_fieldWrap label {
    text-align: left;
    color: #000;
    font-family: "elza-text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    display: block;
    margin-bottom: 4px;
}
.sign_up_box.full_width#post-subscribe .cmApp_fieldWrap input:not([type=submit]) {
    border-radius: 1000px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #686868;
    padding: 15px 16px;
    font-family: "elza-text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-bottom: 8px;
}
@media(max-width: 991px) {
    .sign_up_box.full_width#post-subscribe .cmApp_fieldWrap {
        display: block;
    }
    .sign_up_box.full_width#post-subscribe .cmApp_errorMsg {

        left: 0;
        margin-left: 0;
        top: 161px;
    }
    .sign_up_box.full_width#post-subscribe .cmApp_signupContainer .cmApp_formInput input:not([type="radio"]):not([type="checkbox"]) {
        height: 40px;
    }
}
