/*Theme Name: CXO Era 2025

Theme URI: CXO Era 2025 - www.dinokanlic.com

Author: Dino Kanlic

Author URI: dinokanlic@gmail.com

Version: 1.1

Description: CXO Era 2025.




/* MARK BG */



 ::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #3A3597;

}



 ::selection {
    color: #fff;
    background: #3A3597;

}

:root {
    
    --main-color: #3A3597;
    --second-color: #121132;
    --orange-accent: #F0725B;
    --yellow-accent: #F9BA34;
    --title-color: #1B1940;
    --text-color: #5F5F5F;
    --deep-blue: #121132;
}
.profile-main-info {
    min-width: 0;
}
div#gform_2_validation_container {
    color: #000;
}

/* FONTS IMPORT */


/* ================================
   Lota Grotesque — Light (300)
   ================================ */
@font-face {
  font-family: 'Lota Grotesque';
  src: url('/wp-content/themes/CXOEra/fonts/LotaGrotesque-Light.woff2') format('woff2'),
       url('/wp-content/themes/CXOEra/fonts/LotaGrotesque-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ================================
   Lota Grotesque — Regular (400)
   ================================ */
@font-face {
  font-family: 'Lota Grotesque';
  src: url('/wp-content/themes/CXOEra/fonts/LotaGrotesque-Regular.woff2') format('woff2'),
       url('/wp-content/themes/CXOEra/fonts/LotaGrotesque-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ================================
   Lota Grotesque — SemiBold (600)
   ================================ */
@font-face {
  font-family: 'Lota Grotesque';
  src: url('/wp-content/themes/CXOEra/fonts/LotaGrotesque-SemiBold.woff2') format('woff2'),
       url('/wp-content/themes/CXOEra/fonts/LotaGrotesque-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ================================
   Lota Grotesque — Bold (700)
   ================================ */
@font-face {
  font-family: 'Lota Grotesque';
  src: url('/wp-content/themes/CXOEra/fonts/LotaGrotesque-Bold.woff2') format('woff2'),
       url('/wp-content/themes/CXOEra/fonts/LotaGrotesque-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


.container-fluid {

    padding-left: 3em;
    padding-right: 3em;
}
body {

    font-family: 'Lota Grotesque';

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5 !important;

    color: var(--text-color)

    overflow-wrap: break-word;

    word-wrap: break-word;

    background: #fff;

}



body p {

    font-family: 'Lota Grotesque';

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5 !important;

    color: var(--text-color);

    margin-bottom: 0px;

}
.hero-homepage h1 {
    color: #fff;
    font-size: 3.6em;
    font-weight: 400;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lota Grotesque';
    line-height: 1;
    color: #222222;
    margin-bottom: 20px;
    color: var(--title-color);
}

.text-white h1 {
    color: #fff;
}

h2 {
    font-family: var(--title-color);
    font-size: 3em;
}





select {

    cursor: pointer;

}


/* ===========================
   GLOBAL + HEADER BASE
   =========================== */

.site-header {
    z-index: 1070;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

body {
    scroll-padding-top: 80px;
}
p.orange-tag {
    color: var(--orange-accent);
    font-size: 1.2em;
    font-weight: bold;
}
.main-btn {
    background-color: var(--yellow-accent);
    color: #1E1E1E;
    font-weight: bold;
    padding: 1em 1.5em;
    border-radius: 0;
    border: none;
    font-size: 1.1em;
}
.site-header.header-scrolled {
    background-color: var(--second-color);
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.header-container {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-logo {
    max-height: 45px;
    height: auto;
}

/* ===========================
   NAVIGATION & LINKS
   =========================== */

#main-navbar {
    background: transparent;
}

.main-nav {
    display: flex;
    column-gap: 1em;
}

.main-nav .nav-link {
    color: #FFFFFF !important;
    font-weight: 400;
    padding: 0.75rem 0;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
    color: #F5C04A;
    text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--orange-accent) !important;
}
a.nav-link.active {
    color: var(--orange-accent) !important;
}

/* ===========================
   LOGIN + PROFILE ICON
   =========================== */

.navbar-right {
    display: flex;
    flex-direction: column;
}

.nav-login-link,
.nav-login-icon {
    color: #FFFFFF;
    font-weight: 400;
}

.nav-login-link:hover,
.nav-login-icon:hover {
    color: #F5C04A;
    text-decoration: none;
}

.profile-icon-img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

/* ===========================
   CTA BUTTON
   =========================== */



.CTA-Nav {
    display: inline-block;
    background-color: var(--yellow-accent);
    color: #1B1940;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.CTA-Nav:hover,
.CTA-Nav:focus {
    background-color: #ffd466;
    color: #1B1940;
    text-decoration: none;
}

/* ===========================
   SUBMENU ARROWS
   =========================== */

/* shared base – link wrapper */
.main-nav .menu-item-has-children > a {
    position: relative;
    padding-right: 22px;
}

/* ===========================
   HAMBURGER TOGGLER (ANIMATED X)
   =========================== */

.navbar-toggler {
    width: 26px;
    height: 22px;
    position: relative;
    transition: 0.5s ease-in-out;
    border: none;
    background: transparent;
    padding: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.top-bar    { top: 0px; }
.middle-bar { top: 10px; }
.bottom-bar { top: 20px; }

/* OPEN (X) */
.navbar-toggler:not(.collapsed) .top-bar {
    transform: rotate(135deg);
    top: 10px;
}
.navbar-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) .bottom-bar {
    transform: rotate(-135deg);
    top: 10px;
}

/* CLOSED */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0deg);
    top: 0px;
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    top: 10px;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0deg);
    top: 20px;
}

.mobile-control-nav {
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    padding-right: 1.5em;
}
/* CARDS */
.card.bg-transparent .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2.5px);
    border-radius: 4px;
}
.summit-card h5 {
    color: #fff;
}

/* ============================================
   FIX NAVIGATION OVER HERO
   ============================================ */

/* Force header to float ABOVE hero image */
#site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    background: transparent;
    transition: background-color .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* When scrolling, header becomes solid */
#site-header.header-scrolled {
    background: #1D1B4B;
}

/* Remove Bootstrap's padding top injection caused by sticky-top */
body {
    padding-top: 0 !important;
}

/* ============================================
   HERO SECTION
   ============================================ */


.hero-homepage {
    position: relative;
    z-index: 1 !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 92vh;
    min-height: 92vh;
    padding-top: 8em;
    padding-bottom: 1em;
    display: flex;
    align-items: stretch;
}

/* Row must fill height */
.hero-home-row {
    height: 100%;
    display: flex;
    align-items: stretch;
}

/* LEFT SIDE */
.hero-home-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
}

/* CTA button should NOT stretch full width */
.hero-home-left .main-btn {
    display: inline-block;
    width: auto;
}

/* RIGHT SIDE */
.hero-home-right {
    display: flex;
    align-items: flex-end;       /* makes cards sit at bottom of hero */
    z-index: 2;
}

/* Container for the 2 summit cards */
.hero-summits-wrapper {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* SUMMIT CARD STYLING */
.summit-card {
    background: transparent;
    border: 0;
    color: #fff;
    text-decoration: none;
}

.summit-card:hover {
    text-decoration: none;
}

.summit-card-arrow {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}
.summit-card.home-hero-card h5 {
    font-size: 1.1em;
}
a.card.bg-transparent.border-0.summit-card.mb-2.home-hero-card p.orange-tag,
a.card.bg-transparent.border-0.summit-card.mb-2.home-hero-card span.summit-type {
font-size: 0.8em;
}

/* LOGO SLIDER SECTION */


.logo-slider-area {
    overflow: hidden;
}

.logo-slider .logo-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.logo-slide-img {
    max-height: 60px; /* tweak if needed */
    width: auto;
    height: auto;
}
p.sponsors-text {
    color: #939393;
    font-weight: bold;
}

/* Section 3 Homepage - Features */
.GrayBackground {
    background: #F3F3F3;
}

h4.features-card-title {
    font-weight: 600;
    font-size: 1.2em;
}
.features-card {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 1em;
}
.inner-border {
    border-right: 1px solid #efefef;
}
/* Remove right border on every 3rd features-card */
 .section-two .row .col-12.col-lg-4:nth-child(3n) .inner-border {
        border-right: none !important;
    }

/* ============================================
   SECTION 4 – UPCOMING EVENTS AREA
   ============================================ */

.blue-b-border {
    border-bottom: 4px solid #3A3597;
}

/* Make all event cards equal height */
.event-card {
    height: 100%;
}

/* Card container */
.event-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #E9EAF3;
    border-radius: 4px;
    background: #fff;
}

/* ============================================
   CARD SECTION SYSTEM (full-width borders)
   ============================================ */

/* Each section spans full width of card */
.event-section {
    width: 100%;
}

/* Inner padding container so content aligns */
.event-section-inner {
    padding-left: 20px;
    padding-right: 20px;
}
a.event-card.d-block.h-100:hover {
    text-decoration: none;
}

/* full-width borders */
.full-border-top {
    border-top: 1px solid #E9EAF3;
}
.full-border-bottom {
    border-bottom: 1px solid #E9EAF3;
}
.full-border-top-element {
    border-top: 1px solid #121212;
}
.full-border-bottom-element {
    border-bottom: 1px solid #121212;
}

/* ============================================
   DATE BLOCK (DAY + MONTH + YEAR)
   ============================================ */

.event-date-day {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #1D1B4B;
    margin-right: 10px;
}

.event-date-month-year {
    font-size: 1rem;
    color: #1D1B4B;
    font-weight: 600;
}


/* ============================================
   IMAGE
   ============================================ */

.event-card-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 12px 0 16px;
}


/* ============================================
   SUMMIT TYPE TAG
   ============================================ */

.summit-type-tag,
.grey-tag {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
    padding: 4px 12px;
    border-radius: 999px;
    background: #E9EAF3;
    color: #121132;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}


/* ============================================
   TITLE
   ============================================ */

.event-title {
    color: #121132;
    font-weight: bold;
    margin: 10px 0 16px;
    font-size: 1.3em;
    line-height: 1.1em;
}


/* ============================================
   ADDRESS ROW (icon stays full height)
   ============================================ */

.address-pin {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex: 0 0 auto;
    margin-right: 10px;
    margin-top: 10px;
}

.event-address-text {
    margin: 0;
    font-size: 0.95rem;
    color: #121132;
    line-height: 1.4;
}


/* ============================================
   TOPICS (with commas)
   ============================================ */

.event-topics {
    font-size: 0.9rem;
    color: #3A3597;
}

.event-topics .topic {
    display: inline;
}

.event-topics .topic + .topic::before {
    content: ", ";
    color: #3A3597;
}
.topic-title-card {
    color: #717171;
}
.cta-grey {
    background: #DADCE9;
    color: #242424;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.1em;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/* ============================================
   VIEW EVENT DETAILS (locks to bottom)
   ============================================ */

.event-details-link {
    margin-top: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 600;
    color: #1D1B4B;
}

.event-details-link img {
    width: 16px;
    height: 16px;
}


/* ============================================
   CARD HOVER
   ============================================ */

.event-card:hover .event-card-inner {
    border-color: #3A3597;
    transition: 0.2s ease;
}

/* ================================
   STATISTICS SECTION
   Equal height boxes
   ================================ */

.statistics-section {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

/* Row must allow equal-height children */
.statistics-row {
    display: flex;
    flex-wrap: wrap;
}

/* Column must stretch */
.statistics-row > .col-12,
.statistics-row > .col-lg-4 {
    display: flex;
}

/* The actual statistic box */
.stat-box {
    padding: 40px 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(206, 206, 206, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 4px;
}

/* Number */
.stat-number {
    font-size: 4rem;
    font-weight: 400;
    color: #F0725B;
    line-height: 1;
    margin-bottom: 0px;
}

/* Description text */
.stat-text p {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2em !important;
}
.blue-bg {
    background: #121132;
}
.blue-bg h2 {
    color: #fff;
}




/* SPONSOR HOMEPAGE AREA */


/* Make buttons align horizontally */
.cta-buttons {
    gap: 1rem;
}

/* Featured blue cards */
.blue-card {
    background: #1D1B4B;
    color: #fff;
    border-radius: 8px;
}

/* Ready to join area */
.ready-join-area {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* white/light text inside that area */
.ready-text {
    color: #fff;
    max-width: 650px;
}
a.btn.blue-btn {
    background-color: #3A3597;
    color: #fff;
    font-weight: bold;
    padding: 1em 1.5em;
    border-radius: 0;
    border: none;
    font-size: 1.1em;
}
.blue-card {
    background: #1D1B4B;
    color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.blue-card p,
.blue-card h4 {

    color: #fff;

}
.blue-card p {
    font-size: 1.2em;
}
.blue-card h4 {
    font-weight: bold;
    font-size: 1.2em;
}
.ready-join-area h2 {
    font-weight: 600;
}
.ready-join-area p {
    color: #fff;
}

/* ============================
   SINGLE POST TEMPLATE
   ============================ */

/* BLUE HERO AREA */
.single-hero {
    background-color: #1D1B4B;
    color: #fff;
    padding-top: 8em;
    padding-bottom: 4em;
}

.single-post-title {
    color: #fff;
    font-size: 3.5em;
    font-weight: 400;
    margin: 0;
}

/* META ROW */
.single-meta-row .meta-label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #C8C9E5;
}

.single-meta-row .meta-value {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #FFFFFF;
}

/* FEATURED IMAGE FULL WIDTH */
.single-featured-wrapper {
    width: 100%;
}

.single-featured-image {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

/* MAIN CONTENT AREA */
.single-content-area {
    background-color: #FFFFFF;
}

/* AUTHOR BOX */
.author-image {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.author-label {
    font-size: 1em;
    letter-spacing: 0.08em;
    color: #768692;
    font-weight: 400;
}

.author-name {
    font-size: 1.2em;
    font-weight: 600;
    color: #768692;
}

/* Share + Back to blog */
.share-label {
    font-size: 1em;
    font-weight: 600;
    color: #768692;
}


.back-to-blog-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #3A3597;
    text-decoration: none;
}

.back-to-blog-link:hover {
    text-decoration: underline;
}

/* POST CONTENT */
.single-post-content {
    color: #5F5F5F;
    font-size: 1rem;
    line-height: 1.7;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    color: #121132;
}

/* READ NEXT SECTION */
.single-read-next {
    background-color: #F4F5FA;
}

.read-next-title {
    font-size: 1.3rem;
    font-weight: 400;
    color: #768692;
}

.read-next-card {
    text-decoration: none;
    color: inherit;
}

.read-next-inner {
    background-color: #FFFFFF;
    border: 1px solid #E0E1EC;
    border-radius: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.read-next-inner:hover {
    border-color: #3A3597;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.read-next-date {
    font-size: 0.85rem;
    color: #7E7F99;
}

.read-next-post-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #151515;
}

.wp-block-quote p {
    color: #768692;
    font-size: 1.2em;
    margin-top: 2em;
}

.single-featured-image {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
a.read-next-card.related-events.d-block.h-100:hover {
    text-decoration: none;
}
.single-featured-strip {
    height: 450px;
    min-height: 450px;
}


/* ============================
   MAIN BLOG AREA
   ============================ */

/* ====== NEW ADDITIONS FOR READ NEXT CARDS ====== */

/* Thumbnail at top of the read-next card */
.read-next-thumb {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E0E1EC;
}

/* Better hover feedback */
.read-next-inner {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.read-next-inner:hover {
    transform: translateY(-2px);
}

/* "Read More" row */
.read-more-link {
    font-weight: 600;
    font-size: 0.95rem;
    color: #3A3597;
}

.read-more-link img {
    width: 14px;
    height: auto;
}

.blog-hero {
    background-color: #1D1B4B; /* or your hero color */
    color: #fff;
}


.blog-hero-title {
    font-size: 2.5rem;
    margin: 0;
}

/* Category pills */
.category-span {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.5em 2rem;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 3px solid;
}
.category-span:hover {
    background: #fff;
    color: #121132;
    border-bottom: 3px solid #F9BA34;
}

/* Summits image helper */
.summit-card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
}

/* Blue cards */
.blue-card .card {
    background-color: #1D1B4B;
    color: #fff;
    border: none;
}

.blue-card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 220px;
}

/* Small variant a bit shorter if you like */
.small-card .blue-card-image {
    height: 180px;
}
.blog-hero-title {
    font-size: 3.5em;
    margin: 0;
    color: #fff;
    font-weight: 400;
}
.blog-categories-label {
    font-size: 1.2em;
}
.blog-white-line {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5em 0em;
}
.sidebar-newsletter p.orange-tag {
    color: #fff;
}
.sidebar-newsletter .newsletter-text p {
    font-size: 1.2em;
    color: #fff;
    font-family: 'Lota Grotesque';
    font-weight: 400;
    line-height: 1.2em !important;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.sidebar-newsletter input#gform_submit_button_1 {
    background-color: var(--yellow-accent);
    color: #1E1E1E;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 0px;
    padding: 0.95em 0.2em;
    border: none;
}
input.form-control.blog-search-input {
    background: rgba(233, 234, 243, 0.05);
    border: 1px solid rgba(233, 234, 243, 0.2);
    border-radius: 2px;
    height: auto !important;
    padding: 1em;
}
.blog-summits h3 {
    color: #fff;
}
button.blog-search-submit {
    background: transparent;
    border: none;
    top: 15px;
    right: 10px;
    position: absolute;
    z-index: 9999;
}

.blog-card .card,
.small-card .card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    text-align: left;
    padding: 1em;
}
.blog-card .card-body,
.small-card .card-body {
    padding: 1em 0em;
}
.blog-card p.post-date.mb-2,
.small-card p.post-date.mb-2{
    color: #768692;
}
.blog-card h2.card-title,
.small-card h3.card-title {
    color: #fff;
    font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 10px !important;
}
.blog-card p.card-text,
.small-card p.card-text {

    color: #fff;

}
.blog-card .read-more-link,
.small-card .read-more-link {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
.blog-card .read-more-link img,
.small-card .read-more-link img {
    width: 30px;
    height: auto;
}
.card-img-top.blue-card-image.big-image-featured {
    height: 400px;
}
.card-img-top.blue-card-image.featured-image-blog {
    height: 270px;
}

nav.blog-pagination.mt-4 {
    display: flex;
}
ul.page-numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 10px;
    list-style: none;
    align-items: center;
    padding-inline-start: 0px;
    margin-top: 1em;
}

ul.page-numbers li a {
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    background: rgba(255, 255, 255, 0.1);
    padding: 1em 1.5em;
    border-radius: 99px;
}
span.page-numbers.current {
    font-size: 1.1em;
    padding: 1em 1.5em;
    background: #3A3597;
    border-radius: 99px;
}
a.prev.page-numbers,
a.next.page-numbers {
    background: transparent;
    opacity: 1;
}


/* SUMMITS ARCHIVE */
/* Equal height event cards */
.summit-card-grid-item {
    display: flex;
}
.summit-card-grid-item .event-card {
    display: flex;
    flex: 1 1 auto;
}
.event-card-inner {
    display: flex;
    flex-direction: column;
}

/* MODAL LAYOUT – CENTERED & SMALLER */
.summit-filter-modal {
    position: fixed;
    inset: 0;
    display: none;              /* hidden by default */
    z-index: 99999;
    justify-content: center;    /* center dialog horizontally */
    align-items: center;        /* center dialog vertically */
}

.summit-filter-modal.is-open {
    display: flex;              /* flex when open */
}

.summit-filter-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.summit-filter-dialog {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 16px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    padding: 0em;
}

.summit-filter-close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 1.8em;
    cursor: pointer;
    background: #E9EAF3;
    border: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding-bottom: 0px;
    line-height: 1.4em;
}

.summit-filter-close:focus {
    outline: none;
}
div#filter-footer {
    background: #E2E2E2;
    padding: 1em 1.5em;
}
button.btn.btn-link.p-0.summit-filter-clear.summit-filter-clear--outside {
    color: var(--orange-accent);
    text-decoration: none;
    font-weight: bold;
}
/* STACKED GROUPS */
.summit-filter-group {
    margin-bottom: 10px;
}

.summit-filter-form-check {
    margin-bottom: 4px;
}

/* CHECKBOX STYLING – ORANGE, BIGGER, SQUARE */
.summit-filter-checkbox {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    border-radius: 0;
    cursor: pointer;
    accent-color: #F58220;
    margin-top: 0px;
}
.form-check label.form-check-label {
    margin-left: 1em;
}
.form-check {
    margin-bottom: 1em;
    margin-top: 1em;
}
.summit-filter-checkbox:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(245, 130, 32, 0.35);
}

/* Active filter tags + reset icon */
.summit-active-filters {
    gap: 6px;
}

.reset-filters-icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.summit-filter-dialog h2 {
    color: #1B1940;
    font-weight: bold;
    font-size: 1.8em;
}
.summit-filter-dialog legend {
    font-weight: bold;
    font-size: 1.2em;
}
button.btn.btn-primary.summit-filter-apply {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: rgb(58, 53, 151);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    padding: 1em 2em;
}
button.btn.btn-primary.summit-filter-apply:hover,
.summit-filter-toggle:hover {
    background-color: var(--orange-accent);
    color: #fff;
}

/* Active filter tags */
.summit-active-filters .filter-tag {
    cursor: pointer;
}
/* Bigger gaps between summit cards */
.summits-grid .row {
    margin-left: -30px;
    margin-right: -30px;
}

.summits-grid .summit-card-grid-item {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px; /* extra vertical gap */
}

/* SUMMITS ARCHIVE STYLES */
div#summits-archive {
    background: url(/wp-content/uploads/2025/12/Bkgrd.jpg);
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}
button.filter-tag {
    background-color: var(--orange-accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0px 15px;
    font-size: 0.9em;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
p.count-summits {
    font-size: 2em;
    color: #1D1B4B;
    font-weight: bold;
}

.close-tag-x {
    font-size: 1.8em;
    margin-top: 4px;
    margin-left: 5px;
}
.filters-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666666;
}

.summit-filter-toggle {
    background: #3A3597;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    padding: 1em 2em;
}

/* ATTENDEE REGISTRATION FORM */
div#summit-registration-hero {
    background-position: top !important;
}
fieldset#field_2_24, fieldset#field_2_25 {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: stretch;
}
fieldset#field_2_27, fieldset#field_2_28, fieldset#field_2_29 {
    cursor: pointer;
}
.blue-page {
    background-color: #121132;
    color: #fff;
}
.dark-card {
    background: #1E1D3C;
}
.attendee-row {
    margin-top: -2em;
}
.text-block-above-form p,
.text-block-above-form h3 {
    color: #fff;
}
.text-block-above-form h3 {
    font-weight: 600;
}
.gform-theme--foundation .gf_step_active .gf_step_number {
    background: var(--orange-accent);
    color: #fff;
    font-weight: bold;
}

.gform-theme--foundation .gf_step_label {
    color: #fff !important;
}
.gform-theme--framework .gf_step {
    display: flex;
    flex-direction: column;
    max-width: 150px;
    text-align: center;
}
.gform-theme--framework .gf_page_steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.gform-theme--framework span.gf_step_number {
    background: #3A3597;
    color: #fff;
    padding: 1em;
    width: 58px;
    height: 58px;
    font-size: 1.2em;
    line-height: 1em !important;
}
.gform-theme--framework  label.gfield_label.gform-field-label {
    color: #fff;
}
.gform-theme--framework input {
    background: #3A3597;
}
span.gfield_required.gfield_required_text {
    color: var(--orange-accent);
}
.gform-theme--foundation .gfield input.large{
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    padding: 1.7em 1em;
    border-bottom: 3px solid #3A3597;
    border-radius: 0px;
}
.ginput_container.ginput_container_textarea textarea {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    border-bottom: 3px solid #3A3597;
    border-radius: 0px;
}
.gform-theme--foundation .gfield select.large {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    border-bottom: 3px solid #3A3597;
    border-radius: 0px;
    height: 50px;
    padding-top: 1.2em;
}
.ginput_container.ginput_container_radio {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    padding: 0.7em 1em;
    border-bottom: 3px solid #3A3597;
    border-radius: 0px;
}
.gform-theme--framework .gfield--type-choice .gchoice label {
    color: #fff !important;
}
.gform-theme--framework .gf_step_completed .gf_step_number::after {
    background-color: var(--orange-accent) !important;
    border:none !important;
}
.gform-theme--foundation .gfield select.large option {
    color: #000;
}
.gform-page-footer.gform_page_footer.top_label input.gform_next_button.gform-theme-button.button,
input#gform_submit_button_2,
input#gform_submit_button_3,
input#gform_submit_button_4 {
    text-decoration: none;
    line-height: 1em ! IMPORTANT;
    background-color: var(--yellow-accent);
    color: #1E1E1E;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 0px;
    padding: 0.95em 1.5em;
    border: none;
}
.gform-page-footer.gform_page_footer.top_label input.gform_previous_button.gform-theme-button.button {
    background-color: #3A3597;
    color: #fff;
    font-weight: bold;
    padding: 1em 1.5em;
    border-radius: 0;
    border: none;
    font-size: 1.1em;

}
.darker-bg {
    background: #0E0D27 !important;
    padding: 1em !important;
    color: #fff !important;
}
.darker-bg p,
.below-content p {
    color: #fff;
}
fieldset.gfield.gfield--type-consent label {
    color: #fff;
}
fieldset.gfield.gfield--type-consent¸span.gfield_required.gfield_required_text {
    margin-left: 3px;
}
legend.gfield_label.gform-field-label {
    color: #fff;
}


