.horizontal-subscribe-container input {
  height: 38px !important;
  width: 270px !important;
  margin: 10px 0px !important;
}

.hsf-title {
  font-family: 'Montserrat' !important;
  text-align: center;
  color: white !important;
  text-shadow: 0 6px 8px black;
}

.horizontal-subscribe-container {
  justify-content: center;
  align-items: center;
  min-height: 136px;
  background: url('https://cdn2.alaskawatchman.com/wp-content/uploads/2020/01/29115536/Backdrop-1_edit.jpg');
  margin: 20px auto;
  background-color: lightgrey;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  }

.horizontal-subscribe-container .hsc-box1 {
  height: 120px;
  justify-content: center;
  align-self: center;
  padding: 10px;
  min-width: 350px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  }

  .horizontal-subscribe-container form {
    background: lightgrey !important;
  }

.horizontal-subscribe-container .hsc-box2 {
  height: 120px;
  background: lightgrey;
  min-width: 350px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  }

.church-slider .slick-slide {
    border: 3px solid red;
    text-align: center;
}

.church-slider .slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.church-slider .slick-slide img {
    vertical-align: middle;
    display: inline-block;
}

#faith-form input, #faith-form select {
    cursor: pointer;
}

.gm-style-iw.gm-style-iw-c {
    border-radius: 0 !important;
}
.church-info-text {
    padding: 1em 0 0 0;
    max-width:240px;
    font-weight:bold;
}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {

.faith-page-spacer {
  height: 50px !important;
}
.faith-page-header {
  margin: 1em !important;
}
.faith-page-denomination-form {
  margin: 0 1em !important;
}
.faith-page-header p {
  line-height: 20px !important;
  margin: 1em;
}
.faith-page-map {
    padding: 4px;
}


}