.pix_mailchimp_response p {
    margin-top: 10px;
}
.pix_mailchimp_response p.error {
    color: red;
}
.pix_mailchimp_response p.success {
    color: green;
}
.pix_mailchimp_popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 9999;
}

.pix_mailchimp_popup_inner {
	background: #fff;
	width: 800px;
	padding: 0;
	position: relative;
	border-radius: 13px;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.pix_mailchimp_popup_inner > .pix-popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	line-height: 0;
	padding: 0;
	background: transparent;
}
.pix_mailchimp_popup_inner > .pix-popup-close svg path {
    fill: #aaa !important;
}
.pix_mailchimp_popup_inner_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.pix_mailchimp_popup_inner_main {
	float: right;
	width: 60%;
	text-align: center;
	padding: 60px 30px 40px 30px;
}
.pix_mailchimp_popup_inner_main .pix_mailchimp_wrapper {
	margin-top: 20px;
}
.pix_mailchimp_popup_inner_main h3 {
	font-size: 24px;
}
.pix_mailchimp_popup_inner_main p {
	margin-top: 10px;
	color: #666;
}
.pix_mailchimp_popup_inner_main .pix-popup-close {
	padding: 0;
	line-height: 1;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
	margin-top: 15px;
	overflow: hidden;
	background: transparent;
}
@media only screen and (max-width: 768px ) {
.pix_mailchimp_popup_inner_left {
	display: none;
}
.pix_mailchimp_popup_inner_main {
	float: none;
	width: 100%;
	padding: 41px 20px 25px 20px;
}
.pix_mailchimp_input button {
	right: 8.5px;
	padding: 10px 13px;
	font-size: 12px;
}
}