/* RESET GF SELECT SO TEXT SHOWS PROPERLY */
body .gform_wrapper .ginput_container_select select,
body .gform_wrapper .gfield_select select {
    -webkit-appearance: menulist !important;
    appearance: menulist !important;

    color: #ffffff !important;         /* use #000 if the field background is white */
    text-indent: 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;

    padding-right: 2.5rem !important;  /* room for our custom arrow */
}

/* Options in dropdown must be readable */
body .gform_wrapper .ginput_container_select select option {
    color: #000000 !important;
}


/* =========================
   Gravity Forms: Focus styles
   ========================= */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select,
body .gform_wrapper .gfield_select select {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc; /* fallback base border, tweak if needed */
}

body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper input[type="url"]:focus,
body .gform_wrapper input[type="number"]:focus,
body .gform_wrapper input[type="password"]:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus,
body .gform_wrapper .gfield_select select:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid var(--orange-accent);
}


/* THANK YOU PAGE */
.container-fluid.thank-you-content.py-5.blue-page {
    background-color: #121132;
    color: #fff;
}
.container-fluid.thank-you-content p,
.container-fluid.thank-you-content h3 {
    color: #fff;
}
div#SummitsTemplate,
div#BlogsTemplate {
    border-top: 1px solid #fff;
}
div#SummitsTemplate h2 {
    color: #fff;
    margin-bottom: 1em;
}
div#SummitsTemplate .event-card-inner {
    background: rgba(255, 255, 255, 0.1);
    border:none;
}
div#SummitsTemplate .event-card-inner p,
div#SummitsTemplate .event-card-inner a,
div#SummitsTemplate .event-card-inner h4,
div#SummitsTemplate .event-date-day,
div#SummitsTemplate .event-date-month-year,
div#SummitsTemplate .event-topics {
    color:#fff;
}

