/*
 * Theme Name:  GPRO Divi 5 Child Theme
 * Description: Site-specific child theme for Divi 5. Pairs with the GPRO Dashboard plugin, which provides the GPRO theme layer (design tokens, the CSS/JS class library, the footer badge). This theme holds ONLY this one site's own styles, scripts, and PHP.
 * Author:      gpro.studio
 * Author URI:  https://gpro.studio
 * Template:    Divi
 * Version:     3.0.0
 */
/* =============================================================================
   SITE-SPECIFIC STYLESHEET
   -----------------------------------------------------------------------------
   Everything in this file is specific to THIS site. Generic GPRO tokens and
   classes live in the GPRO Dashboard plugin and load automatically — do not
   copy them here.
   This stylesheet is enqueued after the GPRO theme layer, so anything below
   overrides it.
   ============================================================================= */
/* ------------------------------------------------------------------
   1. Fonts
   -----------------------------------------------------------------
   Add @font-face declarations for whatever the site uses. Use one
   shared font-family name across all weights and styles, with each
   block declaring its own font-weight and font-style so the browser
   matches the right file when CSS asks for them.
   Upload .woff2 files via Divi → Theme Options → Fonts; they land
   in /wp-content/uploads/et-fonts/ and are reachable via the root-
   relative paths shown below. Remove this comment wrapper to
   activate.
------------------------------------------------------------------ */
/* libre-caslon-text-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/et-fonts/libre-caslon-text-v5-latin-regular.woff2') format('woff2');
}

/* libre-caslon-text-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/et-fonts/libre-caslon-text-v5-latin-700.woff2') format('woff2');
}

/* libre-caslon-text-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Caslon Text';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/uploads/et-fonts/libre-caslon-text-v5-latin-italic.woff2') format('woff2'); 
}

/* manrope-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/et-fonts/manrope-v20-latin-regular.woff2') format('woff2');
}

/* manrope-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/et-fonts/manrope-v20-latin-700.woff2') format('woff2');
}

/* ------------------------------------------------------------------
   2. Design token overrides
   -----------------------------------------------------------------
   Re-declare any GPRO token to retune it for this site. Reference
   any token anywhere in the stylesheet with var(--token-name).
   Common per-site bridges:
     --color-link         default link colour
     --color-link-hover   momentary hover colour
     --color-link-active  persistent selected / open colour
     --gpro-font-primary  override only if not using Merriweather Sans
   Remove this comment wrapper to activate.
------------------------------------------------------------------ */

:root {
  --color-link: var(--lavender-dark);
  --color-link-hover: var(--purple);
  --color-link-active: var(--lavender-dark);
  --gpro-font-primary: sans-serif; /* 'Other Font Name', */
}

/***** LADIES DRIVE GLOBAL COLORS *****/
:root {
  --beige-dark: #b1a09e;
  --beige-light: #ece7e8;
  --charcoal: #2e2d31;
  --grey: #707070;
  --pink: #E71B7C;
  --green: #68C0B5;
  --blue: #394667;
  --grey-blue: #dee0e5;
  --lll-blue: #293776;
  --lll-grey: #d7d8d6;
  --hover-color: #39AAA7;
  --grey-text: #BCBDB4;
  --fif-text-color: #96ABD3;
  --lavender: #a69cce;
  --lavender-dark: #9789ce;
  /* Brand Colors Colors */
  --purple: #602376; /* CI - primary violet */
  --secondary-lavender: #b8a3cc;
  --neutral-mid: #cabada;
  --neutral-light: #e4ddee;
  --turquoise: #6eb5b2;
  --orange: #e5b080;
}
/***** WOOCOMMERCE CART *****/
:root {
  --gpro-cart-fab-x: 22px;              /* right offset */
  --gpro-cart-fab-y: 116px;             /* bottom offset */
  --gpro-cart-fab-bg: var(--lavender-dark);             /* background */
  --gpro-cart-fab-color: #fff;          /* icon colour */
  --gpro-cart-fab-count-bg: #e33;       /* count badge colour */
  --gpro-cart-fab-glyph: "\e015";       /* Divi ETmodules glyph, quoted */
  --gpro-cart-fab-size: 55px;           /* whole button */
  --gpro-cart-fab-icon-size: 30px;      /* just the glyph — separate from button size */
  --gpro-cart-fab-shadow: 0 4px 14px rgba(0,0,0,.25);       /* shadow shown at rest */
  --gpro-cart-fab-shadow-hover: 0 6px 20px rgba(0,0,0,.4);  /* hover stays distinct */
}


