@charset "UTF-8";
html, body {
  margin: 0px;
  padding: 0px;
}

.post, .page {
  margin: 0px;
}

.site-main {
  margin-top: 70px;
}

.wrapper {
  max-width: 1300px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page_content {
  padding: 80px 0px;
}

.page-template-page-fullwidth .page_content {
  padding: 0px;
}

.site-main .wrapper {
  display: flex;
  justify-content: space-between;
}
.site-main .wrapper .entry-content {
  width: 64%;
}
@media screen and (max-width: 1000px) {
  .site-main .wrapper .entry-content {
    width: 100%;
  }
}
.site-main .wrapper .entry-sidebar {
  width: 28%;
}
@media screen and (max-width: 1000px) {
  .site-main .wrapper .entry-sidebar {
    width: 100%;
  }
}

.block {
  display: block;
}

.video_image {
  position: relative;
}
.video_image:before {
  content: "";
  color: #fff;
  font-size: 3rem;
  line-height: 1.35;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 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: 0.9;
}
.video_image:hover:before {
  background: rgba(186, 188, 190, 0.9);
}

.video_image-small {
  position: relative;
}
.video_image-small:before {
  content: "";
  color: #fff;
  font-size: 2rem;
  line-height: 1.35;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 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: 0.9;
}
.video_image-small:hover:before {
  background: rgba(186, 188, 190, 0.9);
}

.dark_bottom_gradient {
  content: "";
  position: absolute;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
@media (max-width: 960px) {
  .dark_bottom_gradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.8) 65%);
  }
}

.left-dark-gradient {
  content: "";
  position: absolute;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
@media (max-width: 960px) {
  .left-dark-gradient {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.8) 65%);
  }
}

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

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

.responsive_video iframe {
  width: 100%;
}

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

.small {
  font-size: 14px;
}

blockquote {
  margin: 0px;
}
blockquote p {
  font-size: 24px;
  text-align: left;
}
@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;
  margin: 0px 0px 15px 0px;
  padding-right: 5%;
}
@media screen and (max-width: 850px) {
  .post h1 {
    font-size: 45px;
  }
}
.post h2 {
  font-weight: 700;
  font-size: 30px;
  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;
}
.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: #ededed;
}
.post figure {
  margin: 40px 0px;
}
.post figure .wp-caption-text {
  font-size: 15px;
  text-align: left;
  font-style: italic;
  color: #9a9a9a;
  margin: 5px 0px;
}

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

hr {
  background: #ededed;
}

ul li, ol li {
  color: gray;
}

.site-main h5 {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0px 0px 5px 0px;
  font-size: 0.9rem;
}
.site-main h2 {
  margin: 0px;
  font-size: 3rem;
}
.site-main h3 {
  margin: 0px;
}

.button {
  color: white;
  padding: 20px 40px;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.button:hover {
  color: white;
  opacity: 0.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: #a6a6a6 !important;
}

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

p.site-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.site-header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 850px) {
  .site-header-wrapper {
    padding: 0px 10px;
    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: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .site-header-items {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}

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

.menu-item a {
  color: gray;
  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;
}

@media screen and (max-width: 1000px) {
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    position: relative;
    display: block;
    width: 100%;
  }
}
.main-navigation ul li:hover > ul .menu-item a, .main-navigation ul li.focus > ul .menu-item a {
  padding: 5px 15px;
}

input[type=text].header-search_input {
  background: whitesmoke;
  color: gray;
  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: #b3b3b3;
}
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;
}

.additional_sites {
  background: #4a4a4a !important;
  z-index: 99999;
  height: auto !important;
  padding: 2px 0px;
  position: fixed;
}

.site-header-small {
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 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;
  }
}

#pick-language {
  border: 0px;
  font-size: 0.9rem;
  margin: 0px 0px 3px 0px;
  padding: 0px 10px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: white;
  outline: none;
  font-weight: 400;
}

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

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

