/*!
Theme Name: Encounter Theme
Theme URI: https://them.es/starter
Author: Royce
Author URI: https://them.es/
Description: Theme for the book: An Encounter With Him by Terri Copeland
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: encounter
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/********************/
:root {
  /* colors used */
  --base-blue: #1b6bb8;
  --base-blue-alt: #1480e1;
  --base-blue-dark: #093F77;
  --base-grad: linear-gradient(270deg, rgba(255, 199, 0, 1) 0%, rgba(255, 171, 1, 1) 100%);
  --base-black: #212529;
  --base-gray: #F3F2F5;
  --base-purple: #323490;
  /* font selections */  
  --font-poppins: "Poppins", sans-serif;
  --font-ibarra: "Ibarra Real Nova", serif;
  
/*  spacing adjustments */
  --pad-36: 2.25rem;
  --pad-82: 5.125rem;
}

/*** FONT CLASSES ***/
body {
  font-family: var(--font-poppins);
  color: var(--base-black);
}

h1,
h2,
h3,
h4 {

  font-family: var(--font-poppins);
  color: var(--base-blue);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;

}
.ibarra-title{
  font-family: var(--font-ibarra);
  color: var(--base-blue);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

p,
blockquote,
figure {
  margin-bottom: 0;
}

.blockquote-footer {
  margin: 0;
  text-align:left;
}

.blockquote-footer::before {
  content: "—";
}

a.navbar-brand:hover,
a.navbar-brand:focus,
a.navbar-brand.active,
a.navbar-brand,
.navbar-nav a.nav-link {
  color: var(--base-purple);
}

.navbar-nav a.nav-link:hover,
.navbar-nav a.nav-link:focus,
.navbar-nav a.nav-link.active {
  color: var(--base-blue);
}

a.navbar-brand>span:nth-child(1) {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.1;
}

@media screen and (min-width: 992px) {
  a.navbar-brand>span:nth-child(1) {
    font-size: 32px;
  }
}

a.navbar-brand>span:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
}

@media screen and (min-width: 992px) {
  a.navbar-brand>span:nth-child(2) {
    font-size: 20px;
  }
}

a.nav-link.rounded-pill {
  border-color: var(--base-purple) !important;
}

a.nav-link.rounded-pill:hover,
a.nav-link.rounded-pill:focus {
  border-color: var(--base-blue) !important;
  background: var(--base-purple);
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-item {
    margin-right: 21px;
  }
}

.hero {
  background: url("https://encounterbook.wpenginepowered.com/wp-content/uploads/2024/05/gradient-background.jpg") top left/cover no-repeat;
}

@media screen and (min-width: 992px) {
  .hero .hero-pad {
    padding-left: var(--pad-82);
    padding-top: var(--pad-82);
    padding-bottom: 59px;
  }
}


.hero .callout span:nth-child(1) {
  margin: 12px 0;
}

.hero .callout span:nth-child(3) {
  margin-top: 36px;
  margin-bottom: 12px;
}

.cta {
  padding-top: var(--pad-36);
  padding-bottom: var(--pad-36);
  text-align: center;
  color: #fff;
  background: url("https://encounter.kcm.org/wp-content/uploads/2024/05/cta-back-scaled.webp") top center/cover no-repeat;
}

#wrapper>main>section.cta.cta-bottom.container {
  background: url("https://encounter.kcm.org/wp-content/uploads/2024/05/cta-back-scaled.webp") center center/cover no-repeat;
}

.cta h3 {
  font-family: var(--font-poppins);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .cta h3 {
    font-size: 32px;
  }
}

.cta .btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .price {
    font-size: 36px;
  }
}
.price sup {
  font-size: .6em;
  top: -.6em;
}
/*********************/
.audio {
  background: url("https://encounterbook.wpenginepowered.com/wp-content/uploads/2024/05/audio-background.webp") right bottom/cover no-repeat;
  padding-top: 45px;
  padding-bottom: 46px;
}

@media screen and (min-width: 992px) {
  .audio {
    padding-top: 56px;
    padding-bottom: 44px;
  }
}

.audio h3,
.audio p {
  line-height: 1.2;
}

.audio h3 {
  font-family: var(--font-poppins);
  font-size: 32px;
}

.audio p {
  font-size: 20px;
  font-weight: 500;
}

/*********************/
.inspire {
  background: url("https://encounter.kcm.org/wp-content/uploads/2024/05/cta-back-scaled.webp") bottom center/cover no-repeat;
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
  font-family: var(--font-ibarra);
  text-transform:uppercase;
  padding-top: var(--pad-36);
  padding-bottom: var(--pad-36);
}

