
/* HERO SECTION */
.page-hero {
    position: relative;
    width: 100%;
    min-height: 42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--navy);
}
.page-hero .container {
    position: relative;
}
.page-hero h1 {
    color: var(--pink);
}
.page-hero p {
    color: var(--cream);
    font-size: 1.25rem;
    line-height: 160%;
    max-width: 45rem;
    margin-top: 1rem;
}
.page-hero-content {
    position: absolute;
}
.page-hero-content h1 {
    color: var(--cream);
    font-size: 3.75rem;
    line-height: 120%;
}

/* PODCAST */
.podcast-hero {
    position: relative;
    width: 100%;
    min-height: 42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.podcast-hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.podcast-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.podcast-hero .page-hero-content {
    display: flex;
    gap: 2rem;
    align-items: center;
    right: 5rem;
    left: 5rem;
    justify-content: space-between;
}
.podcast-hero .podcast-hero-info {
    flex: 0 1 40%;
}
.podcast-hero-single .podcast-hero-info {
    flex: 0 1 60%;
}
.podcast-hero-single .page-hero-content h1 {
    font-size: 2rem;
    line-height: 135%;
}
.podcast-listen {
    background: var(--pink);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    flex: 0 1 22%;
}
.podcast-listen a {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    color: var(--navy);
    border-bottom: 1px solid var(--navy);
    text-decoration: none;
    padding-bottom: 0.75rem;
    font-size: 0.9rem;
}
.podcast-listen a:last-child {
    border: none;
    padding: 0;
}
.podcast-listen a img {
    width: 2rem;
    object-fit: cover;
}
.captivate-embed iframe {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

/* BREADCRUMBS */
.breadcrumbs {
    display: flex;
    gap: 0.5rem;
    color: var(--cream);
    text-transform: uppercase;
    font-size: 0.8rem;
    align-items: center;
    margin-bottom: 2rem;
}
.breadcrumbs a {
    color: var(--cream);
    text-decoration: none;
}
.breadcrumbs span {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    max-width: 28rem;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/* NEWSLETTER MARQUEE */
.newsletter-marquee {
    background: var(--indigo);
    position: relative;
    padding: 2.5rem 0 2.3rem;
    overflow: hidden;
}
.newsletter-ticker {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 3rem;
}
.newsletter-ticker .slide {
    display: flex;
    justify-content: space-around;
    gap: 3rem;
    min-width: 100%;
    animation: marquee 20s linear infinite;
}
.newsletter-marquee h2 {
    font-size: 1.25rem;
    display: flex;
    gap: 9px;
    align-items: center;
    width: max-content;
    color: var(--yellow)
}
.newsletter-marquee h2 a {
    width: max-content;
}
.newsletter-marquee h2 span {
    font-family: 'Editorial New', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    font-size: 1.5rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-100% - 3rem)); }
}

/* ARTICLE */
.article-container {
    display: flex;
    gap: 4rem;
}
.article-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1 1 70%;
}
.article-content p {
    letter-spacing: 0.36px;
    padding-bottom: 1.5rem;
}
.article-content p:last-child {
    padding-bottom: 0;
}

.article-meta {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--navy);
    margin-top: 1rem;
    padding-top: 3rem;
}

.sidebar {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* COURSE CARD */
.course-card {
    position: relative;
    padding: 2rem;
    height: 32rem;
    background: var(--purple);
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}
.course-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.course-card-content {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    transition: 0.3s all;
}
.course-card p {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1.65px;
    font-weight: 500;
}
.course-card h5 {
    font-family: 'Editorial New', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 120%;
    border-bottom: 2px solid var(--yellow);
    display: inline-block;
    padding-bottom: 0.5rem;
    width: fit-content;
}
.course-card-buttons {
    opacity: 0;
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-card:hover .course-card-content {
    transform: translateY(-50px);
}
.course-card:hover .course-card-buttons {
    opacity: 1;
    transition: 0.3s all;
}

/* FOLLOW CTA */
.follow-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 3rem 1.5rem;
    position: relative;
    border-radius: 20px;
}
.follow-cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(209, 105, 233, 0.63) 0%, rgba(209, 105, 233, 0.63) 100%), linear-gradient(0deg, rgba(209, 105, 233, 0.77) 0%, rgb(209 105 233 / 38%) 100%);
    background-blend-mode: normal, hard-light;
    z-index: 2;
    border-radius: 20px;
}
.follow-cta video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
}
.follow-cta .follow-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

