

/*----------------------------------------*/
/* Newsletter Popup CSS
/*----------------------------------------*/
.popup_wrapper {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
    left: 0;
    right: 0;
}

.test {
  background: #fff none repeat scroll 0 0;
  left: 0;
  margin: auto;
  padding: 70px 50px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 65%;

}

.subscribe_area > p {
  margin-bottom: 30px;
  font-size: 16px;
}

.popup_off {
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #000;
    width: 53px;
    height: 25px;
    line-height: 27px;
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.popup_off:hover {
    background: #cc0000;
}

.subscribe-form-group {
    margin-top: 15px;
}

.subscribe-form-group input {
    background: #EBEBEB none repeat scroll 0% 0%;
    border: medium none;
    height: 40px;
    width: 50%;
    margin: 20px 0;
    padding: 0 15px;
}

input#newsletter-permission {
  height: inherit;
  width: 12px;
}

.subscribe-bottom input {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  width: 60%;
}
.clear-2 {
  margin-top: 20px;
}
.clear-2 input {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: inherit;
  padding: 10px 18px;
  width: inherit;
}




.clear-2 input:hover {
  background: #ee3333 none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
}



.subscribe_area h2 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
}



.test h2 a {

  font-size: 18px;
  font-weight: bold;


}

.test h2 a:hover {
  color: #FC0012;
}











