/*
Theme Name:     Story Child by Art /Rhetor
Author:         Pexeto
Author URI:     http://pexetothemes.com
Template:       thestory
*/

@import url("../thestory/style.css");

/* Typography */

body {
  color: #4b4b4b;
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.7;
  background-color: #ffffff !important;
}

.content p, .content li {
    text-align: justify;
}

.content .col p {
    text-align: initial;
}

.content li {
  margin: 0 0 10px 0;
}

a {
  color: #4b4b4b;
    border-bottom: 1px dotted #a5a5a5;
    text-decoration: none;
    cursor:pointer;
}

a:hover {
    color: #4b4b4b;
    border-bottom-style: solid;
}

h1 {
    padding: 0 0 15px 0;
    color: #4b4b4b;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: .25px;
    text-transform: uppercase;
    line-height: 50px;
}

h2,
h3,
h5,
h6 {
      padding: 45px 0 5px 0;
      color: #4b4b4b;
      font-family: 'Muli', sans-serif;
      text-transform: uppercase;
    }

h2 {
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 26px;
}

h3 {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0.65px;
    line-height: 23px;
    border-top: 1px solid;
    padding: 2px 0 10px 0;
    margin-top: 33px;
}

h4 {
    padding: 15px 0 5px 0;
    color: #4b4b4b;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 17.5px;
    line-height: 24.5px;
}

h5 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .65px;
    line-height: 18px;
    padding: 10px 0px 5px 0px;
}

h6 {
    padding: 25px 0px 5px 0px;
    font-size: 13.5px;
    color: #a5a5a5;
    font-weight: 900;
    letter-spacing: 1.35px;
    line-height: 11px;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

 @media screen and (max-width: 768px) {
  .content p, .content li {
      text-align: left;
  }
}

/* Text Colors */

#white {
    color: #ffffff;
}


#black {
    color: #4b4b4b;
}

#half-black {
    color: #a5a5a5;
}

#green {
    color: #577875;
}

#half-green {
    color: #aabcba;
}

#blue {
    color: #47576c;

}

#half-blue {
    color: #a2abb5;
}

#yellow {
    color: #d6b13a;
}

#half-yellow {
    color: #edd8a0;
}

#purple {
    color: #514781;
}

#half-purple {
    color: #a6a3bf;
}

#orange {
    color: #e77047;
}

#half-orange {
    color: #f5b7a5;
}



/* Images */


/* Videos — From benmarshall.me */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Page Divs */

.color-box {
    padding: 15px 20px;
}

.cb-margin {
    margin: 0 10px 10px 0;
}

.color-box h1,
.color-box h2,
.color-box h3,
.color-box h4,
.color-box h5,
.color-box h6,
.color-box p {
    color: #ffffff;
}

.color-box p {
    margin: 0;
}

.color-box a {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    text-decoration: none;
}

.color-box a:hover {
    color: #ffffff;
    border-bottom-style: solid;
}

.color-box .button {
    border-bottom: 0;
    margin: 0 0 5px 0;
    display: inherit;
}

.half-color-box a {
    border-bottom: 1px dotted #4b4b4b;
}

.half-color-box a:hover {
    border-bottom-style: solid;
}

/* Page Div Colors */

#black-box {
    background: #4b4b4b;
    color: #ffffff !important;
}

#half-black-box {
    background: #a5a5a5;
    color: #4b4b4b;
}

#tenth-black-box {
    background: #f0f0f0;
    color: #4b4b4b;
}

#green-box {
    background: #577875;
    color: #ffffff !important;
}

#half-green-box {
    background: #aabcba;
}

#blue-box {
    background: #47576c;
}

#half-blue-box {
    background: #a2abb5;
    color: #4b4b4b;
}

#yellow-box {
    background: #d6b13a;
}

#half-yellow-box {
    background: #edd8a0;
    color: #4b4b4b;
}

#purple-box {
    background: #514781;
}

#half-purple-box {
    background: #a6a3bf;
    color: #4b4b4b;
}

#orange-box {
    background: #e77047;
}

#half-orange-box {
    background: #f5b7a5;
    color: #4b4b4b;
}

/* Flexbox */

.flex-container-center-align {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.flex-container-top-align {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

    .flex-container-top-align p {
      text-align: left;
    }

.flex-one-half {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 285px;
}

.flex-one-half-pad {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 285px;
    padding-right: 5px;
}

.flex-two-thirds {
    flex-grow: 3;
    flex-shrink: 0;
    flex-basis: 300px;
    padding-right: 25px;
}

.flex-one-third {
    flex-grow: 1;
    flex-shrink: 2;
    flex-basis: 200px;
}

/* Forms */

.content-box form {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    /*border-top: 1px solid #a5a5a5;*/
}

/* Buttons */

button,
.button,
input[type="submit"],
input[type="button"],
#submit {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    letter-spacing: 1.65px;
    font-size: 15px;
    padding: 15px 25px;
    margin: 5px 5px 0 0;
    line-height: 18px;
    border-radius: 0;
}

.button.half-button {
  margin: 5px 1% 0 0;
  width: 41.7%;
}

p .button.half-button:nth-of-type(2) {
  margin-right: 0;
}

 @media screen and (max-width: 670px) {

   .button.half-button {
     margin: 5px 0 0 0;
     width: 85.5%;
   }

}

/* Accordian */


.accordion-title {
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
    background: #a5a5a5;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    letter-spacing: 1.65px;
    font-size: 15px;
}

.accordion-title:hover {
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.accordion-container.accordion-all-closed .accordion-title {
  margin-bottom: 0;
}

.accordion-title.current {
    border-bottom: 0;
    font-weight: 300;
}

.parent-pageid-566 .accordion-title {
    background: #a6a3bf;
}

.ac-indicator {
    background-image: none;
    margin: 0;
}


.ac-indicator:before {
    content: "+";
}

.current .ac-indicator:before {
    content: "-";
}

.accordion-container .pane {
    padding: 15px;
    margin-top: -30px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}



      /* Subtle, disappearing expander (Read more...) */
      .subtle-expand .accordion-container {
        margin-bottom: 0;
      }

      .subtle-expand .accordion-title {
          padding: 0 0 15px 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.05);
          border-radius: 0;
          background: none;
          text-transform: uppercase;
          font-size: 11px;
          cursor: pointer;
          color: #4b4b4b;
          font-family: 'Muli', sans-serif;
          font-weight: 300;
          letter-spacing: 1.65px;
          font-size: 15px;
          margin-bottom: 0;
      }

      .subtle-expand .accordion-title.current {
          display: none;
      }

      /*
      .subtle-expand .ac-indicator,
      .subtle-expand .ac-indicator:before,
      .current .ac-indicator:before {
        display: none;
      } */


      .subtle-expand .accordion-container .pane {
          padding: 0;
          margin-top: 0;
          border: 0;
        }

/* Headers */

#header {
    padding-top: 6px;
}

.slider-active .page-wrapper .header-wrapper #header {
    padding-top: 24px;
}

.header-wrapper {
  padding: 18px 0;
}

