.pop-up { position: fixed; left: 50%; top: 50%; z-index: 9999; margin-left: -248px; margin-top: -176px; width: 496px; height: 353px; background: #bc1212; background: transparent url(//www.gospelherald.com/views/images/pop-up-bg.png) center center no-repeat; text-align: center; }
.pop-up h1, .pop-up h2 { font-family: 'Roboto Condensed', "Heiti SC","Microsoft Yahei",simsun,sans-serif; font-weight: 700; color: #fff; text-transform: uppercase; padding: 0 41px; }
.pop-up h1 { font-size: 2.8125em; margin-top: 170px; }
.pop-up h2 { font-size: 1.6875em; margin-top: -5px; margin-bottom: 15px; }
.pop-up__fb { display: inline-block; *display: inline; *zoom: 1; }
.close { position: absolute; width: 28px; height: 28px; top: 35px; right: 57px; background: url(//www.gospelherald.com/views/images/close.png) center center no-repeat; text-indent: -9999px; overflow: hidden; cursor: pointer; }

@media screen and (max-width: 25em){
    .pop-up { left: 0; margin-left: 0; width: 100%; height: auto; padding: 10px 10px 40px; top: 100px; margin-top: 0; background: #bc1212; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
    .pop-up h1, .pop-up h2 { padding: 0 10px; }
    .pop-up h1 { font-size: 2.5em; margin-top: 40px; }
    .pop-up h2 { font-size: 1.5em; margin-top: 2px; margin-bottom: 15px; }
    .close { right: 13px; top: 13px; }
}
@media screen and (max-width: 20.875em){
    .pop-up h1 { font-size: 2em; }
    .pop-up h2 { font-size: 1.2em; }
}

/**
 *Newsletter popup 
 *
 */

.popup-footer::after {
  clear: both;
  content: "";
  display: table;
}

.popup-footer:after {
  clear: both;
  content: "";
  display: table;
}

[autoheight-carousel] {
  -webkit-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}

[autoheight-gallery] {
  -webkit-transition: padding-bottom 0.3s ease 0s;
  transition: padding-bottom 0.3s ease 0s;
}

.popup {
  position: relative;
  max-width: 33.75em;
  margin: 10px;
  padding: 1.25em 3.75em;
  color: #fff;
  background-color: #DC211B;
  box-shadow: inset rgba(0, 0, 0, 0.13) 0 0 25px 7px;
  box-sizing: border-box;
  text-align: center;
  font-family: Helvetica,Arial,"Hiragino Sans GB","Lantinghei SC","Heiti SC","Microsoft Yahei",SimSun,sans-serif;
}
.popup:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -270px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 160px 270px;
  border-style: solid;
  border-top-color: #E6322C;
}
.popup-header,
.popup section, .popup-footer {
  position: relative;
  z-index: 2;
}
.popup-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.popup-header {
  opacity: .7;
}
.popup-header img {
  padding-bottom: 7px;
  border-bottom: 4px solid  #fff;
}
.popup-footer {
  margin-top: 1.25em;
  padding-top: 0.9375em;
  border-top: 1px solid #ED908D;
  border-top-color: rgba(255, 255, 255, 0.5);
}
.popup h1 {
  font-size: 35px;
  line-height: 1.5142857143;
  margin: 0.425em 0 0.55em;
  font-family: Georgia, Times, SimSun,"Hiragino Mincho ProN", "Hiragino Sans GB","Lantinghei SC","Heiti SC","Microsoft Yahei", serif;
  font-weight: normal;
}
.popup h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2352941176;
  font-weight: normal;
}
.popup p {
  font-size: 13px;
  opacity: 0.7;
  line-height: 1.3;
}
.popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup li {
  display: inline-block;
  margin-right: 5px;
}
.popup li:last-child {
  margin-right: 0;
}
.popup form {
  letter-spacing: -0.34em;
}
.popup input {
  letter-spacing: 0;
  vertical-align: top;
  border-width: 0;
  box-sizing: border-box;
  border-radius: 0;
  height: 47px;
  padding: 0.5em 0.8em;
}
.popup-email {
  width: 100%;
  color: #333;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, Baskerville, serif;
  font-style: italic;
}
.popup-submit {
  width: 100%;
  background-color: #212121;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.popup-close {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}
.popup .a-facebook, .popup .a-twitter {
  text-decoration: none;
}
.popup .a-facebook {
  color: #476CBF;
}
.popup .a-twitter {
  color: #6BC3E7;
}

@media (min-width: 35em) {
  .popup-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: fixed;
  }
  .no-flexbox .popup-wrap {
    text-align: center;
  }
  .no-flexbox .popup-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }
  .no-flexbox .popup-wrap > div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .popup-email {
    width: 72.5961538462%;
  }
  .popup-submit {
    width: 27.4038461538%;
  }
  .popup-footer h3 {
    width: 66%;
    text-align: left;
    float: left;
  }
  .popup-footer ul {
    width: 34%;
    float: right;
    text-align: right;
  }
}
@media (max-width: 34.9375em) {
  .popup {
    padding-left: 1.875em;
    padding-right: 1.875em;
    overflow: hidden;
  }
  .popup-email {
    text-align: center;
  }
  .popup h3 {
    margin-bottom: 0.625em;
  }
  .popup-close {
    right: 0;
    top: 0;
  }
}
