/*
Theme Name: YourCooper Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: yourcooper
Version: 1.0
*/

/* ===============================================
   TYPOGRAPHY
   =============================================== */

h1 {
  font-size: 64px !important;
}

h1.entry-title {
  font-size: 34px !important;
  line-height: 48px !important;
}

.subTitle {
  color: #2a2a2a;
  font-size: 44px !important;
  line-height: 62px;
  font-weight: 500;
  font-family: 'Copernicus Medium';
}

.subTitle .greenText {
  color: #3d8750 !important;
}

.bigText {
  font-size: 28px !important;
  line-height: 42px !important;
}

.coloredTitle {
  font-family: 'Copernicus Medium' !important;
}

.h-4 {
  font-weight: 500;
  font-family: 'CentraNo2';
  padding: 10px !important;
}

/* ===============================================
   BUTTONS
   =============================================== */

.mainButton span {
  font-family: 'CentraNo2 Medium' !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.button-container {
  display: flex;
  gap: 1rem;
}

.btnSolution {
  border: none;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-size: 20px !important;
  line-height: 30px !important;
  font-family: 'CentraNo2';
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.btn-yellow {
  background-color: #f9c843;
  color: #333;
}

.btn-green {
  background-color: #3b7e4e;
}

.btn-blue {
  background-color: #3c73d2;
}

body.material .nectar-button.medium,
body.material .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
  border-radius: 50px !important;
  font-size: 16px;
  line-height: 24px !important;
  padding: 1rem 2.25rem !important;
  box-shadow: none !important;
}

/* ===============================================
   FAQ SECTION
   =============================================== */

.globalFaq a.nectar-inherit-h3.toggle-heading {
  color: #2a2a2a !important;
  font-size: 24px !important;
  line-height: 29px !important;
  font-family: 'CentraNo2' !important;
}

.globalFaq p {
  font-size: 20px !important;
  line-height: 36px !important;
  font-family: 'CentraNo2' !important;
  color: #000 !important;
}

.globalFaq i.fa.fa-minus-circle,
.globalFaq i.fa.fa-plus-circle {
  border: none !important;
  color: #f16837 !important;
}

div[data-style="minimal"] .toggle > .toggle-title i:before {
  color: #f16837 !important;
}

/* ===============================================
   TESTIMONIALS
   =============================================== */

.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p {
  padding: 62px 36px;
  border-radius: 900px 900px 900px 10px;
  max-width: 600px !important;
}

.testimonial_slider[data-style=multiple_visible] blockquote p:before {
  display: none;
}

.sliderText p {
  font-size: 34px !important;
  line-height: 50px !important;
  font-family: 'Copernicus Semibold' !important;
  font-weight: 600 !important;
}

.sliderTitle p {
  font-family: 'CentraNo2 Medium' !important;
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
}

/* ===============================================
   GENERAL ELEMENTS
   =============================================== */

hr {
  border: 1px solid #ececec !important;
}

.ulText {
  font-size: 24px;
  line-height: 28px;
}

.bannerLi {
  font-size: 24px !important;
  line-height: 28px !important;
  color: #2a2a2a !important;
  font-family: 'CentraNo2';
}

.bannerLi ul li {
  padding-bottom: 24px !important;
}

.howItWorks p {
  font-size: 20px;
  line-height: 28px;
}

.c-gWiBAc {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .c-gWiBAc {
    font-size: 18px;
  }
}

/* ===============================================
   ASSEMBLIES GRID
   =============================================== */

.assemblies-grid {
  --accent: #ff6b3d;
  --ink-1: #1f1f1f;
  --ink-2: #333;
  --muted: #666;
  --brand-pink: #f2cfd7;
  --card-radius: 18px;
  --shadow-1: 0 6px 20px rgba(0,0,0,.08);
  --shadow-2: 0 12px 40px rgba(0,0,0,.25);
  --bb-h: 110px;
  --bb-left: 100px;
  --bb-right: 132px;
  
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 280px));
  gap: 24px;
  justify-content: space-between;
}

.assembly-card {
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.assembly-card__thumb {
  position: relative;
  aspect-ratio: 16/8;
  background: #f4f4f4;
  overflow: hidden;
}

.assembly-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.assembly-cover-link {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
}

.assembly-card__playbtn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  z-index: 3;
}

.assembly-card__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  padding: 14px;
  z-index: 3;
}