.slider-active .page-wrapper .header-wrapper {
    padding: 0;
}

.header-wrapper .section-header {
    padding-bottom: 5px;
}

.header-layout-center #logo-container {
    margin: 0;
}

.header-layout-center #menu {
    height: 44px;
}

#logo-container a {
    border: 0;
}

.full-bg-image {
    background-size: cover;
}

.page-title h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: .25px;
    font-family: 'Oswald', sans-serif;
}

.page-subtitle {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    letter-spacing: 1.65px;
    line-height: 18px;
    margin-top: 7px;
}

.page-id-58 .menu-logo,
.page-id-6889 .menu-logo {
    display: none;
}


/* Footers */

#footer {
    bottom: 63px;
    background-color: transparent !important;
}

.footer-bottom {
    padding: 23px 0;
    background-color: #ffffff !important;
}

.footer-bottom .section-boxed {
    width: 90%;
    max-width: 502px;
}

.copyrights {
    text-align: center;
}

.copyrights a {
    color: #a5a5a5;
    border-color: #a5a5a5;
}

.copyrights a:hover {
    color: #a5a5a5;
    border-color: #a5a5a5;
}


/* Navigation */

.navigation-container {

}

#menu ul li a {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    letter-spacing: 1.65px;
    line-height: 18px;
    border: 0;
}

#menu ul li a img {
    width: 59px;
    margin-top: -5px;
}

ul.menu-ul > li {
    padding-bottom: 0;
}

#menu ul li a img:after {
    display: none;
}

.nav-menu li:not(.mega-menu-item) li a:hover {
    color: #ffffff;
    color: rgba(255, 255, 255, 1);
      -moz-opacity: .775;
  -khtml-opacity: .775;
  -webkit-opacity: .775;
  opacity: .775;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=78)";
  filter: alpha(opacity=78);
}

.nav-menu ul li a:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 1);
  -moz-opacity: .775;
  -khtml-opacity: .775;
  -webkit-opacity: .775;
  opacity: .775;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=78)";
  filter: alpha(opacity=78);
}


.nav-menu ul .current-menu-item > a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.nav-menu > ul > li > a:after,
.nav-menu > div.menu-ul > ul > li > a:after {
    display: none;
}

.nav-menu > ul > li > a:hover:after,
.nav-menu > div.menu-ul > ul > li > a:hover:after,
.nav-menu > ul > li:hover > a:after {
  height: 1px;
}

.nav-menu .sub-menu li:first-child, .nav-menu .children li:first-child {
    border-top: 0;
}

.nav-menu ul ul li {
    display: block;
    float: left;
    padding: 4px 0 4px 0;
    width: 100%;
    background-color: #a5a5a5;
}

.nav-menu ul ul li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-menu ul ul li a:hover {
    text-decoration: none;
    border: 0;
}

.nav-menu .sub-menu li:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.page-id-2657 .menu-item-4381 {
  display: none;
}

/* Page Structure */

html {
    height: 100%
}

body {
    height: 100%;
}

#main-container {
    min-height: 100%;
    height: 100%;
}

.page-wrapper {
    min-height: 100%;
}

.fill-width {
    width: 100%
}

.content-boxed, .page-template-template-full-custom-php .section-boxed, .section-boxed {
    max-width: 975px;
}

.content-box {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    padding: 0;
    width: 100%;
    min-height: 400px;
}

#content-container {
    padding: 40px 3% 63px 3%;
}

.page-template-template-full-custom-php #content-container {
    padding: 0 0 63px 0;
}

.cols-wrapper {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}


#content {
     max-width: 64%;
}

#sidebar {
    max-width: 33%;
    width: 33%;
    padding-top: 65px;
}

.single-post #sidebar,
.search-results #sidebar,
.category #sidebar {
    padding-top: 0;
}

#text-16 {
    margin-bottom: 32px;
}

#text-17 {
    margin-bottom: 18px;
}

#text-18 {
    margin-bottom: 10px;
}

.page-menu {
    padding-bottom: 45px;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 25px;
    text-align: center;
}

.page-menu-bottom {
    padding-top: 45px;
    padding-bottom: 25px;
    border-top: 1px solid #a5a5a5;
    margin-top: 25px;
    text-align: center;
}

.ministry-logo {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 40px;
}


/* Content Slider */

.content-slider {
  padding: 0;
  height: 60vh;
  min-height: 500px;
  max-height: 1000px;
}

.content-slider .section-boxed {
    width: 100%;
    margin: auto;
}

#slider-container .full-bg-image {
    background-attachment: inherit;
}

.cs-small-title {
  font-family: 'Muli', sans-serif;
  font-weight: lighter;
}

.cs-content-centered .cs-small-title {
  text-align: center;
}

.content-slider h2 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    font-size: 50px !important;
    letter-spacing: .25px !important;
    text-transform: uppercase !important;
    line-height: 48px !important;
}

.content-slider .cs-content-centered h2 {
    text-align: center;
}

.cs-subtitle {
  color: #ffffff;
  padding-top: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-family: 'Muli', sans-serif;
}

.cs-content-centered.col {
    max-width: 620px;
}

ul#cs-slider-ul li:nth-of-type(2) .cs-content-right {
    overflow: hidden;
    height: 277px;
}

ul#cs-slider-ul li:nth-of-type(5) .cs-content-right {
    overflow: hidden;
    height: 287px;
}

 p.cs-element {
    margin: 15px 0 0 0;
 }

 p.cs-element.cs-small-title {
    margin: 0;
 }

 .content-slider .button:hover {
   opacity: 0.9 !important;
   -webkit-transition: none;
     -moz-transition: none;
     -ms-transition: none;
     -o-transition: none;
     transition: none;
 }

 .cs-arrows {
   background-color: #4b4b4b;
   border-radius: 0 !important;
   -moz-opacity: 1;
   -khtml-opacity: 1;
   -webkit-opacity: 1;
   opacity: 1;
 }

 .cs-arrows:hover {
   opacity: 0.9 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    color: #ffffff;
 }


 @media screen and (max-width: 768px) {

   .content-slider {
     padding: 0;
     height: 90%;
     min-height: none;
     max-height: none;
   }

  .content-slider h2 {
    font-size: 40px !important;
    line-height: 38.5px !important;
    text-align: center !important;
  }

  .cs-small-title {
    font-weight: 600 !important;
  }

  .cs-subtitle {
    font-size: 15.5px;
    line-height: 17px;
  }

  .content-slider .section-boxed {
    padding: 0 5%;
  }

  .cs-content-right,
  ul#cs-slider-ul li:nth-of-type(2) .cs-content-right {
      height: 0px;
      overflow: hidden;
  }

/**
  ul#cs-slider-ul li:nth-of-type(2) .cs-content-right,
  ul#cs-slider-ul li:nth-of-type(4) .cs-content-left,
  ul#cs-slider-ul li:nth-of-type(5) .cs-content-right {
      height: 0px;
  }

  **/

 }


/* Fullscreen Slider */

.section-text {
    background-blend-mode: ;
}

