/*!
 Theme Name: Tyndale Bibles Main
 Theme URI: http://underscores.me/
 Author: Tyndale House Publishers
 Author URI: https://www.tyndale.com
 Description: Theme for the TyndaleBibles.com
 Version: 1.0.0
 Tested up to: 5.4
 Requires PHP: 5.6
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: tyndale-bibles-main
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned.
 Tyndale Bibles Main is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Generic
 - Normalize
 - Box sizing
 # Base
 - Typography
 - Elements
 - Links
 - Forms
 ## Layouts
 # Components
 - Navigation
 - Posts and pages
 - Comments
 - Widgets
 - Media
 - Captions
 - Galleries
 # plugins
 - Jetpack infinite scroll
 # Utilities
 - Accessibility
 - Alignments
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Generic
 --------------------------------------------------------------*/
/* Normalize
 --------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
 --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
 @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
/* Typography
 --------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
 --------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
 --------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
 --------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Components
 --------------------------------------------------------------*/
/* Navigation
 --------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: none;
  /* background-color: var(--primary-color);
  color: var(--white);
  border: 0;
  text-transform: uppercase;
  padding: .5rem; */
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
 --------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
 --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
 --------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
 --------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
 --------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
 --------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Plugins
 --------------------------------------------------------------*/
/* Jetpack infinite scroll
 --------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Utilities
 --------------------------------------------------------------*/
/* Accessibility
 --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
 --------------------------------------------- */
/*rtl:ignore*/
.alignleft {
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* App-Specific Styles
 --------------------------------------------- */

 /* Variables */

 :root {
   --primary-color: #5AB2F0;
   --secondary-color: #FE5732;
   --black: #0D233B;
   --white: #fff;
   --dark-blue: #2875AD;
   --footer-bg: #0D233B;
   --light-blue: #98D2FC;
 }


 /* General Styles */

 * {
   box-sizing: border-box;
 }

 body {
   font-size: 16px;
   line-height: 1.5;
   color: var(--black);
   font-family: aktiv-grotesk, sans-serif;
 }

 @media (min-width: 500px) {
   body {
     font-size: 18px;
   }
 }

 h1,
 h2,
 h3,
 h4,
 h5 {
   color: var(--black);
 }

 p {
   font-family: rooney-web, serif;
   color: #707070;
 }

.hidden {
 display: none;
}

.page {
  margin: 0;
}


/* Typography */

.home-section-header {
  margin: 0 0 2rem;
}

@media (min-width: 600px) {
  .home-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1rem;
  }
}

.home-section-header h2 {
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .home-section-header h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 900px) {
  .home-section-header h2 {
    font-size: 4rem;
  }
}


 /* UI */

.button {
  display: inline-block;
  background-color: var(--secondary-color);
  padding: 1rem 2rem;
  border-radius: 21px 0 21px 0;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8rem;
  border: 4px solid transparent;
  transition: border 200ms ease, color 200ms ease, box-shadow 300ms ease;
}

@media (min-width: 900px) {
  .button {
    font-size: 1rem;
  }
}

@media (min-width: 900px) {
  .button {
    font-size: 1.5rem;
  }
}

.button:active,
.button:focus {
  border: 4px solid #000;
  color: var(--white);
}

.button:visited {
  color: var(--white);
}

.button:hover {
  box-shadow: 0px 6px 9px #00000054;
  color: var(--white);
}

.button.ghost {
  background-color: var(--white);
  color: var(--secondary-color);
  border: 4px solid var(--secondary-color);
  transition: color 200ms ease, background-color 200ms ease;
}

.button.ghost:active,
.button.ghost:focus {
  border: 4px solid #000;
  background-color: #fe57321c;
}

.button.ghost:hover {
  background-color: #fe57321c;
  box-shadow: none;
}


/* Video */

.flex-video {
  height: 0;
  margin-bottom: 14.222px;
  margin-bottom: .88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}


 /* Home page Hero */

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  height: 60vh;
}

@media (min-width: 600px) {
  .home-hero {
    height: 80vh;
  }
}

@media (min-width: 900px) {
  .home-hero {
    height: 100%;
  }
}