@media screen and (min-width: 992px) {
  .inspire {
    font-size: 32px;
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

.inspire .blockquote-footer {
  color: #fff;
  font-size: 16px;
  font-family: var(--font-poppins);
  font-weight: 400;
  text-transform: capitalize;
  padding-top: 12px;
}

@media screen and (min-width: 992px) {
  .inspire .blockquote-footer {
    padding-top: var(--pad-36);
  }
}

/*********************/
@media (min-width:768px){
#sneak form{
  max-width:740px;
  margin:0 auto;
  }
}
.form {
  background: var(--base-blue-dark);
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .form {
    padding-top: var(--pad-36);
    padding-bottom: var(--pad-36);
  }
}

.form h2 {
  font-family: var(--font-poppins);
  color: #fff;
}

.form p {
  padding-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .form p {
    padding-bottom: var(--pad-36);
  }
}

.form form {
  color: var(--base-black);
}

.summary {
  background: url("https://encounterbook.wpenginepowered.com/wp-content/uploads/2024/05/summary-back.webp") bottom left/cover no-repeat;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .summary .summary-pad {
    padding-left: var(--pad-82);
    padding-right: var(--pad-82);
  }
}

@media screen and (min-width: 992px) {
  .summary {
    padding-top: var(--pad-36);
    padding-bottom: var(--pad-36);
  }
}

@media screen and (min-width: 992px) {
  .summary h2 {
    font-size: 32px;
  }
}

.summary p,
.summary li {
  font-size: 14px;
}

@media screen and (min-width: 992px) {

  .summary p,
  .summary li {
    font-size: 16px;
  }
}

.summary blockquote,
.summary .blockquote-footer {
  color: var(--base-blue);
  font-weight: 700;
}

/*.summary blockquote {
  font-family: var(--font-ibarra);
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight:600;
}*/

.summary blockquote p {
  font-family: var(--font-ibarra);
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.1;
  font-weight:600;
}

.summary .discover-quote blockquote.blockquote{
  margin-bottom: 8px;
}
.summary .discover-quote blockquote p{
  font-family: var(--font-poppins) ;
  color: var(--base-blue-alt);
  font-weight:600;
  text-transform: initial;
}

@media (min-width:992px){
  .summary .discover-quote blockquote p{
    text-transform: uppercase;
  }
}

.summary .discover-quote figcaption{
  text-transform: capitalize;
  color: var(--base-blue-alt);
  font-size:.9rem;
}

.summary .blockquote-footer {
  font-family: var(--font-poppins);
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .summary .blockquote-footer {
    font-size: 16px;
  }
}

#about ul{
  font-weight:500;
}

.testimonials {
  background: var(--base-gray);
  margin-top: 46px;
  margin-bottom: 46px;
}

@media screen and (min-width: 992px) {
  .testimonials {
    padding-bottom: 0;
  }
}

.testimonials blockquote .collapse,
.testimonials p {
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonials .blockquote-footer {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--base-black);
  font-family: var(--font-poppins);
}

.testimonials .read-more {
  font-size: 12px;
  font-weight: 300;
  display: block;
  text-align: right;
  color: var(--base-black);
  text-decoration: none;
}

.bio {
  background: url("https://encounterbook.wpenginepowered.com/wp-content/uploads/2024/05/bio-back.webp") right bottom/cover no-repeat;
}

.bio img {
  padding-top: var(--pad-36);
  padding-bottom: var(--pad-36);
}

.bio h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .bio h2 {
    font-size: 32px;
  }
}

.share {
  background: var(--base-gray);
  padding-top: 60px;
  padding-bottom: 70px;
}

.share h3 {
  font-size: 32px;
}

.share p {
  margin-bottom: var(--pad-36);
}

@media screen and (min-width: 992px) {
  .share p {
    margin-bottom: 63px;
  }
}

.social {
  padding-top: var(--pad-36);
  padding-bottom: var(--pad-36);
}

.social h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

@media screen and (min-width: 992px) {
  .social h3 {
    font-size: 32px;
  }
}

.social .list-inline-item {
  margin-right: var(--pad-36);
}

.social .list-inline-item:last-child {
  margin-right: 0;
}

footer {
  color: #fff;
  background-color: var(--base-blue);
  font-size: 12px;
}

footer p>a {
  color: #fff;
  text-decoration: none;
}

footer img {
  padding-bottom: 12px;
}

@media screen and (min-width: 992px) {
  footer img {
    padding-bottom: 0;
  }
}


@media screen and (min-width: 992px) {
  #testimonialCarousel figure{
    height:256px;
  }
}

/*** KCMORG-7628 ***/
/*They changed the font family during this update*/
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.new-callout {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform:uppercase;
  font-size:14px;
  text-align:left;
  color:#000;
  span{
    font-size:16px;
    color:#fff;
  }
}
@media (min-width:768px){
  .new-callout, .new-callout span{
    font-size:18px;
  }
}
@media (min-width: 992px) {
  .new-callout {
    font-size:24px;
    span{
      font-size:32px;
    }
  }
}