.layout-cc .section-content {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.layout-lt .section-content {
    padding-left: 8%;
    margin-top: 9%;
}

.section-text .section-title, .section-text .section-desc {
    max-width: 700px;
}

.section-title {
    padding: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: .25px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: left;
}

.section-text p {
    text-align: left;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 27px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

.full-screen-caption-text p {
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0px;
    font-weight: normal;
    text-transform: none;
    margin-top: 23px !important;
}

.section-content .button {
    margin-top: 23px;
    float: left;
}




/* Pagination */

.pg-pagination a, #content-container .wp-pagenavi a, #content-container .wp-pagenavi span, #blog-pagination a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

#content-container .wp-pagenavi span.extend {
    border: 0;
}

.scroll-to-top {
    border-radius: 0;
    background-color: #4b4b4b;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.scroll-to-top:hover {
    background-color: rgba(75, 75, 75, .9) !important;
}

/* Blog */


    /* PFS Titles*/
    .search .category-preparing-for-sunday .post-title-wrapper h2 a:before,
    .category .category-preparing-for-sunday .post-title-wrapper h2 a:before {
        content: "Preparing for Sunday: ";
    }

    .category-preparing-for-sunday .post-title-wrapper h1:before {
        content: "Preparing for Sunday:\00a0\00a0\00a0";
    }

    .category-preparing-for-sunday .rp-no-header h2 a:before {
        content: "Preparing for Sunday: ";
    }

        /*PFS Title Exceptions*/
        .search .category-ash-wednesday.category-preparing-for-sunday .post-title-wrapper h2 a:before,
        .category .category-ash-wednesday.category-preparing-for-sunday .post-title-wrapper h2 a:before,
        .search .category-advent-hymn-sing.category-preparing-for-sunday .post-title-wrapper h2 a:before,
        .category .category-advent-hymn-sing.category-preparing-for-sunday .post-title-wrapper h2 a:before,
        .search .category-good-friday.category-preparing-for-sunday .post-title-wrapper h2 a:before,
        .category .category-good-friday.category-preparing-for-sunday .post-title-wrapper h2 a:before,
        .search .category-easter-sunday.category-preparing-for-sunday .post-title-wrapper h2 a:before,
        .category .category-easter-sunday.category-preparing-for-sunday .post-title-wrapper h2 a:before {
            content: "Preparing for ";
        }

        .category-ash-wednesday.category-preparing-for-sunday .post-title-wrapper h1:before,
        .category-advent-hymn-sing.category-preparing-for-sunday .post-title-wrapper h1:before,
        .category-good-friday.category-preparing-for-sunday .post-title-wrapper h1:before,
        .category-easter-sunday.category-preparing-for-sunday .post-title-wrapper h1:before {
            content: "Preparing for ";
        }

.contains-posts article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contains-posts article:nth-last-of-type(1) {
    border-bottom: 0;
}

.category-sermons .entry-summary {
    display: none;
}

/* Pexto Recent Posts */

.pexeto-recent-posts {
    margin: 0 0 10px 0;
}

.pexeto-recent-posts #tenth-black-box:hover {
    background: #f4f4f4;
}

.pexeto-recent-posts p {
    margin: 0 0 5px 0;
}

    /* Hiding excerpts this way preserves the structure around. */
    .pexeto-recent-posts p.rp-post-excerpt {
        font-size: 0;
    }
        /* To un-hide manually as needed, put in a div class "has-post-excerpt" */
        .has-post-excerpt .pexeto-recent-posts p.rp-post-excerpt {
            font-size: 15px;
        }

.pexeto-recent-posts .cols-3 .col {
    width: 32.66%;
}

.rp-post-title {
    font-size: 20.5px;
    line-height: 18px;
}

.rp-post-title a {
    border: 0;
}


.pexeto-recent-posts .col {
    margin: 10px 1% 20px 0;
}

.pexeto-related-posts .col {
    margin-right: 2%;
}

.pexeto-related-posts .cols-3 .col {
    width: 32%;
}

.pexeto-related-posts > h3:after {
    display: none;
}

#story_recent_posts-13 {
    margin-bottom: 22px;
}

#story_recent_posts-14 {
    margin-bottom: 22px;
}

@media screen and (max-width: 768px){

    .cols-wrapper.cols-3 .col {
        width: 100%;
    }

}

/* Pexto Recent Posts—Sermons Page */

    /* This used to be specific to this page, but has now been implemented site-wide for "recent post" sections
    .page-id-451 .rp-post-excerpt {
        font-size: 0;
    } */

.sermon-data {
    color: #a5a5a5;
    font-size: 13px;
}

.sermon-data h5 {
    padding: 2.5px 0 10px 0;
    color: #4b4b4b;
    letter-spacing: 0.65px;
    font-size: 13.45px;
}

.sermon-data a {
    color: #a5a5a5;
}

.sermon-data a:hover {
    color: #a5a5a5;
}

.page-id-451 .pexeto-recent-posts .cols-wrapper.cols-4 .col {
    width: 32.66%;
}

.page-id-451 .cols-4 .col:nth-of-type(3n) {
  clear: none;
  margin: 10px 0 20px 0;
}

.page-id-451 .cols-4 .col:nth-of-type(4n) {
    display: none;
}

@media screen and (max-width: 1000px){
    .page-id-451 .pexeto-recent-posts .cols-wrapper.cols-4 .col {
        width: 49.5%;
    }

    .page-id-451 .cols-4 .col:nth-of-type(3n) {
    clear: none;
    margin: 10px 1% 20px 0;
    }

    .page-id-451 .cols-4 .col:nth-of-type(4n) {
        display: inline;
    }
}

@media screen and (max-width: 520px){

    .page-id-451 .cols-4 .col:nth-of-type(4n) {
        display: none;
    }
}


/* Single Post */

.post-content {
    padding: 0 0 40px 0;
}

.post-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
}

.blog-post-img img {
    padding-bottom: 40px;
}

    .tag-hide-featured-image .blog-post-img {
      display: none;
    }

.post-content .post-info {
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.65px;
    line-height: 18px;
    color: #4b4b4b;
}

.blog-single-post .post-tags {
    display: none;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #4b4b4b !important;
}

.mejs-container a {
    border: 0;
}

.pexeto-related-posts h3 {
    text-align: inherit;
    font-weight: inherit;
    font-size: 23px;
    margin-bottom: 10px;
}

/* Video Posts */

.post-video-wrapper {
    padding-bottom: 40px;
}

/* Gallery Posts */

.nivo-caption {
    background-color: #4b4b4b;
    text-shadow: 0;
    font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.7;
}

.pexeto-related-posts .cols-3 .nivoSlider {
    max-height: 112px;
}

.pexeto-recent-posts .cols-4 .nivoSlider {
    max-height: 124px;
}

.nivo-slider img {
    vertical-align: middle;
}

.blog-single-post .nivo-wrapper,
.search-results .nivo-wrapper,
.category .nivo-wrapper {
    margin-bottom: 40px;
}


