/* Newsletter Popup
---------------------------------------------------------------------------- */
.wpcf7-submit {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 28px;
}
.wpcf7 form.sent .wpcf7-response-output {
  	border: 0;
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	line-height: 2em;
	padding-bottom: 20px !important;
}
.wpcf7-form.sent p
{
    display:none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  text-align: center;
}
.wpcf7-spinner {
  visibility: hidden;
}
.wpcf7-not-valid-tip {
  color: #ebf2f1;
  font-size: 16px;
  font-weight: normal;
  display: block;
	text-align: center;
}
.email-popup-con {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9999;
	backdrop-filter: saturate(180%) blur(5px);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	background: rgba(0,0,0,.55);
}
.email-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	align-items: center;
	max-width: 90%;
	width: 584px;
	transform: translate(-50%, -50%);
	max-width: 90%;
	box-shadow: rgba(13, 13, 13, 0.08) 0px 0px 32px 12px, rgba(53, 53, 53, 0.12) 0px 0px 64px 0px;
	border-radius: 28px;
}
.email-popup#newsletter-sign-up {
  	display: flex;
	position: relative;
	transform: none;
	top: auto;
	left: auto;
  	padding: 20px;
  	align-items: center;
  	background: white;
  	flex-direction: row;
  	gap: 2rem;
  	width: 100%;
 	max-width: 90%;
 	border-radius: 0;
	box-shadow: none;
  	margin: 0 auto;
}
.email-popup-img-con {

}
.email-popup-img-con--start {
	order: -1;
}
.email-popup-img-con,
.email-popup-img-con img {
     float: left;
	width: 250px;
	position: relative;
	flex-shrink: 0;
}
.email-popup-img-con::after {
     content: " ";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     
}
.message-overlay-con {
     position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 0 10px;
}
button.cf-close {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 40px;
	width: 40px;
	line-height: 20px;
	padding: 9px 7px 0px 0px !important;
	border-radius: 60px;
	font-weight: 500;
	color: white;
	font-size: 24px;
	background: none;
	border: 0;
	z-index: 9996;
	cursor: pointer;
}
.cf-close:hover {
  opacity: 1;
}

.cf-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.email-popup-message-con {
}
.email-popup-form-con {
	display: block;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.email-popup-form-con p {
	margin: 0;
}
.nl-message {
     display: block;
     color: #534646;
     font-weight: 800;
     text-transform: uppercase;
     font-size: 26px;
     line-height: 50px;
}
.nothanks {
     display: inline-block;
	color: white;
	font-weight: 600;
	font-size: 14px;
	background: transparent;
	border: 0;
	height: 0;
}
.nothanks:hover {
     text-decoration: underline;
     cursor: pointer;
}
.cf-one-half,
.cf-one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.cf-one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.cf-last {
    margin-right: 0 !important;
    clear: right;
}

@media only screen and (max-width: 600px) {
	.email-popup, .email-popup#newsletter-sign-up {
     display: block;
} 
	.email-popup:before, .email-popup#newsletter-sign-up:before {
    content: none;
	}
		.email-popup-img-con,
.email-popup-img-con img {
	float: unset;
	margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
    .cf-one-half, .cf-one-third {
        width: 100%;
        margin-right: 0;
    }
	.email-popup-img-con,
.email-popup-img-con img {
	width: 200px;
	}
}