@charset "UTF-8";
/**
 * The Parables of Jesus Sermon Series Styles
 * Copyright GraceChurch
 *
 * @author Kirby Parnell
 */
/* Color & Typography Overrides */
/**
 * Main styles for Sermon Series Landing Pages
 * Copyright GraceChurch
 *
 * @author Kirby Parnell
 */
/* Color Pallet & Typography */
/* Breakpoints - https://getbootstrap.com/docs/3.3/css/ */
/******************************************************
 * Utilities
 ******************************************************/
@import url("https://unpkg.com/aos@next/dist/aos.css");
.d-flex {
  display: flex;
}

@media (min-width: 992px) {
  .d-md-flex {
    display: flex;
  }
}

.align-items-center {
  align-items: center;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 992px) {
  .justify-content-md-between {
    justify-content: space-between;
  }
}

.flex-row-reverse, .flex-md-row-reverse {
  flex-direction: row-reverse;
}

.ml-1 {
  margin-left: 1.75rem;
}

/******************************************************
 * Base Rules
 ******************************************************/
body {
  font-family: "Poppins", sans-serif;
}

a {
  color: #F2721E;
  font-weight: 700;
}
a:hover, a:visited, a:active, a:focus {
  color: #e6b223;
}

.btn {
  padding: 10px;
  margin: 5px 0;
  border-radius: 16px;
  border-color: #F2721E;
  background: #F2721E;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}
.btn:hover, .btn:active, .btn:focus {
  background: #e6b223;
  color: #FFFFFF;
  border-color: #e6b223;
}

.btn-primary {
  border-radius: 0;
  border: none;
  color: #FFFFFF;
}

.btn-download {
  margin: 30px 0;
}
.btn-download:hover, .btn-download:visited, .btn-download:active, .btn-download:focus {
  color: #FFFFFF;
}

/* Boostrap utility class to create equal height columns */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .row-eq-height [class*=col-] {
    width: 100%;
  }
}

.padding-0 {
  padding: 0;
}

/******************************************************
 * Main Layout
 ******************************************************/
/* HEADER CONTENT */
.header {
  position: relative;
  height: 125px;
  max-height: 100vh;
  background: #FFFFFF no-repeat center center;
  background-size: cover;
}
@media (min-width: 550px) {
  .header {
    height: 175px;
  }
}
@media (min-width: 768px) {
  .header {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .header {
    height: 358px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 433px;
  }
}
@media (min-width: 1400px) {
  .header {
    height: 50vh;
  }
}
.header .intro-video {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .header .intro-video {
    bottom: 50px;
  }
}
.header .intro-video .btn {
  border-radius: 20px;
  font-size: 12px;
  background-color: #0f0f0f;
  outline: none;
}
@media (min-width: 768px) {
  .header .intro-video .btn {
    bottom: 50px;
    font-size: 20px;
  }
}

#intro-video .modal-dialog, .series-panel.videos .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#intro-video .modal-content, .series-panel.videos .modal-content {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: unset;
  background: rgba(255, 255, 255, 0.8);
}
#intro-video .modal-header, .series-panel.videos .modal-header {
  border: none;
  height: 80px;
}
#intro-video .close, .series-panel.videos .close {
  float: none;
  opacity: 1;
  padding-left: 20px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 60px;
  outline: none;
  text-shadow: 0 1px 0 #0f0f0f;
}
#intro-video .modal-body, .series-panel.videos .modal-body {
  width: 80%;
  margin: 0 auto;
}
#intro-video .embed-container, .series-panel.videos .embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#intro-video .embed-container iframe, #intro-video .embed-container object, #intro-video .embed-container embed, .series-panel.videos .embed-container iframe, .series-panel.videos .embed-container object, .series-panel.videos .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* NAV CONTENT */
.mainnav {
  text-align: center;
}
.mainnav ul.navigation {
  padding-left: 0;
}
.mainnav li {
  float: none;
  display: inline-block;
  padding: 25px 15px 10px 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 5vw;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mainnav li {
    font-size: 2.5vw;
  }
}
@media (min-width: 992px) {
  .mainnav li {
    font-size: 2vw;
  }
}
@media (min-width: 1200px) {
  .mainnav li {
    font-size: 1.8vw;
  }
}
.mainnav a {
  color: #181818;
  text-decoration: none;
}
.mainnav a:hover {
  color: #797979;
}
.mainnav ul li.scrollTop {
  float: right;
}
@media (max-width: 767px) {
  .mainnav {
    display: none;
  }
}