.blog-single-post .pexeto-related-posts .nivo-wrapper {
    margin-bottom: 0;
}

/* Audio Players */

.mejs-audio {
    display: none;
}

  /* Unhide this particular media player for Hub Kids' Sunday Worship Pages */
  .category-kids-sunday-worship .mejs-audio {
    display: block;
  }

.powerpress_player {
    padding-bottom: 21px;
}

.category-park-church-podcast .powerpress_player, .category-park-church-podcast .powerpress_links {
    display: none;
}

.powerpress_player .mejs-audio {
    display: block;
}

.powerpress_links {
    font-size: 0;
}

.powerpress_links a {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    letter-spacing: 1.65px;
    font-size: 15px;
    padding: 15px 25px;
    margin-top: 20px;
    line-height: 18px;
    border-radius: 0;
    color: #ffffff;
    background-color: #4b4b4b;
    text-transform: uppercase;
    border-bottom: 0;
}

.powerpress_links a:hover {
    opacity: 0.9;
    color: #ffffff;
}

.powerpress_link_pinw {
    display: none;
}


/* Category Pages */

.post-title-wrapper h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    color: #4b4b4b;
    font-family: 'Oswald', sans-serif;
        letter-spacing: .25px;
    text-transform: uppercase;
}

.post-title a {
    color: #4b4b4b;
    border: 0;
}

.post-title a:hover {
    color: #4b4b4b;
    border: 0;
}

.blog-post-img a {
    border: 0;
}

.blog-post-img a:hover {
    border: 0;
}


/* 404 Page */
.error404 #not-found {
  width: 375px;
}

.error404 input[type="text"].search-input {
  border-color: rgba(0,0,0,0.05);
  width: 100%;
}


/* Search Bar and Search Results */

input[type="text"].search-input, #searchform input[type="text"] {
    padding: 15px;
    width: 90%;
    text-indent: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #4b4b4b;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;

}

nput[type="submit"].search-button, input[type="submit"]#searchsubmit {
    top: 11px;
}

.search-results .post-content {
    padding-top: 0;
}

.read-more {
 text-decoration: none;
    background: #f0f0f0;
    color: #4b4b4b;
    text-align: center;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.65px;
    font-size: 15px;
    padding: 15px 25px;
    line-height: 18px;
    border: 0;
    border-radius: 0;
}

.read-more:hover {
  background: #f4f4f4;
}

/* Service Boxes */

.sc-spacer {
    display: none;
}

.services-box h3 {
    font-weight: inherit;
    padding: 0;
    margin-top: 0;
    font-size: 18.5px;
}

.services-wrapper.cols-2 .col {
    width: 49.5%;
}

.services-wrapper.cols-3 .col {
    width: 32.66%;
}

@media screen and (max-width: 768px) {
  .services-wrapper.cols-3 .col {
      width: 48.4%;
  }

  .services-wrapper.cols-3 .col:nth-of-type(3n) {
  margin-right: 1%;
  }
}

/* Homepage special annoucement mobile adjustment */

@media screen and (max-width: 600px) {
    #special-announcement h2 {
      text-align: center !important;
    }

    #special-announcement div:nth-of-type(2), #special-announcement div:nth-of-type(3) {
      margin: 0 auto;
    }
}

/* Default—Home Boxes */

.home-boxes-container {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* height: 45vh;  this used to be clutch but now it's buggy and working without, so let's try without it.*/
    min-height: 325px;
}

.home-boxes-container .cols-wrapper {
    justify-content: center;
}

.services-default.cols-3 .col {
    width: 32%;
}

.services-default .col {
    margin: 20px 3px;
    padding: 0;
    background-color: #4b4b4b;
}

.services-default .col:nth-of-type(2n) {
   background-color: #d6b13a;
}

.services-default .services-content {
    padding: 0;
}

.services-default .services-content:hover {
   -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.services-default .sc-spacer {
    display: inherit;
    height: 5px;
    background-color: #ffffff;
}

.sc-box {
    width: 100%;
    height: 100%;
}

.services-default .sc-wraper {
  background: rgba(255,255,255, 0);
  padding: 10px 0;
}

.services-default .sc-wraper:hover {
  background: rgba(255,255,255, .1);
}

.services-default .services-box h3 {
    padding: 5px 0;
    margin-top: 0;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .75px;
    text-transform: uppercase;
    line-height: 50px;
    border-top: 0;
}

    .services-default.cols-4 .services-box h3 {
        padding: 5px 0;
        margin-top: 0;
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0px;
        text-transform: uppercase;
        line-height: 50px;
        border-top: 0;
    }

.services-default .services-box a {
    border-bottom: 0;
}

.services-default .services-box a:hover {
    color: #ffffff;
}

.services-default img {
    height: auto;
    width: 49.5vh;
    max-width: none;
}

.services-default .img-container {
    overflow: hidden;
    height: 33vh;
    max-height: 409px;
    background-color: #ffffff;
}

/* Boxed-Photo Style—Page Content */

.services-boxed-photo .services-box {
    padding: 0;
    background: #f0f0f0;
    text-align: left;
    margin: 10px 1% 10px 0;
}

.services-boxed-photo .col {
    margin-right: 1%;
}

.services-boxed-photo .services-box h3:after {
    display: none;
}

.services-boxed-photo .services-box h3{
    text-align: left;
    padding: 2px 0 10px 0;
    margin-top:5px;
    font-size: 19.5px;
}

.services-boxed-photo .services-box h3 a{
    border: 0;
}

.services-boxed-photo .services-box h3 a:hover{
    border: 0;
}

.services-boxed-photo .services-box p{
    margin: 0 0 5px 0;
}

.services-boxed-photo .services-content {
    padding: 15px 20px;
    max-width: 100%;
}



/* Boxed-Photo Style—Sermon Archive */

.sermon-archive .services-boxed-photo .services-content:hover {
  background-color: #f4f4f4;
    cursor: pointer;
}



/* Fullboxes—Leadership */

.services-fullbox {
    justify-content: flex-start !important;
    padding-bottom: 30px;
}

.services-fullbox .services-box {
    background: #47576c;
}


.services-fullbox .col:nth-of-type(2n) {
    background-color: #a2abb5;
}

.services-fullbox .services-box h3 {
    color: #ffffff;
    border-top: 0;
    line-height: 20px;
}

.services-fullbox .services-box h3 a {
    border: 0
}

.services-fullbox .services-box h3 a:hover {
    color: inherit;
}

.about-staff h4 {
    padding-bottom: 14px;
}

.services-fullbox .services-box p{
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    padding-top: 4px;
}

.services-fullbox .services-content:hover {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.about-staff .services-fullbox .services-content {
    min-height: 63px;
}

.sc-no-hover .services-content:hover {
  background-color: rgba(255, 255, 255, 0);
}

.services-fullbox .services-box img {
    vertical-align: top;
}



/* Icon Style—Ministries */

.services-icon {
    align-items: center !important;
}

.services-icon .services-box {
    margin: 10px 1% 10px 0;
}

.services-icon .img-container {
    width: 80%;
    height: auto;
    border-radius: 0;
    background-color: transparent !important;
    padding: 10px 0;
}

.services-icon h3 {
    display: none;
}


/* Sidebar and Widgets */

#sidebar > .sidebar-box h4 {
    margin-top: 0;
    padding: 2px 0 20px 0;
    text-align: inherit
}

.sidebar-box .title {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0.65px;
    line-height: 23px;
    border-top: 1px solid;
    margin-bottom: 0;
    font-family: 'Muli', sans-serif;
}

.sidebar-box {
    margin-bottom: 55px;
}

      /* Adjusted Sidebar Padding for Speciifc Pages */
      .page-id-6800 #sidebar {
        padding-top: 6px;
      }



