/* 
 * 1. Google Font
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

/* 
 * 2.0 Global Style
 */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

body {
  color: #4e4e4e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased; }

#covid-callout {
  text-align: center;
  background: #2d5c7d;
  color: #f4f4f4;
  padding: 10px 0;
  display: none;
}

#video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;
}
#video-wrapper .relative iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
@media (min-width: 768px) {
    #video-wrapper {
        display: block;
    }
}

a {
  color: #000; }
  a:focus {
    outline: none; }

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

p {
  margin: 0 0 30px; }

ul li {
  font-weight: 700;
  margin-bottom: 10px; }

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0; }
  .custom-list-icon li, .list-arrow-right li {
    position: relative;
    padding-left: 20px; }
    .custom-list-icon li::before, .list-arrow-right li::before {
      position: absolute;
      left: 0;
      color: #4e4e4e;
      font-family: "Ionicons"; }

.social-block {
  list-style-type: none;
  padding: 0; }
  .social-block li {
    display: inline-block; }
    .social-block li a {
      display: inline-block;
      height: 32px;
      width: 32px;
      color: #4e4e4e; }
      .social-block li a i {
        font-size: 32px; }
      .social-block li a:hover, .social-block li a:focus {
        color: #000; }

a.link-watch-video {
  padding: 0px;
  display: block;
  color: #fff;
  width: 157px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  margin-top: 19px;
  letter-spacing: .8px;
}
a.link-watch-video:hover, a.link-watch-video:focus {
  color: #fff;
}
a.link-watch-video i.icon {
  font-size: 19px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 3px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none; }

.btn {
  border: 0;
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform; }
  .btn:hover, .btn:focus {
    transform: scale(0.95); }

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6; }
  .form-control:focus {
    box-shadow: none;
    border-color: #ccc;
    background-color: #f8f8f8; }

.valign-center {
  display: flex;
  align-items: center; }

.section {
  padding: 70px 0; }

.section-title {
  color: #313131;
  position: relative;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center; }

.section-title.center {
  text-align: center; }

.center {
  text-align: center; }

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300; }

.font-400 {
  font-weight: 400; }

.font-700 {
  font-weight: 700; }

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.mt20 {
  margin-top: 20px; }
  
.mt50 {
  margin-top: 50px; }

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3"; }

/* 
 * 3.4 Helper Class: button
 */
 /* #fed175, #2d5c7d */
  .btn-gold {
 color: #f4f4f4;
 background-color: #2d5c7d; }
  .btn-gold:hover, .btn-gold:focus {
    color: #f4f4f4;
    background-color: #2d5c7d; }
.btn-white {
  color: #000;
  background-color: #fff; }
  .btn-white:hover, .btn-white:focus {
    color: #000;
    background-color: #fff; }

.btn-black {
  color: #fff;
  background-color: #000; }
  .btn-black:hover, .btn-black:focus {
    color: #fff;
    background-color: #000; }

.btn-outline {
  color: #313131;
  background-color: transparent;
  border: 1px solid #313131;
  display: block;
  margin-bottom: 10px;
  padding: 10px 0; }
  .btn-outline:hover, .btn-outline:focus {
    transform: scale(.98);
    background: rgba(255, 255, 255, .2);
  }

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2, .bg-image-3 {
  position: relative; }
  .bg-image::before, .bg-image-1::before, .bg-image-2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.bg-image-1 {
  background: url(../images/backgrounds/bg-1.jpg) no-repeat center center/cover; }
  .bg-image-1::before {
    background-color: rgba(0, 0, 0, 0.7); }

.bg-image-2 {
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover; }
  .bg-image-2::before {
    background-color: rgba(0, 0, 0, 0.7); }

.bg-image-3 {
  background: url(../images/bg-abstract-light.jpg) no-repeat center bottom/cover; }
  .bg-image-3::before {
    background-color: rgba(0, 0, 0, 0.7); }

@media (min-width: 768px) {
  .section {
    padding: 90px 0; }

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: left; } }
/* 
 * 4.0 Navigation
 */
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2d5c7d;
  transition: all 0.2s linear 0s; }
  .navbar-custom .navbar-nav li {
    margin: 0; }
  .navbar-custom .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid transparent; }
    .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.5); }
  .navbar-custom .navbar-nav > .active > a {
    border-color: rgba(0, 0, 0, 0.5); }

.navbar-custom.navbar-solid .navbar-nav > li > a {
    color: #fff;
  }

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-right: 8px;
  margin-top: 8px; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }

.navbar-solid {
  background-color: #2d5c7d !important;
  padding: 0 !important;
  transition: all 0.2s linear 0s;
  box-shadow: 0px -5px 10px rgba(150, 150, 150, .5); }

  .navbar-solid .site-branding .logo img.notext {
    display: inline;
  }
  .navbar-solid .site-branding .logo img.withtext {
    display: none;
  }
  .navbar-solid .site-branding .logo img.notext {
    height: 28px;
    vertical-align: bottom;
  }
  .navbar-solid .branding-text {
    display: none;
  }
  .navbar-solid .site-branding .logo {
    color: #fff;
  }

.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px; }
  .site-branding .logo {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-right: 5px;
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase; }
    .site-branding .logo:focus, .site-branding .logo:hover {
      text-decoration: none; }
    .site-branding .logo img.notext {
      height: 28px;
      vertical-align: bottom; }
    .site-branding .logo img.withtext {
      display: none;
    }
    .site-branding .branding-text {
      font-weight: lighter;
      display: inline-block;
      margin-left: 10px;
      position: relative;
      top: -2px;
    }