.additional_sites {
  height: 37px;
  position: fixed;
  top: 0px;
  width: 100%;
}
.additional_sites .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.additional_sites a {
  color: white;
  font-size: 0.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;
}

.main-navigation ul ul {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.footer {
  background-color: #393838;
  padding: 80px 0px 100px 0px;
}
@media screen and (max-width: 850px) {
  .footer {
    padding: 40px 0px 50px 0px;
  }
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .footer .wrapper {
    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: gray;
  font-weight: 300;
  font-size: 15px;
  padding: 3px 0px;
}

.footer-about {
  width: 30%;
  padding-right: 40px;
  border-right: 1px solid #0d0d0d;
}
@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 #0d0d0d;
}
@media screen and (max-width: 850px) {
  .footer-categories {
    width: 100%;
    border: 0px;
    padding: 0px;
  }
}
.footer-categories ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.footer-pages {
  width: 20%;
  padding: 0px 40px;
  border-right: 1px solid #0d0d0d;
}
@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;
  }
}

.footer_promo_content {
  padding: 250px 0px;
  position: relative;
}
.footer_promo_content .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9999999;
}
.footer_promo_content h2 {
  text-align: center;
  color: white;
  font-size: 4rem;
}
@media screen and (max-width: 1000px) {
  .footer_promo_content h2 {
    font-size: 2rem;
  }
}
.footer_promo_content .button {
  margin: 0 auto;
}

.footer-about {
  border-right: 0px;
}

.call-to-action-boxes {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .call-to-action-boxes {
    flex-direction: column;
  }
}
.call-to-action-boxes .sidebar_cta {
  padding: 60px 50px;
  width: 100%;
  margin-right: 2%;
  margin-top: -45px;
  margin-bottom: 70px;
  background: whitesmoke;
  border: 1px solid #d9d9d9;
}
.call-to-action-boxes .sidebar_cta:hover {
  background: white;
  box-shadow: 0px 0px 15px 0px rgba(128, 128, 128, 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: #9a9a9a;
}
.call-to-action-boxes .sidebar_cta:first-of-type {
  background: white;
  box-shadow: 0px 0px 15px 0px rgba(128, 128, 128, 0.2);
}
@media screen and (max-width: 850px) {
  .call-to-action-boxes .sidebar_cta:first-of-type {
    margin-top: -70px;
  }
}

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

.call-to-action-header {
  display: block;
  margin-bottom: 75px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .call-to-action-header {
    flex-direction: column;
    margin-top: 0px;
  }
}
.call-to-action-header h2 {
  font-family: "filson-soft", sans-serif;
  font-size: 36px;
  color: #1a1a1a;
  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: gray;
  align-self: flex-end;
  line-height: 1.4;
  margin-bottom: 15px;
}

@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 #ededed;
  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: gray;
  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: gray;
  font-weight: 400;
}

.selected_related_posts ul li.video {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.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 #ededed;
  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: #8d8d8d;
  text-decoration: none;
  border-bottom: 1px solid #ededed;
  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 #ededed;
  background: white;
  padding: 5% 10%;
  text-align: center;
}
.sidebar_cta h3 {
  color: gray;
  font-size: 26px;
}
.sidebar_cta p {
  color: gray;
  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 #ededed;
}

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

.bible_sidebar {
  margin-bottom: 60px;
}
.bible_sidebar h3 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  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;
}

.home_header {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}

