@charset "UTF-8";
/*
COLORS:

Light blue: #65bdde
Medium blue: #56a6c5
Dark blue: #2759b6

*/
/*
  Earthy Theme
*/
/*
  Horizon Theme
*/
/*
    To lighten colors:
    color: lighten($color: $color-earthy-secondary, $amount: 10%);

    To darken:
     darken(#b37399, 20%); 


*/
/*
// FONT

font-family: mrs-eaves, serif;
font-weight: 700;
font-style: normal;

font-family: balboa-condensed, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;

font-family: interstate-compressed, sans-serif;
font-weight: 800;
font-style: normal;

font-family: noto-sans-display-extraconde, sans-serif;
font-weight: 700;
font-style: normal;

font-family: balboa, sans-serif;
font-weight: 500;
font-style: normal;

font-family: acumin-pro-condensed, sans-serif;
font-weight: 700;
font-style: normal;

font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;

font-family: noto-sans-display, sans-serif;
font-weight: 700;
font-style: normal;

*/
body {
  color: #5072A4;
  transition: color 3s linear;
  background: url(../../img/horizon/horizon-bg.jpg);
  background-attachment: fixed;
}

/*
  Headings - Typo Horizon 
*/
.heading-1,
.heading-2,
.heading-3,
.heading-4 {
  color: #1B56AF;
}

.bold-highlight {
  color: #61B6FF;
}

.versenumber {
  color: #61B6FF;
}