/* ------------------------------------------------------------------
   3. GPRO Image component
   -----------------------------------------------------------------
   The .gpro-image block (figure wrapping an image with optional
   title and caption) ships with sensible defaults — image fills
   the column, title (h4) and caption (p) sit underneath unstyled
   (tune their typography directly from Divi). Override the
   --gpro-fe-image-meta-* tokens to retune the meta container, or
   to reposition the caption as an overlay on the image.
   Each block below is a complete recipe — remove the wrapper
   around the one(s) you want active.
------------------------------------------------------------------ */
/* Caption as bottom overlay
.gpro-image {
    --gpro-fe-image-meta-position: absolute;
    --gpro-fe-image-meta-color:    #fff;
    --gpro-fe-image-meta-bg:       linear-gradient(transparent, rgba(0,0,0,0.7));
    --gpro-fe-image-meta-padding:  2em 1.25em 1em;
}
.gpro-image__meta {
    bottom: 0;
    left:   0;
    right:  0;
}
*/
/* Centred caption under image
.gpro-image {
    --gpro-fe-image-meta-align: center;
}
*/
/* ------------------------------------------------------------------
   4. GPRO Crystal Header
   -----------------------------------------------------------------
   Add .gpro-crystal-header to the Theme Builder header layout for
   the frosted-glass treatment. Add .gpro-crystal-header--fixed
   alongside to make the header float at the top of the viewport
   so the page (including a full-bleed hero) scrolls under it.
   Tunable tokens:
     --gpro-crystal-bg-rgb          RGB triplet — e.g. 0, 0, 0
     --gpro-crystal-opacity         rest state — 1 = solid
     --gpro-crystal-opacity-sticky  when Divi sticky is active
     --gpro-crystal-blur            backdrop-filter blur radius
     --gpro-crystal-z-index         stacking order for --fixed
   Defaults (solid at rest, 75% + blur when sticky) match the
   previous version of the component — no override is needed unless
   the site wants a different colour or always-on frost.
   Remove the wrapper around the recipe to activate.
------------------------------------------------------------------ */
/* Black header, frosted at rest and when sticky
.gpro-crystal-header {
    --gpro-crystal-bg-rgb:  0, 0, 0;
    --gpro-crystal-opacity: 0.75;
}
*/
/* White header, lighter frost when sticky */
.gpro-crystal-header {
    --gpro-crystal-bg-rgb:         255, 255, 255;
    --gpro-crystal-opacity-sticky: 0.65;
}
/* ------------------------------------------------------------------
   5. GPRO Scroll Snap
   -----------------------------------------------------------------
   Pure CSS scroll-snap. Add .gpro-snap__section as a CSS Class on
   each Divi section that should be a snap target (Section Settings
   → Advanced → CSS Class). No body class needed — any page that
   contains a tagged section auto-activates scroll-snap. Sections
   without the class scroll past normally.
   Default mode is "proximity" — snaps only when the user stops
   near a snap point, leaving long sections scrollable. Override
   to "mandatory" only when every snap section is exactly 100vh.
   Tunable tokens (set on :root or html):
     --gpro-snap-mode        proximity | mandatory (default: proximity)
     --gpro-snap-margin-top  offset for fixed/sticky header
     --gpro-snap-align       start | center | end (default: start)
     --gpro-snap-min-height  per-section min height (default: 100vh)
   Remove the wrapper around the recipe to activate.
------------------------------------------------------------------ */
/* Account for an 80px fixed header on every snap page
:root {
    --gpro-snap-margin-top: 80px;
}
*/
/* Site-wide strict snap (only if every snap section is 100vh)
:root {
    --gpro-snap-mode: mandatory;
}
*/
/* ------------------------------------------------------------------
   6. Site-specific styles
   -----------------------------------------------------------------
   Anything below this comment is unique to this site.
------------------------------------------------------------------ */


