/*--------------------------------------------*/
/*  Newsletter PopUP Area
/*--------------------------------------------*/
#newsletter-popup-conatiner {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}
#newsletter-pop-up {
  background: rgba(100, 100, 100, 0.7) repeat scroll 0 0;
  color: #fff;
  height: 350px;
  left: 50%;
  min-width: 450px;
  padding: 35px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 600px;
  margin-left: -300px;
  margin-top: -200px;
}
#newsletter-pop-up .hide-popup {
  background: #000000 none repeat scroll 0 0;
	border-radius:100%;
  cursor: pointer;
  font-size: 18px;
  line-height: 2;
  min-width: 40px;
  min-height:40px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: -20px;
}
#newsletter-pop-up .hide-popup:hover {
  background: #E03550
}
.title-subscribe h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top:30px;
  line-height: 1;
  text-transform: uppercase;
  color: #232323;
}
#newsletter-form .content-subscribe {
  overflow: hidden
}

.form-subscribe-header{
  margin-bottom:10px;
}

.form-subscribe-header label {
  color: #999999;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 25px;
  margin: 20px 0;
  max-width: 72%;
}
#newsletter-form .input-box, #newsletter-form .content-subscribe .actions1 {float: left}
#newsletter-form .input-box .input-text {
  color: #232323;
  border: 1px solid #eeeeee;
  height: 40px;
  line-height: 40px;
  margin: 0 0 5px;
  padding-left: 10px;
  width: 380px;
}
#newsletter-form  .actions1 .button-subscribe {
  background-color: #222222;
  border: medium none;
  color: #ffffff;
  font-family: {{ header_family }};
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  min-width: 115px;
  padding: 0 10px;
  text-transform: uppercase;
}
#newsletter-form .actions1 .button-subscribe:hover {
  background: {{ color_skin }};
  color: #fff;
}
.subscribe-bottom {
  color: #000000;
  display: block;
  margin-top: 15px;
  overflow: hidden;
}
.subscribe-bottom label {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}

@media(max-width: 768px){
  #newsletter-pop-up {
    height: auto;
    left: 10%;
    min-width: 350px;
    padding: 20px;
    top: 25%;
    width: 300px;
    margin-left:0;
    margin-top:0;
  }
}