/* CONTENT */
.content .is-layout-flex blockquote {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
}

.content .is-layout-flex blockquote cite {
    font-style: normal;
    font-size: 1.2rem;
}

.content .is-layout-flex blockquote p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    border-top: 4px solid var(--secondaryColor);
    border-bottom: 0;
    padding: 20px 30px 0 0;
    margin: 20px 0 0;
    order: 2;
}

.content p {
    padding-bottom: 1.5rem;
}
.content p:last-child {
    padding-bottom: 0;
}

/* Modal Style */
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #240941cf;
}

.modal-content {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 90%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 1.5rem;
}

.modal-image-frame {
    max-width: 100%;
    height: 75vh;
    width: 100%;
    border-radius: 15px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.modal-image-frame::-webkit-scrollbar {
    display: none;
}

#caption {
    color: #EFEDED;
    padding: 0;
}

/* Modal Navigation buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    user-select: none;
    -webkit-user-select: none;
}

.prev img, .next img {
    height: 30px;
}

.prev { left: 15px;transform:rotate(180deg) }
.next { right: 15px; }

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #212121;
    font-weight: 300;
    cursor: pointer;
    background: #EFEDED;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    line-height: 29px;
    text-align: center;
}

.close img {
    height: 13px;
    width: auto;
    max-width: 100%;
    border-radius: 0;
}

/* ACCORDIONS */

.accordion {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EFEDED;
    padding: 1.5rem 0 0.5rem;
    cursor: pointer;
}
.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 1rem;
}
.accordion-title h5 {
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: none;
    display: flex;
    gap: 24px;
}
.accordion-title img {
    height: 10px;
    transform: rotate(180deg);
    transition: 0.15s all;
}
.accordion.active .accordion-title img {
    transform: rotate(0deg);
}
.accordion-content {
    display: none;
}
.accordion-content p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}
.accordion-content p a {
    text-decoration: underline;
}
.accordion-content ul li {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.accordion-images {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
    margin-bottom: 1rem;
}
#production-sponsors .accordion-images {
    justify-content: center;
}
#production-sponsors .accordion-images img {
    max-height: 120px;
}
.accordion-images img {
    width: auto;
    max-height: 80px;
    max-width: 210px;
}
.accordion-images ul {
    padding: 0;
    list-style-type: none;
}
.accordion-images ul li {
    color: var(--primaryColor);
}
.accordion-images.row-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

/* 2-column section */

.two-column-section {
    position:relative;;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.two-column-section .column {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    padding-right: 5rem;
    gap: 2rem;
    min-height: 400px;
    justify-content: center;
}

.two-column-section .img-bg-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    overflow: hidden;
    height: 100%;
}

.two-column-section .img-bg-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-column-section.reverse .container {
    display: flex;
    justify-content: flex-end;
}

.two-column-section.reverse .column {
    padding-left: 5rem;
    padding-right: 0;
}

.two-column-section.reverse .img-bg-wrap {
    left: 0;
    right: 50%;
}

/* FOOD */

.food-beverage {
    columns: 2;
    gap: 15rem;
    margin-top: 2rem;
}

.fb-item {
    display: flex;
    margin: 1rem 0 2rem;
    flex-direction: column;
    gap: 6px;
}

.fb-item p {
    display: flex;
    justify-content: space-between;
}

/* Embeds */

body .is-layout-grid {
    gap: 25px;
}

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    background: #000000;
    height: 450px;
}

/* SEARCH RESULTS */