/* SUMMITS SINGLE PAGE */
.container-fluid.summit-anchor-nav.blue-page.sticky-top {
    top: 70px;
    z-index: 9998;
}
.summit-anchor-nav {
    text-align: center;
    border-bottom: 1px solid #4A496F;
    border-top: 1px solid #4A496F;
}

nav.summit-anchor-links.d-flex.flex-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.summit-anchor-nav a {
    color: #fff;
    line-height: 1;
    margin-bottom: 0px !important;
    border-right: 1px solid #4A496F;
    padding: 1.5em 2em;
}
/* Remove right border on FIRST link */
.summit-anchor-nav .summit-anchor-links .summit-anchor-link:first-child {
    border-left: 1px solid #4A496F;
}
a#Registration {
    background-color: #F9BA34;
    color: #1B1940;
    text-decoration: none;
    font-weight: bold;
    padding: 1.5em 3em;
}
a#Registration:hover {
    background-color: #ffc446;
}

/* SUMMIT TABS */
ul.nav.nav-tabs.y2-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 5px;
}
ul.nav.nav-tabs.y2-tabs a.nav-link {
    background: #E9EAF3;
    color: #1e1e1e;
    padding: 1em 3em;
    border-radius: 0px;
    border-bottom: 2px solid #e9eaf3;
    border-top: 2px solid #e9eaf3;
}
ul.nav.nav-tabs.y2-tabs a.nav-link.active {
    background: #F9BA34;
    color: #1e1e1e !important;
    font-weight: bold;
    border-bottom: 4px solid #3a3597;
    border-top: 2px solid #F9BA34;
}
.card-style-three {
    background-color: #F9F7EF;
    border-radius: 8px;
}
.card-style-three p {
    color: #1B1940;
}
.card-style-three p.orange-tag {
    color: var(--orange-accent);
    font-size: 1.2em;
    font-weight: bold;
}
.CTA-image-area h3 {
    color: #fff;
}