/* Story Recent Posts Widget */

.lp-title {
    color: #4b4b4b;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 18px;
    font-size: 16px;
    margin-top: 5px;
}

.lp-title a {
    color: inherit;
    border: 0;
}

.lp-post-info {
    color: #4b4b4b;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 18px;
    font-size: 15px;
    opacity: 1;
}

.lp-wrapper .img-frame {
    padding: 0 0 5px 0;
    width: 40%;
}

.sidebar-latest-posts .lp-wrapper:nth-last-of-type(1) {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Archive Widget */

.widget_archive li {
    padding: 5px 0;
    padding-left: 0;
}

.widget_archive li a {
    padding: 0;
    color: #4b4b4b;
    border: 0;
}

.widget_archive li a:hover {
    color: #4b4b4b;
    border: 0;
    cursor: pointer;
}

/* Custom Menu Widget */

.widget_nav_menu li {
    padding: 5px 0;
    padding-left: 0;
}

.widget_nav_menu li a {
    padding: 0;
    color: #4b4b4b;
    border: 0;
}

.widget_nav_menu li a:hover {
    color: #4b4b4b;
    border: 0;
    cursor: pointer;
    -moz-opacity: .875;
    -khtml-opacity: .875;
    -webkit-opacity: .875;
    opacity: .875;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
    filter: alpha(opacity=88);
}

.widget_nav_menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_nav_menu img {
    width: 68%;
    padding: 15px 0;
}

.widget_nav_menu li.current-menu-item {
    display: none;
}

/* Contact Page */

.page-template-template-contact form  {
    display: block;
    width: 95%;
}

.pexeto-contact-form input[type="text"],
.pexeto-contact-form input[type="password"],
.pexeto-contact-form textarea,
.pexeto-contact-form input[type="search"] {
    margin-bottom: 5px;
    padding: 15px;
    max-width: 96%;
    width: 96%;
    border: 1px solid #a5a5a5 !important;
    border-radius: 0;
    background: transparent;
    color: #4b4b4b;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    line-height: 25.5px;
    box-shadow: none;

}

.pexeto-contact-form input[type="text"],
.pexeto-contact-form input[type="password"],
.pexeto-contact-form textarea,
.pexeto-contact-form input[type="search"] {
    text-indent: 0;
}

.pexeto-contact-form textarea {
    min-height: 135px;
}

.pexeto-contact-form .info-box, .note-box, .tip-box, .error-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 20px 0;
    padding: 15px 20px;
    color: #4b4b4b;
    text-shadow: none;
    text-align: left;
}

.pexeto-contact-form .error-box {
    background: #4b4b4b;
    color: #ffffff;
    font-weight: bold;
}

.pexeto-contact-form .info-box {
    background: #577875;
    color: #ffffff;
    font-weight: bold;
}

.page-id-2603 .fa {
    color: #a5a5a5;
}


/** Staff Bio Pages (Written Mobile-First; Added 2020.05) **/

.parent-pageid-2663 .header-wrapper .full-bg-image {
  background-image: none !important;
  background-color: #47576c;
}

.parent-pageid-2663 #content-container {
  padding: 40px 9% 63px 9%;
}

.parent-pageid-2663 .content h1 {
  padding-bottom: 10px;
  clear: none;
}

.parent-pageid-2663 .content h5 {
  padding: 0 0 15px 0;
  clear: none;
}

img.bio-photo {
  /*
  width: 100%;
  max-width: 270px; */
}

@media (min-width: 555px) {

  img.bio-photo {
    width: 36%;
    max-width: 345px;
    min-width: 220px;
    float: right;
    margin-left: 3%;
    margin-bottom: 3%;
    margin-top: 0;
  }

}





/*** The Church Scattered / Hub Pages 2020.03 ***/

.parent-pageid-58 #full-width.content,
.parent-pageid-7198 #full-width.content,
.parent-pageid-7106 #full-width.content,
.parent-pageid-6915 #full-width.content,
.parent-pageid-6982 #full-width.content {
    max-width: 675px;
    margin: 0 auto;
    padding: 0;
}

.hub-banner {
  width: 99%;
  background-size: cover;
  margin: 15px auto 0px auto;
}

      .hub-banner p {
        margin: 0;
      }

.stream-preview {
  height: 161px;
  overflow: hidden;
}

      .stream-preview div {
        margin-top: -20px;
      }

.hub-boxes .services-default {
  margin-bottom: 11px;
}

.hub-boxes .services-default .col {
  margin: 0.5%;
}

.hub-boxes .services-default.cols-3 .col {
  width: 32.33%;
}

.hub-boxes .services-default.cols-4 .col {
  width: 24%;
}

.hub-boxes .services-default .img-container {
  height: 250px;
}

    .hub-boxes .services-default.cols-4 .img-container {
      height: 236px;
    }

.hub-boxes .services-default img {
  width: 178%;
}

    /* A little more image visible on the Kids & Families Page, Please */
    .page-id-6982 .hub-boxes .services-default img {
      width: 145%;
    }

.hub-boxes .services-default .services-box h3 {
  line-height: 22.5px;
  margin: 0px 10px;
  padding: 0;
}

.hub-boxes .services-default .services-box p {
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  line-height: 14.5px;
  font-style: italic;
  margin: 10px 10px 0px 10px;
  border-top: 1px solid #ffffff;
  padding-top: 5px;
}

.hub-calendar .flex-one-third {
  margin: 0 10px;
  flex-basis: 220px;
}