.home-hero-image {
  grid-row: 1 / -1;
  grid-column: 1;
}

.home-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

.masthead {
  grid-row: 1;
  grid-column: 1;
  padding: 0 1.5rem;
}

.masthead-inner {
  max-width: 1388px;
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

@media (min-width: 900px) {
  .masthead-inner {
    max-width: 1388px;
    margin: 3rem auto 0;
  }
}

.main-navigation {
  justify-self: end;
  width: initial;
}

.main-navigation ul {
  justify-items: flex-end;
}

.main-navigation a {
  display: inline-block;
}

.menu-item {
  margin-left: 1rem;
  color: #fff;
}

.menu-item a {
  color: #fff;
  font-size: .8rem;
  transition: color 200ms ease;
}

@media (min-width: 900px) {
  .menu-item a {
    font-size: 1rem;
  }
}

@media (min-width: 1170px) {
  .menu-item a {
    font-size: 1.2rem;
  }
}

.menu-item a:hover {
  color: var(--secondary-color);
}

@media (min-width: 900px) {
  .menu-item::after {
    content: "|";
    margin-left: 1rem;
  }
}

@media (min-width: 900px) {
  .menu-item:last-child::after {
    content: "";
    margin-left: 0;
  }
}



/* .menu-item a:last-of-type::after {
  content: "";
} */

.logo img {
  display: block;
}

.home-hero-text {
  grid-row: 2;
  grid-column: 1;
  color: #fff;
  /* width: 50%; */
  /* margin: 0 auto; */
  align-self: center;
  padding: 0 1.5rem;
}

@media (min-width: 1388px) {
  .home-hero-text {
    grid-row: 2;
    grid-column: 1;
    color: #fff;
    width: 1388px;
    margin: 0 auto;
    align-self: center;
    padding: 0;
  }
}

.home-hero-text h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  width: 70%;
  color: var(--white);
}

@media (min-width: 600px) {
  .home-hero-text h2 {
    font-size: 2.5rem;
    width: 50%;
  }
}

@media (min-width: 900px) {
  .home-hero-text h2 {
    font-size: 4rem;
  }
}

.home-hero-text p {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: var(--white);
}

@media (min-width: 600px) {
  .home-hero-text p {
    font-size: 2.5rem;
  }
}

@media (min-width: 900px) {
  .home-hero-text p {
    font-size: 4rem;
  }
}

.home-hero-cta {
  grid-column: 1;
  grid-row: 3;
  position: relative;
  -webkit-backdrop-filter: blur(10px) brightness(60%);
  backdrop-filter: blur(10px) brightness(60%);
  align-self: end;
  padding: 1.5rem 1.5rem 3rem;
}

@media (min-width: 900px) {
  .home-hero-cta {
    padding: 4rem 1.5rem;
  }
}

.home-hero-cta-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 1388px;
  margin: auto;
}

@media (min-width: 600px) {
  .home-hero-cta-inner {
    gap: 0;
  }
}

@media (min-width: 900px) {
  .home-hero-cta-inner {
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    max-width: 1388px;
    margin: auto;
  }
}

.home-hero-cta h3 {
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  font-family: rooney-web, serif;
}

@media (min-width: 600px) {
  .home-hero-cta h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 900px) {
  .home-hero-cta h3 {
    font-size: 2rem;
  }
}


/* Home Video Section */

.home-video {
  display: grid;
  grid-template-rows: 250px 100px 1fr auto auto;
  grid-template-columns: 10% 1fr 10%;
}

@media (min-width: 325px) {
  .home-video {
    display: grid;
    grid-template-rows: 175px 100px 1fr auto auto;
    grid-template-columns: 10% 1fr 10%;
  }
}

@media (min-width: 400px) {
  .home-video {
    display: grid;
    grid-template-rows: 70px 100px 1fr auto auto;
    grid-template-columns: 10% 1fr 10%;
  }
}

@media (min-width: 600px) {
  .home-video {
    display: grid;
    grid-template-rows: 100px 100px 1fr auto auto;
    grid-template-columns: 10% 1fr 10%;
  }
}