/* ==========================================================================
   BLOG MODULE - Change Position & Style of CATEGORY 
   ========================================================================== */

/*make the parts of the blog post flexible*/
.sld-blog-module-order .et_pb_post {
	display: flex;
	flex-direction: column;
}

/*blog post featured image*/
.sld-blog-module-order .et_pb_post .et_pb_image_container, .et_pb_post .entry-featured-image-url {
	order: 1;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/*blog post title*/
.sld-blog-module-order .et_pb_post .entry-title {
	order: 2;
    margin-top: 7px !important; 
}

/*blog post meta*/
.sld-blog-module-order .et_pb_post .post-meta {
	order: 4;
    padding-bottom: 0 !important;
}

/*blog post excerpt and button*/
.sld-blog-module-order .et_pb_post .post-content {
	order: 3;
    padding: 0 0 10px 0 !important;
}


/* ==========================================================================
   EVENTS — ld-event / ld-event-card / ld-event-grid
   ========================================================================== */

.ld-event-icon {
  color: #cccccc;
  padding-right: 15px;
}

/* ---- .ld-event — single event page block ([event_post]) ---- */

.ld-event__date {
  color: #fff;
  font-size: 40px;
  text-align: center;
  letter-spacing: -1px;
  padding: 25px;
  border-radius: 5px 5px 0 0;
  background-color: var(--lavender-dark);
  margin-bottom: 20px;
}

.ld-event__info {
  font-size: 25px;
  text-align: left;
  letter-spacing: -1px;
  padding-bottom: 15px;
}

.ld-event__description {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-align: left;
  line-height: 1.5em;
}

.ld-event__button {
  margin: 20px 0 0 0;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -1px;
}

.ld-event__button a {
  color: var(--lavender-dark);
  font-weight: 700;
  letter-spacing: -1px;
  transition: color .5s;
}

.ld-event__button a:hover {
  color: var(--purple);
}

@media (max-width: 767px) {
  .ld-event__date { font-size: 25px; padding: 10px; }
  .ld-event__info { font-size: 20px; }
}

/* ---- .ld-event-card — agenda card list ([event_agenda_new]) ---- */

.ld-event-card {
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
}

.ld-event-card__date {
  color: #fff;
  font-size: 40px;
  text-align: center;
  letter-spacing: -1px;
  padding: 25px;
  border-radius: 5px 5px 0 0;
  background-color: var(--lavender-dark);
}

.ld-event-card__body {
  padding: 20px;
}

.ld-event-card__image {
  position: relative;
}

.ld-event-card__image img {
  width: 100%;
  max-width: 400px;
}

.ld-event-card__sold-out {
  top: 20px;
  left: -20px;
  background-color: var(--pink);
  color: #ffffff;
  position: absolute;
  padding: 20px 40px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  border: 3px solid #ffffff;
}

.ld-event-card__content {
  text-align: left;
  padding-bottom: 30px;
}

.ld-event-card__name {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2em;
  margin-bottom: 20px;
  color: #333;
}

.ld-event-card__title {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.ld-event-card__meta {
  margin-bottom: 30px;
}

.ld-event-card__availability {
  padding-bottom: 15px;
}

.ld-event-card__info {
  font-size: 25px;
  text-align: left;
  letter-spacing: -1px;
  padding-bottom: 15px;
}

.ld-event-card__description {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-align: left;
  line-height: 1.5em;
  margin: 20px 0 30px;
}

.ld-event-card__button {
  margin: 20px 0 0 0;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -1px;
  color: var(--grey-text);
}

.ld-event-card__button a {
  color: var(--lavender-dark);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -1px;
  transition: color .5s;
}

.ld-event-card__button a:hover {
  color: var(--purple);
}

.ld-event-card__button--secondary {
  border-top: 1px solid var(--beige-light);
  padding-top: 20px;
}

.ld-event-card__button--secondary a {
  color: var(--green);
}

.ld-event-card__button--secondary a:hover {
  color: var(--purple);
}

@media (min-width: 768px) {
  .ld-event-card__body { display: flex; }
  .ld-event-card__image { width: 400px; }
  .ld-event-card__content { padding-left: 40px; }
}

@media (max-width: 767px) {
  .ld-event-card__name,
  .ld-event-card__title { font-size: 25px; }
  .ld-event-card__date { font-size: 25px; padding: 10px; }
  .ld-event-card__image img { width: 100%; max-width: 300px; }
  .ld-event-card__sold-out {
    top: 15px; left: -15px; padding: 10px 20px;
    font-size: 20px; letter-spacing: -1px;
  }
}

/* ---- .ld-event-grid — compact 3-col grid ([event-agenda-small-version]) ---- */

.ld-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 20px;
}

.ld-event-grid__item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  box-shadow: 0px 6px 8px 1px rgb(0 0 0 / 0.1);
}

