/*
Theme Name: Henry Rix
Theme URI: http://aerluna.com
Description: A premium WordPress theme by Neil Simpson.
Author: Neil Simpson
Author URI: http://aerluna.com
*/
.popup-widget{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    top: 0;
    display: none;
    transition-duration: .9s
}
.popup-widget-active {
    display: block;
}
.popup-form{
    background: #ffffff;
    margin: auto;
    width: 650px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px 20px;
    font-size: 12px;
    transform: translate(-50%, -50%);
    box-shadow:0px 0px 25px rgba(0, 0, 0, .3);
}

.custom_check_out {
	display: block !important;
	float: left;
	width:2%;
}
.custom_check_out_label{
width:98% !important;
margin-left:10px !important;
color:#666 !important;
}
.free-reg-feilds {
	width: 100%;
	float: left;
	border: 1px solid #e7e7e7;
	padding: 15px;
	background-color: #e7e7e7;
}


.popup-title h3{
  font-size:38px;
  text-align:center;
  text-transform:uppercase;

}
.popup-description p{
  text-align:center;
  font-size:14px;
  padding:0px 20px;
  line-height:28px;

}

.popup-form input{
  background:#fff !important;
  border:1px solid #ccc !important;
  box-shadow:none !important;
  height:40px;
}
.popup-form button[type="submit"]{
  background:#0f906d !important;
  width:auto;
  border-radius:0px;
  color:#fff !important;
  padding:5px 30px;
  text-align:center;margin:auto;
}
.popup-form span{
  font-size:13px;
  margin-bottom:5px;
  display:block;
  color:#0f906d;
}
.close-form{
  position:absolute;
  top: -32px;
  right: -14px;
  color: #0f906d;
  font-size: 45px;
}
.close-form:hover{
   color: #000000;
}
.popup-form button[type="submit"] span{
   background:#0f906d !important;
   color:#fff !important;
   font-size: 17px;
   margin: 0;
}
#tos{
display:block !important;
float:left;
margin-top: 10px !important;
}
.pmpro_normal.pmpro_clickable{
width:235px !important;
margin-top: 6px !important;
}

@media (max-width:800px){
	
  .popup-form{
    width:500px;
  }
  .popup-title h3{
    font-size:26px;
  }
  .popup-description p{
    font-size:13px;
    line-height:22px;
    padding:10px;
  }
  .custom_check_out {
	
	width:7%;
}
}
@media (max-width:1250px){
	
    #welcome ul li:nth-child(2) .slide-content{
	max-width: 100%;
    }
	 #welcome ul li:nth-child(2) .banner-right {
	text-align: right;
	width: 100%;
}
.custom_check_out {
	width:7%;
}
}
@media (max-width:600px){
  .popup-form{
    width:90%;
	top: 100%;
	padding: 0 15px 10px;
  }
  .popup-widget {
	position: relative;
	bottom: 320px; 
	top: auto;
}
  .popup-title h3{
    font-size: 20px;
    padding: 0;
    margin: 10px 0 0;
  }
  .popup-form span{
  margin-bottom:0px;
  }
  .popup-form{
  font-size:11px;
  }
  .popup-description p{
    font-size:12px;
    line-height:18px;
    padding:0px;
  }
  .popup-form input{
    height:30px;
	margin-bottom: 4px;
  }
  .popup-form span{
    font-size:12px;
  }
  #welcome ul li:nth-child(2){
  background-position: right;
   }
  #welcome ul li:nth-child(2) .banner-right {
	text-align: left;
    width: 100%;
 }
 #welcome ul li:nth-child(2) .btn{
 margin-top: 0px;
 font-size: 14px;
 }
 
 .popup-form button[type="submit"] span{
	 font-size:14px !important;
 }
 .custom_check_out {
	width:7%;
}
}

.page-template-page-templatesmembership-levels-bb-php .sidebar 	{
display:none;
}