.home-video .video {
  grid-row: 2 / 4;
  grid-column: 2;
  max-width: 1388px;
  box-shadow: 0px 3px 46px #00000075;
}

.home-video-text {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row: 4;
  grid-column: 2;
  max-width: 1388px;
  margin: 1.5rem auto 2rem;
}

@media (min-width: 600px) {
  .home-video-text {
    margin: 3rem auto 4rem;
  }
}

.home-video-text-plus {
  margin-right: 1rem;
}

@media (min-width: 600px) {
  .home-video-text-plus {
    margin-right: 2rem;
  }
}

.home-video-text-plus img {
  width: 50px;
}

.home-video-text h2 {
  font-size: 1rem;
  margin-top: 0;
  font-weight: 400;
  width: 90%;
}

@media (min-width: 600px) {
  .home-video-text h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 900px) {
  .home-video-text h2 {
    font-size: 2rem;
  }
}

.blank.white {
  grid-row: 1 / 3;
  grid-column: 1 / 4;
  background-color: var(--white);
}

.blank.blue {
  grid-row: 3 / 5;
  grid-column: 1 / 4;
  background-color: var(--primary-color);
}


/* Home Recent Articles */

.home-recent-articles {
  max-width: 1388px;
  margin: 3rem auto 6rem;
  padding: 0 1.5rem;
}

.recent-articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (min-width: 600px) {
  .recent-articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.recent-articles-group {
  border-top: 5px solid var(--black);
}

.recent-articles-group h3 {
  font-weight: 400;
  font-size: 1.25rem;
  margin: 1rem 0 .5rem;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .recent-articles-group h3 {
    font-size: 1.5rem;
    margin: .5rem 0;
  }
}

@media (min-width: 900px) {
  .recent-articles-group h3 {
    font-size: 2rem;
  }
}


/* Blog */

.home-blog,
.blog {
  max-width: 1388px;
  margin: auto;
  padding: 0 1.5rem;
}

.blog {
  padding: 3rem 1.5rem;
}

@media (min-width: 600px) {
  .blog {
    padding: 4rem 1.5rem;
  }
}

@media (min-width: 900px) {
  .blog {
    padding: 6rem 1.5rem;
  }
}

.home-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 2rem;
}

@media (min-width: 600px) {
  .home-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}

@media (min-width: 900px) {
  .home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2rem;
  }
}

.blog-group {
  border-top: 5px solid var(--black);
}

.blog-group .button {
  font-size: 1rem;
}

.home-blog-text h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 1rem 0;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .home-blog-text h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 1rem 0;
    line-height: 1.3;
  }
}

.blog-more {
  margin: 6rem 0 0
}

.blog-single-back-button {
  margin: 2rem 0 0;
}

/* Blog Pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
  grid-column: 1;
}

@media (min-width: 600px) {
  .blog-pagination {
    grid-column: 1 / span 2;
  }
}

@media (min-width: 900px) {
  .blog-pagination {
    grid-column: 1 / span 3;
  }
}

.prev.page-numbers,
.next.page-numbers {
  width: auto;
  padding: 0 1rem;
}

.page-numbers {
  /* padding: 1rem; */
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black);
  text-decoration: none;
  color: var(--primary-color);
  transition: background-color 200ms ease, color 200ms ease;
}

.page-numbers:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

/* current page number highlighted */
.page-numbers.current {
  background-color: var(--primary-color);
  color: var(--white);
}

/* Browse section */

.home-browse-bibles {
  background-color: var(--dark-blue);
  text-align: center;
  padding: 4rem 1.5rem;
  margin: 5rem 0 3rem;
}
.home-browse-bibles h2 {
  font-size: 1.5rem;
  color: var(--white);
  margin: 0 0 1rem;
}

@media (min-width: 600px) {
  .home-browse-bibles h2 {
    font-size: 3rem;
    color: var(--white);
    margin: 0 0 1rem;
  }
}

.home-browse-bibles ul {
  list-style: none;
  margin: 0;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 600px) {
  .home-browse-bibles ul {
    padding: 0 3rem;
  }
}