.home_header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .home_header_wrapper {
    flex-direction: column;
  }
}
.home_header_wrapper .home_header_title {
  width: 68%;
  margin: 0px 50px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 99;
  font-size: 3rem;
  padding: 200px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .home_header_wrapper .home_header_title {
    text-align: left;
    width: 100%;
    padding: 150px 20px 0px 40px;
  }
}
.home_header_wrapper .home_header_video {
  width: 68%;
  margin: 0px 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
  background: #393838;
}
@media screen and (max-width: 1350px) {
  .home_header_wrapper .home_header_video {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .home_header_wrapper .home_header_video {
    width: 100%;
  }
}
.home_header_wrapper .home_header_text {
  width: 32%;
  background: rgba(43, 43, 43, 0.9);
  padding: 100px 120px 120px 80px;
  position: relative;
  z-index: 99;
  color: white;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .home_header_wrapper .home_header_text {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .home_header_wrapper .home_header_text {
    width: 100%;
    padding: 60px 40px 90px 40px;
  }
}
.home_header_wrapper .home_header_text blockquote p {
  font-size: 1.4rem;
  font-style: italic;
}
.home_header_wrapper .home_header_text p {
  font-size: 1rem;
  line-height: 1.4;
}
.home_header_wrapper .home_header_text .button {
  margin-top: 50px;
  display: block;
  text-align: center;
  left: -120px;
  width: 150%;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1000px) {
  .home_header_wrapper .home_header_text .button {
    left: 0px;
    width: 100%;
  }
}

.sidebar_post_image {
  height: 300px;
  width: 100%;
  display: block;
  position: relative;
}

.count_box {
  color: white;
  display: block;
  position: absolute;
  z-index: 99;
  padding: 10px 20px;
  font-size: 0.8rem;
}

.sidebar_post {
  margin-bottom: 30px;
}
.sidebar_post h3 a {
  color: black;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}

#secondary {
  margin-top: 70px;
}
#secondary .widget-title {
  font-size: 1.5rem;
  margin: 0px;
}
#secondary .textwidget p {
  font-size: 1rem;
  line-height: 1.4;
}

.page-template-page-topics .home_header {
  text-align: center;
  color: white;
  padding: 120px 20px;
}

.page-template-page-topics .site-main .wrapper .entry-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-page-topics .sidebar_post {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .page-template-page-topics .sidebar_post {
    width: 100%;
  }
}

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

.form-column {
  padding-top: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 850px) {
  .form-column {
    padding-right: 0px;
  }
}

.form-sidebar {
  padding-top: 40px;
}
@media screen and (max-width: 850px) {
  .form-sidebar {
    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: gray;
  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: #787878;
}
.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 #e6e6e6;
  height: 20px;
  width: 20px;
  margin: 2px 10px 0px -30px;
  border-radius: 50%;
}
.form-wrapper .radio input:checked + label {
  color: #676767;
}
.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 #d9d9d9;
  padding: 15px 20px;
  border-radius: 0px;
}
.form-wrapper textarea {
  border: 1px solid #d9d9d9;
  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;
}

::-webkit-input-placeholder {
  color: #cdcdcd;
}

::-moz-placeholder {
  color: #cdcdcd;
}

::-ms-input-placeholder {
  color: #cdcdcd;
}

::-moz-placeholder {
  color: #cdcdcd;
}
::-moz-placeholder #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) {
  ::-moz-placeholder #form-submit {
    font-size: 18px;
  }
}
::-moz-placeholder .terms {
  font-size: 13px;
  text-align: center;
  color: gray;
  line-height: 1.6;
}

.form-column {
  width: 65%;
}
@media screen and (max-width: 1000px) {
  .form-column {
    width: 100%;
  }
}

.form-sidebar {
  width: 35%;
}
@media screen and (max-width: 1000px) {
  .form-sidebar {
    width: 100%;
  }
}

.page-template-page-form .cta-boxes-wrapper > .wrapper, .page-template-page-thank-you .cta-boxes-wrapper > .wrapper {
  display: none;
}

@media screen and (max-width: 1000px) {
  .page-template-page-form #main > .wrapper {
    flex-direction: column-reverse;
  }
  .page-template-page-form #main > .wrapper .form-sidebar {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .page-template-page-form #main > .wrapper .form-column {
    margin-top: -30px;
    padding-top: 0px;
  }
}

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