.transition-color {
  transition: color 0.5s ease;
}
.transition-bg-color {
  transition: background-color 0.5s ease;
}
.transition-opacity {
  transition: opacity 0.3s ease;
}
.transition-all {
  transition: all 0.4s ease;
}
.shadowed {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'Aleo Regular';
  src: url('../fonts/Aleo-Regular-webfont.eot');
  src: url('../fonts/Aleo-Regular-webfont.eot?iefix') format('eot'), url('../fonts/Aleo-Regular-webfont.woff') format('woff'), url('../fonts/Aleo-Regular-webfont.ttf') format('truetype'), url('../fonts/Aleo-Regular-webfont.svg#webfont') format('svg');
}
@font-face {
  font-family: 'Aleo Light';
  src: url('../fonts/Aleo-Light-webfont.eot');
  src: url('../fonts/Aleo-Light-webfont.eot?iefix') format('eot'), url('../fonts/Aleo-Light-webfont.woff') format('woff'), url('../fonts/Aleo-Light-webfont.ttf') format('truetype'), url('../fonts/Aleo-Light-webfont.svg#webfont') format('svg');
}
body {
  background-color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.7em;
}
h1,
h2,
h3 {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 700;
}
h1 {
  font-size: 60px;
  text-transform: uppercase;
}
h1.entry-title {
  color: #272727;
}
h2 {
  font-size: 38px;
  font-weight: 400;
  color: #848484;
  margin-top: 40px;
  margin-bottom: 20px;
}
h3 {
  font-size: 24px;
  text-transform: none;
  color: #F7A61B;
  font-weight: 400;
}
.top-aligned {
  margin-top: 0px;
}
a {
  transition: color 0.5s ease;
}
a:hover {
  text-decoration: none;
}
.header-btn {
  margin-top: 80px;
  display: block;
}
.header-btn a {
  border: 1px solid white;
  padding: 25px;
  border-radius: 60px;
  color: white;
  font-size: 18px;
  margin-top: 40px;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.1);
}
.header-secondary-link {
  display: block;
  margin-top: 50px;
}
.header-secondary-link a {
  color: white;
  margin-top: 20px;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.7);
  text-align: center;
}
.header-logo img {
  max-height: 32px;
}
.btn-primary {
  background-color: transparent;
  background-image: none;
  color: #58A597;
  transition: background-color 0.5s ease;
  padding: 10px 15px;
  border: solid 1px #58A597;
  border-radius: 6px;
  margin-top: 25px;
  display: block;
  text-shadow: none;
}
.btn-primary:hover {
  background-color: #58A597;
  color: white;
  border: solid 1px #58A597;
}
.icon-accordion-expand {
  max-width: 32px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
input[type="text"],
input[type="email"],
textarea {
  padding: 7px 9px;
}
.navbar-default {
  background-color: #2C2A2B;
  background-image: none;
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 300;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-nav > li {
  margin: 0px 15px;
  font-size: 16px;
}
@media (min-width: 1001px) {
  .navbar-nav > li:first-of-type {
    margin-left: 60px;
  }
}
@media (max-width: 1000px) {
  .navbar-collapse {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .navbar-collapse .menu-item {
    margin-bottom: 2rem;
  }
}
.navbar {
  margin-bottom: 0px;
  z-index: 99;
}
.navbar-default {
  border-radius: 0;
  border-bottom: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: white;
}
.navbar-default .navbar-toggle {
  border: none;
  transition: background-color 0.2s ease-out;
}
.navbar-default .navbar-toggle .icon-bar {
  color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.2s ease-out;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #464345;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: white;
}
.dropdown-menu {
  background-color: #272727;
  left: 0;
}
.dropdown-menu li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dropdown-menu > li > a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: 300;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #272727;
  background-image: none;
  color: white;
}
.navbar-brand > img {
  max-height: 24px;
}
#manayunk-selector-xs {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1000px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(134, 92, 92, 0.9);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.row-hero {
  padding-top: 125px;
  padding-bottom: 125px;
  background-size: cover;
}
.main-padded {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.row-hero-tall {
  padding-top: 200px;
  padding-bottom: 200px;
  background-size: cover;
}
.hero-header {
  padding-top: 110px;
  padding-bottom: 140px;
  position: relative;
}
.hero-header h1 {
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 2rem;
}
.hero-header p {
  text-align: center;
  color: white;
  font-family: "Aleo Light";
  font-size: 24px !important;
}
.hero-header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-dark-img-bg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-dark-img-bg h1,
.section-dark-img-bg h2,
.section-dark-img-bg h3 {
  color: white;
}
.section-dark-img-bg h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.section-dark-img-bg h3 {
  font-size: 28px;
}
.section-dark-img-bg p {
  color: rgba(255, 255, 255, 0.8);
}
.section-dark-img-bg .subhead {
  font-family: "Aleo Light", serif;
  font-size: 18px;
  margin-bottom: 60px;
}
.section-dark-img-bg .content-box {
  border: solid 1px white;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
}
.section-dark-img-bg .content-box h3 {
  margin: 5px 0px 20px 0px;
}
.section-dark-img-bg img {
  border-radius: 50%;
}
.map {
  width: 100%;
  height: 500px;
}
.map-wrap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.map-overlay {
  width: 100%;
  min-height: 500px;
  position: absolute;
  top: 0;
  z-index: 9999;
}
.location-listing h2 {
  margin-bottom: 5px;
}
.location-listing .service-times {
  font-family: "Aleo Light", serif;
  font-size: 18px;
  color: #F7A61B;
}
.location-listing a {
  transition: background-color 0.5s ease;
  color: #58A597;
  padding: 10px 15px;
  border: solid 1px #58A597;
  border-radius: 6px;
  margin-top: 25px;
}
.location-listing a:hover {
  color: white;
  background-color: #58A597;
}
.row-dark-bg p,
.row-dark-bg li {
  color: white;
}
.hero-home {
  background-size: cover;
}
.hero-home h4 {
  color: white;
}
.home-alert {
  font-size: 20px;
  text-align: center;
  color: white;
  margin-bottom: 0px !important;
}
.home-alert p {
  padding-top: 25px;
  padding-bottom: 25px;
}
.home-image-grid-wrapper h2 {
  color: white;
  font-size: 20px;
}
.image-grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.home-item-box-v2 .vc_column-inner::after,
.vc_column-inner::before {
  content: none !important;
}
.home-item-box-v2 > .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background-size: cover;
}
.home-item-box-v2 > .vc_column-inner h2 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
  z-index: 50;
}
.home-item-box-v2 > .vc_column-inner .home-description-text {
  height: 300px;
  margin: 0;
  display: none;
  justify-content: center;
  align-items: stretch;
  flex-flow: column;
  position: relative;
  z-index: 50;
}
.home-item-box-v2 > .vc_column-inner .home-description-text p {
  color: white;
  display: block;
  padding: 0px 30px 10px 30px;
  text-align: center;
}
.home-item-box-v2 > .vc_column-inner .home-description-text a {
  display: block;
  border: solid 1px white;
  padding: 9px 15px;
  border-radius: 30px;
  color: white;
  margin: 10px auto;
  text-align: center;
  max-width: 15em;
}
.home-item-box-tall {
  height: 600px;
}
.home-item-box-tall > .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  background-size: cover;
  background-position: 50% 50%;
}
.home-item-box-tall > .vc_column-inner h2 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
  z-index: 50;
}
.home-item-box-tall > .vc_column-inner .home-description-text {
  height: 600px;
  z-index: 99;
  margin: 0;
  display: none;
  justify-content: center;
  align-items: stretch;
  flex-flow: column;
  position: relative;
  z-index: 50;
}
.home-item-box-tall > .vc_column-inner .home-description-text p {
  color: white;
  display: block;
  padding: 0px 30px 10px 30px;
  text-align: center;
}
.home-item-box-tall > .vc_column-inner .home-description-text a {
  display: block;
  border: solid 1px white;
  padding: 9px 15px;
  border-radius: 30px;
  color: white;
  margin: 10px auto;
  text-align: center;
  max-width: 15em;
}
.image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.leader-container h2 {
  margin: 5px 0px;
}
.leader-container h3 {
  margin: 5px 0px 25px 0px;
}
.leader-container img {
  border-radius: 50%;
}
.image-header-box {
  background-color: white;
  border: solid 1px #e4e4e4;
  padding-top: 15px;
}
.image-header-box .text-container {
  padding: 30px 30px;
  font-size: 16px;
  line-height: 1.5em;
}
.image-header-box h2 {
  color: white;
  font-size: 32px;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 0px;
}
.image-header-box .img-header {
  background-position: center center;
  background-size: cover;
}
.image-header-box a {
  color: #58A597;
  transition: background-color 0.5s ease;
  padding: 10px 15px;
  border: solid 1px #58A597;
  border-radius: 6px;
  margin-top: 25px;
  display: block;
}
.image-header-box a:hover {
  color: white;
  background-color: #58A597;
}
.connect-item-box-v2 .vc_column-inner::after,
.vc_column-inner::before {
  content: none !important;
}
.connect-item-box-v2 > .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  background-size: cover;
}
.connect-item-box-v2 > .vc_column-inner .wpb_content_element {
  margin-bottom: 0px;
}
.connect-item-box-v2 > .vc_column-inner .wpb_wrapper {
  width: 100%;
}
.connect-item-box-v2 > .vc_column-inner h2 {
  font-size: 32px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: white;
}
.connect-item-box-v2 > .vc_column-inner h2 img {
  display: block;
  margin: 0px auto 10px auto;
}
.connect-item-box-v2 > .vc_column-inner .connect-description-text {
  height: 400px;
  margin: 0;
  display: none;
  justify-content: center;
  align-items: stretch;
  flex-flow: column;
  position: relative;
  z-index: 50;
}
.connect-item-box-v2 > .vc_column-inner .connect-description-text p {
  color: white;
  display: block;
  padding: 0px 50px 10px 50px;
  text-align: center;
}
.connect-item-box-v2 > .vc_column-inner .connect-description-text a {
  display: block;
  border: solid 1px white;
  padding: 9px 15px;
  border-radius: 30px;
  color: white;
  margin: 10px auto;
  text-align: center;
  max-width: 15em;
}
.connect-item-box {
  height: 400px;
  background-size: cover;
}
.connect-item-box div {
  height: 100%;
}
.connect-item-box a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.connect-item-box a h2 {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  display: block;
}
.connect-item-box a .connect-description {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  color: #2d2d2d;
  display: none;
  text-align: center;
  font-weight: 400;
}
.connect-item-box a .connect-description .cta {
  display: block;
  border: solid 1px #2d2d2d;
  padding: 6px 8px;
  border-radius: 20px;
  margin: 20px auto 20px auto;
  max-width: 200px;
}
.connect-item-box a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.connect-item-box a:hover h2 {
  display: none;
}
.connect-item-box a:hover .connect-description {
  display: block;
}
.connect-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  padding: 30px 40px;
  text-align: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.connect-overlay:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.connect-cta-header {
  margin-top: 0px;
}
.connect-details-header {
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 30px;
}
.cg-location-listing h3 {
  color: #F7A61B;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.cg-location-listing:hover {
  background-color: rgba(247, 166, 27, 0.1);
}
.location-listing-distance {
  color: #a5a5a5;
}
.cg-address {
  font-color: #a5a5a5;
  text-align: left !important;
}
.location-congregation-label {
  color: #a5a5a5;
}
.wpsl-street,
.wpsl-info-window span,
.wpsl-more-info-listings span {
  display: inline;
}
.wpsl-info-window h3 {
  color: #F7A61B;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#wpsl-gmap .wpsl-info-window {
  min-width: 225px !important;
  max-width: 350px !important;
}
.location-selector {
  background-color: #2C2A2B;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.location-selector a {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  display: block;
}
.location-selector a:hover {
  color: white;
}
.location-details-container {
  background-color: #4A6D6F;
  display: none;
}
.location-details-container h1,
.location-details-container h2,
.location-details-container h3 {
  color: white;
}
.location-details-container h2 {
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.1em;
}
.location-details-container .location-address {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.location-details-container .service-time {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}
.location-details-container .service-time-label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 8px;
  line-height: 1.1em;
  color: rgba(255, 255, 255, 0.6);
}
.location-details-container .location-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.location-details-container .service-time-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.location-details-container .location-action-container {
  margin-top: 40px;
  margin-bottom: 20px;
}
.location-details-container .location-action-container a.icon-label {
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 300;
}
.location-details-container .location-action-container a.icon-label img {
  display: block;
  margin: 0px auto 15px auto;
}
.location-details-container .sermon-hero {
  height: 450px;
}
.location-details-close {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  cursor: pointer;
}
.location-details-close i {
  position: relative;
  top: 4px;
}
.location-details-close:hover {
  color: white;
}
.latest-sermon-highlight-header {
  background-color: #272727;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.latest-sermon-highlight-header p.heading {
  color: white;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 0px;
}
.latest-sermon-highlight span {
  display: block;
  color: white;
}
div.latest-sermon-congregation {
  background-color: #393939;
  display: flex;
  align-items: center;
  transition: background-color 0.5s ease;
}
div.latest-sermon-congregation .congregation,
div.latest-sermon-congregation .sermon-meta {
  text-transform: uppercase;
  font-size: 12px;
}
div.latest-sermon-congregation .sermon-meta {
  color: rgba(255, 255, 255, 0.5);
}
div.latest-sermon-congregation .title {
  font-size: 18px;
}
div.latest-sermon-congregation a {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.latest-sermon-congregation .latest-sermon-play {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
div.latest-sermon-congregation .latest-sermon-pause {
  display: none;
}
div.latest-sermon-congregation .glyphicon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 50px;
  margin-top: 7px;
  transition: opacity 0.3s ease;
}
div.latest-sermon-congregation:hover {
  transition: background-color 0.5s ease;
  background-color: #464646;
}
div.latest-sermon-congregation:hover .latest-sermon-play {
  opacity: 1;
  transition: opacity 0.3s ease;
}
div.latest-sermon-congregation:hover .glyphicon {
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.latest-sermon-highlight div.latest-sermon-congregation:first-child {
  border-right: solid 2px #4d4d4d;
}
#centerCityPlay .congregation {
  color: #58A597;
}
#manayunkPlay .congregation {
  color: #F7A61B;
}
#delcoPlay .congregation {
  color: #f79670;
}
.current-series-title {
  text-align: center;
}
.series-title {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #272727;
  text-transform: none;
}
.series-description {
  font-size: 18px;
  text-align: center;
  color: #a3a3a3;
  margin-bottom: 75px;
  margin-top: 35px;
}
h3.congregation-header {
  font-family: "Aleo Light", "Montserrat", sans serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.panel-group .panel-sermon {
  border-top: solid 1px #d2d2d2;
  border-radius: 0;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.panel-group .panel-sermon .sermon-date,
.panel-group .panel-sermon .sermon-week,
.panel-group .panel-sermon .sermon-speaker,
.panel-group .panel-sermon .sermon-title {
  display: block;
  font-family: "Montserrat", "Lato", sans-serif;
}
.panel-group .panel-sermon .sermon-date {
  color: #272727;
  font-size: 14px;
  text-align: right;
}
.panel-group .panel-sermon .sermon-week {
  color: #a5a5a5;
  font-size: 12px;
  text-align: right;
}
.panel-group .panel-sermon .sermon-congregation {
  display: block;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 767px) {
  .panel-group .panel-sermon .sermon-congregation {
    text-align: left;
  }
}
.panel-group .panel-sermon .sermon-congregation-center-city {
  color: #F7A61B;
}
.panel-group .panel-sermon .sermon-congregation-manayunk {
  color: #58A597;
}
.panel-group .panel-sermon .sermon-congregation-delco {
  color: #f79670;
}
.panel-group .panel-sermon .sermon-title {
  font-size: 20px;
}
.panel-group .panel-sermon .sermon-speaker {
  color: #848484;
}
.panel-group .panel-sermon:first-of-type {
  border-top: none;
}
.post-filter {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  margin: 0 0 5rem 0;
  padding-left: 0;
}
@media (max-width: 700px) {
  .post-filter {
    flex-direction: column;
    text-align: center;
  }
}
.post-filter-item {
  margin: 0rem 2rem;
  display: inline-block;
}
@media (max-width: 700px) {
  .post-filter-item {
    margin-bottom: 2rem;
  }
}
.post-filter-link.active-filter {
  background-color: #feefd6;
}
@media (min-width: 701px) {
  .post-filter-item:first-of-type {
    margin-left: 0rem;
  }
}
@media (max-width: 700px) {
  .post-filter:last-of-type {
    margin-bottom: 0rem;
  }
}
.post-filter-link {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Montserrat", "Lato", sans-serif;
  color: #F7A61B;
}
.post-filter-link--neutral {
  color: #272727;
}
.post-filter-link--neutral.post-filter-link.active-filter {
  background-color: #e6e6e6;
}
.sermon-filter {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  margin: 0 0 5rem 0;
  padding-left: 0;
}
@media (max-width: 700px) {
  .sermon-filter {
    flex-direction: column;
    text-align: center;
  }
}
.sermon-filter-item {
  margin: 0rem 2rem;
  display: inline-block;
}
@media (max-width: 700px) {
  .sermon-filter-item {
    margin-bottom: 2rem;
  }
}
@media (min-width: 701px) {
  .sermon-filter-item:first-of-type {
    margin-left: 0rem;
  }
}
@media (max-width: 700px) {
  .sermon-filter:last-of-type {
    margin-bottom: 0rem;
  }
}
.sermon-filter-link {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Montserrat", "Lato", sans-serif;
}
#ccSermonFilter,
#ccStreamFilter {
  color: #F7A61B;
}
#ccSermonFilter.active-filter,
#ccStreamFilter.active-filter {
  background-color: #feefd6;
}
#delcoSermonFilter,
#delcoStreamFilter {
  color: #f79670;
}
#delcoSermonFilter.active-filter,
#delcoStreamFilter.active-filter {
  background-color: #fde4da;
}
#manayunkSermonFilter,
#manayunkStreamFilter {
  color: #58A597;
}
#manayunkSermonFilter.active-filter,
#manayunkStreamFilter.active-filter {
  background-color: #dcedea;
}
#allSermonFilter {
  color: #272727;
}
#allSermonFilter.active-filter {
  background-color: #e6e6e6;
}
.sermon-filter-link {
  cursor: pointer;
}
.no-sermons-message {
  text-align: center;
  margin-bottom: 6rem;
  display: none;
}
.no-sermons-message p {
  color: #848484;
}
.latest-sermon {
  background-color: rgba(150, 150, 150, 0.1);
  padding-bottom: 40px !important;
}
.latest-sermon .sermon-title:before {
  content: "Latest Sermon:";
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: solid 1px #848484;
  margin-bottom: 15px;
}
.icon-accordion-expand {
  transition: transform 0.4s ease;
}
.expand-rotated {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}
.all-series-item {
  height: 400px;
}
.all-series-item .series-description-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  padding: 30px 40px;
  text-align: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.all-series-item .series-description-overlay .series-overlay-title {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Montserrat";
}
.all-series-item .series-description-overlay .series-overlay-description {
  display: block;
  font-size: 14px;
}
.all-series-item .series-description-overlay .series-overlay-button {
  border: solid 1px white;
  border-radius: 50px;
  padding: 10px 15px;
  display: block;
  width: 35%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.all-series-item .series-description-overlay:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.series-congregation-header {
  display: block;
  text-align: center;
  color: #F7A61B;
  text-transform: uppercase;
  font-size: 16px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.resources-header {
  color: #F7A61B;
  margin-top: 20px;
  font-size: 16px;
}
#manayunk-details {
  background: transparent url('https://www.citylightphilly.com/wp-content/uploads/2016/05/manayunk-location-bg.jpg') no-repeat top left;
  background-size: cover;
}
#cc-details {
  background: transparent url('https://www.citylightphilly.com/wp-content/uploads/2015/12/centercity-location-bg.jpg') no-repeat top left;
  background-size: cover;
}
.btn-location-header {
  border: solid 1px white;
  border-radius: 30px;
  color: #4A6D6F;
  font-size: 18px;
}
.btn-location-header .header-sermon-title {
  display: block;
  font-size: 20px;
}
.btn-location-header .header-sermon-date {
  display: block;
  font-size: 14px;
  opacity: 0.7;
}
.btn-location-header i {
  font-size: 32px;
}
#latest-manayunk-sermon-wrapper,
#latest-centercity-sermon-wrapper {
  opacity: 0;
  margin-top: 50px;
  font-family: "Lato";
  color: white;
  font-size: 20px;
  font-weight: 300;
  border-left: solid 1px white;
}
#latest-manayunk-sermon-wrapper .powerpress_link_pinw,
#latest-centercity-sermon-wrapper .powerpress_link_pinw,
#latest-manayunk-sermon-wrapper .powerpress_links,
#latest-centercity-sermon-wrapper .powerpress_links {
  display: none;
}
#latest-manayunk-sermon-wrapper .header-sermon-title,
#latest-centercity-sermon-wrapper .header-sermon-title {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
}
#latest-manayunk-sermon-wrapper .header-sermon-date,
#latest-centercity-sermon-wrapper .header-sermon-date {
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 0.6;
  font-weight: 600;
}
#latest-manayunk-sermon-wrapper .header-sermon-date a,
#latest-centercity-sermon-wrapper .header-sermon-date a {
  text-align: left;
  color: white;
}
#latest-manayunk-sermon-wrapper .sermon-meta,
#latest-centercity-sermon-wrapper .sermon-meta {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}
#latest-manayunk-sermon-wrapper .header-sermon-series,
#latest-centercity-sermon-wrapper .header-sermon-series {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  opacity: 0.7;
  margin-bottom: 7px;
  display: block;
}
#latest-manayunk-sermon-wrapper .header-sermon-series a,
#latest-centercity-sermon-wrapper .header-sermon-series a {
  text-align: left;
  font-weight: 600;
  color: white;
}
#latest-manayunk-sermon-wrapper .header-sermon-speaker,
#latest-centercity-sermon-wrapper .header-sermon-speaker {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.7;
  margin-bottom: 7px;
  font-weight: 600;
}
#latest-manayunk-sermon-wrapper .header-sermon-speaker a,
#latest-centercity-sermon-wrapper .header-sermon-speaker a {
  text-align: left;
  color: white;
  opacity: 1;
}
@media (min-width: 768px) {
  #latest-manayunk-sermon-wrapper,
  #latest-centercity-sermon-wrapper {
    margin-top: 0px;
  }
}
.row-footer {
  margin-top: 0px;
  padding: 40px 0px 20px 0px;
  background-color: #2C2A2B;
}
@media (max-width: 991px) {
  .footer-location {
    margin-top: 5rem;
  }
}
@media (max-width: 991px) {
  .footer-location:first-of-type {
    margin-top: 0rem;
  }
}
.content-entry > .wpb_row:last-of-type {
  margin-bottom: 0px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent !important;
  border: none !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after {
  border: none !important;
}
span.vc_tta-title-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  color: #272727;
}
.vc_tta.vc_general .vc_tta-panel {
  border-top: solid 1px #d2d2d2;
}
.vc_tta.vc_general .vc_tta-panel:first-of-type {
  border-top: none;
}
.vc_tta.vc_general .vc_tta-icon {
  font-size: 1.5em;
  color: #4A6D6F;
}
.footer-section {
  margin: 20px 0px 20px 0px;
  text-align: center;
}
.footer-section h1 {
  color: #F7A61B;
  font-family: "Montserrat";
  font-size: 24px;
}
.footer-section p,
.footer-section .copyright,
.footer-section a.address-link {
  color: rgba(255, 255, 255, 0.8);
}
.footer-section .service-time {
  font-size: 18px;
  color: #ffffff;
}
.footer-section a {
  color: #F7A61B;
}
.footer-section a.address-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.browse-list {
  padding-left: 0;
}
.browse-list li {
  list-style: none;
  margin: 15px 0px;
}
.browse-list li a {
  color: #3d3d3d;
}
.browse-list .badge {
  background-color: #e4e4e4;
  background-color: #ededed;
  color: #848484;
}
.results-row {
  background-color: #fafafa;
}
.result-card {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
  border-left: solid 7px #272727;
}
.result-card .result-title {
  font-size: 22px;
  color: #272727;
}
.result-card .type-label {
  text-transform: uppercase;
  color: #848484;
}
.result-card .entry-summary {
  color: #848484;
}
.search-form {
  margin-top: 60px;
}
.search-form input[type="search"] {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px white;
  padding: 30px 20px;
  border-radius: 0px;
  color: white;
  font-size: 28px;
  font-weight: 300;
  box-shadow: none !important;
}
.search-form input[type="search"]:focus {
  box-shadow: none;
}
.search-form input[type="search"]:placeholder {
  color: white;
}
.search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-style: italic;
}
.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-style: italic;
}
.search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-style: italic;
}
.search-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-style: italic;
}
.search-form button[type="submit"] {
  background-image: none;
  background-color: transparent;
  color: white;
  font-size: 32px;
  border: none;
}
.search-form button[type="submit"] i {
  font-size: 40px;
  position: relative;
  top: -15px;
  left: -60px;
}
.search-form .btn-default {
  text-shadow: none !important;
  box-shadow: none !important;
}
.panel-post .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: 100px;
}
.panel-post .panel-heading img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-area-shaded {
  background-color: #fafafa;
}
.archive-item {
  background-color: white;
  border: solid 1px #ededed;
  padding: 10px 25px;
  margin: 20px 0px;
  transition: all 0.4s ease;
}
.archive-item h3 {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 20px;
}
.archive-item p {
  color: #848484;
}
.archive-item .timestamp {
  color: #848484;
  font-style: italic;
  font-weight: 300;
}
.archive-item:hover {
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.3);
}
.post-type-tag {
  color: #848484;
  text-transform: uppercase;
  padding: 4px;
  font-size: 1rem;
}
.post-type-tag i {
  padding-right: 5px;
}
.result-sermons {
  border-left: solid 7px #4A6D6F;
}
.result-page {
  border-left: solid 7px #F7A61B;
}
.feature-block-row,
.post-card-row {
  display: flex;
}
.feature-block {
  border: solid 1px #a5a5a5;
  margin: 35px;
  width: 50%;
}
.post-card-row {
  flex-wrap: wrap;
  justify-content: center;
}
.post-card {
  border: solid 1px #e4e4e4;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
  margin: 15px;
  width: 375px;
  display: flex;
  flex-direction: column;
}
.post-card a.read-more-link {
  color: #D47257;
}
.post-card .card-heading {
  height: 125px;
  background-size: contain;
  position: relative;
}
.post-card .card-heading .tag-badge {
  background-color: #D47257;
  padding: 2px 8px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, 50%);
  color: white;
  text-transform: capitalize;
  font-size: 12px;
  border: solid 1px white;
  border-radius: 4px;
}
.post-card .card-heading .tag-badge a,
.post-card .card-heading .tag-badge a:hover,
.post-card .card-heading .tag-badge a:visited,
.post-card .card-heading .tag-badge a:active {
  color: white;
}
.post-card .card-body {
  padding: 10px 25px;
}
.post-card .card-body h3 > a {
  color: #272727;
}
.post-card .card-body h3 > a:hover {
  text-decoration: underline;
}
.post-card .card-footer {
  padding: 5px 30px 15px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.post-card .card-footer .author-block {
  flex-basis: 55%;
  line-height: 16px;
}
.post-card .card-footer .author-block a {
  display: block;
}
.post-card .card-footer .author-block .role {
  color: #848484;
  font-style: italic;
  display: block;
  font-weight: 300;
}
.post-card .card-footer .author-photo {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 16px;
  margin-right: 8px;
  flex-basis: 32px;
}
.post-card .card-footer .date-block {
  text-align: right;
  flex-basis: 30%;
}
.post-card h3 {
  font-size: 140%;
  font-weight: 600;
  color: #272727;
}
.post-card p {
  font-size: 14px !important;
}
.pagination-row {
  text-align: center;
}
.single p {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.single .alignright {
  display: inline;
  float: right;
  margin-left: 3em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.single .alignleft {
  display: inline;
  float: left;
  margin-right: 3em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.hero-header .posted-on {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px !important;
  display: block;
  margin-top: 60px;
}
.hero-header .posted-on a {
  font-weight: 600;
  color: white;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.6);
}
.wp-caption {
  border: none !important;
  margin-bottom: 1.5em;
  max-width: 100%;
  background-color: #fafafa;
  padding: 8px;
}
.wp-caption figcaption {
  color: #848484;
}
main p {
  text-align: justify;
}
.img-shift-up {
  margin-top: -100px;
  border: solid 4px white;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.5);
}
.sermon-details {
  margin-top: 70px;
}
.transcript-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
p.series-label {
  text-align: center;
  font-size: 140%;
  font-weight: 300;
  padding-top: 15px;
  display: block;
}
p.series-label a {
  color: #272727;
  font-weight: 500;
  border-bottom: dotted 1px #272727;
}
.author-content-list {
  margin-top: 100px;
}
.shifted-image-content {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .alignright {
    margin-right: -150px;
  }
  .alignleft {
    margin-left: -150px;
  }
}
@media (min-width: 992px) {
  .multi-column {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
@media (mmax-width: 700px) {
  .alignright,
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
#ccStream,
#delcoStream {
  display: none;
}
@media (max-width: 1250px) {
  .top-icon .aio-icon-description {
    margin-top: 0px !important;
  }
}
@media (max-width: 992px) {
  .panel-group .panel-sermon {
    margin-left: 0px;
    margin-right: 0px;
  }
  .latest-sermon-highlight div.latest-sermon-congregation:first-child {
    border-right: none;
    border-bottom: solid 2px #4d4d4d;
  }
  .panel-group .panel-sermon .sermon-date,
  .panel-group .panel-sermon .sermon-week {
    font-size: 12px;
    display: inline;
  }
  .panel-group .panel-sermon .sermon-week:before {
    content: "  |  ";
  }
  .sermon-week-info {
    padding-bottom: 15px;
  }
}
.vc_col-has-fill > .vc_column-inner {
  padding-top: 0px !important;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*# sourceMappingURL=cl4.css.map */