/* FOOTER */
footer {
    background: #121132;
}
.footer-styles {
    background-image: url(/wp-content/themes/CXOEra/images/footer-graphic.png);
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: contain !important;
}
.newsletter-text p {
    font-size: 1.8em;
    color: #fff;
    font-family: 'Lota Grotesque';
    font-weight: 600;
    line-height: 1.2em !important;
    margin-top: 0.5em;
}
.footer-main {
    border-top: 1px solid rgb(255 255 255 / 15%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.summit-card-arrow img {
    width: 25px;
    height: 25px;
}
a.card.bg-transparent.summit-card:hover {
    color: var(--orange-accent);
}
.container-fluid.footer-bottom a {
    color: #fff;
}
.container-fluid.footer-bottom a:hover {
    color: var(--orange-accent);
}
.card.bg-transparent .card-body p.orange-tag.mb-0 {
    font-size: 1.1em;
}
.summit-type {
    color: #BDBDBD;
}
.gap-1 {
    column-gap: 1em;
}
/* FOOTER FORM STYLES */
div#gform_fields_1 {
    column-gap: 0;
}

input#gform_submit_button_1 {
    background-color: var(--yellow-accent);
    color: #1E1E1E;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 0px;
    padding: 0.95em 1.5em;
    border: none;
}
input#input_1_1 {
    background: #01001F;
    padding: 2em 1em;
    border: none;
    color: #fff;
}
div#gform_wrapper_1 {
    width: 100%;
}
/* Ensure Gravity Form aligns bottom inside its column */
.newsletter-form-col {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end; /* pushes the form to the bottom */
}