.hub-calendar h5 {
  margin: 5px 0 10px 0;
}


    /* Mobile Header Fix for Specific Content Slider Headers  */
    .page-id-9755 .content-slider {
      height: 50vw;
    }

    @media screen and (max-width: 768px) {
    .page-id-9755 .content-slider {
      min-height: 285px;
    }
    }


    /* Easter Page (written mobile-first) */
    body.page-id-7453 {
      max-height: 100vh;
      overflow: hidden;
    }

    .page-id-7453.slider-active #header {
      display: none;
    }


    .page-id-7453 #slider-container {
      height: 100vh;
    }


    .page-id-7453 .content-slider {
      height: 100vh;
    }


    .page-id-7453 .content-slider.cols-wrapper {
      align-content: flex-start;
    }

    .page-id-7453 .content-slider .section-boxed {
      padding: 0 7%;
      margin-top: 9.5%;
    }

    .page-id-7453 .content-slider .section-boxed p {
      font-size: 15.5px !important;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-id-7453 p.cs-element.cs-small-title {
    letter-spacing: 3.5px;
    font-size: 13.5px !important;
    margin-bottom: 5px;
    }

    /*This is what styles the main title */
    .page-id-7453 h2.cs-title {
      padding: 0;
    }

    .page-id-7453 h2 {
          padding: 0;
          color: #ffffff;
          font-family: 'Muli', sans-serif !important;
          text-transform: uppercase !important;
          font-size: 25px !important;
          font-weight: 900 !important;
          letter-spacing: 0px !important;
          line-height: 25px !important;
    }

    .page-id-7453 .content-slider .cs-content-centered .button {
        margin-left: 0;
        margin-right: 0;
        letter-spacing: 2px;
        width: 90%;
        padding: 12.5px;
    }

    .page-id-7453 a.btn-alt {
      background: #ffffff;
      color: #008baf;
      margin-top: 5px;
      border: 0;
    }

        .page-id-7453 #slider-container:after {
          display: none;
        }

    .easter-splash-logo {
      position: absolute;
      right: 50%;
      margin-right: -50px !important;
      top: 435px;
    }



        /* adding Park logo under button
        .page-id-7453 #slider-container .section-boxed:after {
          content: "";
          width: 95px;
          height: 66px;
          background: url(https://www.parkchurchdenver.org/wp-content/uploads/2017/03/Park-Logo_White_w1500px.png);
          background-size: cover;
          position: absolute;
          left: 36.25%;
          bottom: -94px;
          display: block;
          transition: opacity 1s ease;
        } */



        /* scaling up for desktop */
        @media (min-width: 555px) {

          .stream-preview {
            height: 260px;
            overflow: hidden;
          }

                .stream-preview div {
                  margin-top: -49px;
                }

                .stream-preview iframe {
                  left: 0.25% !important;
                  width: 99.3% !important;
                }

          .page-id-7453 .content-slider-wrapper {
            background-color: #008baf !important;
          }

          .page-id-7453 .content-slider-wrapper .full-bg-image {
            background-position: 50% 56.5% !important;
            opacity: 0.94 !important;
          }

          .page-id-7453 .content-slider .section-boxed {
            margin-top: 5.5%;
          }

          .page-id-7453 .content-slider .cs-content-centered .button {
              margin-top: 15px;
              width: 53%;
          }

          .page-id-7453 #slider-container:after {
            content: "";
            width: 125px;
            height: 87px;
            background: url(https://www.parkchurchdenver.org/wp-content/uploads/2017/03/Park-Logo_White_w1500px.png);
            background-size: cover;
            position: absolute;
            left: 40px;
            bottom: 40px;
            display: block;
            transition: opacity 1s ease;
          }

          .mobile-only {
            display: none;
          }

          .non-mobile-only {
            display: block;
          }

          /* hiding Park logo under button
          .page-id-7453 #slider-container .section-boxed:after {
            display: none;
          } */

        }


      /* Sunday Worship Page — Show/Hide Downloads Section at Top */
      div.sunday-worship-downloads {
        display: none;
        content: "";
      }

      @media (max-width: 555px) {
        .non-mobile-only {
          display: none;
        }
      }

@media (max-width: 768px) {

  .hub-boxes .services-default .col {
  margin: 0.5%;
  padding: inherit;
  flex-basis: inherit;
  }

  .hub-boxes .services-default.cols-3 .col {
    width: 49%;
  }

  .hub-boxes .services-wrapper.cols-3 .col:nth-of-type(3n),
  .hub-boxes .cols-3 .col:nth-of-type(2n) {
      margin: 0.5%;
  }

  .hub-calendar .flex-one-third {
    flex-basis: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #7e7e7e;
  }

  .hub-calendar .flex-one-third:last-of-type {
    border-bottom: 0;
  }

  /* Sunday Worship Page — Show/Hide Downloads Section and Widget */
  div.sunday-worship-downloads {
    display: block;
  }

  aside #custom_html-8 {
    display: none;
  }

}

@media (max-width: 520px) {
  .hub-boxes .col {
    width: 49% !important;
    margin: 0.5% !important;
  }

  .hub-boxes .services-default .img-container {
    height: 200px
  }

  .hub-boxes .services-default .sc-spacer {
    height: 4.55px;
  }

  .hub-boxes .services-default .services-box h3 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.55px;
  }

}
 /* Hide box 4 on desktop (please limit four in CMS)
    Excepts Hub Home PAge */
@media (min-width: 767px) {
  .hub-boxes .services-default.cols-3 div.services-box:nth-of-type(4) {
    display: none;
  }

  .page-id-6889 .hub-boxes .services-default div.services-box:nth-of-type(4) {
    display: block;
  }

}



/*** CCBPress Overrides ***/

/* Event Calendar */

.ccbpress-event-calendar-header, .ccbpress-event-calendar-footer, .ccbpress-event-calendar-table th {
    background-color: #ffffff !important;
}

