/* Mailchimp popup styles */
.sign-up__inner {
	padding: 1.7em 0 1.6em;
}

.modal-content button.close {
	z-index: 999;
	color: #fff;
	position: absolute;
	opacity: 1;
	font-size: 35px;
	right: 15px;
	top: 3.6%;
}

.modal-content button.close:hover {
	background: transparent;
}

.subscribe-modal-activate {
	color: #43af65;
	font-size: 1.43rem;
	font-weight: 600;
	line-height: 1;
	background: #3e3d3d;
	border: 2px solid #43af65;
	max-width: 318px;
	width: 100%;
	letter-spacing: 0.01em;
	text-transform: none;
	padding-bottom: 11px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.nm-mc-form .wrapper-form {
    background: #ebebeb;
    width: 100%;
    margin: 0 auto;
    outline: none;
}

.nm-mc-form input[type="text"],
.nm-mc-form input[type="email"] {
	height: 42px;
	color: #58595b;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	-webkit-transition: .3s all linear;
	   -moz-transition: .3s all linear;
	    -ms-transition: .3s all linear;
	     -o-transition: .3s all linear;
	        transition: .3s all linear;
}

.mailchimp-modal label {
	color: #58595b;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

.nm-mc-form .header-text,
.nm-mc-form .footer-text {
	background-color: #3f3d3e;

}

.nm-mc-form .header-text {
	padding: 6px 5px 4px;
}

.nm-mc-form .footer-text {
	padding: 20px 15px 18px;
}

.nm-mc-form h4,
.nm-mc-form button {
	color: #43af65;
}

.nm-mc-form h4 {
	color: #43af65;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.12px;
}

.nm-mc-form button {
	background: #3e3d3d;
	border: 2px solid #43af65!important;
	width: 100%;
	max-width: 222px;
	height: 42px;
	color: #43af65;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0;
	line-height: 1;
}

.modal-body {
	padding: 0;
}


.modal-select-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.modal-select-wrapper button {
    width: 100%;
    max-width: 100%;
}

.mailchimp-modal .dropdown-toggle {
	/* Style for "Rectangle" */
	width: 100%;
	height: 42px;
	border: 2px solid #43af65;
	border-radius: 0;
	background: none;
}

.modal-select-wrapper .selectpicker,
.modal-select-wrapper .bootstrap-select .filter-option {
	text-transform: capitalize;
	color: #43af65;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	padding-left: 5px;
}

.sending-form-error {
	width: 100%;
    display: block;
    margin-bottom: 10px;
}

.input-is-empty {
	border: 1px solid rgba(255, 0, 29, 0.35)!important;
    box-shadow: 0 0 20px 0px rgba(255, 0, 29, 0.35);
}