/* Make the form not stretch weirdly */
.newsletter-form-col form {
    margin-top: auto;
}
p.bold-white.mb-2 {
    color: #fff;
    font-weight: bold;
}
#info-area-footer a {
    color: var(--text-color);
}
#info-area-footer a:hover {
    color: #fff;
}
h5.footer-menu-title {
    color: #fff;
}
.footer-menus a {
    color: var(--text-color);
}
.footer-menus a:hover {
    color: #fff;
}
.footer-menus li {
    line-height: 2em;
}
/* Gravity Form ID 1 - change placeholder color to white */
#gform_1 ::placeholder {
    color: #ffffff !important;
    opacity: 1 !important; /* ensures full visibility */
}

/* Firefox fix */
#gform_1 :-moz-placeholder {
    color: #ffffff !important;
}

#gform_1 ::-moz-placeholder {
    color: #ffffff !important;
}

#gform_1 :-ms-input-placeholder {
    color: #ffffff !important;
}

/* ===========================
   SUBMENU ARROWS (STATIC, USING ::before)
   =========================== */

/* Base for both mobile & desktop */
.main-nav .menu-item-has-children > a {
    position: relative;
    padding-right: 24px; /* space for icon on the right */
}

/* kill Bootstrap’s default caret everywhere */
.dropdown-toggle::after {
    display: none !important;
}

/* ----------------------------------------------------
   MOBILE (≤ 991.98px)
   Uses: arrow-dropdown.svg
   ---------------------------------------------------- */
@media (max-width: 991.98px) {

    .container-fluid {
    padding-left: 1em;
    padding-right: 1em;
}
.container-fluid.summits-grid.py-5 {
    padding-left: 2em !important;
    padding-right: 2em !important;
}
h2 {
    font-size: 2em;
}
h4.features-card-title {
    text-align: center;
}
.features-card-icon.mb-3 img {
    margin: 0 auto;
    display: flex;
}

    .main-nav .menu-item-has-children > a::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 20px;
        height: 20px;

        background: url("/wp-content/themes/CXOEra/images/arrow-dropdown.svg")
            no-repeat center center;
        background-size: contain;

        transform: translateY(-50%);
        display: inline-block;
    }
    .main-nav .nav-link {
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 2em;
    padding: 0.8em 0em;
    border-bottom: 1px solid #fff;
}
.nav-login-wrapper a.nav-link.nav-login-link {
    font-size: 2em;
    padding: 1em 0em;
}
.profile-icon-img {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.navbar-cta-wrapper a {
    width: 100%;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1em;
}
.dropdown-menu {
    background: #01001F;
    border: none;
}
.dropdown-menu a {
    color: #fff;
    font-size: 1.5em;
}
.profile {
    font-size: 2em;
}
a.nav-link.nav-login-icon {
    padding: 1.5em 0em;
}
div#gform_fields_1 {
    row-gap: 20px;
    margin-top: 1em;
}
input#gform_submit_button_1 {
    width: 100%;
}
#site-header {
    background: #1D1B4B;
}
.section-two .row .col-12.col-lg-4 .inner-border {
        border-right: none !important;
    }
.ready-join-area {
    padding-top: 2em;
    padding-bottom: 2em;
}
.single-hero {
    padding-top: 4em;
    padding-bottom: 1em;
}
.single-post-title {
    font-size: 2em;
}
.blog-white-line {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    row-gap: 1em;
}
.blog-categories-list.text-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    row-gap: 1em;
}
.blog-hero-title {
    font-size: 2.5em;
}
.card-img-top.blue-card-image.big-image-featured {
    height: 250px;
}
.card-img-top.blue-card-image.featured-image-blog {
    height: 250px;
}

 #summit-anchor-select {
    max-width: 100%;
  }
  .container-fluid.summit-anchor-nav.blue-page.sticky-top {
    border: none;
}
}


/* ----------------------------------------------------
   DESKTOP (≥ 992px)
   Uses: main-nav-mobile-arrow.svg
   ---------------------------------------------------- */
@media (min-width: 992px) {

    .main-nav .menu-item-has-children > a::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 18px;
        height: 18px;

        background: url("/wp-content/themes/CXOEra/images/main-nav-mobile-arrow.svg")
        no-repeat center center;
        background-size: contain;

        transform: translateY(-50%);
        display: inline-block;
    }
    li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children a {
    padding-right: 1.7em;
    }
    .dropdown-menu.show {
        border-radius: 0px;
        border-top: 4px solid var(--orange-accent);
    }
    .dropdown-menu.show a {
        padding: 0.4em 1em;
    }
    ul#menu-main-menu {
        margin-right: 2em;
    }
    .navbar-right.d-flex.flex-column.flex-lg-row.align-items-lg-center {
        border-left: 1px solid #fff;
        border-width: 2px;
    }
    .hero-home-right {
        align-items: flex-end; /* bottom of the hero area */
    }
    .ready-join-area {
    padding-top: 5em;
    padding-bottom: 5em;
    }

    .profile-icon-img {
    margin-right: 5px;
}
.summit-anchor-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .summit-anchor-links .summit-anchor-link {
    flex: 1 1 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 12px;
    margin-bottom: 0 !important;
    min-width: 120px;
  }

}



/* ABOUT US PAGE */
div#darker-hero {
    background: #121132;
    color: #fff;
    padding-top: 8em;
    padding-bottom: 4em;
}

.bullet-point-icon img {
    max-width: 50px;
}
div#gray-section {
    background: #E9EAF3;
}
.gray-section-paragraph p {
    margin-bottom: 1em;
    color: #000;
}

.card-style-two {
    background-color: #ffffff;
    border-radius: 8px;
}

.card-style-two-number-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-style-two-number {
    font-size: 0.95rem;
    color: #F0725B;
    font-weight: bold;
}

.about-header-image-spacer {
    padding-top: 45%; 
}
h4.card-style-two-title {
    color: #181818;
    font-weight: 600;
}
.stat-text {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2em !important;
}


/* TESTIMONIALS BLOCK */
/* Deep blue background band */
.deep-blue {
    background-color: var(--deep-blue);
}

/* Testimonial cards – subtle translucent white background */
.testimonial-card {
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
}

/* Make testimonial text + name full white */
.testimonial-text p, .testimonial-name {
    color: #ffffff;
    text-align: left;
}

/* Title + business name with 40% white opacity */
.testimonial-title,
.testimonial-business {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8em;
}

/* Round profile picture, 60x60 max */
.testimonial-photo img {
    border-radius: 50%;
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
}

/* Ensure meta block aligns nicely next to the avatar */
.testimonial-meta {
    align-items: center;
}