/* COMING SOON */

#coming-soon {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: #000;
}
#coming-soon a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
#coming-soon #conference-summary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  text-align: center;
  /*background: url(../images/bg-repent.jpg) no-repeat top left/cover;*/ background:#000; }
  .site-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(150, 150, 150, 0.5);
    display: none;
    z-index: 1; }
  .site-header .intro {
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    padding: 0 15px; }
    .site-header .intro h2 {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 25px;
      font-weight: 300; }
    .site-header .intro h1 {
      margin-top: 0px;
      font-size: 30px; }
    .site-header .intro p {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: 300; }
    .site-header .intro img {
      max-height: 400px;
      margin-bottom: 0; }

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding-top: 30px; }

  .site-branding {
    margin-top: 12px;
    margin-left: 0; } }
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
 .section-line {
  border: 1px solid #313131;
  font-size: 0;
  height: 0; }
.section-line.gold {
  border: 1px solid #2d5c7d;
}
.about {
  color: #666;
  background: #f4f4f4; }
.about #conference-summary p {
  text-align: justify; }
.about .section-title {
  position: relative;
  margin: 0 0 25px;
  color: #2d5c7d; }
.about .section-title span {
  background: #000;
  display: inline-block;
  position: relative;
  padding: 0 15px; }
.about figure {
  margin-bottom: 25px; }
.about .stat i {
  font-size: 32px;
  vertical-align: middle;
  margin-right: 10px; }
.about .stat .right {
  text-align: right; }

.section-title.strikethrough span {
  background: #f4f4f4;
  display: inline-block;
  position: relative;
  padding: 0 15px; }
.section-title.strikethrough:before {
  display: block;
  width: 100%;
  position: absolute;
  top: calc( 50% - 1px );
  content: " ";
  border: 1px solid #2d5c7d; }

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em; }
.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400; }

/* 
 * 6.3 Section: Speaker
 */
.speakers .section-title.strikethrough {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.speakers .section-title:before, 
.speakers .section-title:after {
  flex-grow: 1;
  height: 2px;
  content: '\a0';
  background-color: #313131;
  position: relative;
  top: calc( 50% - 1px );
  width: initial;
  border: none;
  top: .5em;
}

.speakers .section-title:before {
  margin-right: 15px;
}

.speakers .section-title:after {
  margin-left: 15px;
}

.speaker {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  margin: 25px 0; }
  .speaker img.headshot {
    transition: .5s transform;
    border-radius: 50%; }
  .speaker img.ministry-logo {
    margin-bottom: 9px;
    margin-top: 2px;
    height: 40px; }
  .speaker h4 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .speaker p {
    margin-bottom: 5px; }
  .speaker img.headshot:hover {
    transform: scale(1.05); }
  .speaker .speaker-bio {
    text-transform: none;
    text-align: justify;
    padding: 0px 20px; }

#previous-speakers {
    font-size: 14px;
}

