body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px; }
  @media screen and (max-width: 850px) {
    body {
      padding-top: 50px; } }
  body .wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 30px; }

body {
  font-family: "open-sans",sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #555555; }

.small {
  font-size: 14px; }

blockquote {
  width: 40%;
  float: left;
  margin: -10px 50px 0px -55px; }
  blockquote p {
    font-weight: 700;
    font-family: "chaparral-pro-caption",serif;
    font-size: 24px;
    text-align: right; }
    @media screen and (max-width: 850px) {
      blockquote p {
        text-align: left; } }
  @media screen and (max-width: 850px) {
    blockquote {
      margin: 0px;
      width: 100%; } }

a {
  color: auto;
  font-family: "filson-soft",sans-serif;
  outline: 0 !important; }

.site-main a {
  color: auto;
  font-family: "open-sans",sans-serif; }

a:visited, a:focus, a:hover {
  color: auto; }

p {
  margin-bottom: 1.1em; }

h1, h2, h3, h4 {
  line-height: 1.1; }

.post ul, .post ol {
  margin: 0px 0px 30px 25px;
  padding: 0px; }
  .post ul li, .post ol li {
    text-indent: 0px;
    padding-left: 15px;
    color: black; }

.post h1 {
  font-size: 60px;
  line-height: 1.1;
  font-family: "filson-soft",sans-serif;
  margin: 0px 0px 15px 0px;
  text-transform: uppercase;
  padding-right: 5%; }
  @media screen and (max-width: 850px) {
    .post h1 {
      font-size: 45px; } }

.post h2 {
  font-weight: 700;
  font-size: 30px;
  font-family: "filson-soft",sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 40px 0px 20px 0px; }
  @media screen and (max-width: 850px) {
    .post h2 {
      font-size: 30px;
      line-height: 1.2; } }

.post h3 {
  font-weight: 700;
  font-family: "filson-soft",sans-serif; }

.post h4 {
  font-weight: 500;
  font-size: 22px;
  margin: 0px 0px 15px 0px; }

.post .author {
  margin: 5px 0px 30px 0px; }

.post strong {
  font-weight: 700; }

.post table {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9; }
  .post table tr td, .post table tr th {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px; }
  .post table tr th {
    font-weight: 500;
    background: #F0F0F0; }

.post figure {
  margin: 40px 0px; }
  .post figure .wp-caption-text {
    font-size: 15px;
    text-align: left;
    font-style: italic;
    color: #9a9999;
    margin: 5px 0px; }

.bible-quote {
  font-style: italic; }

hr {
  background: #F0F0F0; }

ul li, ol li {
  color: gray; }

.block {
  display: block; }

.video_image {
  position: relative; }
  .video_image:before {
    content: "\f522";
    color: #fff;
    font-size: 3rem;
    line-height: 1.35;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(186, 188, 190, 0.8);
    border-radius: 50%;
    padding: 13px 15px 10px 25px;
    font-family: 'dashicons'; }
  .video_image:hover {
    opacity: .9; }
    .video_image:hover:before {
      background: rgba(186, 188, 190, 0.9); }

.video_image-small {
  position: relative; }
  .video_image-small:before {
    content: "\f522";
    color: #fff;
    font-size: 2rem;
    line-height: 1.35;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(186, 188, 190, 0.8);
    border-radius: 50%;
    padding: 8px 10px 8px 17px;
    font-family: 'dashicons'; }
  .video_image-small:hover {
    opacity: .9; }
    .video_image-small:hover:before {
      background: rgba(186, 188, 190, 0.9); }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.left-dark-gradient {
  content: '';
  position: absolute;
  opacity: .7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(35, 31, 32, 0)), to(#231f20));
  background-image: linear-gradient(270deg, rgba(35, 31, 32, 0) 0%, #231f20 100%); }
  @media (max-width: 960px) {
    .left-dark-gradient {
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(35, 31, 32, 0.8)), color-stop(65%, rgba(35, 31, 32, 0.8)));
      background-image: linear-gradient(90deg, rgba(35, 31, 32, 0.8) 40%, rgba(35, 31, 32, 0.8) 65%); } }

.alignright, .alignleft {
  width: 50%;
  margin: 30px; }

.aligncenter {
  width: 100%;
  margin: 30px 0px; }

.responsive_video iframe {
  width: 100%; }

.button {
  color: white;
  padding: 20px 40px;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.4px; }
  .button:hover {
    color: white;
    opacity: .8; }
  .button:visited {
    color: white; }

.button-round {
  border-radius: 50px; }

.button-small-text {
  font-size: 15px; }

.button-outline {
  background: transparent !important;
  border: 1px solid lightgray;
  color: gray !important;
  padding: 20px 30px;
  font-size: 12px; }

.button-block {
  display: block;
  width: 100%;
  text-align: center; }

.button-secondary {
  background: #aeaeae !important; }

.site-header {
  margin-top: -44px;
  border-bottom: 1px solid #edecec;
  position: fixed;
  z-index: 999;
  width: 100%;
  background: white; }
  @media screen and (max-width: 850px) {
    .site-header {
      margin-top: -50px; } }

.site-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 20px; }
  @media screen and (max-width: 850px) {
    .site-header-wrapper {
      padding: 0px 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.site-branding {
  margin-right: 40px; }
  .site-branding a {
    text-decoration: none; }
  .site-branding img {
    max-width: 215px;
    display: block;
    padding: 20px 0px; }
    @media screen and (max-width: 1100px) {
      .site-branding img {
        max-width: 180px;
        margin-right: 20px; } }
    @media screen and (max-width: 850px) {
      .site-branding img {
        max-width: 140px;
        padding: 18px 0px;
        margin-right: 10px; } }
    @media screen and (max-width: 500px) {
      .site-branding img {
        max-width: 120px; } }

.site-header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media screen and (max-width: 850px) {
    .site-header-items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.main-navigation {
  padding: 20px 0px; }
  @media screen and (max-width: 850px) {
    .main-navigation {
      width: auto; } }

.menu-item a {
  color: #888888;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: 300;
  height: 100%; }
  .menu-item a:hover {
    color: white; }
  @media screen and (max-width: 1100px) {
    .menu-item a {
      font-size: 15px;
      padding: 0px 7px; } }

.sub-menu {
  background: white; }
  .sub-menu .menu-item a {
    padding: 5px 15px; }

input[type="text"].header-search_input {
  background: #f8f8f8;
  color: #888888;
  max-width: 150px;
  border-radius: 50px;
  border: 0px;
  padding: 10px 10px 10px 40px;
  font-size: 14px; }
  input[type="text"].header-search_input::-webkit-input-placeholder {
    color: #bbbbbb; }
  input[type="text"].header-search_input:focus {
    outline: none;
    background: white; }
  @media screen and (max-width: 1100px) {
    input[type="text"].header-search_input {
      max-width: 200px; } }
  @media screen and (max-width: 850px) {
    input[type="text"].header-search_input {
      max-width: 120px;
      font-size: 13px;
      padding: 5px 5px 5px 32px;
      float: right; }
      input[type="text"].header-search_input::-webkit-input-placeholder {
        font-size: 13px; } }
  @media screen and (max-width: 500px) {
    input[type="text"].header-search_input {
      font-size: 12px;
      max-width: 90px;
      padding: 5px 5px 5px 29px; }
      input[type="text"].header-search_input::-webkit-input-placeholder {
        font-size: 12px; } }

.site-header-search {
  position: relative; }
  .site-header-search form::before {
    content: '';
    height: 17px;
    width: 17px;
    display: block;
    background-image: url("../img/search_icon.png");
    background-size: contain;
    position: absolute;
    top: 11px;
    left: 15px; }
    @media screen and (max-width: 850px) {
      .site-header-search form::before {
        height: 14px;
        width: 14px;
        top: 7px;
        left: 10px; } }
    @media screen and (max-width: 500px) {
      .site-header-search form::before {
        height: 12px;
        width: 12px;
        top: 7px;
        left: 10px; } }

.header-search_submit {
  visibility: hidden;
  position: absolute; }

.site-header-small {
  margin-top: -70px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2); }
  @media screen and (max-width: 850px) {
    .site-header-small {
      margin-top: -50px; } }
  .site-header-small .menu-item a {
    font-size: 15px;
    padding: 0px 10px; }
    @media screen and (max-width: 500px) {
      .site-header-small .menu-item a {
        font-size: 15px; } }
  .site-header-small input[type="text"].header-search_input {
    padding: 5px 5px 5px 40px; }
    @media screen and (max-width: 500px) {
      .site-header-small input[type="text"].header-search_input {
        padding: 5px 5px 5px 29px; } }
  .site-header-small .site-header-search form::before {
    top: 6px;
    left: 10px; }
    @media screen and (max-width: 500px) {
      .site-header-small .site-header-search form::before {
        height: 12px;
        width: 12px;
        top: 7px;
        left: 10px; } }

.menu-toggle {
  color: white;
  border: 0px;
  border-radius: 4px;
  padding: 8px 15px;
  margin-left: 10px; }
  .menu-toggle:focus {
    outline: none;
    background: #888888; }
  .menu-toggle:hover {
    background: #34ba72; }
  @media screen and (max-width: 500px) {
    .menu-toggle {
      padding: 7px 10px; } }

.toggled .menu-main-menu-container {
  position: fixed;
  left: 0px;
  top: 50px;
  height: 100%;
  padding-bottom: 100px;
  background: white;
  overflow-y: scroll; }
  .toggled .menu-main-menu-container .menu-item {
    display: block;
    width: 100%; }
    .toggled .menu-main-menu-container .menu-item a {
      display: block;
      width: 100%;
      padding: 10px 20px;
      border-bottom: 1px solid #F0F0F0; }
      @media screen and (max-width: 850px) {
        .toggled .menu-main-menu-container .menu-item a {
          padding: 3px 15px; } }

.additional_sites {
  height: 37px;
  position: absolute;
  top: 0px;
  width: 100%; }
  .additional_sites .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .additional_sites a {
    color: white;
    font-size: .9rem;
    text-decoration: none;
    padding: 0px 5px; }
    .additional_sites a:hover {
      color: white !important;
      text-decoration: underline; }
    .additional_sites a:first-of-type {
      margin-right: auto; }

.home .level-box {
  display: none; }

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0px 35px 0px; }
  @media screen and (max-width: 850px) {
    .page-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 0px 20px 0px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .page-header h1 {
    font-family: "filson-soft",sans-serif;
    margin: 0px 50px 5px 0px;
    padding: 0px;
    display: block;
    line-height: 1.1; }
    @media screen and (max-width: 850px) {
      .page-header h1 {
        margin: 0px;
        margin-bottom: 20px; } }
    .page-header h1 span {
      font-weight: 100; }
  .page-header p {
    color: gray;
    font-size: 15px;
    line-height: 1.5;
    display: block; }

.old {
  position: relative; }
  .old:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    background: #F0F0F0;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 0px; }

.new {
  position: relative; }
  .new:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    background: #59E1A2;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    right: 0px; }

.video_header {
  background: #080707; }

.video_header_wrapper {
  max-width: 1100px;
  margin: 0 auto; }

.video_footer {
  background: #404040; }

.video_footer_wrapper {
  max-width: 1300px;
  margin: 0 auto; }

.video_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 850px) {
    .video_cta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .video_cta a {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: white;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    width: 33.333333%;
    padding: 50px 20px; }
    .video_cta a:nth-child(2) {
      border-left: 1px solid #4d4d4d;
      border-right: 1px solid #4d4d4d; }
    @media screen and (max-width: 850px) {
      .video_cta a {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px; }
        .video_cta a:nth-child(2) {
          border-bottom: 1px solid #4d4d4d;
          border-top: 1px solid #4d4d4d;
          border-left: 0px;
          border-right: 0px; } }
  .video_cta:hover a {
    background: transparent; }

@media screen and (max-width: 850px) {
  .entry-sidebar {
    display: none; } }

.entry-sidebar.mobile-entry-sidebar {
  display: none; }
  @media screen and (max-width: 850px) {
    .entry-sidebar.mobile-entry-sidebar {
      display: block; } }

.related_series-wrapper {
  margin-bottom: 40px; }

.related_series-image {
  position: relative;
  display: block; }
  .related_series-image img {
    display: block;
    position: relative; }

.related_series-text {
  border: 1px solid #F0F0F0;
  border-top: 0px;
  padding: 40px 40px 60px 40px; }
  .related_series-text span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
    font-family: "filson-soft",sans-serif; }
  .related_series-text h3 {
    font-family: "filson-soft",sans-serif;
    margin: 0px; }
    .related_series-text h3 a {
      color: #888888;
      font-family: "filson-soft",sans-serif;
      text-decoration: none;
      font-size: 32px;
      line-height: 1.4;
      font-weight: 500;
      display: block;
      margin: 0px 0px 15px 0px; }
  .related_series-text p {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    line-height: 1.6;
    color: #888888;
    font-weight: 400; }

.selected_related_posts ul li.video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #F0F0F0; }
  .selected_related_posts ul li.video .video_image-small {
    width: 40%;
    display: block;
    padding: 0px; }
    .selected_related_posts ul li.video .video_image-small img {
      width: 100%;
      display: block; }
  .selected_related_posts ul li.video a {
    width: 60%;
    padding-left: 6%;
    border: 0px; }

.related_posts {
  margin-bottom: 50px; }
  .related_posts h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 10px; }
  .related_posts ul {
    margin: 0px;
    padding: 0px; }
    .related_posts ul li {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .related_posts ul li a {
        color: #959595;
        text-decoration: none;
        border-bottom: 1px solid #F0F0F0;
        display: block;
        padding: 15px 0px;
        font-size: 19px;
        padding-right: 20px;
        line-height: 1.4; }
  .related_posts > a {
    display: block;
    padding: 20px 0px;
    text-transform: uppercase; }

.sidebar_cta {
  border: 1px solid #F0F0F0;
  background: white;
  padding: 5% 10%;
  text-align: center; }
  .sidebar_cta h3 {
    color: #888888;
    font-size: 26px; }
  .sidebar_cta p {
    color: #888888;
    font-size: 15px;
    line-height: 1.5; }

.sidebar-ctas {
  position: relative; }

.fix-sidebar-cta {
  position: fixed;
  top: 75px;
  z-index: 99; }
  @media screen and (max-width: 850px) {
    .fix-sidebar-cta {
      display: none !important; } }

.bottom-fix-sidebar-cta {
  position: absolute;
  top: inherit;
  bottom: 0px; }
  @media screen and (max-width: 850px) {
    .bottom-fix-sidebar-cta {
      display: none !important; } }

.widget_media_image img {
  width: 100%;
  border: 1px solid #F0F0F0; }

.categories_list {
  margin-bottom: 60px; }
  .categories_list h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px; }
  .categories_list a {
    padding-right: 15px; }

.bible_sidebar {
  margin-bottom: 60px; }
  .bible_sidebar h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px; }
  .bible_sidebar span {
    padding-right: 15px; }
  .bible_sidebar .scripture_links {
    margin-bottom: 20px; }
  .bible_sidebar #bw-widget .bw-widget-input::-webkit-input-placeholder {
    color: lightgray;
    font-size: 15px;
    font-weight: 400; }

.footer {
  background-color: #393838;
  padding: 80px 0px 100px 0px; }
  @media screen and (max-width: 850px) {
    .footer {
      padding: 40px 0px 50px 0px; } }
  .footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 850px) {
      .footer .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer p {
    color: white;
    font-weight: 300; }
  .footer ul {
    margin: 0px;
    padding: 0px; }
    .footer ul li {
      list-style: none; }
  .footer a {
    display: block;
    color: #888888;
    font-weight: 300;
    font-size: 15px;
    padding: 3px 0px; }

.footer-about {
  width: 30%;
  padding-right: 40px;
  border-right: 1px solid #312b2c; }
  @media screen and (max-width: 850px) {
    .footer-about {
      width: 100%;
      border: 0px;
      padding-right: 0px; } }
  .footer-about p {
    font-size: 15px;
    line-height: 1.5;
    color: gray; }
  .footer-about img {
    width: 80%; }

.footer-categories {
  width: 30%;
  padding: 0px 40px;
  border-right: 1px solid #312b2c; }
  @media screen and (max-width: 850px) {
    .footer-categories {
      width: 100%;
      border: 0px;
      padding: 0px; } }
  .footer-categories ul {
    -webkit-column-count: 2;
            column-count: 2; }

.footer-pages {
  width: 20%;
  padding: 0px 40px;
  border-right: 1px solid #312b2c; }
  @media screen and (max-width: 850px) {
    .footer-pages {
      width: 50%;
      border: 0px;
      padding: 0px; } }

.footer-social {
  width: 20%;
  padding-left: 40px; }
  @media screen and (max-width: 850px) {
    .footer-social {
      width: 50%;
      float: left;
      padding: 0px; } }

.player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 850px) {
    .player {
      margin-top: 20px; }
      .player .file_info {
        color: #c8c8c8;
        font-size: .7rem;
        text-align: center;
        margin-top: 0px; }
        .player .file_info a {
          text-decoration: none;
          color: #c8c8c8;
          font-size: .7rem; }
          .player .file_info a:hover {
            color: #231F20; }
        .player .file_info span {
          color: #c8c8c8;
          font-size: .7rem; } }
  .player #duration {
    margin: 0px 0px 0px 10px;
    font-size: .8rem;
    color: #c8c8c8; }

.sermon_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px; }
  @media only screen and (max-width: 850px) {
    .sermon_info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .sermon_info .title {
        width: 100%; } }
  .sermon_info a {
    text-decoration: none; }
  .sermon_info p {
    margin: 0px;
    font-size: .8rem;
    line-height: .8;
    color: #aeaeae; }
    @media only screen and (max-width: 850px) {
      .sermon_info p {
        margin-bottom: 20px;
        text-align: center; } }
  .sermon_info h3 {
    margin: 0px;
    font-weight: 500; }
    @media only screen and (max-width: 850px) {
      .sermon_info h3 {
        text-align: center; } }
  @media only screen and (max-width: 850px) {
    .sermon_info .button {
      display: none; } }

.sermon_graphic a {
  text-decoration: none;
  color: inherit; }

.stock_series_graphix {
  background: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 10%;
  border: 1px solid #242424; }
  .stock_series_graphix p {
    text-align: center;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1; }

.title a {
  color: #242424; }

.audio-player {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .audio-player .player-controls {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .audio-player progress {
    width: 100%;
    background-color: #ededed;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    display: block;
    height: 20px;
    overflow: hidden; }
  .audio-player progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: #f4f4f4;
    border-radius: 40px;
    display: block;
    height: 24px;
    width: 100%;
    overflow: hidden;
    border: 0px;
    cursor: pointer; }
  .audio-player progress[value]::-webkit-progress-bar {
    background-color: #f4f4f4;
    border-radius: 40px;
    overflow: hidden;
    cursor: pointer; }
  .audio-player .player-controls p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: left; }
    @media only screen and (max-width: 500px) {
      .audio-player .player-controls p {
        font-size: .9rem; } }
  .audio-player .file_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px; }
    .audio-player .file_info p {
      font-size: .8rem;
      line-height: .8;
      color: #aeaeae; }
      @media only screen and (max-width: 500px) {
        .audio-player .file_info p {
          margin-top: 5px; } }
    .audio-player .file_info a {
      font-size: .8rem;
      line-height: .8;
      color: #aeaeae; }
  .audio-player .start-time {
    margin-right: 8px;
    margin-top: 2px;
    display: block; }
    @media only screen and (max-width: 500px) {
      .audio-player .start-time {
        display: none; } }
  .audio-player .end-time {
    margin-left: 8px;
    margin-top: 2px;
    display: block; }
    @media only screen and (max-width: 500px) {
      .audio-player .end-time {
        display: none; } }

#play-btn {
  outline: 0px;
  border: 0px;
  background: black;
  border-radius: 50%;
  margin-right: 25px;
  height: 70px;
  width: 70px;
  padding: 0px;
  display: block;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 500px) {
    #play-btn {
      margin-right: 15px; } }
  #play-btn:before {
    content: "\f522";
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.35;
    position: absolute;
    height: auto;
    width: auto;
    top: 11px;
    left: 18px;
    font-family: 'dashicons'; }

#play-btn.pause:before {
  content: "\f523";
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.35;
  position: absolute;
  height: auto;
  width: auto;
  top: 13px;
  left: 17px;
  font-family: 'dashicons'; }

.home .player-controls {
  margin-top: 25px; }

.home .audio-player .file_info p {
  margin-top: 3px; }

span.audio-top-line {
  color: #9a9999;
  text-align: left;
  float: left;
  font-size: 16px;
  margin-bottom: 5px; }

.audio-player span small {
  color: #c8c8c8;
  font-size: 13px;
  line-height: 1;
  display: none !important; }

.call-to-action-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 850px) {
    .call-to-action-boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .call-to-action-boxes .sidebar_cta {
    padding: 60px 50px;
    width: 100%;
    margin-right: 2%;
    margin-top: -45px;
    margin-bottom: 70px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1; }
    .call-to-action-boxes .sidebar_cta:hover {
      background: white;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(136, 136, 136, 0.2);
              box-shadow: 0px 0px 15px 0px rgba(136, 136, 136, 0.2); }
    @media screen and (max-width: 850px) {
      .call-to-action-boxes .sidebar_cta {
        width: 100%;
        padding: 40px 30px;
        margin: 0px 0px 20px 0px; } }
    .call-to-action-boxes .sidebar_cta .button {
      background: #a2a1a1; }
    .call-to-action-boxes .sidebar_cta:first-of-type {
      background: white;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(136, 136, 136, 0.2);
              box-shadow: 0px 0px 15px 0px rgba(136, 136, 136, 0.2); }
      @media screen and (max-width: 850px) {
        .call-to-action-boxes .sidebar_cta:first-of-type {
          margin-top: -70px; } }

.cta-boxes-wrapper {
  background: #F0F0F0; }

.call-to-action-header {
  display: block;
  margin-bottom: 75px;
  margin-top: 30px; }
  @media screen and (max-width: 850px) {
    .call-to-action-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 0px; } }
  .call-to-action-header h2 {
    font-family: "filson-soft",sans-serif;
    font-size: 36px;
    color: #3e3739;
    margin-bottom: 15px; }
    @media screen and (max-width: 850px) {
      .call-to-action-header h2 {
        margin-bottom: 10px; } }
  .call-to-action-header p {
    font-size: 15px;
    color: #888888;
    -ms-flex-item-align: end;
        align-self: flex-end;
    line-height: 1.4;
    margin-bottom: 15px; }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.wp-pagenavi {
  border-left: 1px solid #d5d4d4;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px 70px 0px; }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0px;
    border: 1px solid #d5d4d4;
    border-left: 0px;
    padding: 5px 18px;
    font-size: 15px;
    display: block;
    text-align: center; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #f3f3f3;
  border: 1px solid #d5d4d4;
  border-left: 0px;
  font-weight: 300;
  color: #888888; }

.posts-navigation {
  display: block;
  width: 100%; }
  .posts-navigation .nav-links > div {
    background: #f8f8f8;
    width: 49.5%;
    text-align: center;
    margin: 30px 0px; }
    .posts-navigation .nav-links > div a {
      text-decoration: none;
      display: block;
      border: 1px solid #F0F0F0;
      padding: 30px; }
      .posts-navigation .nav-links > div a:hover {
        color: white; }

.gform_wrapper .gfield_description {
  line-height: 1.3; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  display: block;
  text-align: center;
  border: 0px;
  padding: 30px 40px;
  border-radius: 50px;
  width: 100% !important;
  font-weight: bold; }

.g-recaptcha {
  margin-top: 30px; }

.gform_wrapper .top_label .gfield_label {
  font-weight: 400; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: white;
  border: 1px solid #e1e1e1;
  padding: 15px 20px !important;
  border-radius: 0px;
  margin-top: 3px !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin: 0px; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 40px;
  border-radius: 50px;
  font-size: 24px;
  margin-top: 40px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white !important;
  font-family: "filson-soft",sans-serif; }

body .gform_wrapper .gfield_radio li input {
  display: block;
  width: 0px;
  visibility: hidden;
  text-indent: -999999px;
  position: absolute; }

body .gform_wrapper .gfield_radio li label {
  display: block;
  line-height: 1.4;
  padding-left: 30px;
  text-indent: 0px;
  margin-top: 5px; }
  body .gform_wrapper .gfield_radio li label::before {
    content: '';
    display: block;
    float: left;
    background: white;
    border: 1px solid #eeeeee;
    height: 20px;
    width: 20px;
    margin: 2px 10px 0px -30px;
    border-radius: 50%; }

body .gform_wrapper .gfield_radio li input:checked + label {
  color: #6f6e6e; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0px !important; }

#ess-main-wrapper .ess-social-network-lists .ess-social-networks {
  padding-bottom: 0px; }

#ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-social-network-link, #ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-social-share, #ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-social-share-pinterest {
  font-size: 14px; }
  @media (max-width: 700px) {
    #ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-social-network-link, #ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-social-share, #ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-social-share-pinterest {
      font-size: 12px; } }

#ess-main-wrapper .ess-social-network-lists .ess-social-networks {
  background: white !important;
  border: 1px solid #efefef !important;
  color: black !important; }
  #ess-main-wrapper .ess-social-network-lists .ess-social-networks:hover {
    background: #5AE3A3 !important;
    color: white !important;
    border: 1px solid #5AE3A3 !important; }
    #ess-main-wrapper .ess-social-network-lists .ess-social-networks:hover .ess-icon {
      background: #5AE3A3;
      color: white; }
    #ess-main-wrapper .ess-social-network-lists .ess-social-networks:hover .ess-text {
      color: white; }
    #ess-main-wrapper .ess-social-network-lists .ess-social-networks:hover a {
      color: black !important; }
  #ess-main-wrapper .ess-social-network-lists .ess-social-networks a {
    color: black !important; }

[class*=" socicon-"]:before, [class^=socicon-]:before {
  color: black !important; }

#ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-all-networks-button, #ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-social-count, #ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-text {
  color: black !important; }

#ess-main-wrapper .ess-social-network-lists .ess-social-networks {
  padding: 0px !important; }

#ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-icon {
  background: white; }

.single-post .post .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 850px) {
    .single-post .post .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.entry-content {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
  padding: 40px 50px 0px 0px; }
  @media screen and (max-width: 850px) {
    .entry-content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0px 0px 0px 0px; } }
  .entry-content > p:first-of-type {
    font-size: 30px;
    line-height: 1.3;
    font-family: "chaparral-pro-caption",serif; }
    @media screen and (max-width: 850px) {
      .entry-content > p:first-of-type {
        font-size: 25px; } }
    .entry-content > p:first-of-type:first-letter {
      float: left;
      font-size: 90px;
      line-height: 60px;
      padding-top: 9px;
      padding-right: 8px;
      padding-left: 0px;
      font-weight: 500; }
      @media screen and (max-width: 850px) {
        .entry-content > p:first-of-type:first-letter {
          font-size: 80px; } }

.entry-header {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 30px; }

.entry-sidebar {
  width: 32.2033898305%;
  float: right;
  margin-right: 0;
  margin: 60px 0px 0px 0px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .entry-sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "filson-soft",sans-serif;
  color: #959595;
  padding-bottom: 20px;
  letter-spacing: 1.3px; }
  .entry-meta b {
    letter-spacing: 2.5px;
    margin-right: 5px;
    font-size: 15px;
    color: #555555; }

.end-notes {
  background: whitesmoke;
  margin: 40px 0px 0px 0px;
  padding: 50px 60px;
  font-size: 15px;
  line-height: 1.6; }

.article-item-image img {
  width: 100%; }

.answer-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .answer-categories {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.answer-column {
  width: 31%; }
  @media screen and (max-width: 850px) {
    .answer-column {
      width: 100%; } }

.answer-feature {
  position: relative; }
  .answer-feature .answer-feature-image {
    position: relative;
    display: block; }
    .answer-feature .answer-feature-image img {
      display: block;
      width: 100%; }
  .answer-feature .answer-feature-text {
    border: 1px solid #F0F0F0;
    padding: 40px;
    margin-bottom: 25px; }
    @media screen and (max-width: 850px) {
      .answer-feature .answer-feature-text {
        padding: 30px 20px; } }
    .answer-feature .answer-feature-text h2 {
      margin: 0px 0px 15px 0px;
      padding: 0px; }
      .answer-feature .answer-feature-text h2 a {
        margin: 0px;
        padding: 0px;
        color: #888888;
        font-family: "filson-soft",sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 30px;
        text-decoration: none; }
    .answer-feature .answer-feature-text p {
      color: #888888;
      font-size: 17px;
      line-height: 1.5;
      margin: 0px;
      padding: 0px; }

.single-series, .single-lessons, .post-type-archive-series {
  background: -webkit-linear-gradient(left, whitesmoke 53%, whitesmoke 53%, #ffffff 54%); }

body .series-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 850px) {
    body .series-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0px; } }

.series-navigation {
  width: 36.4406779661%;
  float: left;
  margin-right: 1.6949152542%;
  background: whitesmoke;
  margin-right: 0px;
  padding-bottom: 120px; }
  @media screen and (max-width: 850px) {
    .series-navigation {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0px 0px 0px 30px; } }
  .series-navigation ol {
    margin: 0px 0px 0px 18px;
    padding: 0px; }

.series-content {
  width: 61.8644067797%;
  float: right;
  margin-right: 0;
  background: white;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 120px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .series-content {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0px;
      padding-bottom: 80px; } }
  .series-content .series-content-item {
    padding: 20px 40px; }
    .series-content .series-content-item h2 {
      font-size: 15px;
      letter-spacing: 2px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 0px;
      display: block; }
  .series-content .button {
    float: right;
    margin-top: 40px;
    display: block;
    width: 100%;
    text-align: center; }
  .series-content p {
    font-size: 17px;
    color: gray;
    display: block;
    margin-bottom: 15px; }

.series-header {
  padding-top: 40px;
  padding-right: 70px;
  padding-bottom: 20px; }
  @media screen and (max-width: 850px) {
    .series-header {
      padding-right: 30px;
      padding-top: 15px;
      padding-bottom: 5px; } }
  .series-header span {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px; }
  .series-header h1 {
    margin: 0px;
    line-height: 1.4;
    padding: 10px 0px 5px 0px; }
  .series-header p {
    color: #888888;
    font-size: 15px;
    line-height: 1.5; }

.series-navigation-item {
  border-bottom: 1px solid #e3e3e3;
  color: #888888;
  font-size: 16px; }
  .series-navigation-item:hover {
    color: white; }
  @media screen and (max-width: 850px) {
    .series-navigation-item {
      display: none; } }
  .series-navigation-item a {
    display: block;
    padding: 18px 70px 18px 30px;
    color: #888888;
    text-decoration: none;
    line-height: 1.4;
    font-size: 16px;
    position: relative;
    padding-left: 9999px;
    margin-left: -9999px; }
    .series-navigation-item a:hover {
      color: white; }
  .series-navigation-item .old:after {
    display: none; }
  .series-navigation-item .new:after {
    right: 20px;
    top: 28px; }

.current-navigation-item li {
  color: white; }

.current-navigation-item a {
  color: white; }

.single-series .series-navigation-item:first-of-type li {
  color: white; }

.single-series .series-navigation-item:first-of-type a {
  color: white; }

.series-content .series-content-text h2 {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: inherit;
  margin-top: 25px;
  margin-bottom: 0px; }

@media screen and (max-width: 850px) {
  .current-navigation-item {
    border-bottom: 0px solid #e3e3e3;
    display: block;
    position: relative; }
    .current-navigation-item::after {
      content: "\f347";
      color: #fff;
      font-size: 1.4rem;
      font-weight: 100;
      line-height: 1.35;
      position: absolute;
      height: auto;
      width: auto;
      top: 16px;
      right: 30px;
      font-family: 'dashicons'; } }

.post-type-archive-series .site-main > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 850px) {
    .post-type-archive-series .site-main > .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0px; } }

.your_series {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  background: whitesmoke; }
  @media screen and (max-width: 850px) {
    .your_series {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0px 20px 0px 20px; } }
  .your_series h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "filson-soft",sans-serif;
    font-weight: 400;
    padding-top: 20px; }

.list_series {
  width: 66.1016949153%;
  float: right;
  margin-right: 0;
  background: white;
  padding-left: 60px;
  padding-bottom: 120px; }
  @media screen and (max-width: 850px) {
    .list_series {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0px 20px 0px 20px; } }
  .list_series h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "filson-soft",sans-serif;
    font-weight: 400;
    padding-top: 20px; }
  .list_series .series-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 850px) {
      .list_series .series-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .list_series .series-item .article-item-image {
      width: 35%;
      position: relative; }
      @media screen and (max-width: 850px) {
        .list_series .series-item .article-item-image {
          width: 100%;
          height: 200px; } }
      .list_series .series-item .article-item-image img {
        display: block;
        height: 100%; }
    .list_series .series-item .article-item-text {
      border: 1px solid #F0F0F0;
      width: 65%;
      margin: 0px;
      height: 100%;
      padding: 40px; }
      @media screen and (max-width: 850px) {
        .list_series .series-item .article-item-text {
          width: 100%;
          padding: 25px; } }

.level-box {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  color: #a2a1a1;
  font-size: 12px;
  padding: 10px 10px;
  line-height: 1.1; }

.article-item-text.viewed-article-items {
  padding: 0px;
  background: white;
  margin: 0px 20px 15px 0px;
  padding: 30px;
  border: 1px solid #F0F0F0;
  text-decoration: none;
  display: block; }
  @media screen and (max-width: 850px) {
    .article-item-text.viewed-article-items {
      margin-right: 0px; } }
  .article-item-text.viewed-article-items span {
    font-size: 12px;
    line-height: 1.2;
    margin: 0px 0px 4px 0px;
    font-weight: 400;
    color: #aeaeae;
    letter-spacing: 1px; }
  .article-item-text.viewed-article-items h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    color: #888888; }

.page-template-page-articles .page-header {
  padding: 50px 0px 25px 0px; }

.category-nav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #e9e9e9; }
  @media screen and (max-width: 850px) {
    .category-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .category-nav a {
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
    border-bottom: 0px;
    position: relative;
    z-index: 7;
    display: inline-block;
    color: #888888;
    text-decoration: none;
    padding: 15px 40px;
    display: block;
    margin: 0px 3px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    width: 100%; }
    .category-nav a span {
      margin: 0px 0px 0px 8px;
      top: 1px;
      position: relative;
      color: #c8c8c8;
      font-stretch: extra-condensed; }
  .category-nav .current {
    background: white;
    color: #c8c8c8;
    position: relative;
    bottom: -1px;
    padding-top: 11px; }

.article-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .article-column::after {
    content: "";
    width: 32%; }

.article-item {
  width: 32%;
  position: relative; }
  .article-item:hover {
    opacity: .8; }
  @media screen and (max-width: 850px) {
    .article-item {
      width: 49%; } }
  @media screen and (max-width: 600px) {
    .article-item {
      width: 100%; } }

.article-item-image {
  position: relative;
  display: block; }
  .article-item-image img {
    position: relative;
    display: block; }

.article-item-text {
  padding: 20px 25px 30px 25px;
  margin-bottom: 25px;
  border: 1px solid #F0F0F0; }
  .article-item-text span {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "filson-soft",sans-serif;
    margin-bottom: 5px;
    display: block; }
  .article-item-text h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    padding: 0px; }
    .article-item-text h2 a {
      text-decoration: none;
      font-family: "filson-soft",sans-serif;
      color: #888888; }
  .article-item-text p {
    margin: 0px;
    padding: 0px;
    color: #888888;
    font-size: 16px;
    line-height: 1.5; }

.article-filter {
  display: none;
  padding-bottom: 70px; }
  .article-filter > ul {
    margin: 0px;
    padding: 0px;
    -webkit-columns: 6;
            columns: 6; }
    @media screen and (max-width: 850px) {
      .article-filter > ul {
        -webkit-columns: 4;
                columns: 4; } }
    @media screen and (max-width: 700px) {
      .article-filter > ul {
        -webkit-columns: 3;
                columns: 3; } }
    @media screen and (max-width: 500px) {
      .article-filter > ul {
        -webkit-columns: 2;
                columns: 2; } }
    .article-filter > ul li {
      list-style: none;
      padding: 5px 0px;
      margin: 0px; }
      .article-filter > ul li a:hover {
        opacity: .6; }
  .article-filter ul {
    margin: 0px;
    padding: 0px; }

.article-filter.displayed {
  display: block; }

.article-categories > ul {
  -webkit-columns: 5;
          columns: 5; }
  @media screen and (max-width: 850px) {
    .article-categories > ul {
      -webkit-columns: 4;
              columns: 4; } }
  @media screen and (max-width: 700px) {
    .article-categories > ul {
      -webkit-columns: 3;
              columns: 3; } }
  @media screen and (max-width: 500px) {
    .article-categories > ul {
      -webkit-columns: 2;
              columns: 2; } }
  .article-categories > ul > li > a {
    color: #888888;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #f8f8f8;
    display: block;
    margin-bottom: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.3; }
  .article-categories > ul > li > ul {
    padding-left: 10px;
    margin-bottom: 30px; }
    .article-categories > ul > li > ul > li {
      padding: 0px;
      line-height: 1.3;
      padding: 5px 0px; }
      .article-categories > ul > li > ul > li a {
        font-size: 16px; }
      .article-categories > ul > li > ul > li ul {
        padding-left: 15px; }

.featured-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .featured-topics .featured-topic {
    width: 16%;
    text-align: center;
    background: gray;
    padding: 60px 40px;
    margin-bottom: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none; }
    @media screen and (max-width: 700px) {
      .featured-topics .featured-topic {
        width: 49%;
        margin-bottom: 5px; } }
    @media screen and (max-width: 500px) {
      .featured-topics .featured-topic {
        width: 100%; } }
    .featured-topics .featured-topic:before {
      content: '';
      background: black;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      opacity: .3; }
    .featured-topics .featured-topic:hover:before {
      opacity: .2; }
    .featured-topics .featured-topic h3 {
      color: white;
      font-weight: 200;
      position: relative;
      z-index: 9;
      font-size: 24px;
      margin: 0px; }

.sticky_post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 850px) {
    .sticky_post {
        flex-direction:column;
        max-width:600px;
        margin-bottom:30px;
        margin: 15px auto 25px auto;
    }
  }
  .sticky_post .article-item-text {
    padding: 40px;
    border: 1px solid #F0F0F0;
    height: 100%;
    margin-bottom: 0px;
    width: 60%; }
    @media screen and (max-width: 850px) {
        .sticky_post .article-item-text {
            width: 100%;
            height:auto;
            padding: 20px 25px 20px 25px;
        }
    }
    .sticky_post .article-item-text .button {
      margin-top: 25px;
      display: inline-block;
      padding: 20px 70px; }
      @media screen and (max-width: 850px) {
        .sticky_post .article-item-text .button {
            padding:20px 40px;
          }
      }     

.page-template-page-articles .sticky_post .article-item-image {
  width: 40%;
  height: 100%; }
  @media screen and (max-width: 850px) {
    .page-template-page-articles .sticky_post .article-item-image {
        width: 100%;
        height:auto;
    }
  }

  .page-template-page-articles .sticky_post .article-item-image img {
    width: 100%;
    height: 100%;
    object-fit:cover; 
  }

.page-template-page-articles .ck_form.ck_minimal {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important; }
  .page-template-page-articles .ck_form.ck_minimal h3.ck_form_title {
    text-align: left !important; }
  .page-template-page-articles .ck_form.ck_minimal .ck_guarantee {
    text-align: left !important; }
  .page-template-page-articles .ck_form.ck_minimal .ck_powered_by {
    display: none !important; }

#devotionals {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #devotionals .devotional_signup {
    width: 100%; }

#devotionals.displayed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.archive .article-filter {
  display: block !important;
  width: 33%;
  padding: 20px 40px 40px 40px;
  margin-bottom: 30px;
  background: #fbfbfb;
  border: 1px solid #e0e0e0; }

.archive .article-categories > ul {
  -webkit-columns: 1;
          columns: 1; }
  .archive .article-categories > ul li {
    display: block; }
  .archive .article-categories > ul a {
    border: 0px; }

.service-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 850px) {
    .service-item-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .service-item-text .service-series {
    width: 27%; }
    @media screen and (max-width: 850px) {
      .service-item-text .service-series {
        width: 100%;
        margin-bottom: 15px; } }
    .service-item-text .service-series .small {
      font-size: 14px; }
  .service-item-text .service-info {
    width: 40%; }
    @media screen and (max-width: 850px) {
      .service-item-text .service-info {
        width: 100%;
        margin-bottom: 25px; } }
    .service-item-text .service-info h2 {
      margin: 0px; }
    .service-item-text .service-info p.time {
      margin-bottom: 10px;
      display: block;
      color: #888888;
      font-size: 15px; }
    .service-item-text .service-info p {
      margin-bottom: 30px; }
  .service-item-text .service-source {
    width: 26%; }
    @media screen and (max-width: 850px) {
      .service-item-text .service-source {
        width: 100%; } }
    .service-item-text .service-source a {
      font-size: 14px;
        font-size-letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "filson-soft",sans-serif;
      text-decoration: none; }
    .service-item-text .service-source h4 {
      margin: 0px;
      font-weight: 300;
      margin-bottom: 0px;
      color: #888888;
      font-size: 18px; }
    .service-item-text .service-source p {
      font-size: 14px; }
    .service-item-text .service-source .button {
      margin-top: 25px;
      color: white;
      text-align: center; }

.past-services {
  background: whitesmoke;
  padding-top: 40px; }

.article-item-text p.time {
  margin-bottom: 5px;
  display: block; }

.article-item.current {
  opacity: .4; }

.page-template-page-form {
  background: #f8f8f8; }
  .page-template-page-form #main > .wrapper {
    position: relative; }

.form-column {
  width: 61.8644067797%;
  float: left;
  margin-right: 1.6949152542%;
  padding-top: 20px;
  padding-right: 40px; }
  @media screen and (max-width: 850px) {
    .form-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-right: 0px; } }