.ccbpress-event-calendar-header {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ccbpress-event-calendar-month {
    padding: 10px 0 19px 0;
    margin-top: 15px;
    line-height: 0px;
    text-align: left;
    color: #577875 !important;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 1px;
    }

.ccbpress-event-calendar-header, .ccbpress-event-calendar-footer, .ccbpress-event-calendar-table th, .ccbpress-event-calendar-all-day-event {
    border: 0;
    margin-top: 40px;
}

.ccbpress-event-calendar-table {
    border-width: 0px !important;
}

.ccbpress-event-calendar-prev-month a, .ccbpress-event-calendar-next-month a {
    border: 0px solid;
    padding: 0 0 10px 0;
    color: #4b4b4b !important;

}

.ccbpress-event-calendar-table td {
    border-color: #a5a5a5 !important;
}

.ccbpress-event-calendar-full-day-name {
    text-align: left;
    font-family: 'Muli', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1.65px;
    line-height: 5px;
    text-transform: uppercase;
    color: #4b4b4b;
}

.ccbpress-event-calendar-date,
.ccbpress-event-calendar-days td ul li a,
.ccbpress-event-calendar-close a,
.ccbpress-event-calendar-table .ccbpress-event-time,
.ccbpress-event-calendar-mobile-events li a {
    color: #4b4b4b !important;
}

.ccbpress-event-calendar-days td ul li .ccbpress-event-calendar-all-day-event,
.ccbpress-event-calendar-days td ul li a.ccbpress-event-calendar-all-day-event {
    color: #4b4b4b !important;
}

.ccbpress-event-calendar-all-day-event {
    margin-top: 0;
}

.ccbpress-event-calendar-all-day-event {
    background-color: #f0f0f0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}


  /* Mobile Calendar Improvements 12.10.18 */

.ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-date:after {
    background-color: #577875;
}

.ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-close-mobile {
  border: 0;
}

.ccbpress-event-calendar-mobile-events {
  border: 0;
  width: 98%;
  margin: 0 auto;
  background: #f2f2f2 !important;
}

.ccbpress-event-calendar-mobile-events ul li a, .ccbpress-event-calendar-mobile-events ul li>span {
    font-size: 14px;
    line-height: 1.55;
}

.ccbpress-event-calendar-mobile-events .ccbpress-event-time, .ccbpress-event-calendar-table .ccbpress-event-time {
    font-size: 14px;
    color: #577875;
}

@media only screen and (max-width: 767px) {

  .ccbpress-event-calendar-footer {
    margin-top: 5px;
  }

  .ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-empty-day .ccbpress-event-calendar-date:after {
      background-color: transparent;
  }

  .ccbpress-event-calendar-table tbody tr:first-of-type {
    display: none;
  }
}

/* Individual Events */
.ccbpress-event-name h1 {
    padding: 0 0 8px 0;
}

.ccbpress-event-recurrence-description h2 {
    font-size: 21px;
    font-weight: 900;
    padding-top: 0;
    letter-spacing: 1px;
    text-align: left;
}

.ccbpress-single-event {
    margin: 31px 0 40px 0;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.ccbpress-single-event p {
    text-align: left;
}

.ccbpress-single-event.color-box p {
    margin: 0 0 15px 0;
}

.ccbpress-single-event h3 {
    margin-top: 20px;
}

.ccbpress-single-event li {
    text-align: left;
}

.ccbpress-single-event-header {
    padding-bottom: 0 !important;
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 2;
}

.ccbpress-single-event .ccbpress-event-exceptions {
    display: none;
}

.ccbpress-single-event .ccbpress-event-organizer {
    padding-top: inherit;
    font-size: inherit;
    font-style: italic;

}

.ccbpress-event-description {
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 20px;
}

.ccbpress-event-registration-forms-header {
    margin-top: 0;
}

.ccbpress-single-event .ccbpress-event-registration-forms {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    margin-bottom: 0;
}

.ccbpress-event-description a {
    background: #aabcba;
    border: 0;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    letter-spacing: 1.65px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 25px;
    text-align: left;
}

.ccbpress-event-description a:hover {
    background: #b2c3c1;
    border: 0;
}

.ccbpress-event-registration-forms a {
    background: #aabcba;
    border: 0;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    letter-spacing: 1.65px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 25px;
    text-align: left;
}

.ccbpress-event-registration-forms a:hover {
    background: #b2c3c1;
    border: 0;
}

.ccbpress-single-event .ccbpress-event-registration-forms-content ul li {
    margin: 15px 0;
}

.ccbpress-single-event .ccbpress-event-location {
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0;
}

      /** Hiding maps on CCBPress Locations alltogether 2021.02.09 **/
      .ccbpress-event-location iframe {
        display: none;
      }


      /** A quick hack to support embdded Google maps in place of this CCBPress Drama

      .ccbpress-event-location-nomap.ccbpress-event-location-address-only {
        font-size: 0.9em;
        line-height: 1.4em;
      }

      .ccbpress-event-location-nomap.ccbpress-event-location-address-only a {
        display: none;
      }

       **/

.leaflet-popup-content {
    color: #4b4b4b;
    font-size: 11.5px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.2 !important;
}

.leaflet-container a {
    color: #577875 !important;
    font-weight: bold;
    border-bottom: 1px dotted #577875;
}

.leaflet-container a:hover {
    color: #577875;
    border-bottom: 1px solid #577875;
}

.leaflet-control-attribution {
    display: none;
}

.leaflet-touch .leaflet-bar {
    border: 0 !important;
}

.leaflet-bar a, .leaflet-bar a:hover {

}

.leaflet-bar a:first-child {
    border-bottom: 1px solid #aabcba !important;
}

.return-to-calendar input[type="button"] {
    font-family: 'Noto Sans', sans-serif;
    font-weight: inherit;
    letter-spacing: 0;
    font-size: 15px;
    font-style: italic;
    padding: 0;
    margin: 4px 0 15px 0;
    line-height: 15.5px;
    border-radius: 0;
    background-color: transparent;
    color: inherit;
    text-transform: none;
    border-bottom: 1px dotted;
}

.return-to-calendar input[type="button"]:hover {
    border-bottom: 1px solid;
}

.return-to-calendar input[type="button"]:focus {
    outline: none;
}

.return-to-calendar input[type="button"]:active {
    bottom: 0px;
}



/* Group Info */
.page-id-2657 .ccbpress-group-info #yellow-box {
      background: #514781;
}

.page-id-2657 .ccbpress-group-info #yellow-box:hover {
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      -webkit-opacity: 0.9;
      opacity: 0.9;
      color: #ffffff;
}


/* Group Search */

.ccbpress-group-search-button button {
    background-color: #d6b13a !important;
}

.ccbpress-group-search-filter {
    width: auto;
    margin: 5px 5px 0 0;
}

.ccbpress-group-search-filter select {
    margin: 0 5px 0 0;
    background: none;
    border-color: #edd8a0;
    border-radius: 0;
    color: #4b4b4b;
    height: 50px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    letter-spacing: 1.65px;
    font-size: 15px;
}

.ccbpress-group-search-filter select option {
    padding: 15px 25px;
    color: #4b4b4b;
}

.ccbpress-group-search-result {
    margin: 26px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    min-height: 80px;
    border-bottom: 0 !important;
}

.ccbpress-group-search .ccbpress-group-image {
    float: left;
    padding: 9px 15px 5px 0;
}

.ccbpress-group-search .ccbpress-group-image img {
    max-width: 225px;
    max-height: 225px;

}

.ccbpress-group-details {
    flex-basis: 380px;
    flex-grow: 1;
    flex-shrink: 0;
}

.ccbpress-group-search .ccbpress-group-name h2 {
    font-size: 22px;
    padding: 0 10px 0 0;
    display: inline-flex;
    line-height: 22px;
}

.ccbpress-group-search .ccbpress-group-leader {
    display: none;
}

.ccbpress-group-search .ccbpress-group-leader h5 {
    font-size: 14px;
    padding: 0;
    margin-top: -5px;
}

.ccbpress-group-search .ccbpress-group-description {
    display: none;
}

/* Upcoming Events Widget */

.ccbpress_upcoming_events_graphical_date {
    font-weight: 900;
    font-size: 26px;
    font-family: 'Muli', sans-serif;
    line-height: 18px;
    letter-spacing: 1.15px;
    padding-top: 3px;
    border-radius: 0;
}

.ccbpress_upcoming_events_graphical_name {
    overflow: hidden;
    white-space: normal;
}

.ccbpress_upcoming_events_graphical_name h5 {
    padding: 0;
}

.ccbpress_upcoming_events_graphical_name a {
    border-bottom: 0;
}

.ccbpress_upcoming_events_graphical_detail {
    padding-left: 1px;
}

      /** This is a temporary edit for minimizing the display of Good Friday and Easter Service times
      ul.ccbpress_upcoming_events li:nth-last-of-type(4n+0) div.ccbpress_upcoming_events_graphical_detail,
      ul.ccbpress_upcoming_events li:nth-last-of-type(5n+0) div.ccbpress_upcoming_events_graphical_detail {
        font-size: 0;
      }

      ul.ccbpress_upcoming_events li:nth-last-of-type(5n+0) div.ccbpress_upcoming_events_graphical_detail::after{
        font-size: 13.5px;
        font-style: italic;
        content: "5:30 & 7pm";
      }

      ul.ccbpress_upcoming_events li:nth-last-of-type(4n+0) div.ccbpress_upcoming_events_graphical_detail::after{
        font-size: 13.5px;
        font-style: italic;
        content: "6:30, 8, 9:30, & 11am";
      }   **/

.ccbpress_upcoming_events_calendar_link {
    margin-top: 7px;
}

.ccbpress_upcoming_events_calendar_link a {
    text-decoration: none;
    text-align: center;
    padding: 15px 25px;
    font-weight: 300;
}

#ccbpress-upcoming-events-3 {
    margin-top: 123px;
}