/* BOARD MEMBERS BLOCK */
/* Board section cards – no padding / background, left-aligned */
.board-member-card {
    text-align: left;
    border-radius: 0;
}

/* Background image in card */
.board-member-image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Card text colors on deep-blue bg */
.board-member-name,
.board-member-title {
    color: #ffffff;
}

/* Read Bio button + orange plus */
.board-member-read-bio {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.board-member-read-bio:hover {
    text-decoration: underline;
}

.board-member-read-bio-icon {
    display: inline-block;
}

/* Bigger modal */
.board-member-modal .modal-dialog {
    max-width: 1100px;
}

/* Modal left image – rectangular, full width, capped height */
.board-member-modal-photo img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

/* Company logo in modal */
.board-member-company-logo img {
    max-width: 160px;
    height: auto;
}

/* Social icons */
.board-member-social img {
    width: 24px;
    height: 24px;
}

/* Modal right column – black text, left aligned */
.board-member-modal-right {
    color: #000000;
    text-align: left;
}

.board-member-modal-right h3 {
    color: #000000;
    font-weight: bold;
}

.board-member-modal-right p {
    color: #000000;
}

/* Yellow tag label for Biography */
.yellow-tag {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 10px;
    color: #F9BA34 !important;
    background: #F9F7EF;
}

/* Prev / Next nav inside modal */
.board-member-modal-nav .btn {
    color: #000000;
    text-align: left;
}

.board-member-modal-nav .btn:hover {
    text-decoration: underline;
}

/* Make sure board modals are on top */
.modal.fade.board-member-modal {
    z-index: 99999;
}

/* Custom close button in top-right, yellow circle */
.board-member-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFC107;
    color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    z-index: 1000;
}

.board-member-modal-close span {
    line-height: 1;
}
.row.board-member-modal-nav {
    background: #F9F7EF;
    padding: 1em;
}
.name-bold {
    color: #1E1E1E;
    font-weight: bold;
    font-size: 1.3em;
}
p.bold {
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* SWIPPER IMAGES */
#swipper-images {
    padding-left: 15px;
    padding-right: 15px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--orange-accent) !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--orange-accent) !important;
}
/* Testimonials page */
.why-area {
    background: #1D1B4B;
}
.y-text-content.text-white p {
    color: #fff;
    margin-bottom: 1em;
}
h2.orange-accent {
    color: var(--orange-accent);
}

/* BECOME A SPONSOR PAGE */

.sponsor-benefits-content.text-center.text-white p {
    color: #fff;
}
.blue-card.p-4.h-100.d-flex.flex-column.align-items-start.text-left.dark-card {
    background: #272562;
}
.text-white p {
    color: #fff;
}

/* SINGLE EVENTS TEMPLATE */

/* Summit hero meta boxes (WHERE / WHEN) */
.summit-meta-box {
    background: rgba(0, 0, 0, 0.4); /* 40% opacity */
    border-radius: 4px;
    color: #ffffff;
}

.summit-meta-icon-wrap {
    display: flex;
    align-items: center; /* vertically center icon */
}

.summit-meta-icon {
    width: 24px;
    height: 24px;
}

.summit-meta-text-wrap {
    line-height: 1.3;
}

.summit-meta-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ff8a3d; /* orange label */
}

.summit-meta-value {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.95rem;
}

/* Optional spacing tweak for the whole row */
.summit-meta-row {
    max-width: 100%;
}


/* FOCUS AREA SUMMITS */

#focus-area-section h2 {
    color: #fff;
}
.transparent-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}
.transparent-card p,
.transparent-card h4 {
    color: #fff;
}
.transparent-card-number {
    color: #F9BA34;
    font-weight: bold;
}

.summit-speakers-intro p,
.summit-speakers-intro h2 {
    color: #fff;
}
div#executive-board-section {
    background: url(/wp-content/themes/CXOEra/images/bg-pattern.png) right top no-repeat, var(--deep-blue);
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-top: 5em;
    padding-bottom: 5em;
}


/* WELCOME TO CITY SECTION */
#city-section {
    height: 435px;
}
.summit-venue-overlay-box {
    background: #fff;
    max-width: 35%;
    margin-left: 1.5em;
    margin-top: 2em;
}
.summit-venue-overlay-box {
    background: #fff;
    max-width: 30%;
    margin-left: 1.5em;
    margin-top: 2em;
}
.summit-venue-overlay-box .summit-venue-text p {
    color: #000;
    font-weight: bold;
}
.summit-venue-overlay-box .summit-venue-text p.summit-meta-label {
        color: #ff8a3d;
}

/* SPONSORS SECTION */

div#sponsors-section {
    background: #E9EAF3;
}
h3.sponsor-tier-title.mb-3 {
    color: #717171;
    font-size: 1.1em;
    font-weight: bold;
}
.join-us-inner {
    background-image: url(/wp-content/themes/CXOEra/images/join-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

/* AGENDA STYLES */

div#summit-agenda h2 {
    color: #1D1B4B;
}
.card.grey-cards p.orange-tag {
    margin-bottom: 0.5em;
    font-size: 0.9em;
}
.card.grey-cards {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 1em;
    border: none;
}

#summit-agenda a.nav-link {
    background: #E9EAF3;
    border-radius: 0px;
}

#summit-agenda a.nav-link.active {
    background: #F9BA34;
    border-radius: 0px;
}
#summit-agenda span.d-block.font-weight-bold {
    color: #1D1B4B;
    font-weight: bold;
    font-size: 1.2em;
}
#summit-agenda span.d-block {
    color: #1D1B4B;
}

/* FILTER AREA */
.summit-agenda-filters {
    background: #E9EAF3;
    padding: 1em;
    border-radius: 4px;
}
.summit-agenda-filters p strong {
    color: #717171;
}
p#agenda-filter-status {
    color: #717171;
}
span.agenda-filter-topic-label, span.agenda-filter-room-label {
    font-weight: bold;
}
.agenda-card {
    background: #F9F7EF;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
}
.agenda-speaker-photo-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: none !important;
    background: none !important;
    border-radius: 4px;
    padding: 0px;
}
p.agenda-speaker-name.mb-1 {
    color: #1D1B4B;
    font-weight: bold;
}
span.session-tag {
    background: #EBEBF5;
    color: #3A3597;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 2px;
}
h4.agenda-event-title {
    color: #1D1B4B;
    font-weight: bold;
}
/* Agenda speaker thumbnails */
.agenda-speaker-photo-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.agenda-speaker-btn {
    background: transparent;
    border: 0;
    padding: 0;
    color: inherit;
}
/* Time/location lines */
.agenda-time-location .agenda-icon {
    width: 16px;
    height: 16px;
}

/* Company logos: right aligned with gaps */
.agenda-companies {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.agenda-company-logo {
    margin: 0 0 25px 0px; /* row + col gap */
}
.agenda-time-location span {
    font-weight: bold;
}



/* EXPORT PDF STYLES */

/* PDF export helpers */
#agenda-pdf-export {
    padding: 20px;
    font-size: 12px;
}

.agenda-pdf-day-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.agenda-pdf-day-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.agenda-pdf-day-date {
    font-size: 12px;
    opacity: 0.8;
}

.page-break {
    page-break-after: always;
}

/* PROFILE PAGE */
.container-fluid.cxo-profile-page {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
    padding-top: 5em !important;
}
body.page-template-template-profile {
    background: #01001F;
}
.content-area-profile {
    background: #121132;
}
.container-fluid.py-5.cxo-profile-page {
    padding-left: 15px;
    padding-right: 15px;
    background: #01001F;
    padding-top: 6em !important;
}
.cxo-profile-avatar-sm{
    width:70px;
    height:70px;
    border-radius:999px;
    object-fit:cover;
}

