.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
	margin: 0
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.8); 
  transition: background-color .6s ,opacity .6s;
}

.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  /*max-height: 568px;
  min-width: 320px;*/
  margin-top: 150px;
  padding: 30px;
  background-color: #3a3a3c;
	
   width: 50%;
   
  color: #a08261;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup .popup-content h1{
	    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    color: #a08261;
    
}
.popup .popup-content h1 a{
	color:#a08261;
	display: block;
	text-decoration: none;
	    font-weight: 600;
    line-height: 60px;
}
.popup.active .popup-content{
  margin-top: 0px;
}
.popup-content h6{
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
 
  text-transform: uppercase;
  font-weight: 100;  
}

.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.main-btn-circle{
	position: relative;
	margin: 0;
	
	color: #FFFFF0;
	background-color: #a08261;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;	
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup-content img{
	width: 100px;
    margin: 0 auto 20px;
}
/*320 - 767*/
@media screen and (max-width: 767px) {
	.popup .popup-content{
	width: 90%;
}
	.popup .popup-content h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    color: #a08261;
    line-height: 30px;
}
}


/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(44, 41, 38, .9);
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 101;
  display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: 60%;
  left: 0;
  background-color: #333;
  z-index: 102;
  padding: 50px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
/*   This is the closing button  */
#btnClose {
  text-align: right;
  text-decoration: none;
  color: #a48540;
  font-weight: 800;
  top: -30px;
  position: relative;
  right: -30px;
}
/*   This is the closing button hover state  */
#btnClose:hover {
  color: #a48540;
}
.delayedPopupWindow #btnClose {
  display: none
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}
#mc_embed_signup .heading__2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}
/* 
////////// MailChimp Signup Form //////////////////////////////
*/
/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
  /*padding: 1%;*/
  display: block;
  font-size: 16px;
  color: #666;
  /*margin-left: 1%;*/
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
}
.form-title {
    text-align: center;
}
.submit__wrapper{
    text-align: center;
}
@media (max-width: 767px) { 
    
    .submit__wrapper button {
            padding: 15px;
    }
    
    #mc_embed_signup .heading__2 {
    font-size: 25px;
}
.delayedPopupWindow {
    width: 80%;
        padding: 30px 20px;
    }
    .delayedPopupWindow .form-actions {
    line-height: normal;
}
}

.delayedPopupWindow .form-actions {
    text-align: center;
    margin-top: 60px;
}