/*
 * 6.? Section: Worship Leader
 */
.worship {
  background: #000 url(../images/bg-david-wesley.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.worship:before {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.worship .worship-info {
  color: #fff;
  font-size: 1.5em;
  display: flex;
  align-items: center;
}
.worship .worship-info img {
  margin-right: 75px;
  max-width: 200px;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
#registration .prices {
  position: relative;
  z-index: 2;
}
#registration .prices .smaller {
  padding: 0 40px;
  box-sizing: border-box;
}
#registration .prices .price-box {
  background: #f4f4f4;
  color: #666;
  margin: 0 auto;
  margin-top: 23px;
  padding: 40px 20px;
  box-sizing: border-box;
  outline: 1px solid #e1e1e1;
  outline-offset: -10px;
}
#registration .prices .price-box h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
#registration .prices .price-box .price {
  font-size: 72px;
  font-weight: lighter;
  color: #2d5c7d;
}
#registration .prices .price-box .price-note {
  font-size: 12px;
  font-weight: lighter;
  color: #666;
  text-transform: uppercase;;
}
#registration .prices .price-box .price-includes {
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  list-style-type: none;
}
#registration .prices .price-box .price-includes li {
  font-weight: normal;
  border-bottom: 1px solid #313131;
  padding-bottom: 10px;
}
#registration .prices .price-box .price-includes li:first-child {
  border-top: 1px solid #313131;
  padding-top: 10px;
}
#registration .prices .price-box.featured {
  margin-top: 0;
  outline: 1px solid #2d5c7d;
  padding: 40px;
}
#registration .prices .price-box .btn-gold.center {
  margin: 0 auto;
  display: block;
  width: auto;
}

#registration .section-title.strikethrough {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 2;
  position: relative;
}
#registration .section-title:before, 
#registration .section-title:after {
  flex-grow: 1;
  height: 2px;
  content: '\a0';
  background-color: #313131;
  position: relative;
  top: calc( 50% - 1px );
  width: initial;
  border: none;
  top: .5em;
}

#registration .section-title:before {
  margin-right: 15px;
}

#registration .section-title:after {
  margin-left: 15px;
}

#registration {
    background: #f8f8f8 url(../images/bg-repent.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#registration::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(150, 150, 150, 0.5);
    z-index: 1; }
#cost-wrap {
    display: none;
}
#cost-wrap.visible {
    display: block;
}
.accepted-cards {
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.grecaptcha-badge {
    display: none;
}

#payment-success-msg, #registration-success-msg, #already-paid-msg {
    display: none;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0;
}

#registration-form, #charge-form {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 0;
}

#registration-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 70px;
  box-sizing: border-box;
  z-index: 1050;
  display: none;
}

#registration-modal:before {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  z-index: 0;
  background: rgba(0, 0, 0, .85);
}

#registration-modal .registration-modal-content .btn-close {
  position: fixed;
  top: 70px;
  right: 20px;
  padding: 4px 10px;
  color: #fff;
}

#registration-modal .registration-modal-content {
  position: fixed;
  top: calc(50% - 250px);
  left: calc(50% - 400px);
  width: 800px;
  height: 500px;
  z-index: 1;
  box-sizing: border-box;
  padding: 40px;
  background: #f8f8f8;
  overflow-y: auto;
}
/* 
 * 6.5 Section: Theme Verse
 */
.quote-box {
  background: #f4f4f4;
  padding: 20px;
  padding-top: 8px;
}

#verse p {
  text-align: justify;
  border-left: 2px solid #2d5c7d;
  border-right: 2px solid #2d5c7d;
  margin: 0;
  padding: 30px;
  margin-top: -12px;
}
.section.dark {
  background: #f4f4f4 url(../images/bg-bible.jpg) center center no-repeat;
  background-size: cover;
  color: #666;
  position: relative; }
