/* Styles for Modal PopUp */


/* Popup */

.novero_modal_title {
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size:28px;	
    margin: 2em auto;
    color:#fff;
}

.novero_modal_title:after {
	border-top: 1px solid #fff;
	margin-bottom: 1em;
	margin-top: 0.5em;
	display: block;
	width: 100px;
	content: ' ';
	margin: 10px auto;
}


/* fix for wide input fields */
.novero_popup_container .container .col-md-12 {
	padding: 0 15px 0 15px;
}

.novero_popup_container .wpcf7-form input[type="submit"] {
	background-color:#c54842;
	color:#fff;
	text-transform:uppercase;
	width:100%;
}


.novero_popup_container .wpcf7-form input[type="submit"]:hover {
	background-color:#666666;
	color:#fff;
}


.novero_popup_container .wpcf7-mail-sent-ok {
    color: #333333 !important;
    background-color: #eeeeee !important;
    border: 1px solid #333333 !important;
    margin-top:0;
}




body {
	position:relative;
}


.novero_popup_container.popup_open {
	display:block;
}

.novero_popup_container {
	display:none;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:middle;
	background-color:rgba(0,0,0,0.4);
	z-index:16777271;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}


/* for vertical centering */
.novero_popup_container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.cta_popup {
	width:auto;
	margin:0 auto;
	/*max-width:800px;*/
	padding:2rem;
	background-color:#2f373d;
	-webkit-box-shadow: 10px 10px 72px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 72px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 72px 0px rgba(0,0,0,0.75);
	text-align:left;
	display: inline-block;
	vertical-align: middle;
	position: relative;

}
	
.close-modal {
	width: 29px;
	height: 29px;
	position: absolute;
	right: 35px;
	top: 35px;
	overflow: hidden;
	border: 0;
	background: url('close-x-2.png') center center no-repeat;
	text-indent: 200%;
	color: transparent;
	outline: 0;
	z-index: 16777271;
	cursor: pointer;
}

.cta_popup {
    display: block;
    margin: 0 auto;
    position: absolute;
    top:25px;
    left:2%;
    width:96%;
}