.ld-event-grid__content { flex: 2; }

.ld-event-grid__image { flex: 1; max-width: 100px; }
.ld-event-grid__image img { max-width: 100%; height: auto; display: block; }

.ld-event-grid__name {
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.ld-event-grid__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}

.ld-event-grid__availability {
  font-size: 18px;
  color: var(--pink);
  font-weight: 400;
  margin-bottom: 8px;
}

.ld-event-grid__date,
.ld-event-grid__location {
  font-size: 18px;
}

.ld-event-grid__button {
  font-size: 18px;
  margin-top: 10px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
}

@media (max-width: 1024px) {
  .ld-event-grid { grid-template-columns: 1fr; }
  .ld-event-grid__item {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .ld-event-grid__item:last-child {
    border-bottom: none; margin-bottom: 0; padding-bottom: 0;
  }
}

/* ==========================================================================
   PARTICIPANTS LIST — .ld-participants
   ========================================================================== */

.ld-participants {
  display: flex;
  flex-direction: column;
}

.ld-participants__header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

.ld-participants__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}

.ld-participants__name,
.ld-participants__company,
.ld-participants__contact,
.ld-participants__more-info {
  text-align: left;
}

.ld-participants__separator {
  display: inline-block;
  padding: 0 20px;
}

.ld-participants__content {
  grid-column: span 4;
  padding: 10px;
  background: #f9f9f9;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

@media (max-width: 768px) {
  .ld-participants__header { display: none; }
  .ld-participants__row { grid-template-columns: 1fr; }
  .ld-participants__content { grid-column: span 1; font-size: 18px; }
  .ld-participants__name,
  .ld-participants__company,
  .ld-participants__contact,
  .ld-participants__more-info {
    text-align: center;
    font-size: 20px;
  }
}

/* ==========================================================================
   EXPERTS
   ========================================================================== */

.expert-social-link-icon {
  display: inline-block;
}

.expert-social-link-icon figure img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.expert-social-link-icon figure:hover img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

/* ==========================================================================
   CREATOR Info Box under Post
   ========================================================================== */

.creator-info-box {
    display: flex; /* Use flexbox for layout */
        flex-direction: row; /* Stack items horizontally */
        align-items: center;
    margin-bottom: 10px;
}

.creator-image {
    max-width: 80px;
    height: auto;
    margin-right: 20px;
    border-radius: 50%;
}

.creator-link {
    font-size: 20px;
}

.creators-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}


/* ==========================================================================
   WOOCOMMERCE
   ========================================================================== */

/* * * * * * * * * * WOOCOMMERCE - Aligning Price Button * * * * */
button.single_add_to_cart_button {
    margin-bottom: 0px !important;
}

