/**
Theme Name: susan cain
Author: Outthink
Author URI: https://outthink.co/
Description: A child theme of astra for Susan Cain
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: susan-cain
Template: astra
*/

/*FONTS*/
@font-face {
  font-family: "Sackers Gothic";
  src: url("/wp-content/themes/susan-cain/fonts/Sackers-Heavy-Gothic.ttf")
    format("truetype");
}

/*
 *
 * SBI STYLES
 *
 *
 * */
/* - GRID - */
#sc-grid {
  display: grid;

  gap: 24px;
}
@media (min-width: 762px) {
  #sc-grid {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
}

/* - Image Card - */
.sc-social-item {
  background: #fff;
}
.sc-social-photo-desc {
  padding: 45px 30px;
  line-height: 1.35;
  color: var(--SecondaryDarkGray);
  font-size: 20px;
}

.sc-social-item .sc-social-date {
  font-family: var(--sans, "Sackers Gothic"), "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: var(--SecondaryDarkGold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-block-end: 10px;
}
.sc-social-photo-desc .sc-social-caption {
  line-height: inherit;
  font-size: inherit;
  margin-block-end: 20px;
}

.sc-social-photo-desc a {
  font-style: italic;
  color: var(--SecondaryDarkGold);
  text-decoration: none;
}
.sc-social-photo-desc a:hover {
  color: var(--PrimaryGold);
}
/* - PHOTO - */
.sc-social-photo-link {
  position: relative;
  color: white;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.8;
}
.sc-social-photo-link:hover {
  opacity: 1;
  color: white;
}

.sc-social-photo-link img {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
}

.sc-social-photo-link svg {
  font-size: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
}

.sc-social-photo-link:hover svg {
  opacity: 1;
  filter: drop-shadow(0 0 10px var(--SecondaryDarkGold));
}

.fl-testimonials-wrap.compact .fl-slider-prev {
  right: auto;
  left: -12px;
  top: 30%;
}

.fl-testimonials-wrap.compact .fl-slider-next {
  left: auto;
  right: -12px;
  top: 30%;
}

.fl-testimonial {
  padding-left: 24px;
  padding-right: 24px;
}

.theme-button {
  text-transform: uppercase;
  font-family: var(--sans, "Montserrat");
  position: relative;
  padding: 18px 24px;
  letter-spacing: 1.12px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 100;
  color: var(--text-color) !important;
  border: 1px solid var(--bg-color) !important;
  white-space: nowrap
}

article.page .entry-content p .pp-more-link {
  text-decoration: none;
}

@media(max-width: 760px) {
  .book-shadow.book-shadow img {
    width: 175px;
  }

  .cta-title.cta-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quiz-button.quiz-button {
    padding-left: 30px;
    padding-top: 21px;
    padding-bottom: 30px;
  }

  .fl-node-qpcakvu7b614.fl-node-qpcakvu7b614 {
    margin-bottom: 50px;
  }

  .header-book {
    display: none;
  }
}

.header-book {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.header-cta-banner {
  display: flex;
  justify-content: space-between;
  max-width: 1228px;
  margin: auto; 
  align-items: center;
}

@media(max-width: 760px) {
  .header-cta-banner {
    flex-direction: column;
    align-items: start;
  }

  .header-cta-banner__eyebrow.header-cta-banner__eyebrow.header-cta-banner__eyebrow,
  .header-cta-banner__title.header-cta-banner__title.header-cta-banner__title,
  .header-cta-banner__subtitle.header-cta-banner__subtitle.header-cta-banner__subtitle {
    margin-bottom: 15px;
  }

  .header-cta-banner img {
    display: none;
  }

  .menu-item.menu-item.menu-item a {
    white-space: break-spaces;
  }

  .fl-menu.fl-menu .sub-menu.sub-menu {
    min-width: 0px;
  }

  #modal-rkzlfa7yc59b .pp-modal-close .bar-wrap span {
    background: white;
  }
}

.header-cta-banner-sub {
  display: flex;
}

.header-cta-banner__content {
  display: flex;
  flex-direction: column; 
  padding-left: 20px;
}

.header-cta-banner__eyebrow {
  font-family: 'Linotype-Sabon', linotype-sabon, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.header-cta-banner__title {
  font-family: 'Sabon LT Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #6c6c6c;
}

.header-cta-banner__subtitle {
  color: #6c6c6c;
}

.header-cta-banner__button {
  border: 1px solid #C6BA9A !important;
  background: white;
}