.section.dark:before {
  content: " ";
  display: block;
  background: rgba(150, 150, 150, .5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-title.gold {
  position: relative;
  margin: 0;
  color: #2d5c7d; }

/* 
 * 6.6 Section: Schedule
 */
 #schedule {
  background: #f8f8f8;
 }
 #schedule .section-title.strikethrough {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#schedule .section-title:before, 
#schedule .section-title:after {
  flex-grow: 1;
  height: 2px;
  content: '\a0';
  background-color: #313131;
  position: relative;
  top: calc( 50% - 1px );
  width: initial;
  border: none;
  top: .5em;
}

#schedule .section-title:before {
  margin-right: 15px;
}

#schedule .section-title:after {
  margin-left: 15px;
}
#schedule h4 {
  margin-bottom: 20px;
}
.schedule-box .time {
  float: left;
  padding: 9px 0px;
  font-size: 14px;
  font-weight: lighter;
  display: block;
  width: 70px;
}
.schedule-box h3 {
  margin-top: 13px;
  float: left;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
/*.schedule-box {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: 25px 0 0; }
  .schedule-box::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #fff; }
.schedule-box .time {
    float: left;
    padding: 9px 20px;
    font-size: 14px;
}
.schedule-box h3 {
    margin-top: 10px;
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
}*/

/* 
 * 6.7 Section: Schedule
 */
.partner {
  background-color: #f8f8f8; }
  .partner .partner-box {
    display: block;
    opacity: 0.3;
    height: 150px;
    width: 150px;
    margin: 25px auto;
    transition: 0.5s all linear; }
    .partner .partner-box:hover {
      opacity: 1; }
  .partner .partner-box-1 {
    background: url(../images/partner/partner-1.png) no-repeat center center/contain; }
  .partner .partner-box-2 {
    background: url(../images/partner/partner-2.png) no-repeat center center/contain; }
  .partner .partner-box-3 {
    background: url(../images/partner/partner-3.png) no-repeat center center/contain; }
  .partner .partner-box-4 {
    background: url(../images/partner/partner-4.png) no-repeat center center/contain; }
  .partner .partner-box-5 {
    background: url(../images/partner/partner-5.png) no-repeat center center/contain; }
  .partner .partner-box-6 {
    background: url(../images/partner/partner-6.png) no-repeat center center/contain; }
  .partner .partner-box-7 {
    background: url(../images/partner/partner-7.png) no-repeat center center/contain; }
  .partner .partner-box-8 {
    background: url(../images/partner/partner-8.png) no-repeat center center/contain; }

/* 
 * 6.8 Section: FAQ
 */
.faq {
  background-color: #f8f8f8; }
  .faq .panel-heading {
    cursor: pointer; }
  .faq .faq-toggle.collapsed::before {
    font-family: "Ionicons";
    content: "\f218";
    transition: 0.5s linear ease-out;
    position: absolute;
    left: 15px; }
  .faq .faq-toggle::before {
    position: absolute;
    left: 15px;
    font-family: "Ionicons";
    content: "\f209"; }
  .faq .panel-group .panel + .panel {
    margin-top: 15px; }
  .faq .panel-default > .panel-heading {
    color: #FFF;
    background-color: #000000;
    border-color: #000;
    border-radius: 0;
    padding: 0; }
    .faq .panel-default > .panel-heading a {
      position: relative;
      display: block;
      text-decoration: none;
      padding: 15px 15px 15px 35px; }

/* 
 * 6.9 Section: photos
 */
.photos {
  background-color: #f8f8f8; }
  
section.photos .embed-responsive iframe {
    max-height: 346px;
}

.grid {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .grid::after {
    content: '';
    display: block;
    clear: both; }

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%; }

@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%; }

  .grid-item-sm-3 {
    width: 25%; }

  .section-title {
    margin: 0 0 30px; }

  figure {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  .schedule-box {
    margin: 0; }

  .grid-item-md-6 {
    width: 50%; }

  .grid-item-md-3 {
    width: 25%; } }
/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: #f4f4f4;
  box-shadow: 0 0 5px rgba(150, 150, 150, .5);
  color: #666;
  text-align: center;
  padding: 30px 0; }
  .site-footer .align-left {
    text-align: left; }
  .site-footer .align-right {
    text-align: right; }
  .site-footer .footer-image {
    height: 80px; }
  .site-footer .site-info {
    font-weight: 400;
    margin-bottom: 10px; }
    .site-footer .site-info a {
      color: #666; }
  .site-footer .social-block ul {
    margin: 0; }
  .site-footer .social-block li {
    margin: 0;
    height: 40px; }
    .site-footer .social-block li a {
      color: #666;
      vertical-align: middle;
      line-height: 40px; }
      .site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
        opacity: 0.8; }

/*
 * 6.10 Location Section
 */
#location .section-title.strikethrough {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#location .address-container {
  background: #fff;
}

#location .address p.street-address {
  margin-bottom: 32px;  
}
#location .address {
  margin-top: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