.cxo-profile-banner{
    height:250px;
    background-position:top;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    overflow:hidden;
}

.cxo-profile-banner-overlay{
    position:absolute;
    left:20px;
    bottom:20px;
}

.cxo-welcome {
    color: #F0725B;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
div#cxoProfileTabContent h4 {
    color: rgba(255, 255, 255, 0.6) !important;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 1em !important;
}
.cxo-banner-name{
    color:#fff;
    font-weight:700;
    margin:0;
}

.cxo-profile-nav .nav-link{
    padding:10px 12px;
    border-radius:6px;
}
.cxo-summit-card .cxo-summit-date {
    font-size: 15px;
    color: #fff;
    background: #121132;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 4px;
}
.card.cxo-summit-card h5 {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.1em;
}

.cxo-ellipsis-btn{
    padding:0;
    line-height:1;
    text-decoration:none;
    font-weight:700;
    font-size:20px;
}

.cxo-ellipsis-btn:hover,
.cxo-ellipsis-btn:focus{
    text-decoration:none;
    outline:none;
    box-shadow:none;
}

.cxo-profile-section{
    margin-top:10px;
}
.card.cxo-summit-card {
    background: rgba(255, 255, 255, 0.2);
}
.card.cxo-summit-card button.btn.btn-link.cxo-ellipsis-btn {
    background: rgba(255, 255, 255, 0.1);
    line-height: 1em;
    padding: 0px 8px;
    padding-bottom: 10px;
    color: #fff;
}
.cxo-summit-session-time {
    color: #F07258;
    margin-top: 1.5em;
}
.cxo-summit-assign-topic {
    color: #fff;
    margin-top: 1em;
}
p.grey-info.mb-2 {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.cxo-logout-link span {
    color: #fff;
}
a.cxo-logout-link:hover {
    text-decoration: none;
}
a.cxo-logout-link:hover span{
    color: #F0725B;
}

/* Top border for the whole section */
.cxo-profile-section{
  border-top: 1px solid #121132;
  padding-top: 20px;
}

/* Make the actions row split 50/50 */
.cxo-profile-section .cxo-summit-card .d-flex.flex-wrap {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    border-top: 1px solid #121132;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

/* Each button takes 50% */
.cxo-profile-section .cxo-summit-view-details-btn,
.cxo-profile-section .cxo-summit-download-agenda-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff !important;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
.cxo-profile-section .cxo-summit-view-details-btn:focus,
.cxo-profile-section .cxo-summit-download-agenda-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Make sure inner text/icons also appear white */
.cxo-profile-section .cxo-summit-view-details-btn span,
.cxo-profile-section .cxo-summit-download-agenda-btn span{
  color: #ffffff !important;
}


.cxo-profile-section .cxo-summit-view-details-btn.btn-outline-dark,
.cxo-profile-section .cxo-summit-download-agenda-btn.btn-outline-dark {
    border: none;
}
/* If any SVGs inherit currentColor, this helps (won't affect <img> svgs) */
.cxo-profile-section .cxo-summit-view-details-btn svg,
.cxo-profile-section .cxo-summit-download-agenda-btn svg{
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.profile-main-info h5 {
    color: #fff;
}
.profile-main-info p {
    color: rgba(255, 255, 255, 0.5);
}
.cxo-profile-nav .nav-link {
    padding: 1.5em 0em;
    border-radius: 0px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent !important;
}
ul#cxoProfileTabs {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.content-area-profile h3 {
    color: #fff;
}
.cxo-speaker-card{
  position: relative;
}
/* =====================================
   Profile icon: orange overlay on hover/active
===================================== */

.nav-login-icon .profile-icon-img{
    width: 22px;
    height: 22px;
    display: inline-block;
    transition: opacity .15s ease;
}

/* On hover/active, replace the <img> rendering with a colored mask */
.nav-login-icon:hover .profile-icon-img,
.nav-login-icon.active .profile-icon-img{
    opacity: 0;
}

.nav-login-icon{
    position: relative;
}

/* Orange overlay icon */
.nav-login-icon::after{
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 26%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .15s ease;
    background-color: var(--orange-accent);

    -webkit-mask-image: url("/wp-content/themes/CXOEra/images/profile-icon.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("/wp-content/themes/CXOEra/images/profile-icon.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
/* Hover anywhere on the profile link => orange text */
.nav-login-wrapper a.nav-login-icon:hover,
.nav-login-wrapper a.nav-login-icon:hover .login-text,
.nav-login-wrapper a.nav-login-icon:hover .profile,
.nav-login-wrapper .profile:hover {
    color: var(--orange-accent);
}

/* Show overlay only on hover/active */
.nav-login-icon:hover::after,
.nav-login-icon.active::after{
    opacity: 1;
}

/* mute the whole card */
.cxo-speaker-card[data-cxo-cancel-status="pending"] .card.cxo-summit-card,
.cxo-speaker-card[data-cxo-cancel-status="approved"] .card.cxo-summit-card{
  opacity: .55;
  filter: grayscale(100%);
}

/* diagonal overlay */
.cxo-speaker-card[data-cxo-cancel-status="pending"]::after,
.cxo-speaker-card[data-cxo-cancel-status="approved"]::after {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 240px;
    text-align: center;
    padding: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    transform: rotate(-18deg);
    border-radius: 6px;
    z-index: 50;
    color: #fff;
    content: "";
}

.cxo-speaker-card[data-cxo-cancel-status="pending"]::after{
  background:#f9ba34;
  color: #000;
  content:"Pending Cancellation";
}

.cxo-speaker-card[data-cxo-cancel-status="approved"]::after{
  background:#a5231a;
  content:"Speaker Cancelled";
}
/* =====================================
   CXO Profile Sidebar Nav Icons (45px)
===================================== */

.cxo-profile-nav .nav-link {
    position: relative;
    padding-left: 58px;
    min-height: 52px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}

/* Base icon block */
.cxo-profile-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Dashboard */
.cxo-profile-nav .nav-link[data-icon="dashboard"]::before {
    background-image: url("/wp-content/themes/CXOEra/images/dashboard.svg");
}
.cxo-profile-nav .nav-link.active[data-icon="dashboard"]::before {
    background-image: url("/wp-content/themes/CXOEra/images/dashboard-active.svg");
}

/* Settings */
.cxo-profile-nav .nav-link[data-icon="settings"]::before {
    background-image: url("/wp-content/themes/CXOEra/images/settings.svg");
}
.cxo-profile-nav .nav-link.active[data-icon="settings"]::before {
    background-image: url("/wp-content/themes/CXOEra/images/settings-active.svg");
}
/* =====================================
   Hover icon swap 
===================================== */

/* Dashboard hover -> active icon */
.cxo-profile-nav .nav-link[data-icon="dashboard"]:hover::before,
.cxo-profile-nav .nav-link.active[data-icon="dashboard"]::before {
    background-image: url("/wp-content/themes/CXOEra/images/dashboard-active.svg");
}

/* Settings hover -> active icon */
.cxo-profile-nav .nav-link[data-icon="settings"]:hover::before,
.cxo-profile-nav .nav-link.active[data-icon="settings"]::before {
    background-image: url("/wp-content/themes/CXOEra/images/settings-active.svg");
}


/* EXPORT FROM PROFILE */
/* =========================================================
   AGENDA PDF EXPORT MODE
   Forces Bootstrap md grid rules during export (no stacking)
   ========================================================= */

/* Make sure rows behave like Bootstrap rows during export */
.pdf-export-mode #summit-agenda .row{
    display:flex;
    flex-wrap:wrap;
}

/* Ensure any columns don't collapse due to inherited widths */
.pdf-export-mode #summit-agenda [class*="col-"]{
    position:relative;
    width:100%;
    min-height:1px;
}

/* Force md columns to behave like md breakpoint even on small widths */
.pdf-export-mode #summit-agenda .col-md-12{
    flex:0 0 100% !important;
    max-width:100% !important;
}

.pdf-export-mode #summit-agenda .col-md-8{
    flex:0 0 66.666667% !important;
    max-width:66.666667% !important;
}