/* MOBILE NAV */
.navbar-inverse {
  display: block;
  margin: 0;
}
.navbar-inverse p {
  padding: 12px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.navbar-inverse li {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .navbar-inverse {
    display: none;
  }
}

/* FOOTER */
footer {
  background-color: #d9d9d9;
}
footer img {
  width: 30%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer img {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  footer img {
    width: 10%;
  }
}

/******************************************************
 * Modules
 ******************************************************/
/* Text Callout Module */
.callout {
  background: #d9d9d9 url("../images/old_moon.png");
}
@media (min-width: 768px) {
  .callout {
    background: fixed;
  }
}
.callout .callout-text {
  width: 70%;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 5vw;
  color: #181818;
}
@media (min-width: 768px) {
  .callout .callout-text {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  .callout .callout-text {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  .callout .callout-text {
    font-size: 2vw;
  }
}

/* Action Links */
.actions {
  text-transform: uppercase;
  padding-bottom: 25px;
  color: #F2721E;
  font-weight: 700;
}
.actions .action-spacer {
  font-size: 50px;
  line-height: 0.58;
  display: inline;
  text-align: center;
  vertical-align: text-bottom;
}
.actions .download-link {
  font-size: 20px;
}

/* Carousel Module */
.series-carousel .series-carousel-title {
  padding: 50px 0 35px 0;
  font-family: "Poppins", sans-serif;
  color: #181818;
  font-size: 35px;
  text-align: center;
}
.series-carousel .carousel {
  position: relative;
  display: block;
  background: #FBAF19;
}
.series-carousel .carousel .carousel-indicators {
  bottom: 0;
}
.series-carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.series-carousel .carousel-inner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.series-carousel .item-contents {
  height: 900px;
}
@media (min-width: 768px) {
  .series-carousel .item-contents {
    display: flex;
    align-items: stretch;
    height: 486px;
  }
}
.series-carousel .carousel-image-container {
  flex: 1 1 60%;
}
.series-carousel .carousel-image-container img {
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
.series-carousel .carousel-caption {
  position: static;
  flex: 1 1 40%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: white;
  padding: 20px 65px;
  text-shadow: none;
}
.series-carousel .carousel-caption h4 {
  color: #181818;
  padding-bottom: 15px;
}
.series-carousel .carousel-caption h5 {
  padding-top: 10px;
  color: #181818;
}
.series-carousel .carousel-caption h6 {
  padding: -10px -10px;
}
.series-carousel .carousel-caption p {
  padding-top: 10px;
}
.series-carousel .carousel-caption div.wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .series-carousel .carousel-caption {
    padding-top: 10%;
  }
}
@media (min-width: 992px) {
  .series-carousel .carousel-caption {
    padding-top: 5%;
  }
}
@media (min-width: 1200px) {
  .series-carousel .carousel-caption {
    padding-top: 8%;
  }
}

/* Series Panel Module */
.series-panel {
  padding-bottom: 100px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  background-color: #FFFFFF;
}
.series-panel.full-bleed {
  margin: 0;
  padding: 0;
}
.series-panel.bg-dark {
  background-color: #f2f2f2;
}
.series-panel .series-panel-title {
  padding: 100px 0 45px 0;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #181818;
  text-align: center;
}
.series-panel .series-panel-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  margin: 20px auto;
  border-radius: 6px;
  background-color: #e6b223;
}
.series-panel ul {
  padding: 0;
  margin: 0;
}
.series-panel .modal-dialog {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .series-panel .modal-dialog {
    width: 80%;
    margin: 30px auto;
  }
}
.series-panel .modal-header {
  text-align: center;
  color: #e6b223;
}
.series-panel .modal-title {
  padding-top: 15px;
  font-size: 35px;
  font-weight: bold;
}
.series-panel .modal-content {
  border: none;
  border-radius: 0;
}

/* Spotify  */
.spotify-popup {
  padding: 10px 10px 30px 10px;
  margin: 100px 0 -100px 0;
  text-align: center;
  padding: 10px;
  margin-top: 45px;
  background-color: #1db954;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.spotify-popup h2 {
  color: #FFFFFF;
  padding-bottom: 10px;
}
.spotify-popup h4 {
  margin-top: -15px;
  margin-bottom: 25px;
}
.spotify-popup a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
.spotify-popup a:hover {
  color: #d9d9d9;
}
.spotify-popup iframe {
  display: block;
  margin: 0 auto;
  float: none;
}
@media (min-width: 768px) {
  .spotify-popup {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 -10px 50px -6px #bbb;
  }
}
@media (max-width: 767px) {
  .spotify-popup iframe {
    width: 50%;
  }
}

/******************************************************
 * Page Sections
 ******************************************************/
/* TEACHING SECTION */
.teaching ul {
  list-style-type: none;
  text-align: left;
}
.teaching .bibref {
  color: #797979;
  padding: 0 10px;
}

.reading-plan {
  background-color: #e6b223;
}
.reading-plan.series-panel .series-panel-title:after {
  background-color: #FFFFFF;
}
.reading-plan .btn-reading {
  margin-top: 50px;
  font-size: 18px;
  padding: 8px 12px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border-color: #e6b223;
  color: #e6b223;
  text-decoration: none;
}
.reading-plan .btn-reading:hover {
  background-color: #FBAF19;
}

/* Drip Published Sermons w/ Clips Block */
.block-sermons_i18n .sermon-images,
.block-sermons_drip_clip .sermon-images {
  min-width: 270px;
  min-height: 150px;
}
.block-sermons_i18n .sermon-videos,
.block-sermons_drip_clip .sermon-videos {
  width: 270px;
  height: 150px;
}
.block-sermons_i18n .series-panel,
.block-sermons_drip_clip .series-panel {
  background-color: #FFFFFF;
  color: #F2721E;
}
.block-sermons_i18n .series-panel-title,
.block-sermons_drip_clip .series-panel-title {
  color: #F2721E;
}
.block-sermons_i18n .card-title,
.block-sermons_drip_clip .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #F2721E;
}
.block-sermons_i18n .card-text,
.block-sermons_drip_clip .card-text {
  color: rgba(242, 114, 30, 0.7);
}
.block-sermons_i18n .sermon-date,
.block-sermons_drip_clip .sermon-date {
  margin-top: 0;
  padding-top: 5px;
  color: #F2721E;
  font-size: 45px;
  font-weight: bold;
}
.block-sermons_i18n .sermon-title,
.block-sermons_drip_clip .sermon-title {
  color: #F2721E;
  font-size: 35px;
  font-weight: bold;
}
.block-sermons_i18n .scripture-refs,
.block-sermons_drip_clip .scripture-refs {
  font-size: 35px;
  font-weight: bold;
  color: #F2721E;
}
.block-sermons_i18n .actions a,
.block-sermons_drip_clip .actions a {
  color: #F2721E;
}
.block-sermons_i18n .action-spacer,
.block-sermons_drip_clip .action-spacer {
  color: #F2721E;
}
.block-sermons_i18n .week-number,
.block-sermons_drip_clip .week-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #F2721E;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}
.block-sermons_i18n .clip-section-title,
.block-sermons_drip_clip .clip-section-title {
  margin: 0;
  padding: 20px 16px 20px 0;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .block-sermons_i18n .clip-section-title,
  .block-sermons_drip_clip .clip-section-title {
    text-align: right;
  }
}
.block-sermons_i18n .clip-section-title img,
.block-sermons_drip_clip .clip-section-title img {
  margin-right: 15px;
}
.block-sermons_i18n .clip-section,
.block-sermons_drip_clip .clip-section {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 5px solid rgba(242, 114, 30, 0.2);
  border-bottom: 5px solid rgba(242, 114, 30, 0.2);
}
.block-sermons_i18n .clip-card,
.block-sermons_drip_clip .clip-card {
  padding-bottom: 20px;
}
.block-sermons_i18n .clip-card .card-text h3,
.block-sermons_drip_clip .clip-card .card-text h3 {
  color: #F2721E;
  font-size: 16px;
}
.block-sermons_i18n .clip-card iframe,
.block-sermons_drip_clip .clip-card iframe {
  width: 100%;
}
.block-sermons_i18n .sermon-sunday-date,
.block-sermons_drip_clip .sermon-sunday-date {
  font-size: 20px;
  display: inline;
  margin-right: 10px;
}
.block-sermons_i18n .scripture-passage-refs,
.block-sermons_drip_clip .scripture-passage-refs {
  font-size: 20px;
  display: inline;
  color: #797979;
}

.block-sermons_i18n .sermon-item {
  display: flex;
  padding-bottom: 75px;
}
.block-sermons_i18n .actions {
  padding: 0;
}
.block-sermons_i18n .actions:before {
  content: "";
  display: block;
  margin: 10px 0 20px 0;
  width: 50px;
  height: 2px;
  background-color: #F2721E;
}
.block-sermons_i18n .actions-study-questions .action-spacer {
  display: none;
}
.block-sermons_i18n .actions-study-questions .download-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #F2721E;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
}

/* STUDY QUESTIONS */
.questions p {
  margin-bottom: 5px;
}
.questions ul {
  list-style-type: none;
  text-decoration: none;
  text-align: left;
}

/* STUDY QUESTIONS MODAL */
.study-questions-modal ul {
  list-style-type: none;
  text-decoration: none;
  text-align: left;
}
.study-questions-modal ol {
  margin-right: 30px;
  text-align: left;
  counter-reset: my-badass-counter;
  list-style: none;
}
@media (max-width: 768px) {
  .study-questions-modal ol img {
    width: 100%;
    height: auto;
  }
}
.study-questions-modal ol li {
  position: relative;
  padding: 0 0 30px 50px;
}
.study-questions-modal ol li:last-child {
  border-bottom: none;
}
.study-questions-modal ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  color: #F2721E;
  font: bold 50px/1 "Poppins", sans-serif;
}
.study-questions-modal .modal-content ul {
  text-align: left;
  margin-left: 40px;
  padding: 10px;
}
.study-questions-modal .modal-content ul li::before {
  content: "•";
  color: black;
  margin-right: 10px;
  font-size: 20px;
}
.study-questions-modal .block-paragraph {
  font-size: 20px;
  padding: 10px 30px;
}
.study-questions-modal .block-heading {
  font-weight: bold;
  font-size: 30px;
}
.study-questions-modal .block-image img {
  max-width: 100%;
}
.study-questions-modal .block-list li {
  margin-bottom: 10px;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
.study-questions-modal .block-list li div, .study-questions-modal .block-list li p {
  display: inline;
}

/* SONGS */
.songs {
  background-color: white;
  padding-bottom: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.songs p {
  margin-bottom: 30px;
}
.songs ul {
  list-style-type: none;
  text-align: center;
}
.songs .modal-body {
  text-align: center;
}

/* MEMORIZING SCRIPTURE */
.memory ul {
  list-style-type: none;
  text-align: left;
}
.memory .card-body {
  width: 100%;
  font-size: 14px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .memory .card-body {
    width: 75%;
  }
}
.memory .btn {
  width: 100%;
  white-space: normal;
}
@media (min-width: 768px) {
  .memory .btn {
    width: 300px;
    white-space: nowrap;
  }
}

/* Accordion */
.block-accordion {
  background-color: #F2721E;
}

.accordion ul {
  list-style-type: none;
  text-align: left;
}
.accordion .card-body {
  width: 100%;
  font-size: 14px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .accordion .card-body {
    width: 75%;
  }
}
.accordion .btn {
  width: 100%;
  white-space: normal;
  border: none;
}
@media (min-width: 768px) {
  .accordion .btn {
    white-space: nowrap;
  }
}

/* RESOURCES */
.resources div.modal-content {
  width: 570px;
  margin: 0 auto;
}

.downloadables .downloadables-item {
  display: flex;
  flex-direction: column;
}
.downloadables .downloadables-item img {
  margin: auto 0;
  max-width: 100%;
}

.download h3 {
  padding-top: 15px;
}

.block-downloads .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* BIG IMAGE */
.block-big_image .series-panel img {
  width: 100%;
}

/* FEATURES */
.feature-row {
  display: block;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .feature-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: space-around;
  }
}
.feature-row .feature-item {
  flex: 1 1 0;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .feature-row .feature-item {
    padding-bottom: 0;
  }
}
.feature-row .feature-item-text {
  padding: 10px;
}
.feature-row .feature-item-img {
  padding: 0;
  margin: 0 0 40px 0;
}

/* Video Panels */
.series-panel.videos .series-panel-title {
  color: #FFFFFF;
}
.series-panel.videos .series-panel-title:after {
  background-color: #FFFFFF;
}
.series-panel.videos .video-item {
  text-align: center;
}
.series-panel.videos .video-item img {
  padding: 20px 0 20px 0;
  max-width: 100%;
}
.series-panel.videos .video-item-title {
  text-align: center;
  min-height: 70px;
}
.series-panel.videos .modal {
  padding: 0 !important;
}
.series-panel.videos .close {
  float: right;
  margin: 0 30px 0 0;
}

/* Gradient Text Panel */
.gradient-text {
  padding-bottom: 0 !important;
  width: 100%;
  min-height: 200px;
  background-image: linear-gradient(to bottom, #F2721E, #e6b223);
}
.gradient-text p {
  padding: 20px;
  font-size: 9.5vw;
  font-family: rift, sans-serif;
  line-height: 10vw;
  background: -webkit-linear-gradient(#e6b223, #F2721E, #FBAF19);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

/* 3 Columns with Icons */
.infoblocks {
  padding-top: 20px;
}
.infoblocks .infoblock .infoblock-icon {
  text-align: right;
  font-size: 50px;
  padding-top: 20px;
}

/* Timeline Block */
.timeline {
  padding-bottom: 100px;
  background: rgb(246, 246, 246);
  background: linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(123, 123, 123) 100%);
  overflow-x: hidden;
}
.timeline img {
  object-fit: contain;
}
.timeline .timeline-item-container {
  position: relative; /* for abs children */
  padding-top: 55px;
}
.timeline .timeline-item-container::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #666;
}
.timeline .timeline-title {
  text-align: center;
  padding: 100px 0;
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 100px;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .timeline .timeline-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 130px;
    background-color: transparent;
  }
}
.timeline .timeline-item > * {
  flex-basis: 50%;
}
.timeline .timeline-item-image {
  text-align: center;
}
@media (min-width: 992px) {
  .timeline .timeline-item-image {
    padding: 0 20px;
  }
}
.timeline .timeline-item-image img {
  width: 100%;
}
.timeline .timeline-item-text {
  position: relative;
  text-align: left;
  padding: 20px;
}
@media (min-width: 992px) {
  .timeline .timeline-item-text {
    padding: 0 0 0 120px;
  }
  .timeline .timeline-item-text::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    top: 50%;
    left: 0;
    background-color: #666;
  }
}
.timeline .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .timeline .timeline-item:nth-child(even) .timeline-item-text {
    padding-left: 0;
    padding-right: 120px;
    text-align: right;
  }
}
.timeline .timeline-item:nth-child(even) .timeline-item-text:after {
  right: 0;
  left: unset;
}
.timeline .timeline-item-date {
  font-size: 10vw;
  font-weight: bold;
}
@media (min-width: 992px) {
  .timeline .timeline-item-date {
    font-size: 8vw;
  }
}
.timeline .timeline-item-title {
  font-size: 6vw;
}
@media (min-width: 992px) {
  .timeline .timeline-item-title {
    font-size: 4vw;
  }
}