.home-browse-bibles ul li::after {
  content: "|";
  padding: 0 1rem;
  color: var(--white);
  font-size: 1.5rem;
}

.home-browse-bibles ul li:last-of-type::after {
  content: "";
}

.home-browse-bibles ul li {
  color: var(--white);
  font-size: 1rem;
}

@media (min-width: 600px) {
  .home-browse-bibles ul li {
    color: var(--white);
    font-size: 1.5rem;
  }
}

.home-browse-bibles ul li a {
  color: var(--white);
  font-size: 1rem;
}

@media (min-width: 600px) {
  .home-browse-bibles ul li a {
    color: var(--white);
    font-size: 1.5rem;
  }
}

/* Featured Bibles */

.featured-bibles-header {
  max-width: 1388px;
  margin: auto;
  padding: 0 1.5rem 1.5rem;
}

@media (min-width: 600px) {
  .featured-bibles-header {
    padding: 0 1.5rem;
  }
}

.featured-bibles-inner {
  max-width: 1388px;
  margin: auto;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

@media (min-width: 600px) {
  .featured-bibles-inner {
    padding: 2rem;
    grid-template-columns: 350px 1fr;
  }
}

@media (min-width: 900px) {
  .featured-bibles-inner {
    padding: 2rem;
    grid-template-columns: 350px 1fr;
  }
}

.featured-bibles-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 117, 173, 0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.featured-bibles-group {
  margin-bottom: 2rem;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
}

.featured-bibles-logo {
  display: grid;
  place-items: center;
  z-index: 1;
  padding: 0 1rem;
}

@media (min-width: 900px) {
  .featured-bibles-logo {
    padding: 0 3rem;
  }
}

.featured-bibles-logo img {
  max-width: 150px;
  display: inline-block;
}

@media (min-width: 600px) {
  .featured-bibles-logo img {
    max-width: 200px;
  }
}

.featured-bibles-text {
  z-index: 1;
}

.featured-bibles-text p {
  color: var(--white);
  font-size: 1rem;
}

@media (min-width: 900px) {
  .featured-bibles-text p {
    font-size: 1.25rem;
  }
}

.featured-nlt {
  background-image: url(img/featured-nlt-bg.jpg);
}

.featured-lasb {
  background-image: url(img/featured-lasb-bg.jpg);
}

.featured-filament {
  background-image: url(img/featured-filament-bg.jpg);
}

.featured-oneyear {
  background-image: url(img/featured-oneyear-bg.jpg);
}

.featured-life-recovery {
  background-image: url(img/featured-life-recovery-bg.jpg);
}

.featured-inspire {
  background-image: url(img/featured-inspire-bg.jpg);
}

.featured-immerse {
  background-image: url(img/featured-immerse-bg.jpg);
}

.featured-everymans {
  background-image: url(img/featured-everymans-bg.jpg);
}


/* FAQ CTA */

.home-faq-cta {
  text-align: center;
  background-color: var(--dark-blue);
  padding: 4rem 0;
}

.home-faq-cta h2 {
  color: var(--white);
  font-size: 2rem;
  margin: 0 0 1rem;
}

@media (min-width: 900px) {
  .home-faq-cta h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 900px) {
  .home-faq-cta h2 {
    font-size: 4rem;
  }
}


/* Site Footer */

.site-footer {
  background-color: var(--footer-bg);
  padding: 2rem 1rem;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 1388px;
  margin: auto;
}

@media (min-width: 600px) {
  .site-footer-inner {
    grid-template-columns: auto 1fr auto;
  }
}

.footer-logo img {
  width: 78px;
  align-self: center;
}

.footer-copyright p,
.footer-copyright a,
.footer-copyright li {
  color: var(--white);
  font-size: .9rem;
}

@media (min-width: 900px) {
  .footer-copyright p,
  .footer-copyright a,
  .footer-copyright li {
    font-size: 1rem;
  }
}

.footer-copyright p {
  margin: 0 0 .5rem;
}

.footer-copyright ul,
.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.footer-copyright ul li:nth-child(even) {
  margin: 0 .5rem;
}

.footer-social ul li {
  margin: 0 1rem 0 0;
}

@media (min-width: 600px) {
  .footer-social ul li {
    margin: 0 0 0 1rem;
  }
}

.footer-social ul li img {
  max-width: 45px;
}



/* Articles hero */

.articles-hero {
  background: radial-gradient(ellipse, #161616, #484747);
  height: 320px;
}

@media (min-width: 900px) {
  .articles-hero {
    height: 500px;
  }
}

.single-article .articles-hero {
  height: 380px;
}

.articles-hero-text {
  align-self: end;
  padding-bottom: 2rem;
}

@media (min-width: 900px) {
  .articles-hero-text {
    align-self: center;
    /* padding-bottom: 2rem; */
  }
}

.articles-hero-text h1 {
  font-size: 1.5rem;
  color: var(--white);
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  margin: 0 0 1rem;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .articles-hero-text h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 900px) {
  .articles-hero-text h1 {
    font-size: 4rem;
  }
}

.articles-hero-text p {
  font-size: 1rem;
  font-family: rooney-web, serif;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .articles-hero-text p {
    font-size: 1.5rem;
  }
}

@media (min-width: 900px) {
  .articles-hero-text p {
    font-size: 2rem;
  }
}

.articles-section {
  padding: 1.5rem;
  position: relative;
}

@media (min-width: 900px) {
  .articles-section {
    padding: 3rem 1.5rem;
  }
}

.articles-section-inner {
  max-width: 1388px;
  margin: auto;
}

.faq-section-inner {
  padding-bottom: 6rem;
}

.faq-hero {
  background: radial-gradient(ellipse, #161616, #484747);
  height: 260px;
}

@media (min-width: 900px) {
  .faq-hero {
    height: 500px;
  }
}

.section-gradient {
  background: linear-gradient(140deg, #2B2B2B, rgba(255, 255, 255, 0), rgb(255 255 255 / 0%));
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 290px;
  z-index: -1;
  opacity: .15;
}
@media (max-width: 1024px) {
	.section-gradient{
		width: 40%;
	}
}
@media (max-width: 767px){
	.section-gradient {
		background: linear-gradient(123deg, #2B2B2B, rgba(255, 255, 255, 0), rgb(255 255 255 / 0%));
		width: 40%;
		height: 180px;
	}
}
/* @media (min-width: 900px) {
  .section-gradient {
    background: linear-gradient(130deg, #2B2B2B, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    z-index: -1;
    opacity: .15;
  }
} */

.articles-title {
  font-size: 1.5rem;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .articles-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 900px) {
  .articles-title {
    font-size: 3rem;
  }
}

.articles-title span {
  font-weight: 500;
}

.faq-article-text {
  max-width: 983px;
}

.faq-title {
  border-bottom: 5px solid var(--black);
  max-width: 75%;
  padding-bottom: 1rem;
}

.faq-articles-link h3 {
  font-size: 1rem;
  color: var(--dark-blue);
  transition: opacity 200ms ease;
  margin: 0;
}

@media (min-width: 900px) {
  .faq-articles-link h3 {
    font-size: 2rem;
  }
}

.faq-articles-link h3:hover {
  opacity: 0.7;
}

.faq-articles-group:last-child h3 {
  margin: 0 0 2rem;
}

@media (min-width: 900px) {
  .faq-articles-group:last-child h3 {
    margin: 0 0 4rem;
  }
}

.articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (min-width: 600px) {
  .articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.articles-grid.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 600px) {
  .articles-grid.faq-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.articles-footer {
  margin: 6rem 0 3rem;
}

.article-wrapper,
.blog-wrapper {
  margin: 3rem 1.5rem 0;
}

@media (min-width: 900px) {
  .article-wrapper,
  .blog-wrapper {
    margin: 6rem 1.5rem 3rem;
  }
}

.single-faqs .article-wrapper {
  margin: 3rem 0 2rem;
}

@media (min-width: 900px) {
  .single-faqs .article-wrapper {
    margin: 6rem 0 3rem;
  }
}

.single-faqs .faq-section-inner {
  margin: 3rem 1.5rem 0;
}

@media (min-width: 900px) {
  .single-faqs .faq-section-inner {
    margin: 6rem auto 3rem;
  }
}

/* .article-single-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
} */

@media (min-width: 1170px) {
  .article-single-grid {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 4rem;
  }
}

.article-single-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
}

@media (min-width: 600px) {
  .article-single-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 900px) {
  .article-single-title {
    font-size: 3rem;
  }
}

.article-single-author {
  border-top: 5px solid var(--black);
  max-width: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: .5rem;
}

.article-footer {
  border-top: 5px solid var(--black);
  padding-top: 1rem;
  margin-bottom: 4rem;
}

@media (min-width: 1170px) {
  .article-footer {
    grid-row: 2;
    grid-column: 1 / span all;
    border-top: 5px solid var(--black);
    padding-top: 3rem;
    margin-bottom: initial;
  }
}

/* .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

@media (min-width: 500px) {
  .footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-share {
  display: flex;
  margin: 0 0 1rem;
}

@media (min-width: 1170px) {
  .footer-share {
    margin: 0;
  }
}

.article-share-label {
  margin-right: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.article-share-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.article-share-menu-item {
  width: 46px;
  height: 46px;
}

.article-share-menu-item:nth-child(2) {
  margin: 0 1rem;
}

.article-featured-image {
  width: 100%;
}

@media (min-width: 1170px) {
  .article-featured-image {
    height: 430px;
    width: 430px;
  }
}

.article-featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-sidebar-sharing {
  display: none;
}

@media (min-width: 1170px) {
  .article-sidebar-sharing {
    display: flex;
    align-items: center;
    padding: 2rem 0 1rem;
  }
}

.article-sidebar-sharing .article-share-label {
  margin: 0 1rem 0 0;
}

.related-articles-title {
  font-weight: 800;
  font-size: 1rem;
}

@media (min-width: 900px) {
  .related-articles-title {
    font-size: 1.5rem;
  }
}

.article-related-article {
  margin-top: 1rem;
  padding-bottom: 2rem;
  border-top: 5px solid var(--black);
}

.article-related-title a {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  color: var(--black);
}

@media (min-width: 900px) {
  .article-related-title a {
    font-size: 2rem;
  }
}


/* Browse by category page */

.browse-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1388px;
  margin: auto;
  padding: 2rem 1rem;
}

@media (min-width: 600px) {
  .browse-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 4rem 1rem;
  }
}

@media (min-width: 900px) {
  .browse-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.browse-grid-group {
  background-color: var(--primary-color);
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr minmax(auto, 150px);
  /* align-content: end; */
  background-size: cover;
  background-position: center;
  height: 415px;
  text-decoration: none;
  transition: opacity 200ms ease;
}

.browse-grid-group:hover {
  opacity: 0.9;
}

.browse-grid-group.mens {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-1.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.portions {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-2.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.study {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-3.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.reading {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-4.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.daily-reading {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-5.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.outreach {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-6.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.reference {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-7.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.catholic {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-8.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.womens {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-9.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.children {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-10.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.large-print {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-11.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.comfort {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-12.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.journaling {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-13.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.filament {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-14.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.devotional {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-15.jpg);
  background-position: center;
  background-size: cover;
}
.browse-grid-group.media {
  background: linear-gradient(transparent, transparent 0% 20%, rgba(0, 0, 0, 0.8)), url(img/browse-grid-16.jpg);
  background-position: center;
  background-size: cover;
}

.browse-grid-spacer {

}

.browse-grid-group h2 {
  margin: 0;
  font-size: 2rem;
  color: var(--white);
  line-height: 1.2;
  align-self: baseline;
}

.browse-grid-group p {
  color: var(--white);
}

.browse-grid-group a {
  width: 50%;
}


/* Bible Finder page */

.finder-hero {
  min-height: 100vh;
}

.finder-hero-text {
  align-self: end;
}

.finder-hero-text h2 {
  font-weight: 900;
  padding: 0 0 0;
}

.finder-hero-questions {
  /* margin-bottom: 4rem; */
  /* background-color: #fff; */
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  backdrop-filter: blur(10px) brightness(100%);
  position: relative;
}

.blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
  opacity: 0.7;
}

.finder-hero-questions-inner {
  position: relative;
  z-index: 10;
  color: var(--black);
  display: block;
}

.finder-hero-questions-inner .step-label {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 900;
  font-family: aktiv-grotesk, sans-serif;
  margin: 0;
}

@media (min-width: 700px) {
  .finder-hero-questions-inner .step-label {
    font-size: 2rem;
  }
}

.finder-hero-questions-inner h3 {
  color: var(--black);
  font-family: rooney-web, serif;
  font-weight: 300;
  margin-top: .5rem;
}

.finder-questions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.finder-questions-list li {
  border-radius: 50px;
  background: #ffffff80;
  max-width: 100%;
  padding: .5rem 1rem;
  margin: 0 0 1rem;
  transition: background 200ms ease;
}

@media (min-width: 1170px) {
  .finder-questions-list li {
    max-width: 50%;
  }
}

.finder-questions-list li:hover {
  background: #ffffffe6;
  cursor: pointer;
}

.finder-questions-list li p {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: underline;
  margin: 0;
  font-family: aktiv-grotesk, sans-serif;
}

@media (min-width: 700px) {
  .finder-questions-list li p {
    font-size: 1.5rem;
    display: inline-block;
  }
}

.finder-questions-list li span {
  font-style: italic;
  font-weight: 400;
  color: #707070;
  text-decoration: none;
  margin: .5rem 0;
}

@media (min-width: 700px) {
  .finder-questions-list li span {
    margin: 0 0 0 .5rem;
  }
}

.finder-questions-list-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.finder-questions-list-1 li {
  border-radius: 50px;
  background: #ffffff80;
  max-width: 100%;
  padding: .5rem 1rem;
  margin: 0 0 1rem;
  transition: background 200ms ease;
}

@media (min-width: 1170px) {
  .finder-questions-list-1 li {
    max-width: 50%;
  }
}

.finder-questions-list-1 li:hover {
  background: #ffffffe6;
  cursor: pointer;
}

.finder-questions-list-1 li p {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: underline;
  margin: 0;
  font-family: aktiv-grotesk, sans-serif;
}

@media (min-width: 700px) {
  .finder-questions-list-1 li p {
    font-size: 1.5rem;
    display: inline-block;
  }
}

.finder-questions-list-1 li span {
  font-style: italic;
  font-weight: 400;
  color: #707070;
  text-decoration: none;
  margin: .5rem 0;
}

@media (min-width: 700px) {
  .finder-questions-list-1 li span {
    margin: 0 0 0 .5rem;
  }
}

#step1,
#step2 {
  height: 700px;
}

@media (min-width: 1170px) {
  #step1,
  #step2 {
    height: 540px;
  }
}

.find-sub-hero {
  height: 250px;
}

@media (min-width: 900px) {
  .find-sub-hero {
    max-height: initial;
  }
}

.finder-new-search {
  padding: 4rem 1.5rem 6rem;
}

.finder-new-search-inner {
  max-width: 1380px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
}

@media (min-width: 1170px) {
  .finder-new-search-inner {
    grid-template-columns: 1fr 1fr;
  }
}

.finder-new-search-inner h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 2rem;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 1170px) {
  .finder-new-search-inner h2 {
    margin: 0;
    text-align: left;
  }
}



/* Search filter plugin modifications */

.search-results-search-bar ul,
.article-sidebar-search ul {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 0;
  margin: 0 0 3rem;
}

.article-sidebar-search ul {
  gap: 1rem;
  margin: 1rem 0 3rem;
}

.search-widget-title {
  font-weight: 800;
  font-size: 1rem;
}

@media (min-width: 900px) {
  .search-widget-title {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
}


/* Post tag links (sidebar) */

.post-tag-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  flex-wrap: wrap;
}

.post-tag-menu li::after {
  content: ",";
  margin-right: .3rem;
}

.post-tag-menu li:last-child::after {
  content: "";
  margin-right: 0;
}

.post-tag-menu a {
  color: var(--secondary-color);
}

.tag-title {
  font-weight: 400;
  margin-left: .5rem;
}

/* Blog search form styles */
.search-results-search-bar input[type="text"],
.article-sidebar-search input[type="text"] {
  width: 100%;
  padding: 1rem;
  border: 1px solid #2F2F2F;
}

.search-results-search-bar input[type="submit"],
.article-sidebar-search input[type="submit"] {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 21px 0 21px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8rem;
  background-color: var(--white);
  color: var(--secondary-color);
  border: 4px solid var(--secondary-color);
  transition: color 200ms ease, background-color 200ms ease;
}

.search-results-search-bar input[type="submit"]:active,
.search-results-search-bar input[type="submit"]:focus,
.article-sidebar-search input[type="submit"]:active,
.article-sidebar-search input[type="submit"]:focus {
  border: 4px solid #000;
  background-color: #fe57321c;
}

.search-results-search-bar input[type="submit"]:hover,
.article-sidebar-search input[type="submit"]:hover {
  background-color: #fe57321c;
  box-shadow: none;
  cursor: pointer;
}

@media (min-width: 900px) {
  .blog-results {
    padding: 4rem 1.5rem;
  }
}

@media (min-width: 900px) {
  .blog-results .page-title {
    font-size: 3rem;
    font-weight: 900;
  }
}

/* Blog search results pagination */
.blog-results .navigation {
  margin: 6rem 0 0;
}

.blog-results .navigation a {
  color: var(--secondary-color);
}

/* Header Toggle starts*/
.main-navigation.main-navigation--mob .menu-main-menu-container ul {
  display: flex;
}
.pre-navbar-toggle {
  display: none;
}
.pre-navbar-toggle span {
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #ffffff;
  display: block;
  transition: all 300ms ease-in-out;
  margin-bottom: 5px;
}
.pre-navbar-toggle span:last-of-type {
  margin-bottom: 0;
}
.site-header {
  position: relative;
}

@media screen and (max-width: 768px) {
  .pre-navbar-toggle {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .masthead-inner.masthead-inner--mob {
    flex-wrap: wrap;
  }
  .masthead-inner.masthead-inner--mob .site-branding {
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .masthead-inner.masthead-inner--mob .main-navigation--mob {
    display: none;
    background: #070707f0;
    padding: 10px 16px;
    position: absolute !important;
    top: 70px;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  .main-navigation.main-navigation--mob .menu-main-menu-container ul {
    display: block;
  }
  .masthead-inner.masthead-inner--mob
    .main-navigation--mob
    .menu-main-menu-container
    ul
    li {
    float: none;
    text-align: left;
    margin-bottom: 8px;
  }
  .masthead-inner.masthead-inner--mob
    .main-navigation--mob
    .menu-main-menu-container
    ul
    li:last-of-type {
    margin-bottom: 0;
  }
  .masthead-inner.masthead-inner--mob
    .main-navigation--mob
    .menu-main-menu-container
    ul
    li
    a {
    font-size: 16px;
    line-height: 20px;
  }
  .masthead-inner.masthead-inner--mob
    .main-navigation--mob
    .menu-main-menu-container
    ul
    li.menu-item-has-children
    .caret {
    content: "";
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    right: 0;
  }
  .masthead-inner.masthead-inner--mob
    .main-navigation--mob
    .menu-main-menu-container
    ul
    li.menu-item-has-children
    .sub-menu
    li
    a::after {
    content: none;
  }
  .masthead-inner.masthead-inner--mob
    .main-navigation--mob
    .menu-main-menu-container
    ul
    li.menu-item-has-children
    .sub-menu {
    background-color: #4f5052 !important;
    width: 101% !important;
  }
  #primary-menu .sub-menu{
    display: none;
  }
}
.main-navigation ul li .sub-menu {
  display: block !important;
  padding-top: 5px;
}
.main-navigation ul li .sub-menu .menu-item::after {
  content: none;
}
.main-navigation ul li .sub-menu .menu-item {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 21px;
}
.main-navigation ul li .sub-menu .menu-item a {
  font-size: 15px !important;
  line-height: 21px !important;
}
/* Header Toggle ends*/