.search-result {
    display: flex;
    gap: 2rem;
    padding: 2rem 0;
    justify-content: center;
    border-bottom: 1px solid #EFEDED;
}

.search-result img.thumb {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.search-results .search-result h3 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 0.75rem;
    text-transform: none;
}

.search-results .search-result h6 {
    font-size: 1.1rem;
    padding-bottom: 0.4rem;
}

.search-results .search-result p {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

#searchform {
    border: 1px solid #EFEDED;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: fit-content;
}

#searchform input {
    background: none;
    border: 0;
    color: #EFEDED;
    font-size: 1.1rem;
    width: 25rem;
    outline: none;
}


/* PAGINATION */

.load-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto 0;
    width: fit-content;
    border: 1px solid var(--navy);
    color: var(--navy);
    border-radius: 50px;
    padding: 0.55rem 0.5rem 0.55rem 1.5rem;
    text-align: center;
    gap: 8px;
    font-size: 1.1rem;
    transition: 0.2s all;
}
.load-more svg {
    background: var(--navy);
    padding: 8px;
    border-radius: 50%;
    display: flex;
    width: 35px;
    height: 35px;
    transition: 0.2s all;
}
.load-more svg path {
    transition: 0.2s all;
}
.load-more:hover {
    background: var(--navy);
    color: var(--cream);
    transition: 0.3s all;
}
.load-more:hover svg {
    background: var(--cream);
}
.load-more:hover svg path {
    stroke: var(--navy);
}

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 4rem;
}
.pagination span {
    display: inline-block;
    border: 1px solid;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    color: var(--btnTextColor);
    background: white;
    border-color: white;
}
.pagination span.dots {
    background: none;
    border: none;
    color: white;
    width: auto;
}
.pagination a {
    border: 1px solid;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    opacity: 0.8;
    transition: 0.2s all;
    position: relative;
    left: auto;
    right: auto;
    background: transparent;
    border-color: white;
    color: white;
    top: auto;
    transform: none;
}
.pagination a:hover {
    opacity: 1;
}

/* TESTIMONIALS */
.tstl__wrap{
    display: grid;
    grid-template-columns: 0.65fr 2fr;
    gap: 5rem;
    align-items: start;
}
.tstl__slider-wrap{ position:relative; min-width: 0; }
.tstl__aside {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tstl__arrows{
  position:absolute; right:8px; bottom:-8px; display:flex; gap:14px;
}
.tstl__arrows button{
  width:48px; height:48px; border-radius:999px; background:transparent;
  border:1px solid var(--purple); color:var(--purple); display:grid; place-items:center;
  cursor:pointer; transition:transform .15s ease, background .15s ease;
}
.tstl__arrows button:hover{ transform:translateY(-2px); background:rgba(255,255,255,.15); }

/* Card */
.t-card{ padding:12px 28px; }
.t-stars{ letter-spacing:2px; font-size:18px; margin-bottom:1rem; }
.t-stars span{ display:inline-block; transform:translateY(-1px); }
.t-card h6{ font-size:1rem; line-height:150%; }
.t-meta { margin-top: 1.5rem;margin-bottom:3rem;font-size: 0.85rem;}

/* Slick specifics */
.tstl .slick-track{ display:flex; }
.tstl .slick-slide{ height:auto; }
.tstl .slick-dots{ position:static; display:none; gap:10px; padding:8px 0 0;list-style:none;margin:0; }
.tstl .slick-dots:has(li:nth-child(2)) { display:flex; }
.tstl .slick-dots li{ margin:0; }
.tstl .slick-dots button{
  width:8px; height:8px; border-radius:50%; padding:0; text-indent:-9999px; overflow:hidden;
  background:var(--purple); opacity:.35; border:0;
}
.tstl .slick-dots .slick-active button{ opacity:1; }

/* Responsive */
@media (max-width: 900px){
  .tstl__wrap{ grid-template-columns: 1fr; gap:28px; }
  .tstl__arrows{ position:static; justify-content:flex-end; margin-top:10px; }
  .t-card{ padding:6px 8px; }
}