.assembly-card__play.default:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 24px;
  border-left: 18px solid var(--accent);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.brand-band {
  position: relative;
  height: var(--bb-h);
  background: var(--brand-pink);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.brand-band__circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.brand-band__left {
  left: 22px;
  width: var(--bb-left);
  height: var(--bb-left);
  border: 6px solid #fff;
}

.brand-band__right {
  left: 160px;
  width: var(--bb-right);
  height: var(--bb-right);
}

.brand-band__circle img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 50%;
}

.brand-band__right img {
  object-fit: contain;
  border-radius: 0;
}

.assembly-card__body {
  padding: 18px 20px 22px;
}

.assembly-card__subtitle {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink-1);
  margin-bottom: 8px;
}

.assembly-card__title {
  font-size: 26px;
  line-height: 1.28;
  margin: 0 0 16px;
  color: var(--ink-1);
  min-height: 3.2em;
}

.verified-badge {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 8px;
}

.assembly-card__cta .btn-watch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--accent);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px 0;
}

.assembly-card__cta .btn-watch::before {
  display: none;
}

/* ===============================================
   ASSEMBLY MODAL
   =============================================== */

.assembly-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.assembly-modal.is-open {
  display: block;
}

.assembly-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
}

.assembly-modal__dialog {
  position: relative;
  margin: 8vh auto;
  max-width: calc(90% - 10px);
  background: #fff;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow-2);
  z-index: 99999 !important;
}

.assembly-modal__close {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  font-size: 22px;
  line-height: 36px;
}

.assembly-modal__header {
  position: relative;
  aspect-ratio: 16/7.2;
  background: #f4f4f4;
  height: 100px !important;
  width: 100%;
}

.header__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(.95);
}

.header__playlink {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.header__play {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

.header__play::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  border-left: 22px solid var(--accent);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.header__avatar {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 6px solid #fff;
  object-fit: cover;
}

.header__brand {
  position: absolute;
  left: 120px;
  top: 28px;
  background: #ffefaf;
  padding: 10px 14px;
  border-radius: 22px;
  font-weight: 800;
  font-size: 14px;
}

.assembly-modal__content {
  padding: 24px 28px;
}

.assembly-modal__content h2 {
  margin: 0 0 12px;
  font-size: 32px;
  color: var(--ink-1);
}

.assembly-modal__content .desc {
  color: var(--ink-2);
  line-height: 1.6;
}

.assembly-modal__content .sep {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #e8e8e8;
}

.assembly-modal__content .facts {
  display: flex;
  gap: 28px;
}

.assembly-modal__content .facts span {
  color: var(--muted);
  font-size: 13px;
  display: block;
}

.assembly-modal__content .facts strong {
  font-size: 16px;
  color: var(--ink-1);
}

.assembly-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 24px 22px;
  border-top: 1px solid #eee;
}

.btn-watch.large {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 28px;
  background: #fff4ef;
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.assembly-modal__footer .assembly-share {
  position: relative;
}

.assembly-modal__footer .assembly-share .nectar-social-inner {
  position: absolute;
  right: 0;
  bottom: 52px;
  display: none;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  padding: 16px;
  min-width: 280px;
  z-index: 5;
}

.assembly-modal__footer .assembly-share.is-open .nectar-social-inner {
  display: block;
}

.assembly-modal__footer .assembly-share a {
  text-decoration: none;
}

.assembly-modal__footer .assembly-share .nectar-social-inner a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 10px;
}

.assembly-modal__footer .assembly-share .nectar-social-inner a:hover {
  background: #f7f7f9;
}

body.material #header-outer[data-header-resize="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu) {
  z-index: 99 !important;
}

/* ===============================================
   MENU ELEMENTS
   =============================================== */

.subMenuImage {
  position: relative;
  width: 100% !important;
  height: 90px !important;
  border-radius: 144px 144px 144px 64px !important;
  overflow: hidden !important;
  background: #f4f4f4 !important;
}

.subMenuIcon {
  width: 30px !important;
  float: left !important;
}

.subMenuDesc {
  display: inline-flex !important;
  gap: 10px !important;
  margin: auto !important;
  margin-left: auto;
  margin-right: auto !important;
}