.form-sidebar {
  width: 34.7457627119%;
  float: right;
  margin-right: 0;
  padding-top: 40px; }
  @media screen and (max-width: 850px) {
    .form-sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      margin-bottom: 100px; } }
  .form-sidebar h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0px 15px 0px; }
  .form-sidebar h1 {
    font-size: 45px;
    line-height: 1.1;
    margin: 0px 0px 20px 0px;
    font-family: "filson-soft",sans-serif; }
  .form-sidebar p {
    color: #888888;
    font-size: 16px;
    line-height: 1.6; }

.form-wrapper {
  margin-bottom: 150px; }
  @media screen and (max-width: 850px) {
    .form-wrapper {
      margin-bottom: 0px; } }
  .form-wrapper label, .form-wrapper input {
    display: block;
    width: 100%;
    color: gray; }
  .form-wrapper label {
    margin-top: 20px; }
  .form-wrapper .radio label:first-of-type {
    display: block;
    text-indent: -30px;
    margin-top: 30px;
    width: 100%;
    float: none; }
    .form-wrapper .radio label:first-of-type::before {
      display: none; }
  .form-wrapper .radio input {
    display: block;
    width: 0px;
    visibility: hidden;
    text-indent: -999999px;
    position: absolute; }
  .form-wrapper .radio label {
    display: block;
    line-height: 1.4;
    padding-left: 30px;
    text-indent: 0px;
    margin-top: 5px; }
    .form-wrapper .radio label::before {
      content: '';
      display: block;
      float: left;
      background: white;
      border: 1px solid #eeeeee;
      height: 20px;
      width: 20px;
      margin: 2px 10px 0px -30px;
      border-radius: 50%; }
  .form-wrapper .radio input:checked + label {
    color: #6f6e6e; }
  .form-wrapper .horizontal label:first-of-type {
    width: 100%;
    float: none; }
  .form-wrapper .horizontal label {
    width: auto;
    float: left;
    margin-right: 20px; }
  .form-wrapper .horizontal::after {
    content: '.';
    clear: both;
    font-size: 0px; }
  .form-wrapper .checkbox input {
    display: inline;
    width: 25px; }
  .form-wrapper .checkbox label {
    display: inline; }
  .form-wrapper input[type="text"] {
    background: white;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    border-radius: 0px; }
  .form-wrapper textarea {
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
    border-radius: 0px;
    margin-top: 10px;
    height: 200px; }
  .form-wrapper span.red {
    color: #AA6F6F;
    font-size: 13px;
    padding-left: 3px;
    position: relative;
    top: -3px; }
  .form-wrapper ::-webkit-input-placeholder {
    color: #d5d4d4; }
  .form-wrapper ::-moz-placeholder {
    color: #d5d4d4; }
  .form-wrapper ::-ms-input-placeholder {
    color: #d5d4d4; }
  .form-wrapper ::-moz-placeholder {
    color: #d5d4d4; }
  .form-wrapper #form-submit {
    padding: 40px;
    border-radius: 50px;
    font-size: 24px;
    margin-top: 40px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: white;
    font-family: "filson-soft",sans-serif; }
    @media screen and (max-width: 850px) {
      .form-wrapper #form-submit {
        font-size: 18px; } }
  .form-wrapper .terms {
    font-size: 13px;
    text-align: center;
    color: #888888;
    line-height: 1.6; }

.page-template-page-thank-you {
  background: #f8f8f8; }
  .page-template-page-thank-you .form-column {
    padding-right: 30px;
    padding-top: 60px; }
    @media screen and (max-width: 850px) {
      .page-template-page-thank-you .form-column {
        padding: 20px 0px 0px 0px; } }
  @media screen and (max-width: 850px) {
    .page-template-page-thank-you .form-sidebar {
      padding: 20px 0px 0px 0px;
      margin: 0px; } }

.recomended_series {
  margin: 50px 0px 150px 0px; }
  @media screen and (max-width: 850px) {
    .recomended_series {
      margin: 20px 0px 0px 0px; } }
  .recomended_series .button {
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 25px;
    width: 35%;
    float: right;
    margin-bottom: 150px; }
    @media screen and (max-width: 850px) {
      .recomended_series .button {
        width: 100%; } }

.recomended_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #F0F0F0; }
  @media screen and (max-width: 850px) {
    .recomended_box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.series_iamge {
  width: 30%; }
  @media screen and (max-width: 850px) {
    .series_iamge {
      width: 100%; }
      .series_iamge img {
        width: 100%; } }

.series_info {
  width: 40%;
  padding: 20px 50px; }
  @media screen and (max-width: 850px) {
    .series_info {
      width: 100%;
      padding: 30px 30px 0px 30px; } }
  .series_info h2, .series_info h4 {
    margin: 0px; }
  .series_info h4 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "filson-soft",sans-serif;
    margin-bottom: 5px;
    display: block; }
  .series_info h2 a {
    text-transform: uppercase;
    font-family: "filson-soft",sans-serif;
    font-size: 28px;
    line-height: 1.3;
    color: #888888;
    text-decoration: none; }
  .series_info p {
    color: #888888;
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0px; }

.series_list {
  width: 30%; }
  @media screen and (max-width: 850px) {
    .series_list {
      width: 100%; } }

.page-template-page-thank-you .series-navigation-list a {
  text-decoration: none; }

.page-template-page-thank-you .series-navigation-list ol {
  margin: 0px;
  padding: 20px; }
  .page-template-page-thank-you .series-navigation-list ol li {
    display: none;
    color: #888888;
    border-bottom: 1px solid #F0F0F0;
    font-size: 15px;
    padding: 10px 0px; }
    .page-template-page-thank-you .series-navigation-list ol li:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 9px solid #e1e1e1;
      margin-right: 15px; }
  .page-template-page-thank-you .series-navigation-list ol li:nth-child(n+4) {
    border: 0px; }
  .page-template-page-thank-you .series-navigation-list ol li:nth-child(-n+4) {
    display: block; }

.page-template-default .entry-content {
  padding: 0px 50px 120px 0px;
  margin-top: 0px; }

.home_header {
  padding: 160px 0px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .home_header {
      padding: 50px 0px 80px 0px; } }
  .home_header .header_text {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    padding-left: 5%;
    color: white;
    position: relative;
    z-index: 99; }
    @media screen and (max-width: 850px) {
      .home_header .header_text {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0%; } }
  .home_header h4 {
    font-family: "filson-soft",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    margin: 0px 0px 10px 0px; }
  .home_header h2 {
    font-family: "filson-soft",sans-serif;
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0px; }
    @media screen and (max-width: 850px) {
      .home_header h2 {
        font-size: 40px; } }
  .home_header p {
    width: 80%;
    margin: 20px 0px 30px 0px;
    display: block; }
    @media screen and (max-width: 850px) {
      .home_header p {
        width: 100%; } }
  .home_header .button {
    display: inline-block;
    padding: 22px 70px; }

@media screen and (max-width: 850px) {
  .home .asnwer_list_wrapper {
    padding: 0%; } }

.home .answers_list {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 850px) {
    .home .answers_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .home .answers_list li {
    margin: 0px;
    list-style: none;
    padding: 0px;
    width: 100%; }
  .home .answers_list a {
    display: block;
    text-align: center;
    color: #231F20;
    text-decoration: none;
    border-bottom: 1px solid #F0F0F0;
    padding: 7px 0px;
    font-family: "filson-soft",sans-serif;
    font-size: 17px; }

.home .first_group {
  width: 25%; }
  @media screen and (max-width: 850px) {
    .home .first_group {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .home .first_group li:first-of-type a {
    background: green;
    color: white; }

.home .second_group {
  width: 25%; }
  @media screen and (max-width: 850px) {
    .home .second_group {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.home .responsive_video {
  width: 50%;
  margin-top: -40px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .home .responsive_video {
      width: 100%;
      margin-top: 0px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .home .responsive_video p {
    font-size: 15px;
    color: #888888;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 35px; }
    @media screen and (max-width: 850px) {
      .home .responsive_video p {
        padding: 0px 20px; } }
  .home .responsive_video iframe {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.6);
            box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.6); }

.featured_topic {
  background: #fafafa;
  border-top: 1px solid #F0F0F0;
  padding-bottom: 60px; }
  .featured_topic .related_posts {
    margin-bottom: 0px; }
  .featured_topic .featured_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 850px) {
      .featured_topic .featured_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .featured_topic .featured_header h4 {
      margin: 15px 0px;
      color: #888888; }
      @media screen and (max-width: 850px) {
        .featured_topic .featured_header h4 {
          margin: 15px 0px 15px 0px; } }
    @media screen and (max-width: 850px) {
      .featured_topic .featured_header a {
        display: none; } }
  .featured_topic .featured_article {
    width: 55.9322033898%;
    float: left;
    margin-right: 1.6949152542%; }
    @media screen and (max-width: 850px) {
      .featured_topic .featured_article {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .featured_topic .featured_article h4 {
      text-transform: uppercase;
      font-weight: 600;
      font-family: "filson-soft",sans-serif;
      font-size: 15px;
      margin: 0px 0px 10px 0px; }
  .featured_topic .answer-feature {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(136, 136, 136, 0.3);
            box-shadow: 0px 0px 25px 0px rgba(136, 136, 136, 0.3); }
  .featured_topic .answer-feature-text {
    background: white;
    padding: 50px 60px 60px 60px; }
    @media screen and (max-width: 850px) {
      .featured_topic .answer-feature-text {
        padding: 30px; } }
  .featured_topic .featured_course {
    width: 40.6779661017%;
    float: right;
    margin-right: 0; }
    @media screen and (max-width: 850px) {
      .featured_topic .featured_course {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .featured_topic .featured_course .series-item {
      opacity: .7; }
      .featured_topic .featured_course .series-item:hover {
        opacity: 1; }
    .featured_topic .featured_course .article-item-image {
      height: 300px; }
    .featured_topic .featured_course .article-item-text {
      background: white;
      padding: 30px 40px 40px 40px;
      border: 1px solid #F0F0F0;
      border-top: 0px; }
      @media screen and (max-width: 850px) {
        .featured_topic .featured_course .article-item-text {
          padding: 20px; } }
    .featured_topic .featured_course .related_posts {
      margin-bottom: 25px; }
      .featured_topic .featured_course .related_posts > a {
        text-align: right; }
    .featured_topic .featured_course .button {
      padding: 26px; }

.testimonial_header {
  padding: 110px 0px; }
  .testimonial_header .header_text {
    padding: 0px;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    @media screen and (max-width: 850px) {
      .testimonial_header .header_text {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.home_articles {
  background: #fafafa;
  border-top: 1px solid #F0F0F0;
  padding: 50px 0px; }
  .home_articles .article-item-text {
    background: white;
    border: 1px solid #F0F0F0;
    padding: 15px 30px 30px 30px; }
  .home_articles .button {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px; }

.page-template-page-church .article-item-image {
  height: 250px; }

.page-template-page-church h1 {
  font-size: 50px;
  line-height: 1.1;
  font-family: "filson-soft",sans-serif;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase; }

.page-template-page-church h4 {
  font-family: "filson-soft",sans-serif;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.page-template-page-church .entry-content > p:first-of-type:first-letter {
  float: left;
  font-size: inherit;
  line-height: inherit;
  padding-top: inherit;
  padding-right: inherit;
  padding-left: inherit;
  font-weight: inherit; }

.page-template-page-started .entry-content {
  width: 100%;
  margin-right: 0px;
  padding-bottom: 50px;
  padding-top: 0px; }
  .page-template-page-started .entry-content h1 {
    margin: 0px 0px 20px 0px; }
  .page-template-page-started .entry-content > h3 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 24px; }
  .page-template-page-started .entry-content > p {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    color: gray; }
  .page-template-page-started .entry-content > hr {
    margin: 30px 0px 20px 0px; }
  .page-template-page-started .entry-content > p:first-of-type {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 15px;
    color: gray; }
    @media screen and (max-width: 850px) {
      .page-template-page-started .entry-content > p:first-of-type {
        font-size: inherit; } }
    .page-template-page-started .entry-content > p:first-of-type:first-letter {
      float: inherit;
      font-size: inherit;
      line-height: inherit;
      padding-top: inherit;
      padding-right: inherit;
      padding-left: inherit;
      font-weight: inherit; }
      @media screen and (max-width: 850px) {
        .page-template-page-started .entry-content > p:first-of-type:first-letter {
          font-size: inherit; } }

.page-template-page-started .series-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px; }
  @media screen and (max-width: 850px) {
    .page-template-page-started .series-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .page-template-page-started .series-item .button {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 60px; }

.page-template-page-started .article-item-image {
  width: 60%;
  max-width: 320px; }
  @media screen and (max-width: 850px) {
    .page-template-page-started .article-item-image {
      max-width: 100%;
      height: 300px;
      width: 100%; } }

.page-template-page-started .article-item-text {
  margin-bottom: 0px;
  padding: 30px 5%;
  width: 70%; }

.page-template-page-started .call-to-action-boxes {
  margin-top: 0px;
  margin-bottom: 20px; }
  .page-template-page-started .call-to-action-boxes .sidebar_cta {
    padding: 30px 30px;
    margin: 0px 4px; }
    .page-template-page-started .call-to-action-boxes .sidebar_cta:first-of-type {
      background: #f8f8f8;
      -webkit-box-shadow: 0px 0px 0px 0px;
              box-shadow: 0px 0px 0px 0px; }
      .page-template-page-started .call-to-action-boxes .sidebar_cta:first-of-type .button {
        background: #a2a1a1; }
    .page-template-page-started .call-to-action-boxes .sidebar_cta .button {
      font-size: 14px;
      padding: 20px 10px;
      line-height: 1.3; }
    .page-template-page-started .call-to-action-boxes .sidebar_cta p {
      font-size: 14px;
      margin-bottom: 0px; }
  .page-template-page-started .call-to-action-boxes .sidebar_cta.current {
    background: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(136, 136, 136, 0.2);
            box-shadow: 0px 0px 15px 0px rgba(136, 136, 136, 0.2); }

.page-template-page-started .getting_started_courses {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%; }
  @media screen and (max-width: 850px) {
    .page-template-page-started .getting_started_courses {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.page-template-page-started .getting_started_categories {
  width: 21.186440678%;
  float: right;
  margin-right: 0; }
  @media screen and (max-width: 850px) {
    .page-template-page-started .getting_started_categories {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .page-template-page-started .getting_started_categories h3 {
    margin-bottom: 15px; }
  .page-template-page-started .getting_started_categories p {
    font-size: 16px;
    line-height: 1.4;
    color: #888888; }
  .page-template-page-started .getting_started_categories ul {
    margin: 0px;
    padding: 0px; }
    .page-template-page-started .getting_started_categories ul li {
      margin: 0px;
      padding: 0px;
      list-style: none; }

.page-template-page-started .getting_started_content {
  display: none;
  margin-top: 20px;
  margin-bottom: 150px; }
  .page-template-page-started .getting_started_content .series-item {
    margin-bottom: 15px; }

.page-template-page-started .displayed {
  display: block; }


/* Sidebar Promo */
.sidebar_promo {
    margin-top: 20px;
		margin-bottom:20px;
}
.sidebar_promo:first-of-type {
    margin-top: 50px;
}
@media (max-width: 700px) {
  .sidebar_promo:first-of-type {
    margin-top: 20px;
  }
}

.sidebar_promo a {
    text-decoration: none;
}
.sidebar_promo .sidebar_promo-image {
    margin: 0px;
    padding: 120px 20px 15px 20px;
    text-decoration: none;
    position: relative;
}
.dark_bottom_gradient {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.3;
    background: -webkit-linear-gradient(bottom, #2f2f2c 30%, rgba(72, 72, 71, 0) 100%);
    background: linear-gradient(0deg, #2f2f2c 30%, rgba(72, 72, 71, 0) 62%);
    -webkit-transition: 1s;
    transition: 1s;
}
.sidebar_promo .sidebar_promo-image h2 {
    margin: 0px;
    text-align: center;
    font-family: "filson-soft",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: white;
    position: relative;
    z-index: 99;
}
.sidebar_promo .sidebar_promo-text {
    border: 1px solid #e2e2e2;
	padding: 0 20px;
}

.sidebar_promo .sidebar_promo-text p {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    color: #5F5F5B;
}

.sidebar_promo .sidebar_promo-text .button {
    padding: 15px 20px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
		margin-top:15px;
	text-align: center;
}
.sidebar_promo a {
    text-decoration: none;
}

/* Footer Promo */
.footer_promo_content {
    padding: 150px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media (max-width: 700px) {
  .footer_promo_content {
    padding: 60px 0px;
  }
}

.footer_promo_content .wrapper {
    width: 30%;
    position: relative;
    z-index: 99;
}
@media (max-width: 1100px) {
  .footer_promo_content .wrapper {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .footer_promo_content .wrapper {
    width: 80%;
  }
}
.footer_promo_content h5 {
    margin: 0 auto;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
.footer_promo_content h2 {
    margin: 0 auto;
    color: white;
    text-align: center;
    font-family: "filson-soft",sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 30px;
}
.footer_promo_content .button {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

/* Global Bible Widget */
input.gb-search-input {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}
div.gb-modal-container {
    height:auto;
}
.gb-modal-container.gb-search-modal-content {    
    height: calc(100vh - 80px);
}

.post_count {
    font-size: .8rem !important;
    color: #959595;
    text-decoration: none;
}

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