/* index.php */
.archive-top {
  padding: 10rem 0 3rem; }
  @media (min-width: 45em) {
    .archive-top {
      padding: 12rem 0 3rem; } }
  .archive-top.with-image {
    padding-bottom: 4rem;
    position: relative;
    color: #FFFFFF; }
    .archive-top.with-image .archive-top-back {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: -1;
      pointer-events: none; }
    @media (min-width: 45em) {
      .archive-top.with-image {
        padding-bottom: 6rem;
        min-height: 32rem; } }

.archive-main {
  padding-bottom: 6rem; }

.archive-top.with-image + .archive-main {
  padding-top: 6rem; }
  @media (min-width: 45em) {
    .archive-top.with-image + .archive-main {
      padding-top: 8rem; } }

@media (min-width: 45em) {
  .featured-series,
  .featured-sermon {
    padding-bottom: 6rem; } }

.featured-sermon .image.default {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background: #000000;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #1E7EA5; }
  .featured-sermon .image.default img {
    -o-object-fit: unset;
    object-fit: unset;
    position: absolute;
    width: 129px;
    height: 75px;
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.featured-devotional {
  color: #000000 !important;
  text-decoration: none !important;
  margin-bottom: 3.75rem;
  display: block; }
  .featured-devotional img {
    display: block;
    margin-bottom: 2rem; }
    @media (min-width: 45em) {
      .featured-devotional img {
        margin-bottom: 0; } }
  .featured-devotional h2, .featured-devotional h4 {
    margin-bottom: 1rem; }
  .featured-devotional .read-more {
    font-weight: 700;
    color: #000000; }

.devotion-link {
  color: #000000 !important;
  text-decoration: none !important;
  margin-bottom: 3.75rem;
  display: block; }
  .devotion-link h3, .devotion-link h4 {
    margin-bottom: 1rem; }
  @media (min-width: 45em) {
    .devotion-link p {
      font-size: 1.1875rem; } }
  .devotion-link:hover h3 {
    text-decoration: underline; }

.post-box {
  color: #000000 !important;
  text-decoration: none !important;
  margin-bottom: 3.75rem;
  display: block; }
  .post-box .image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background: #000000;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    .post-box .image img {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: left center;
      object-position: left center; }
    .post-box .image.default {
      background: #1E7EA5; }
      .post-box .image.default img {
        -o-object-fit: unset;
        object-fit: unset;
        width: 129px;
        height: 75px;
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .post-box h3, .post-box p, .post-box .small-title {
    margin-bottom: 0.5rem; }
  .post-box h3 {
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none; }
    .post-box h3.bigger {
      font-weight: 600;
      font-size: 1.5625rem;
      text-transform: uppercase; }
  .post-box .prompt {
    font-weight: bold;
    text-decoration: underline; }
  .post-box:hover .image {
    -webkit-box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.15); }

.categories h3 {
  border-bottom: 1px solid;
  padding-bottom: 1rem; }

.categories ul {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0; }
  .categories ul li {
    display: inline-block;
    margin-right: 2rem; }
    .categories ul li a {
      text-decoration: none !important;
      font-weight: 300;
      color: #000000; }
      @media (min-width: 45em) {
        .categories ul li a {
          font-size: 1.1875rem; } }
    .categories ul li.active a {
      font-weight: bold;
      text-decoration: underline !important; }

.search-page {
  max-width: 600px;
  margin: 0 auto; }

.search-item {
  text-decoration: none !important;
  color: #000000 !important;
  font-size: 0.875rem; }
  .search-item:hover {
    color: #1E7EA5 !important; }

.search-post-type {
  margin-top: 4rem; }

.no-posts {
  margin: 4rem 0; }

.article-item {
  -webkit-box-shadow: 5px 30px 30px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 5px 30px 30px 0 rgba(0, 0, 0, 0.18);
  display: block;
  text-decoration: none !important;
  color: #000000 !important;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease; }
  .article-item:hover {
    -webkit-box-shadow: 5px 30px 30px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 5px 30px 30px 0 rgba(0, 0, 0, 0.26); }

.article-item-content {
  padding: 1rem 2rem; }
  .article-item-content .read-on {
    font-weight: bold;
    font-size: 1.1875rem;
    text-decoration: underline; }

.grid {
  max-width: 457px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .grid {
      max-width: 984px; } }

/* reveal grid after images loaded */
.grid.are-images-unloaded {
  opacity: 0; }

.grid__item,
.grid__col-sizer {
  width: 100%; }
  @media (min-width: 45em) {
    .grid__item,
    .grid__col-sizer {
      width: 427px; } }

.grid__gutter-sizer {
  width: 0; }
  @media (min-width: 45em) {
    .grid__gutter-sizer {
      width: 4.375rem; } }

/* hide by default */
.grid.are-images-unloaded .image-grid__item {
  opacity: 0; }

.grid__item {
  margin-bottom: 3.5rem;
  float: left; }

@media (min-width: 30em) {
  .series-pagingation .btn {
    width: 14rem; } }

.featured-series img,
.featured-sermon img {
  margin-bottom: 2rem;
  display: block; }

/*# sourceMappingURL=maps/archives.css.map */
