/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2019 | 00:12:42 */
.lg-backdrop.in{
 	opacity: .75; 
}

@media (max-width: 767px){
 	.lg-outer .lg-video-cont.lg-has-iframe{
    	height: 80%;  
  	}
  
  	.lg-outer .lg-video-cont.lg-has-iframe > .lg-video{
    	padding-bottom: 0;
      	height: 100%;
  	}
}

body.page-template-template-iframe{
 	/*background-color: #ededed;*/
  	background-color: red;
  	padding-top: 0 !important;
  	
}

body.page-template-template-iframe .wrap.container{
 	width: 100%;
  	height: 100%;
}

body.page-template-template-iframe .wrap.container .main{
 	padding: 0;
  	position: static;
}

body.page-template-template-iframe .main_content_frame{
 	position: absolute;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
  	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body.page-template-template-iframe .main_content_frame:before{
 	display: none; 
}

body.no-access .main_content_frame h2,
body.no-access .main_content_frame .mc4wp-response,
body.no-access .main_content_frame .mc4wp-form-fields{
 	text-align: center; 
}

body.no-access .main_content_frame h2{
 	margin-top: 0; 
}

body.no-access .main_content_frame .mc4wp-form label{
 	display: none; 
} 

body.no-access .main_content_frame .mc4wp-form-fields input[type="email"]{
 	width: 250px;
  	text-align: center;
  	outline: 1px solid transparent;
  	transition: outline-color 0.2s ease, border-color 0.2s ease;
}

body.no-access .main_content_frame .mc4wp-form-fields input[type="email"]:focus,
body.no-access .main_content_frame .mc4wp-form-fields input[type="email"]:active{
 	outline-color: #b99b57;
  	border-color: #b99b57;
}

body.no-access .main_content_frame .mc4wp-form-fields input[type="submit"]{
 	background-color: #b99b57;
    color: #fff;
    border: none;
    padding: 6px 22px;
    border-radius: 4px;
    min-width: 120px;
    transition: background-color 0.2s ease; 
}

body.no-access .main_content_frame .mc4wp-form-fields input[type="submit"]:hover,
body.no-access .main_content_frame .mc4wp-form-fields input[type="submit"]:focus,
body.no-access .main_content_frame .mc4wp-form-fields input[type="submit"]:active{
 	outline: none;
  	background-color: #4d4d4d;
}