.nectar-global-section-megamenu.nectar-global-section.force-contained-rows.tracked-pos {
  left: 0px !important;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-50>.nectar-global-section-megamenu {
  width: 40em !important;
}

/* ===============================================
   BLOG & POST STYLES
   =============================================== */

img.attachment-full.size-full.wp-post-image {
  border-radius: 12px;
  margin: 24px 0;
}

.comments-section[data-author-bio=false] .comment-wrap {
  display: none;
}

.iframeVideo {
  width: 100%;
  height: 500px;
  border-radius: 20px !important;
}

.videoCooper {
  border-radius: 40px;
}

/* ===============================================
   MEMBERSHIP STYLES
   =============================================== */

.membershipText {
  text-align: center;
}

.membershipText strong {
  color: green !important;
}

.membershipText .c-eKFOhk {
  color: #f7ca42;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

/* ===============================================
   PAGE SPECIFIC
   =============================================== */

.page-id-3239,
.page-id-3201,
.pageid-3239,
.post-id-3201 {
  background-color: #f3d4d7 !important;
}

.topic-hero .th-right .th-img {
  max-height: auto !important;
  object-fit: contain !important;
}

.cooper-page-title {
  font-size: 36px !important;
}

/* ===============================================
   RESPONSIVE
   =============================================== */

@media (max-width: 980px) {
  .brand-band {
    height: 96px;
  }
  .brand-band__left {
    width: 86px;
    height: 86px;
  }
  .brand-band__right {
    left: 140px;
    width: 114px;
    height: 114px;
  }
}

@media (max-width: 720px) {
  .assemblies-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .assembly-card__thumb {
    aspect-ratio: 16/9;
  }
  .assembly-card__title {
    font-size: 22px;
  }
  .assembly-modal__dialog {
    margin: 2vh 10px;
  }
  .assembly-modal__content h2 {
    font-size: 26px;
  }
  .assembly-modal__content .facts {
    flex-direction: column;
    gap: 10px;
  }
}

/* ===============================================
   ARTICLE SINGLE POST
   =============================================== */

.row.featured-media-under-header {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.featured-media-under-header__content {
  text-align: center !important;
  max-width: 100% !important;
  width: 100% !important;
  order: 1 !important;
}

.featured-media-under-header__content > * {
  text-align: center !important;
}

.featured-media-under-header__featured-media {
  width: 100% !important;
  margin-top: 24px !important;
  order: 2 !important;
  display: block !important;
}

.article-breadcrumb {
  margin-bottom: 16px !important;
  font-size: 14px !important;
  color: #F16634 !important;
  text-align: center !important;
}

.article-breadcrumb a {
  color: #F16634 !important;
  text-decoration: none !important;
}

.article-breadcrumb a:hover {
  text-decoration: underline !important;
}

.article-breadcrumb span {
  margin: 0 8px !important;
}

.featured-media-under-header__topic-wrap {
  margin-bottom: 16px !important;
  text-align: center !important;
}

.featured-media-under-header__topic-wrap .meta-topic {
  display: inline-block !important;
  padding: 4px 16px !important;
  border: none !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  background: transparent !important;
  color: #000 !important;
}

.featured-media-under-header .entry-title {
  text-align: center !important;
  margin-bottom: 16px !important;
}

.featured-media-under-header__meta-wrap {
  text-align: center !important;
  margin-bottom: 16px !important;
}

.featured-media-under-header__tags-wrap {
  text-align: center !important;
  margin-bottom: 24px !important;
}

.featured-media-under-header__tags-wrap .article-tag {
  display: inline-block !important;
  padding: 6px 16px !important;
  background-color: #F16634 !important;
  color: #fff !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
  border: none !important;
}

.featured-media-under-header__excerpt {
  text-align: center !important;
  margin-bottom: 24px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  margin-top: 0 !important;
}

/* ===============================================
   ONBOARDING STEPS
   =============================================== */

.steps {
  display: flex;
  gap: 16px;
}

.step-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 18px;
  min-width: 280px;
}

.step-pill.is-disabled {
  background: #f6d8de;
}

.step-pill.is-disabled .step-number {
  background: #fff;
  color: #999;
}

.step-pill.is-disabled .step-text {
  color: rgba(0,0,0,0.4);
  font-weight: 600;
}

.step-pill.is-active {
  background: #fff;
}

.step-pill.is-active .step-number {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #2e7d32;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.step-pill.is-active .step-text {
  color: #111;
  font-weight: 700;
  font-size: 18px;
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex: 0 0 44px;
}

.step-text {
  font-size: 16px;
}

/* ===============================================
   BOOKING SECTION
   =============================================== */

.cooper-booking-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #2a2a2a !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.2 !important;
}
