/*
 * Theme Name: Dream Church
 * Description: Custom theme for Dream Church website.
 * Author: Buzz Rocket Media
 * Version: 1.0
 *
 * This stylsheet is compiled from SCSS. Do not edit it directly.
 * To make changes, either work with the SCSS or use the Wordpress Customizer to add CSS.
*/
.bg--grad1-60, .cb-top:before, .cb-left:before, .cb-right:before, h3:after, .h3:after, .block--core-values ul, .sec--grow-enroll .block--grow-soon, .abp-img-wrap:before, .wrap--church-feature a:hover .acf-feature-text, .wrap--church-feature a:focus .acf-feature-text, .wrap--church-feature a:active .acf-feature-text {
  background: #0F4CE4;
  background: -webkit-linear-gradient(30deg, #EE2677 0%, #0D148C 100%);
  background: -o-linear-gradient(30deg, #EE2677 0%, #0D148C 100%);
  background: linear-gradient(60deg, #EE2677 0%, #0D148C 100%); }

.bg--black {
  background: #333; }

.bg--color1 {
  background: #0F4CE4; }

.bg--gray-lt {
  background: #E6E6E6; }

.cb-top:before {
  content: '';
  display: block;
  width: 100%;
  height: 12px; }

.cb-left {
  position: relative; }
  .cb-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 12px; }

.cb-right {
  position: relative; }
  .cb-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    width: 12px; }

.light-text {
  color: white; }

.grad-text {
  display: block;
  color: #0F4CE4;
  background: none !important; }

.narrow-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

html, body {
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  color: #333;
  background-color: #E6E6E6; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold; }

h2, .h2 {
  font-size: 30px;
  margin: 0 0 0.5em;
  text-align: center;
  font-weight: normal; }
  @media (min-width: 768px) {
    h2, .h2 {
      text-align: left; }
      .text-center h2, .text-center .h2 {
        text-align: center; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 40px; } }

h3, .h3 {
  font-size: 20px;
  margin: 0 0 1em; }
  h3:after, .h3:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    margin: 0.5em 0; }
  h3.text-center:after, .h3.text-center:after {
    margin-left: auto;
    margin-right: auto; }

.page-section {
  padding: 36px 12px; }

.btn.btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  min-width: 150px;
  border: solid 2px transparent; }
  .btn.btn:hover, .btn.btn:focus, .btn.btn:active {
    text-decoration: none; }
  .btn.btn.btn--primary {
    background: #0F4CE4;
    color: white;
    border-color: #0F4CE4; }
    .btn.btn.btn--primary:hover, .btn.btn.btn--primary:focus, .btn.btn.btn--primary:active {
      background: #333;
      border-color: #333; }
      .btn.btn.btn--primary:hover.dark-bg, .btn.btn.btn--primary:focus.dark-bg, .btn.btn.btn--primary:active.dark-bg {
        background: white;
        border-color: white;
        color: #333; }
  .btn.btn.btn--secondary {
    background: transparent;
    color: #0F4CE4;
    border-color: #0F4CE4; }
    .btn.btn.btn--secondary:hover, .btn.btn.btn--secondary:focus, .btn.btn.btn--secondary:active {
      background: #0F4CE4;
      color: white; }
    .btn.btn.btn--secondary.dark-bg {
      color: white;
      border-color: white; }
      .btn.btn.btn--secondary.dark-bg:hover, .btn.btn.btn--secondary.dark-bg:focus, .btn.btn.btn--secondary.dark-bg:active {
        background: white;
        color: #0F4CE4; }
  .btn.btn.btn--small {
    font-size: 0.75em;
    letter-spacing: 0.05em;
    padding: 0.2em 0.5em;
    min-width: auto; }
  .btn.btn.btn--light {
    background: white;
    color: #333;
    border-color: white; }
    .btn.btn.btn--light:hover, .btn.btn.btn--light:focus, .btn.btn.btn--light:active {
      background: #0F4CE4;
      border-color: #0F4CE4;
      color: white; }
    .btn.btn.btn--light.btn--secondary {
      background: transparent;
      color: white;
      border-color: white; }
      .btn.btn.btn--light.btn--secondary:hover, .btn.btn.btn--light.btn--secondary:focus, .btn.btn.btn--light.btn--secondary:active {
        background: white;
        color: #333; }

.elementor-button.elementor-button {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0F4CE4;
  color: white;
  min-width: 150px; }
  .elementor-button.elementor-button:hover, .elementor-button.elementor-button:focus, .elementor-button.elementor-button:active {
    background: #333; }
    .dark-bg .elementor-button.elementor-button:hover, .dark-bg .elementor-button.elementor-button:focus, .dark-bg .elementor-button.elementor-button:active {
      background: white;
      color: #333; }
  .btn--light .elementor-button.elementor-button {
    background: white;
    color: #333; }
    .btn--light .elementor-button.elementor-button:hover, .btn--light .elementor-button.elementor-button:focus, .btn--light .elementor-button.elementor-button:active {
      background: #00B1FF; }

a {
  font-weight: bold;
  color: #0F4CE4;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover, a:focus, a:active {
    text-decoration: underline;
    color: #333; }

.light-text a {
  color: #00B1FF;
  text-decoration: underline; }
  .light-text a:hover, .light-text a:focus, .light-text a:active {
    text-decoration: underline;
    color: white; }

img {
  max-width: 100%; }

#churchonline_counter#churchonline_counter {
  font-weight: bold;
  width: auto;
  color: white;
  padding: 0; }

.vbg-parent {
  overflow: hidden;
  position: relative; }
  .vbg-parent .vbg-video {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0; }
    @media (min-width: 1000px) {
      .vbg-parent .vbg-video {
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }

.vbg-content {
  position: relative; }

.accordion .card {
  border: none; }

.accordion .card-header {
  background: none;
  padding: 0; }
  .accordion .card-header .btn {
    text-transform: none;
    font-weight: normal;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    padding: 12px 24px;
    -webkit-border-image: -webkit-linear-gradient(30deg, #EE2677 0%, #0D148C 100%) 27/0 0 3px 0;
    -o-border-image: -o-linear-gradient(30deg, #EE2677 0%, #0D148C 100%) 27/0 0 3px 0;
    border-image: linear-gradient(60deg, #EE2677 0%, #0D148C 100%) 27/0 0 3px 0; }
    .accordion .card-header .btn.collapsed {
      -webkit-border-image: none;
      -o-border-image: none;
      border-image: none;
      border-bottom: solid 3px #E6E6E6; }
      .accordion .card-header .btn.collapsed i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .accordion .card-header .btn:hover {
      border-bottom: solid 3px #C0C0C0; }
    .accordion .card-header .btn:hover, .accordion .card-header .btn:focus, .accordion .card-header .btn:active {
      text-decoration: none; }
  .accordion .card-header i {
    color: #0F4CE4;
    margin-right: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 0.3em; }
  .accordion .card-header h3:after {
    display: none; }

.accordion .card-body {
  background: #E6E6E6; }
  .accordion .card-body ul {
    list-style: none;
    padding: 0 12px;
    margin: 0 12px 12px;
    font-style: italic;
    border-left: solid 1px #C0C0C0; }

.fa, .fab, .fad, .fal, .far, .fas {
  font-weight: normal; }

#searchModal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: none;
  height: 100%; }

#searchModal .modal-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9); }

#searchModal .modal-header {
  position: absolute;
  top: 0;
  border: none;
  right: 0; }

#searchModal .modal-title {
  display: none; }

#searchModal button.close {
  font-size: 3em; }

#searchModal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#searchModal .searchform input[type="text"] {
  font-size: 1.5em;
  background: none;
  border: none;
  border-bottom: solid 2px #333; }

#searchModal .searchform #searchsubmit {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  width: auto;
  min-width: auto;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #333; }

.block--core-values ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  color: white;
  width: auto;
  padding: 1em 2em;
  margin: 0; }
  @media (min-width: 768px) {
    .block--core-values ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .block--core-values ul li {
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0 0.5em; }

.content-wrapper .elementor-widget-heading .elementor-heading-title {
  margin: 0 0 0.5em; }

.content-wrapper * + .elementor-widget-image {
  margin: 1em 0 0; }

.content-wrapper .elementor-widget-image {
  margin: 0 0 1em; }
  .content-wrapper .elementor-widget-image img {
    width: 100%; }

.content-wrapper .heading--small-accent .elementor-heading-title, .content-wrapper .heading--small-accent-2 {
  font-size: 20px;
  text-align: left;
  color: white;
  display: block;
  font-weight: bold;
  z-index: 1;
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.5em; }
  .content-wrapper .heading--small-accent .elementor-heading-title:before, .content-wrapper .heading--small-accent-2:before {
    content: '';
    height: 2.5em;
    width: 100%;
    background: #333;
    display: block;
    position: absolute;
    z-index: -1;
    top: calc(50% - 1.25em); }

hr {
  border-color: rgba(0, 0, 0, 0.2); }

.fa-external-link-alt {
  font-size: 0.8em; }

.lang-switcher {
  width: 50px; }
  .desktop-header .lang-switcher {
    display: none; }

.header .wrapper {
  padding-top: 30%;
  background: rgba(0, 0, 0, 0.6); }
  @media (min-width: 992px) {
    .header .wrapper {
      padding-top: 20%; } }

.navbar-icon-bar {
  display: block;
  width: 35px;
  height: 5px;
  background: white;
  margin: 0 0 6px; }

.mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 100; }
  body.scrolled .mobile-header {
    background: #333; }
  @media (min-width: 992px) {
    .mobile-header {
      display: none; } }

.page-title {
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 0;
  padding: 36px 12px 60px; }
  @media (min-width: 992px) {
    .page-title {
      text-align: right;
      padding: calc(22vw - 140px) 60px 60px;
      font-size: 60px;
      text-align: left;
      padding-left: 24px; } }
  @media (min-width: 1200px) {
    .page-title {
      font-size: 80px; } }

.hdr-logo {
  margin: 0; }

.hdr-logo-link {
  display: block;
  padding: 12px;
  max-width: 350px; }

.dc-mobile-menu-toggle {
  border: none;
  background: none; }

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 100%;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: -100%;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */ }

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .sidenav a.nav-logo-link {
    padding: 12px;
    max-width: 240px;
    margin: 0 auto; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1; }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 36px;
  margin-left: 50px; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

.nav--mobile-header .menu-item {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  padding: 6px 12px; }
  .nav--mobile-header .menu-item.current_page_item {
    color: white; }
  .nav--mobile-header .menu-item.highlight {
    background: white;
    margin: 0.5em 0;
    color: #333; }

.nav--mobile-header .menu--main {
  width: 80%;
  margin: 0 auto 24px;
  padding: 0 0 24px;
  border-bottom: solid 1px white; }

.nav--mobile-header .menu--secondary {
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  width: 80%;
  margin: 24px auto;
  max-width: 300px;
  padding: 24px 0; }
  .nav--mobile-header .menu--secondary .menu-item {
    font-size: 1em; }

.nav--mobile-header .menu--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 24px; }
  .nav--mobile-header .menu--social .link--social {
    padding: 12px;
    font-size: 2em; }

.desktop-header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 992px) {
    .desktop-header {
      display: block; } }
  .desktop-header .col--main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .desktop-header .wrap--main-nav {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .desktop-header .wrap--main-nav .row {
      height: 100%; }
    .desktop-header .wrap--main-nav .col--logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .desktop-header .hdr-logo-link {
    max-width: 600px;
    padding-left: 39px;
    height: 80px; }
    .desktop-header .hdr-logo-link img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 100%;
      width: auto;
      display: block; }

.top-menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .top-menu-bar .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .top-menu-bar .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.nav--top-bar-links {
  margin-left: 12px; }
  .nav--top-bar-links .menu-item {
    padding: 0 6px;
    font-weight: bold;
    text-transform: capitalize;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .nav--top-bar-links .menu-item:hover, .nav--top-bar-links .menu-item:focus, .nav--top-bar-links .menu-item:active {
      text-decoration: none; }
  .nav--top-bar-links:hover .menu-item {
    color: #C0C0C0; }
    .nav--top-bar-links:hover .menu-item:hover, .nav--top-bar-links:hover .menu-item:focus, .nav--top-bar-links:hover .menu-item:active {
      color: #333; }

.nav--top-bar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .nav--top-bar-social .link--social {
    padding: 0 12px;
    font-size: 1.5em;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .nav--top-bar-social .link--social:hover, .nav--top-bar-social .link--social:focus, .nav--top-bar-social .link--social:active {
      text-decoration: none; }
  .nav--top-bar-social:hover .link--social {
    color: #C0C0C0; }
    .nav--top-bar-social:hover .link--social:hover, .nav--top-bar-social:hover .link--social:focus, .nav--top-bar-social:hover .link--social:active {
      color: #333; }

.row--header-top {
  background: #333; }

.col--main-menu {
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 66px 100%); */
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 66px 100%);  */
  }

.nav--desktop-main {
  text-align: right;
  padding: 12px 0;
  padding-right: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .nav--desktop-main .menu-item {
    text-transform: capitalize;
    font-weight: bold;
    color: white;
    padding: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav--desktop-main .menu-item:hover, .nav--desktop-main .menu-item:focus, .nav--desktop-main .menu-item:active {
      text-decoration: none; }
    @media (min-width: 1200px) {
      .nav--desktop-main .menu-item {
        font-size: 1.2em; } }
    .nav--desktop-main .menu-item:last-of-type {
      padding-right: 0; }
    .nav--desktop-main .menu-item.highlight {
      background: white;
      color: #333;
      padding: 0.8em;
      margin: 0 0.5em;
      height: 2em; }
  .nav--desktop-main:hover .menu-item {
    color: rgba(255, 255, 255, 0.5); }
    .nav--desktop-main:hover .menu-item:hover, .nav--desktop-main:hover .menu-item:focus, .nav--desktop-main:hover .menu-item:active {
      color: white; }
    .nav--desktop-main:hover .menu-item.highlight {
      color: #333;
      background: rgba(255, 255, 255, 0.5); }
      .nav--desktop-main:hover .menu-item.highlight:hover, .nav--desktop-main:hover .menu-item.highlight:focus, .nav--desktop-main:hover .menu-item.highlight:active {
        background: white;
        color: #333; }

.btn--header-search {
  background: none;
  border: none;
  color: white;
  padding: 12px; }

.nav--desktop-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px;
  margin-left: 0;
  border-left: solid 2px white;
  padding-left: 6px; }
  .nav--desktop-social .link--social {
    padding: 0 6px;
    font-size: 1.2em;
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .nav--desktop-social .link--social:hover, .nav--desktop-social .link--social:focus, .nav--desktop-social .link--social:active {
      text-decoration: none; }
  .nav--desktop-social:hover .link--social {
    color: #C0C0C0; }
    .nav--desktop-social:hover .link--social:hover, .nav--desktop-social:hover .link--social:focus, .nav--desktop-social:hover .link--social:active {
      color: white; }

.col--header-tagline {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 3.5em;
  overflow: hidden; }
  .col--header-tagline .header-tagline {
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.75em; }

body.scrolled .col--header-tagline {
  height: 0; }

#footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 48px 0 24px; }
  @media (min-width: 768px) {
    #footer {
      padding-top: 60px; } }
  #footer hr {
    border-color: rgba(255, 255, 255, 0.2);
    width: 30%; }
  #footer p {
    margin: 0; }
  #footer li {
    list-style: none; }
  #footer a {
    color: white; }
    #footer a:hover {
      font-weight: bold;
      text-decoration: underline; }
  #footer ul {
    padding: 0;
    margin: 0; }
  #footer .list--policies {
    padding: 48px 0 0;
    margin: 48px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: solid 1px rgba(255, 255, 255, 0.2); }
    #footer .list--policies li {
      padding: 0 12px;
      position: relative; }
      #footer .list--policies li:not(:last-of-type):after {
        content: '';
        display: block;
        height: 100%;
        width: 2px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        right: -2px; }
    #footer .list--policies a {
      color: white; }
  #footer .nav--footer-social {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0 0 48px; }
    @media (min-width: 768px) {
      #footer .nav--footer-social {
        border-bottom: none; } }
    @media (min-width: 992px) {
      #footer .nav--footer-social {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 12px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    #footer .nav--footer-social .link--social {
      font-size: 2em;
      color: white;
      padding: 12px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (min-width: 992px) {
        #footer .nav--footer-social .link--social {
          font-size: 1.7em;
          padding: 6px 12px; } }
    #footer .nav--footer-social:hover .link--social {
      color: rgba(255, 255, 255, 0.5); }
      #footer .nav--footer-social:hover .link--social:hover {
        color: white; }
  #footer .heading--footer-sec {
    font-size: 1.2em;
    margin: 48px 0 12px;
    text-align: center;
    font-weight: bold; }
    @media (min-width: 992px) {
      #footer .heading--footer-sec {
        margin-top: 0; } }
  @media (min-width: 768px) {
    #footer .first-col .heading--footer-sec {
      margin-top: 0; } }

.list--footer-locations li {
  margin: 0 0 0.5em; }

body.home .header .vbg-content {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    body.home .header .vbg-content {
      min-height: 70vh; } }
  @media (min-width: 992px) {
    body.home .header .vbg-content {
      min-height: 90vh; } }

.hh-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 180px 12px 36px; }
  @media (min-width: 992px) {
    .hh-content {
      padding: 12px; } }
  .hh-content .heading--next {
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em; }
    .hh-content .heading--next:after {
      content: '';
      display: block;
      height: 4px;
      width: calc(100% + 24px);
      background: white;
      margin: 12px 0;
      margin-left: -12px; }

.hh-logo-wrap {
  display: none;
  width: 40vw;
  max-width: 800px;
  margin: 0 0 36px; }
  @media (min-width: 992px) {
    .hh-logo-wrap {
      display: block; } }

.hh-counter {
  height: 65px; }

.hh-or {
  color: white;
  font-weight: bold;
  display: block;
  margin: 12px;
  font-size: 1.5em; }

.nav--home-social-mobile {
  margin-top: 36px; }
  .nav--home-social-mobile .link--social {
    font-size: 2em;
    color: white;
    padding: 12px; }
  .nav--home-social-mobile:hover .link--social {
    color: rgba(255, 255, 255, 0.5); }
    .nav--home-social-mobile:hover .link--social:hover {
      color: white; }

.wrap--hh-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .wrap--hh-buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .wrap--hh-buttons .btn {
    margin: 12px;
    width: 12em; }

.sec-pre-title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #C0C0C0; }
  @media (min-width: 768px) {
    .sec-pre-title {
      text-align: left; } }

.sec-title {
  text-align: center;
  font-size: 2.5em;
  margin: 0 0 36px; }
  @media (min-width: 768px) {
    .sec-title {
      text-align: left; } }
  @media (min-width: 992px) {
    .sec-title {
      font-size: 3em; } }

.sec--home-services {
  background: #333;
  color: white;
  text-align: center;
  padding: 24px 12px;
  font-weight: bold; }
  .sec--home-services .service-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 12px;
    font-size: 1.2em; }
    @media (min-width: 992px) {
      .sec--home-services .service-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .sec--home-services hr {
    border: none;
    border-top: solid 3px rgba(255, 255, 255, 0.3);
    margin: 4px 0;
    width: 100px; }
    @media (min-width: 992px) {
      .sec--home-services hr {
        border: none;
        margin: 0;
        display: inline-block;
        width: 3px;
        height: 1em;
        background: rgba(255, 255, 255, 0.3);
        margin: 0 12px; } }

@media (min-width: 992px) {
  .sec--home-mission .h1 {
    font-size: 40px; } }

.hlp-image {
  padding-top: 80%;
  background-size: cover;
  background-position: center;
  display: block;
  margin-bottom: 12px; }

.hlp-subtitle-link {
  color: #333; }
  .hlp-subtitle-link:hover {
    color: #0F4CE4;
    text-decoration: none; }

.hlp-text {
  text-align: center;
  margin-bottom: 60px; }

.sec--home-launchpads {
  padding-bottom: 0; }

.sec--radio-show {
  padding: 0; }
  .sec--radio-show .sec-title {
    border-top: solid 1px #C0C0C0;
    padding-top: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px; }

.wrap--radio-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 24px; }
  @media (min-width: 768px) {
    .wrap--radio-channels {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .wrap--radio-channels p {
    margin: 0; }
  .wrap--radio-channels hr {
    display: none; }
    @media (min-width: 768px) {
      .wrap--radio-channels hr {
        display: block;
        margin: 0 12px 0;
        border: none;
        width: 1px;
        background: #333;
        height: 1em; } }

.sec--home-podcast-app {
  padding: 60px 0 0; }
  @media (min-width: 992px) {
    .sec--home-podcast-app {
      padding: 0; } }

.wrap--home-app, .wrap--home-podcast {
  padding: 60px 12px;
  max-width: 600px;
  margin: auto; }
  @media (min-width: 992px) {
    .wrap--home-app, .wrap--home-podcast {
      padding-left: 5%;
      padding-right: 5%; } }

@media (min-width: 992px) {
  .wrap--home-podcast {
    margin: 0 0 0 auto; } }

.wrap--home-podcast .sec-title {
  margin: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .wrap--home-podcast .sec-title {
      text-align: left; } }

.wrap--home-podcast .sec-pre-title {
  text-align: center; }
  @media (min-width: 992px) {
    .wrap--home-podcast .sec-pre-title {
      text-align: left; } }

@media (min-width: 992px) {
  .wrap--home-app {
    margin: 0 auto 0 0; } }

.link--podcast {
  display: block;
  padding: 12px 0 0; }
  .link--podcast:first-child {
    padding: 0; }
  .link--podcast img {
    width: 170px;
    display: block;
    margin: auto; }
    @media (min-width: 992px) {
      .link--podcast img {
        margin: 0; } }

.home-podcast-img {
  width: 80%;
  margin: 36px;
  display: block;
  max-width: 300px; }
  @media (min-width: 992px) {
    .home-podcast-img {
      margin: 0 24px 0 0;
      width: 50%; } }

.wrap--pc-img-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .wrap--pc-img-links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 992px) {
    .wrap--pc-img-links {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 24px 0; } }

.link--app-store {
  display: block;
  padding: 12px 0 0; }
  .link--app-store img {
    width: 130px; }

.wrap--home-app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.home-app-img {
  width: 80%;
  display: block;
  margin: auto;
  max-width: 200px; }
  @media (min-width: 992px) {
    .home-app-img {
      margin: 0; } }

@media (min-width: 992px) {
  .col--home-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.sec--grow-launchpads .elementor-column {
  margin: 12px;
  color: white;
  font-weight: bold;
  text-align: center; }

.sec--grow-launchpads .elementor-heading-title.elementor-heading-title {
  padding: 12px 24px;
  color: white;
  font-size: 1.2em;
  font-style: italic;
  margin: 0; }
  .sec--grow-launchpads .elementor-heading-title.elementor-heading-title a:hover {
    -webkit-transform: translateY(-0.2em);
    -ms-transform: translateY(-0.2em);
    transform: translateY(-0.2em); }

.sec--grow-launchpads .elementor-image {
  position: relative;
  padding-top: 70%; }
  .sec--grow-launchpads .elementor-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.sec--grow-launchpads .elementor-column-wrap > .elementor-widget-wrap {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .sec--grow-launchpads .elementor-column-wrap > .elementor-widget-wrap .elementor-widget-heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333; }

.sec--grow-goals {
  padding: 24px 0; }
  .sec--grow-goals .elementor-text-editor {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    width: 70%; }
    @media (min-width: 768px) {
      .sec--grow-goals .elementor-text-editor {
        width: 80%; } }
    @media (min-width: 992px) {
      .sec--grow-goals .elementor-text-editor {
        font-size: 60px;
        width: 100%; } }
  .sec--grow-goals .elementor-widget-text-editor:nth-child(2n) {
    text-align: right; }
    @media (min-width: 992px) {
      .sec--grow-goals .elementor-widget-text-editor:nth-child(2n) {
        text-align: left; } }
    .sec--grow-goals .elementor-widget-text-editor:nth-child(2n) .elementor-text-editor {
      margin-left: auto; }

.sec--grow-enroll .block--enroll-text.block--enroll-text {
  margin: 0; }
  .sec--grow-enroll .block--enroll-text.block--enroll-text .elementor-heading-title {
    margin: 48px 0;
    text-align: center; }

.sec--grow-enroll .block--grow-soon.block--grow-soon {
  position: absolute;
  text-align: center;
  bottom: -40px;
  font-weight: bold;
  color: white;
  height: 50px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  width: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 300px; }
  .sec--grow-enroll .block--grow-soon.block--grow-soon p {
    margin: 0; }
  @media (min-width: 1200px) {
    .sec--grow-enroll .block--grow-soon.block--grow-soon {
      bottom: 0;
      top: 0;
      height: auto;
      width: 250px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0 24px 0 48px;
      -webkit-transform: translate(calc(50vw - 250px), 0);
      -ms-transform: translate(calc(50vw - 250px), 0);
      transform: translate(calc(50vw - 250px), 0);
      font-size: 30px;
      line-height: 1.2;
      text-align: right;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      right: 0;
      left: auto; } }

.abp-img-wrap {
  width: 90%;
  margin: 24px auto;
  position: relative; }
  .abp-img-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 100%; }

.abp-img-ctn {
  position: relative;
  padding: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%; }
  .abp-img-ctn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.pastor-name {
  text-align: center; }
  .pastor-name:after {
    margin-left: auto;
    margin-right: auto; }

.abp-video-wrap {
  padding-top: 56.25%;
  position: relative; }
  .abp-video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.col--pastor {
  margin: 0 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .col--pastor .pastor-bio {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.heading--about-the-church {
  font-size: 37px; }

.wrap--church-feature {
  margin: 12px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .wrap--church-feature a:hover, .wrap--church-feature a:focus, .wrap--church-feature a:active {
    text-decoration: none; }
    .wrap--church-feature a:hover .acf-feature-text, .wrap--church-feature a:focus .acf-feature-text, .wrap--church-feature a:active .acf-feature-text {
      color: white; }

.wrap--acf-img {
  position: relative;
  padding-top: 70%; }
  .wrap--acf-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.acf-feature-text {
  font-style: italic;
  text-align: center;
  font-size: 1.2em;
  padding: 12px 24px;
  color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333; }

.wrap--aob-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sec--ministry-areas .acf-overlay {
  padding: 72px 12px; }

.row--dc-location {
  position: relative; }
  .row--dc-location + .row--dc-location {
    padding-top: 48px; }
    .row--dc-location + .row--dc-location:before {
      content: '';
      width: 60px;
      height: 4px;
      background: #C0C0C0;
      left: 12px;
      top: 24px;
      position: absolute; }

.dcl-heading {
  -webkit-transform: rotate(-90deg) translate(0, -100%);
  -ms-transform: rotate(-90deg) translate(0, -100%);
  transform: rotate(-90deg) translate(0, -100%);
  text-align: right;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  font-size: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 0;
  top: 0.4em;
  color: #C0C0C0; }
  @media (min-width: 768px) {
    .dcl-heading {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      text-align: left;
      width: 100%; } }
  .dcl-heading:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 0.5em 0;
    margin-left: auto;
    background: #C0C0C0; }

.dcl-times-heading {
  font-size: 1em;
  color: #333; }

.dcl-times-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.st-app-title {
  text-align: center; }
  @media (min-width: 768px) {
    .st-app-title {
      font-size: 60px; } }

.st-times {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .st-times {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .st-times hr {
    border: none;
    border-top: solid 3px rgba(255, 255, 255, 0.3);
    margin: 4px 0;
    width: 100px; }
    @media (min-width: 992px) {
      .st-times hr {
        border: none;
        margin: 0;
        display: inline-block;
        width: 3px;
        height: 1em;
        background: rgba(255, 255, 255, 0.3);
        margin: 0 12px; } }

body.search .default-page-title {
  font-size: 2em;
  padding: 24px 0; }

@media (min-width: 992px) {
  body.search .wrap--tease {
    margin-bottom: 24px; } }

body.search .tease {
  padding: 0 0 36px;
  margin: 0 0 36px;
  border-bottom: solid 2px #E6E6E6; }
  @media (min-width: 992px) {
    body.search .tease {
      height: 100%;
      border: solid 2px #E6E6E6;
      border-radius: 5px;
      padding: 24px;
      margin: 0; } }

body.search .last .tease {
  border: none; }
  @media (min-width: 992px) {
    body.search .last .tease {
      border: solid 2px #E6E6E6; } }

body.search .tease-title {
  text-align: left;
  margin: 0 0 12px; }
  body.search .tease-title a {
    color: #333; }

body.search .tease-summary {
  margin: 0; }

body.search .read-more {
  display: block;
  margin: 12px 0 0; }
  
/* menu dropdown */
ul li:hover > .dropdown-menu, ul li a:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
.dropdown-menu{
	margin-top: 0px;
}

li.nav-item {
    margin-right: 15px;
}
    