.page-id-3760 #ccbpress-upcoming-events-3 {
    margin-top: 65px;
}

/* Group Info Widget */

.ccbpress-group-info .ccbpress-group-image {
    margin: 0 0 10px 0;
}

.ccbpress-group-info .ccbpress-group-leader h5, .ccbpress-group-info .ccbpress-group-registration-forms h5{
    padding: 2px 0 0 0;
    font-size: 14px;
}

.ccbpress-group-info .dashicons {
    padding-right: 5px;
}

.ccbpress-group-info .ccbpress-group-registration-forms {
    margin: 17px 0 10px 0;
}

.ccbpress-group-registration-forms-title {
    display: none;
}

.ccbpress-group-info .ccbpress-group-description a {
    text-decoration: none;
    background: #f0f0f0;
    color: #4b4b4b;
    text-align: center;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.65px;
    font-size: 15px;
    padding: 15px 25px;
    line-height: 18px;
    border: 0;
    border-radius: 0;
}

.ccbpress-group-info a:hover {
    background: #f4f4f4;
    color: #4b4b4b;
}

.ccbpress-group-info h5 a:hover, .ccbpress-group-info p a:hover {
    background: none;
}

.parent-pageid-566 .ccbpress-group-info .ccbpress-group-description a {
    background-color: #514781;
    color: #ffffff;
}

.parent-pageid-566 .ccbpress-group-info .ccbpress-group-description a:hover {
    background-color: rgba(81, 71, 129, .9);
}

.parent-pageid-666 .ccbpress-group-info .ccbpress-group-description a {
    background-color: #e77047;
    color: #ffffff;
}

.parent-pageid-666 .ccbpress-group-info .ccbpress-group-description a:hover {
    background-color: rgba(231, 112, 71, .9);
}

.ccbpress-group-registration-forms a {
    text-decoration: none;
    text-align: center;
    padding: 15px 25px;
    font-weight: 300;
}

#ccbpress-group-info-8 {
    margin-bottom: 70px;
}

/* Giving Widget */
.ccbpress-widget-online-giving input[type=submit] {
    width: auto;
    margin: 5px 5px 0 0;
}


/* CCB Login Widget */

.ccbpress-widget-login input[type=submit] {
    width: auto;
    margin: 15px 0 0 0;
}

.ccbpress-widget-login input[type=submit]:focus {
    outline: none;
}

.page-id-73 .ccbpress-widget-login input[type=submit] {
    background-color: #577875;
}

.page-id-3760 .ccbpress-widget-login input[type=submit] {
    background-color: #577875;
}

.parent-pageid-666 .ccbpress-widget-login input[type=submit] {
    background-color: #e77047;
}

.widget_ccbpress_widget_login a {
    font-size: 13.5px;
    color: #a5a5a5;
    font-style: italic;
}

.widget_ccbpress_widget_login a:hover {
    color: #a5a5a5;
}

/* Group Search Widget */

form.group-search-widget .ccbpress-group-search-button button {
    border: 0;
    font-weight: inherit;
    font-size: inherit;
    padding: 15px 25px;
}

/* CCBPress Media Queries */

@media only screen and (max-width: 767px) {

    .ccbpress-group-search-result {
        border-top: 1px solid #a5a5a5;
        padding-top: 2px;
        align-items: flex-start;
    }

    .ccbpress-group-search .ccbpress-group-name h2 {
    padding-top: 10px;
    }

    .events-page-spacer {
    padding-top: 0;
    margin-top: -55px;
    }
}

@media only screen and (max-width: 990px) {
  .ccbpress-event-registration-forms a {
    background: none;
    padding: 0;
  }

  .ccbpress-single-event .ccbpress-event-registration-forms-content ul li {
    background: #aabcba;
    padding: 15px 25px;
    text-align: center;
    magin: 8px 0;
  }

  .ccbpress-event-description a {
    display: block;
    padding: 13px 25px;
    text-align: center;
  }

}

@media screen and (max-width: 1000px) {

    .ccbpress-event-calendar-date:after {
    background-color: #577875;
    }

    .ccbpress-group-search-button {
        flex-basis: 100%;
    }

    .ccbpress-group-search-filter select {
        letter-spacing: .5px;
    }

}

/* Other Plugin CSS Overrides */

a.esvBibleRef {
    cursor:pointer;
    border-bottom: 1px dotted #a5a5a5;
    color: inherit;
    display: inline;
}

a.esvBibleRef:hover {
    color: inherit;
    border-bottom-style: solid;
}


/*------------- Non-CCBPress Media Queries ----------------*/

@media screen and (max-width: 520px) {

    .services-fullbox.cols-4 .col {
        width: 50% !important;
    }

}


@media only screen and (max-width: 768px) {

    #content {
        width: 100%;
        max-width: 100%
    }

    #sidebar {
        width: 94%;
        max-width: 100%;
        padding-top: 0;
    }

    .services-default img {
    width: 100%;
    }

    .services-default .img-container {
    height: 140px;
    }

    .services-default {
    display: flex;
    flex-wrap: wrap;
    }

    .services-default .col {
    margin: 9px 0;
    padding: 0;
    flex-basis: 100%;
    }

    .cols-3 .col:nth-of-type(3n) {
    margin-right: 0;
    }

    .cols-3 .col:nth-of-type(2n) {
    margin-right: 2%;
    }

    .home-boxes-container {
    height: 100%;
    }

    #ccbpress-upcoming-events-3 {
    margin-top: inherit;
    }

}

@media screen and (max-width: 1000px) {

    .mob-nav-menu {
      margin-top: 18px;
    }

    .mob-nav-menu img {
    max-width: 60px;
    }

    .mob-nav-btn {
    background: 0;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    letter-spacing: 1.65px;
    line-height: 18px;
    }

    .mob-nav-menu ul li a {
    border-bottom: 0;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    letter-spacing: 1.65px;
    line-height: 18px;
    font-size: 15px;
    }

    .mob-nav-menu ul li ul.sub-memu li a {
    padding: 5px 3%;
    }

    .mob-nav-arrow {
    width: 100%;
    height: 45.5px;
    font-size: 20px;
    border: 0;
    text-align: center;
    }

}