.btn {
  background: linear-gradient(#1B56AF, #0d2b57);
  color: rgb(255, 255, 255);
}

.hero {
  background: url(../../img/horizon/horizon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero .overlay {
  background-color: rgba(0, 16, 82, 0.92);
}

.blog-hero {
  background-image: url(../../img/horizon/hero-blog-horizon.jpg);
}
.blog-hero .overlay-content {
  flex-direction: column;
}
.blog-hero .overlay-content .heading-2 {
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0 3rem;
  margin-top: 21rem;
  margin-bottom: 0;
}
.blog-hero .overlay-content p {
  margin: auto;
  color: #ffdd92;
  margin-bottom: 0;
  line-height: 9rem;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 0;
}

.events-hero {
  background-image: url(../../img/horizon/events-header-horizon.jpg);
  background-size: cover;
}
.events-hero .overlay-content {
  flex-direction: column;
}
.events-hero .overlay-content .heading-2 {
  margin: auto;
  color: #fff;
  font-size: 7.5rem;
  text-align: center;
  line-height: 1;
  padding: 0 3rem;
  margin-top: 0;
}
@media only screen and (max-width: 50em) {
  .events-hero .overlay-content .heading-2 {
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .events-hero .overlay-content .heading-2 {
    font-size: 4.5rem;
  }
}
.events-hero .overlay-content .heading-3 {
  margin: auto;
  font-size: 8.5rem;
  color: #ffdd92;
  margin-bottom: 0;
  line-height: 9rem;
}
@media only screen and (max-width: 50em) {
  .events-hero .overlay-content .heading-3 {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 50em) {
  .events-hero .overlay-content .heading-3 {
    font-size: 5.5rem;
  }
}
.events-hero .overlay {
  background-color: rgba(0, 0, 0, 0);
}

.media-hero .overlay-content p {
  color: #61B6FF;
}

.cym-hero {
  background-image: url(../../img/horizon/hero-blog-horizon.jpg);
}
.cym-hero .overlay-content {
  flex-direction: column;
}
.cym-hero .overlay-content .heading-2 {
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0 3rem;
  margin-top: 21rem;
  margin-bottom: 0;
}
.cym-hero .overlay-content p {
  margin: auto;
  color: #ffdd92;
  margin-bottom: 0;
  line-height: 9rem;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 0;
}

@media only screen and (max-width: 50em) {
  .cym-hero .overlay-content .heading-2,
.blog-hero .overlay-content .heading-2,
.media-hero .overlay-content .heading-2 {
    margin-top: 15rem;
  }
}

@media only screen and (max-width: 50em) {
  .cym-hero .overlay-content p,
.blog-hero .overlay-content p,
.media-hero .overlay-content p {
    margin-top: 2rem;
    width: 65%;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 31.25em) {
  .cym-hero .overlay-content .heading-2,
.blog-hero .overlay-content .heading-2,
.media-hero .overlay-content .heading-2 {
    margin-top: 12rem;
  }
  .cym-hero .overlay-content p,
.blog-hero .overlay-content p,
.media-hero .overlay-content p {
    margin-top: 2rem;
    width: 65%;
    line-height: 1.4;
  }
}

.secheading p {
  color: #61B6FF;
}

.contentbg {
  background-color: white;
  border: 2px solid rgba(180, 196, 255, 0.42);
  box-shadow: 0px 0px 18px 5px rgba(19, 32, 77, 0.07);
}

header {
  background-color: rgba(0, 24, 68, 0.62);
  border-bottom: 2px solid rgba(255, 255, 255, 0.56);
}
@media only screen and (max-width: 62.5em) {
  header {
    background-color: rgba(0, 24, 68, 0);
    border-bottom: 0px solid rgba(255, 255, 255, 0.56);
  }
}
header .logo {
  background-image: url(../img/horizon/ribbon-blue-lpt.png);
}
@media only screen and (max-width: 62.5em) {
  header .logo {
    background-image: url(../../img/horizon/logo-horizon.png);
    background-color: rgba(112, 148, 197, 0.43);
    border: 2px solid rgba(248, 225, 185, 0.2);
    box-shadow: inset 0px 0px 8px 2px rgba(69, 103, 123, 0.75);
  }
}
@media only screen and (max-width: 31.25em) {
  header .logo {
    background-image: url(../../img/horizon/logo-horizon.png);
    background-color: rgba(112, 148, 197, 0);
    border: 2px solid rgba(248, 225, 185, 0);
    box-shadow: inset 0px 0px 8px 2px rgba(69, 103, 123, 0);
  }
}
header .nav ul li a {
  color: #ffdd92;
}
header .nav ul li > ul {
  background: linear-gradient(rgb(255, 255, 255) 17%, rgb(240, 240, 240));
  box-shadow: inset 0px -5px 6px 0px rgba(190, 190, 190, 0.43);
}
header .nav .dropdown li > a {
  color: #1B56AF;
}
header .nav .dropdown li > a:hover {
  background-color: rgba(208, 230, 234, 0.49);
}

/*-----   FUNCTIONALITY ICON */
.checkbox:checked + .button .icon::before {
  background-color: #ffdd92;
}

.checkbox:checked + .button .icon::after {
  background-color: #ffdd92;
}

/********************* MOBILE MENU ******************/
.mobilemenu {
  background-color: rgba(4, 20, 39, 0.95);
}
.mobilemenu .mobilelinks li .toggle:hover {
  color: #61B6FF;
}
.mobilemenu .mobilelinks li .submenu {
  background-color: rgba(15, 160, 255, 0.3);
}
.mobilemenu .mobilelinks li .submenu li > a {
  color: #ffd579;
}

footer {
  background: url(../../img/horizon/horizon-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 50em) {
  footer {
    background-size: cover;
  }
}
@media only screen and (max-width: 31.25em) {
  footer {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
footer .container .entry .heading-3 {
  color: #61B6FF;
}
footer .container .entryFirst .logoftr .left {
  background-image: url(../../img/horizon/logo-horizon.png);
}
footer .container .entryFirst .logoftr .right .heading-4 {
  color: rgb(255, 255, 255);
}
footer .container .entrySecond .heading-4 {
  color: #61B6FF;
}
footer .container .entryThird ul li .svgBg {
  background: linear-gradient(to bottom, #fdd7a6 0%, #dcae64 100%);
  box-shadow: inset 1px 1px 3px 0px #d6a447;
  border: 3px solid rgba(82, 55, 126, 0.26);
}
footer .container .entryThird ul li .svgBg::before {
  background: linear-gradient(to bottom, #ffe8ca 0%, #ffd38b 100%);
  box-shadow: inset 1px 1px 3px 0px #d6a447;
}
footer .container .entryThird ul li .svgBg:hover {
  border: 3px solid rgba(0, 0, 0, 0.26);
}
footer .container .entryThird ul li .svgBg .footer-icon {
  fill: #1593ff;
}
footer .container .entryThird ul li:hover .svgBg:hover {
  border: 3px solid rgba(0, 0, 0, 0.26);
}
footer .container .entryThird ul li:hover .svgBg::before {
  background: linear-gradient(to bottom, #ffe8ca 0%, #ffd38b 100%);
  box-shadow: inset 1px 1px 3px 0px #d6a447;
}
footer .container .entryThird ul li:hover .svgBg {
  border: 3px solid rgba(41, 19, 75, 0);
}
footer .container .entryThird ul li:hover .svgBg .footer-icon {
  z-index: 5;
  fill: #aed9ff;
}

.deaconTrust .quote {
  color: #1B56AF;
}
.deaconTrust .quote .citation {
  color: #61B6FF;
}

.employment .entries .entry .info .heading-3 {
  color: #ffdd92;
}
.employment .heading-comp .heading-3 {
  color: #61B6FF;
}
.employment .ulList li::before {
  content: "•";
  display: inline-block;
  width: 1em;
  font-size: 130%;
  margin-left: -1em;
  color: #ffdd92;
}
.employment .email {
  color: #61B6FF;
}

.events .event {
  background: rgba(97, 182, 255, 0.05);
}
.events .months .active {
  color: #61B6FF;
}
.events .dateIcon {
  fill: #61B6FF;
}

.welcome .secheading p {
  color: #61B6FF;
  font-size: 1.7rem;
}

.pastorbio .info .heading-2 {
  margin-bottom: 1rem;
  font-size: 3.7rem;
}
.pastorbio .info .heading-3 {
  color: #61B6FF;
}

.more-about-us .secheading {
  color: #1B56AF;
}
.more-about-us .content .left .contentBx .label {
  color: #1B56AF;
}
.more-about-us .content .left .contentBx .label::before {
  color: #ffdd92;
}
.more-about-us .content .left .contentBx .content .heading-2 {
  color: #1B56AF;
}
.more-about-us .content .left .contentBx .content .heading-3 {
  color: #61B6FF;
}
.more-about-us .content .left .contentBx .content .heading-3 .zoomInfo {
  color: #1B56AF;
}
.more-about-us .content .left .contentBx .content .heading-3 .teacher {
  color: #ffdd92;
}

.upcoming-events .content .entry .right .readmore {
  color: #61B6FF;
}

.live .description .heading-2 {
  background-color: rgba(231, 234, 243, 0.29);
}
.live .services .entry p .time {
  color: #61B6FF;
}
.live .services .entry p .teacher {
  color: #ffdd92;
}

.media-title {
  background: rgba(0, 77, 179, 0.6);
}

#prayerslide .entry .heading-3,
#wordslide .entry .heading-3 {
  color: #61B6FF;
  font-size: 3rem;
}

.soon .content .logoDisplay {
  background-image: url(../../img/horizon/logo-horizon-colored-text.png);
}

.staff {
  display: flex;
  flex-wrap: wrap;
}
.staff .entry .title {
  color: #61B6FF;
}
.staff .entry .nopic {
  background-image: url(../../img/nopic-horizon-bg.jpg);
  background-size: 100%;
  background-position: center;
}
.staff .bio .secheading .heading-3 {
  color: #61B6FF;
}

.steeplebg {
  /*
    Temporary Items
  */
}
.steeplebg .page .this-month .events .event {
  background: rgba(97, 182, 255, 0);
}
.steeplebg .page .this-month .events .event::before {
  content: "•";
  color: #61B6FF;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.steeplebg .page .this-month .events .event .day {
  color: #1B56AF;
}
.steeplebg .page .this-month .events .event .time {
  color: #ffdd92;
}
.steeplebg .page .this-month .events .event .event-title {
  color: #61B6FF;
}
.steeplebg .birthdays-group .birthdays .birthday {
  color: #1B56AF;
}
.steeplebg .birthdays-group .birthdays .birthday .date {
  font-weight: bold;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 3rem;
  color: #61B6FF;
}
.steeplebg .birthdays-group .birthdays .anniversary {
  list-style: none;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #61B6FF;
  font-weight: bold;
  font-family: "acumin-pro-condensed", sans-serif;
}
.steeplebg .pagination .page-link {
  color: #61B6FF;
}
.steeplebg .pagination .page-link:hover {
  color: #1B56AF;
}
.steeplebg .pagination .page-link.active {
  color: #ffdd92;
}
.steeplebg .footer {
  color: #1B56AF;
}
.steeplebg .script {
  color: #61B6FF;
}
.steeplebg .verse {
  color: #ffdd92;
}
.steeplebg .victory-wall, .steeplebg .extra-news {
  background: linear-gradient(to bottom, #367ae0 0%, #1B56AF 100%);
}
.steeplebg .victory-wall .heading-2, .steeplebg .extra-news .heading-2 {
  color: rgb(255, 255, 255);
}
.steeplebg .victory-wall .heading-3, .steeplebg .extra-news .heading-3 {
  color: #ffdd92;
}
.steeplebg .victory-wall p, .steeplebg .extra-news p {
  color: rgb(255, 255, 255);
}
.steeplebg .hour-power ul li .date {
  color: #ffdd92;
}
.steeplebg .hour-power ul li .lesson {
  color: #61B6FF;
}
.steeplebg .church-anniv .event .time {
  font-size: 3rem;
  font-weight: bold;
  color: #1B56AF;
  font-family: "acumin-pro-condensed", sans-serif;
}
.steeplebg .church-anniv .event .event-title {
  font-size: 2.4rem;
  color: #61B6FF;
}
.steeplebg .preaching-news {
  background: #dee7ff;
}
.steeplebg .grads-lists {
  background: rgb(183, 215, 237);
  border: 6px solid #1b56af;
}
.steeplebg .grads-lists .entry .degree {
  color: #61B6FF;
}
.steeplebg .grads-lists .entry .college {
  color: #ffdd92;
}
.steeplebg .congrats {
  background-color: #1B56AF;
}
.steeplebg .champions {
  background: #ffdd92;
  border: #1B56AF 8px solid;
}
.steeplebg .champions .heading-3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.3rem;
  color: #1B56AF;
}
.steeplebg .champions .heading-2 {
  font-size: 3rem;
  max-width: 80%;
  margin: 2rem auto;
  color: #61B6FF;
}
.steeplebg .anniv {
  background: #ffdd92;
  border: #1B56AF 8px solid;
}
.steeplebg .anniv .heading-3 {
  color: #61B6FF;
}
.steeplebg .anniv .never {
  background-color: #61B6FF;
  color: #fff;
}
.steeplebg .anniv .thankyou {
  color: #61B6FF;
}
.steeplebg .read-gods-word {
  background-color: #1B56AF;
}
.steeplebg .read-gods-word .heading-2 {
  color: #fff;
}
.steeplebg .read-gods-word .bold-highlight {
  color: #ffdd92;
}

.study .entry .info .timeDate .day {
  color: #61B6FF;
}
.study .entry .info .timeDate .time {
  color: #ffdd92;
}
.sp-button {
  width: 2.3rem;
  height: 2.3rem;
  background-color: #1B56AF;
  border-radius: 50%;
  margin: 2rem 4rem 0 4rem;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.171);
}
@media only screen and (max-width: 75em) {
  .sp-button {
    width: 1.9rem;
    height: 1.9rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .sp-button {
    width: 1.6rem;
    height: 1.6rem;
    margin: 2rem 2rem 0 2rem;
  }
}
@media only screen and (max-width: 25em) {
  .sp-button {
    width: 1.3rem;
    height: 1.3rem;
  }
}

.sp-selected-button {
  background-color: #f1c166;
}

/*# sourceMappingURL=horizon.css.map */
