/* generic styles to use */

/* homepage */
.featured-heading h3 {
	color:var(--brand-green);
	font-size:2.8rem;
}
/* video bg */
.pink-bg .vc_column-inner {
	background:#b27fe5 !important;
}
.blue-bg .vc_column-inner{
	background:#7f9bbb  !important;;
}
.pink-bg a , .blue-bg a, .pink-bg p , .blue-bg p {
	color: var(--brand-white) !important;
}

/* ec - newsletter position fix */
.newsletter-form-cont {
	position: fixed !important;
	z-index: 9999999;
}

.newsletter-form-cont .wpcf7.js {
	max-height: 90vh !important;
	overflow: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
}

.newsletter-form-cont form {
    margin-bottom: 0;
}

.newsletter-form-cont form, 
.newsletter-form-cont .vc_btn3-container.vc_btn3-center, 
.newsletter-form-cont .vc_btn3-container.vc_btn3-center p {
    margin-bottom: 0;
}

/* ec - newsletter input fix */
.newsletter-form-cont form input[type=text], .newsletter-form-cont form input[type=email] {
    width:100%;
}