/* * * * * * * * * * WOOCOMMERCE - Custom Cart Notice * * * * */
.custom-cart-notice {
    background-color: var(--lavender-dark) !important;
    font-weight: bold;
    color: #ffffff;
}
.custom-cart-notice th {
    color: #ffffff !important;
}
.custom-cart-notice a {
    color: #ffffff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  WooCommerce  * * * * */

.woocommerce-thankyou-order-received {
    margin-bottom: 20px !important;
}

.checkoutdisc {
    margin-top: 20px;
    border: 3px solid var(--purple);
    padding: 5px 10px;
    background-color: #fff;
    font-size: 20px;
}

.checkoutdisc-strong {
    margin-top: 20px;
    border: 3px solid var(--purple);
    padding: 5px 10px;
    background-color: #fff;
    font-size: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  Mini Cart Button Styling  * * * * */
#gpro-cart-drawer a.button {
    background-color: var(--lavender-dark) !important;
    border-color: var(--lavender-dark) !important;
    color: #fff !important;
    padding: 10px 24px !important;
  font-weight: 700;
  transition: background-color .2s ease-in, border-color .2s ease-in, color .2s ease-in;
}
#gpro-cart-drawer a.button:hover {
    background-color: var(--purple) !important;
    border-color: var(--purple) !important;
    color: #fff !important;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

.wp-pagenavi {
  text-align: center;
  padding-top: 50px !important;
  font-size: 30px !important;
}
.wp-pagenavi a:hover {
  color: var(--green) !important;
}

.wp-pagenavi a {
  background-color: var(--beige-light);
  border: 0 !important;
}

.wp-pagenavi span {
  margin-bottom: 20px;
  background-color: var(--beige-light);
  border: 0 !important;
}

@media (max-width: 1100px) {
  .wp-pagenavi .pages {
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .wp-pagenavi .last {
    margin-top: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .wp-pagenavi .first {
    margin-bottom: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
}

/* ==========================================================================
   LIGHTBOX - Disable Title in Lightboxes
   ========================================================================== */
.mfp-title {
    display: none!important;
}

/* ==========================================================================
   GUTENBERG
   ========================================================================== */

blockquote {
	background: url(https://ladiesdrive.world/wp-content/uploads/2022/02/quote-icon.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: top 20px left 0;
  padding: 0 20px !important;
  border: 0 !important;
}

/* Gutenberg buttons — use the GPRO shared button component,
   only overriding brand color + LD's flat-corner style. */
.wp-block-button {
  --gpro-fe-radius:        0;
  --gpro-fe-accent:        var(--lavender);
  --gpro-fe-accent-hover:  var(--green);
  --gpro-fe-accent-text:   #fff;
}

.wp-block-button .gpro-button {
  min-width: 250px;
  margin: 15px auto;
}

hr.wp-block-separator {
  border: none !important;
  height: 1px !important;
  background-color: var(--beige-light) !important;
}
/*
img.no-border  {
  border: none !important;
} */

/* Image Captions in Gutenberg */
@media all and (min-width: 768px) {
  .wp-element-caption {
    font-size: var(--gpro-text-caption);
    line-height: var(--gpro-leading-snug);
  }
}

@media all and (max-width: 767px) {
  .wp-element-caption {
    font-size: var(--gpro-text-caption);
    line-height: var(--gpro-leading-snug);
  }
}

/* ==========================================================================
   BLOG MODULE
   ========================================================================== */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * BLOG MODULE - force 4:5 ratio * * * * */
.pa-blog-image-4-5 .entry-featured-image-url {
  padding-top: 125% !important;
  display: block !important;
}

.pa-blog-image-4-5 .entry-featured-image-url img {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  object-fit: cover;
}

/* ==========================================================================
   SLIDER MODULE
   ========================================================================== */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * SLIDER - Uncropped Images * * * * */
/* Uncropped images of Slider module */
.my_uncrop_slider.et_pb_slider .et_pb_slide_image {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    top: auto;
    position: relative !important;
    display: block !important;
}
.my_uncrop_slider.et_pb_slider .et_pb_container {
    max-width: 100% !important;
    width: 100% !important;
}
.my_uncrop_slider.et_pb_slider .et_pb_slide_image img {
    max-height: none !important;
    width: 100% !important;
}
.my_uncrop_slider.et_pb_slider .et_pb_slide {
    padding: 0 !important;
}
.my_uncrop_slider.et_pb_slider .et_pb_slide_with_image .et_pb_slide_description {
    position: absolute !important;
    width: 100% !important;
    padding: 5% !important;
    float: none !important;
    bottom: 0 !important;
    text-align: left;
}
.my_uncrop_slider.et_pb_slider .et-pb-active-slide .et_pb_slide_image {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* ==========================================================================
   FAVOURITES
   ========================================================================== */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  Favorites Button Over Image  * * * * */
.simplefavorite-button {
    font-size: 16px !important;
    padding: 7px 20px !important;
    border: 1px solid var(--lavender-dark) !important;
    border-radius: 3px !important; /* 2px border radius */
    background-color: #fff;
}

  .favorites-post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  .favorites-post-item {
    position: relative;
    padding: 20px;
    margin-bottom: 40px; /* Margin between post items */
      background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items in mobile */
    text-align: center; /* Center text in mobile */
  }
  .favorites-post-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }

  .favorites-post-meta {
    flex: 1; /* Fill remaining space */
    width: 100%; /* Full width */
    text-align: left; /* Left align text */
  }
  .favorites-post-title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
  }
  .favorites-post-excerpt {
    line-height: 1.6;
    margin-bottom: 0; /* Adjusted margin */
  }

  @media (min-width: 768px) {
    .favorites-post-item {
      flex-direction: row;
      align-items: flex-start; /* Align items to the top */
      text-align: left; /* Left align text */
    }
    .favorites-post-thumbnail {
      margin-right: 20px; /* Reset margins */
    }
    .favorites-post-meta {
      width: calc(100% - 20px); /* Adjust meta width */
      margin-left: 20px; /* Space between thumbnail and meta */
    }
    .favorites-post-excerpt {
      margin-bottom: 0; /* Adjusted margin */
    }
  }
@media (max-width: 767px) {
    .favorites-post-thumbnail {
      margin-bottom: 20px; /* Reset margins */
    }
  }


/* ==========================================================================
   GPRO Promo Banner
   ========================================================================== */

.gpro-promo-wrap {
  background: var(--gpro-promo-wrap-bg, transparent);
  padding: var(--gpro-promo-wrap-pad, 0);
  border-radius: var(--gpro-promo-wrap-radius, 0);
}

.gpro-promo-block {
  padding: var(--gpro-promo-block-pad, 0);
  border-radius: var(--gpro-promo-block-radius, 0);
  background: var(--gpro-promo-bg, transparent);
  margin-bottom: 24px;
}

.gpro-promo-banner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.gpro-promo-banner__content {
  min-width: 0;
  flex: 1 1 auto;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: normal;
}

.gpro-promo-banner__image {
  display: block;
  height: auto;
}

.gpro-promo-block .gpro-promo-banner__divider {
  width: 100%;
  border: none;
  border-top: 1px solid #fff;
  opacity: 0.85;
  margin: 16px 0 0;
}

.gpro-promo-block.gpro-promo-block--has-bg {
  padding: 16px 16px 0;
  border-radius: 8px;
}

@media (max-width: 979px) {
  .gpro-promo-banner {
    flex-direction: row;
    align-items: center;
  }
  .gpro-promo-banner__image {
    width: 100%;
    max-width: 180px;
    flex: 0 0 180px;
  }
}

@media (min-width: 980px) {
  .gpro-promo-banner {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .gpro-promo-banner__image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .gpro-promo-banner__content {
    width: 100%;
  }
}

/* ==========================================================================
   MENU - SLIDING MENU from Right.
   ========================================================================== */

/* Base state: Hidden 100% off the right side of the screen */
.ld-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px; 
    height: 100vh;
    transform: translateX(100%);
    transition: transform 450ms cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 9999;
}

/* Active state: This is where we specify the values for vogue-menu-open! */
.ld-menu-overlay.ld-menu-open {
    transform: translateX(0%);
}

.ld-menu-overlay {
    pointer-events: none;
}
.ld-menu-overlay.ld-menu-open {
    pointer-events: auto;
}

body.et-fb .ld-menu-overlay {
    transform: translateX(0%) !important;
    pointer-events: auto !important;
}

/* ==========================================================================
   MENU - disable collapsing mobile menu - keep vertical
   ========================================================================== */

.no-collapse-menu .et_mobile_nav_menu {
  display: none !important;
}

.no-collapse-menu .et_pb_menu__menu {
  display: block !important;
}

@media all and (max-width: 767px) {
  .no-collapse-menu .et_pb_menu__menu>nav>ul {
    flex-direction: column;
    margin: auto !important;
    width: 100%;
  }
  .no-collapse-menu .et_pb_menu__menu>nav>ul>li {
  margin: 10px auto !important;
  
  }
}


/* ==========================================================================
   TOGGLE - Old Functionality
   ========================================================================== */

/* Hide toggle rows by default */
.toggle-row {
  display: none;
}