.pdf-export-mode #summit-agenda .col-md-6{
    flex:0 0 50% !important;
    max-width:50% !important;
}

.pdf-export-mode #summit-agenda .col-md-4{
    flex:0 0 33.333333% !important;
    max-width:33.333333% !important;
}

.pdf-export-mode #summit-agenda .col-md-3{
    flex:0 0 25% !important;
    max-width:25% !important;
}

/* Optional: lg overrides (only if you actually use these in the agenda markup) */
.pdf-export-mode #summit-agenda .col-lg-8{
    flex:0 0 66.666667% !important;
    max-width:66.666667% !important;
}

.pdf-export-mode #summit-agenda .col-lg-4{
    flex:0 0 33.333333% !important;
    max-width:33.333333% !important;
}

/* Give export area a stable width so spacing matches your "good" PDF */
.pdf-export-mode #summit-agenda{
    width:1100px !important;
    max-width:1100px !important;
}

/* Avoid images forcing reflow mid-export */
.pdf-export-mode #summit-agenda img{
    height:auto;
    max-width:100%;
}

/* =========================================================
   FORCE VISIBILITY FOR CAPTURE (tabs/collapse/fade)
   ========================================================= */
.cxo-pdf-force-visible{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    height:auto !important;
    max-height:none !important;
}

.cxo-pdf-force-visible.fade{
    transition:none !important;
}

/* =========================================================
   HIDDEN STAGING AREA FOR STABLE PDF EXPORT (CLONE)
   ========================================================= */
#agenda-pdf-export-stage{
    position:fixed;
    left:-99999px;
    top:0;
    width:1400px;
    background:#ffffff;
    z-index:-1;
    opacity:0;
    pointer-events:none;
}

#agenda-pdf-export-stage .agenda-pdf-export-inner{
    width:1200px;
    max-width:1200px;
    background:#ffffff;
    padding:20px;
}

#agenda-pdf-export-stage img{
    max-width:100%;
    height:auto;
}




/***********************************************/
/***********************************************/
/* LOGIN PAGE STYLES */
/***********************************************/
/***********************************************/

.login-page-bg{
    background-image: url('/wp-content/themes/CXOEra/images/Login-bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-page-quote {
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.35;
    font-weight: 600;
    max-width: 820px;
    margin: 0 auto 30px;
    padding: 0 20px;
}
p.message {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
div#magic-login-shortcode {
    max-width: 100% !important;
    width: 100% !important;
}
.dark-card h1 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 3em;
}
.dark-card{
    background: rgba(18, 17, 50, 0.9);
    border: 1px solid #000000;
    color: #ffffff;
}

.dark-card a{
    color:#ffffff;
    text-decoration: underline;
}

.dark-card a:hover{
    opacity: .9;
}

.dark-card p:last-child{
    margin-bottom: 0;
}
form#magicloginform {
    margin-top: 1em;
}
input#user_login {
    border: none !important;
    border-bottom: 5px solid #3A3597 !important;
    background: rgba(255, 255, 255, 0.1);
    padding: 1em !important;
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
}
input#wp-submit {
    display: inline-block;
    background-color: var(--yellow-accent);
    color: #1B1940;
    padding: 1em !important;
    border-radius: 0;
    border: none;
    font-size: 1.5em;
    font-weight: bold !important;
    margin-top: 1em !important;
}
div#login_error {
    color: #d63638 !important;
    margin-top: 1em;
}


div#gform_confirmation_message_1 {
    color: #fff;
}



/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

.hero-homepage {
        height: auto;
        min-width: auto;
        padding-bottom: 2em;
}
.hero-homepage h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 400;
}
.summits-grid .summit-card-grid-item {
    padding-left: 1em;
    padding-right: 1em;
}
.summit-filter-dialog {
    height: 88vh;
    overflow-x: hidden;
    top: 1em;
    overflow-y: scroll;
}
button.btn.btn-primary.summit-filter-apply {
    padding: 1em;
}

button.btn.btn-link.p-0.summit-filter-clear.summit-filter-clear--outside {
    color: var(--orange-accent);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}
.gform-theme--framework span.gf_step_number {
    width: 38px;
    height: 38px;
    font-size: 0.9em;
}
.gform-theme--framework .gf_step {
    max-width: 25%;
}
/* ABOUT US BOARD MEMBER IMAGES */
.board-member-image {
    height: 300px;
    background-position: top;
}

/* ZIG ZAG LAYOUT ABOUT US PAGE */

/* Mobile full-width background image block */
    .zig-zag-mobile-image {
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 2em;
    }


.summit-venue-overlay-box {
    max-width: 100%;
}
.dark-card h1 {
    font-size: 2em;
}
}





/* TABLET DEVICES */



@media (min-width: 575px) and (max-width: 768px) {

.hero-homepage {
        height: auto;
        min-width: auto;
        padding-bottom: 2em;
}
.event-card-image {
    height: 280px;
}
.summits-grid .summit-card-grid-item {
    padding-left: 1em;
    padding-right: 1em;
}
    .zig-zag-mobile-image {
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 2em;
    }

.summit-venue-overlay-box {
    max-width: 50%;
}
.dark-card h1 {
    font-size: 2em;
}
}





/* TABLETS AND SMALLER LAPTOPS */



@media (min-width: 769px) and (max-width: 1024px) {
.summits-grid .summit-card-grid-item {
    padding-left: 1em;
    padding-right: 1em;
}
 h2 {
        font-size: 2em;
    }
input#gform_submit_button_1 {
    padding: 0.95em 0.5em;
}
.summit-venue-overlay-box {
    max-width: 50%;
}
.dark-card h1 {
    font-size: 2em;
}
}



@media (min-width: 769px) and (max-width: 991px) {

.hero-homepage {
        height: auto;
        min-width: auto;
        padding-bottom: 2em;
}
.event-card-image {
    height: 280px;
}
.summits-grid .summit-card-grid-item {
    padding-left: 1em;
    padding-right: 1em;
}
.summit-venue-overlay-box {
    max-width: 50%;
}
}





/* Bigger Laptops */



@media (min-width: 1025px) and (max-width: 1440px) {
    .summit-venue-overlay-box {
    max-width: 50%;
}
input#gform_submit_button_1 {
    padding: 0.95em 0.5em;
}
}





/* MEDIUM Laptops and zoomed in screens */



@media (min-width: 1440px) {
.hero-homepage h1 {
    font-size: 4em;
}
h1 {
    font-size: 3.5rem;
}

}


/* Speakers grid: exactly 5 per row on desktop */
.speakers-row .speaker-col {
    flex: 0 0 20%;
    max-width: 20%;
}

/* Tablet: 3 per row */
@media (max-width: 1199.98px) {
    .speakers-row .speaker-col {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/* Mobile: 2 per row */
@media (max-width: 767.98px) {
    .speakers-row .speaker-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Smallest screens: full width */
@media (max-width: 575.98px) {
    .speakers-row .speaker-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