#location .address p {
  margin-bottom: 20px;
}

#location .font-zero {
  font-size: 0;
}

#location .address p.extra-margin {
  margin-bottom: 36px;
}

#location .img-location {
  border-radius: 50%;
  float: left;
  margin-right: 25px;
}

#location .btn-outline {
  display: block;
  border: 0;
  color: #4e4e4e;
  width: 100%;
}
#location .btn-outline:hover, #location .btn-outline:focus {
  color: #2d5c7d;
  box-shadow: none;
} 

#location .location-links {
  clear: both;
  padding-right: 30px;
  box-sizing: border-box;
}

#location .icon {
  font-size: 52px;
  display: block;
}
#location .icon.floated {
  font-size: 42px;
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-top: -8px;
}

#location .section-title:before, 
#location .section-title:after {
  flex-grow: 1;
  height: 2px;
  content: '\a0';
  background-color: #313131;
  position: relative;
  top: calc( 50% - 1px );
  width: initial;
  border: none;
  top: .5em;
}

#location .section-title:before {
  margin-right: 15px;
}

#location .section-title:after {
  margin-left: 15px;
}

a.white {
  color: #fff;
}

/*
 * Mobile-Specific Styles
 */

 @media (min-width: 992px) and (max-width: 1199px) {
  #location .address p.extra-margin {
    margin-bottom: 10px;
  }

  #location .address-container {
    max-height: 450px;
    overflow-y: hidden;
  }

  #registration .prices .col-md-4 {
    padding: 0;
  }
  #registration .prices .col-md-4.smaller {
    padding: 0 30px;
  }
 }
 
@media (min-width: 768px) and (max-width: 991px) {
    .site-branding {
        padding-top: 0;
    }
    .site-branding .logo {
        font-size: 11px;
    }
    .site-branding .logo img {
        height: 28px;
    }

    #site-header .intro img {
        max-height: 250px;
    }
    #site-header .intro h1 {
        font-size: 24px;
    }
    #site-header .intro h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #schedule h4 {
      text-align: left;
      margin-top: 30px;
    }
    #schedule .border-left {
      border-left: 0;
    }

    #location .address-container .address {
      padding: 0 30px;
    }
}

@media (max-width: 991px) {
  #registration .prices .col-md-4 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #registration .prices .col-md-4.smaller {
    padding: 0 20px;
  }
  #location .location-links {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
    .site-branding {
        padding-top: 14px;
    }
    .site-branding .logo {
        font-size: 11px;
        position: relative;
        top: -5px;
    }
    .site-branding .logo img {
        height: 28px;
        vertical-align: bottom;
    }

    #site-header .intro img {
        max-height: 250px;
    }
    #site-header .intro h1 {
        font-size: 24px;
    }
    #site-header .intro h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #schedule h4 {
      text-align: left;
      margin-top: 30px;
    }
    #schedule .border-left {
      border-left: 0;
    }

    #location .address-container .address {
      padding: 0 30px;
    }

    .worship .worship-info {
      display: block;
      text-align: center;
      margin: 0 auto;
    }
    .worship .worship-info img {
      margin-right: 0;
      margin-bottom: 40px;
      max-width: 200px;
    }
}

@media (min-width: 440px) and (max-width: 767px) {
  .schedule-container {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .navbar-custom .site-branding .logo img.notext {
    display: inline !important;
  }

  .navbar-custom .site-branding .logo img.withtext {
    display: none !important;
  }

  .navbar-custom .branding-text {
    color: #fff;
  }
}