/* About Block */
.about_us_thumb > img {
  max-width: 100%;
}

/******************************************************
 * Base Rules
 ******************************************************/
a {
  color: #e6b223;
}
a:hover, a:visited, a:active, a:focus {
  color: #e6b223;
}

.btn {
  border-color: #e6b223;
  background: #e6b223;
}
.btn:hover, .btn:visited, .btn:active, .btn:focus {
  border-color: #e6b223;
  background: #e6b223;
}

.btn.btn-secondary:hover {
  border-color: #7F4620;
  background: #7F4620;
}

.series-panel.bg-dark .modal a {
  color: #e6b223;
}

.reading-plan button.reading:hover {
  background-color: #7F4620;
}
.reading-plan button.btn.watch.reading a {
  color: #e6b223;
}

/******************************************************
 * Main Layout
 ******************************************************/
.header {
  background-position: center center;
  width: 100%;
}

/* NAV CONTENT */
.mainnav a {
  color: #e6b223;
}

.mainnav a:hover {
  color: #7F4620;
}

/******************************************************
 * Modules
 ******************************************************/
/* Text Callout Module */
@media (max-width: 768px) {
  .block-series_description {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.callout {
  width: 100%;
  background: url("../images/Parables_SeriesPage_bg.jpg") no-repeat top;
  background-size: cover;
}
@media (max-width: 768px) {
  .callout {
    background: #000 url("../images/parables_wood_bg.jpg");
    background-size: cover;
  }
}
.callout .callout-text {
  color: white;
}
@media (max-width: 768px) {
  .callout .callout-text {
    font-size: 4vw;
  }
}

.series-panel .series-panel-title:after {
  background-color: #e6b223;
}
.series-panel .modal-header {
  text-align: center;
  color: #e6b223;
}

.questions ol li:before {
  color: #e6b223;
}

/******************************************************
 * Page Sections
 ******************************************************/
/* TEACHING SECTION */
.teaching button.btn.watch.reading a:hover {
  border-color: #e6b223;
}
.teaching button.btn.watch.reading:hover {
  background-color: #e6b223;
  border-color: #e6b223;
}

.actions {
  color: #e6b223;
}

/* Slider */
.series-carousel .carousel {
  position: relative;
  display: block;
  background: #e6b223;
}

/* Downloads */
.btn.btn-download:hover {
  background-color: #e6b223;
  border: 1px #e6b223 solid;
}

/* Accordions */
.accordion {
  background-color: white;
}
.accordion ul {
  list-style-type: none;
  text-align: left;
}
.accordion .card-body {
  width: 100%;
  font-size: 14px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .accordion .card-body {
    width: 75%;
  }
}
.accordion .btn {
  width: 100%;
  white-space: normal;
  background-color: #e6b223;
  color: white;
  border: none;
}
.accordion .btn:hover {
  background-color: #7F4620;
  color: white;
}
@media (min-width: 768px) {
  .accordion .btn {
    white-space: nowrap;
  }
}

/*# sourceMappingURL=parables.css.map */
