/* ==================================================
ADDVENT.ORG CUSTOM CSS

Table of Contents: 
Individual Blog Page
Blog Archive Page
Artist Grid Page
Games
Other
================================================== */



/* ==================================================
INDIVIDUAL BLOG PAGE
================================================== */

/* ============= LIGHT BOX =================== */

/* Background (your warm overlay) */
.glightbox-container,
.glightbox-container .goverlay {
	background: rgba(255, 255, 255, 0.95) !important; } /* rgba(255, 247, 236, 0.95) !important; /*
}
/* Clean image sizing + remove ALL shadows */
.glightbox-container .gslide-image img {
    max-width: 500px !important;
    max-height: 60vh !important;
    width: auto !important;
    height: auto !important;

    margin: auto !important;

    box-shadow: none !important;
    filter: none !important;
}

/* Remove shadow/background from ALL wrappers */
.glightbox-container .gslide-image,
.glightbox-container .ginner-container,
.glightbox-container .gslide-media {
    box-shadow: none !important;
    background: transparent !important;
}

/* Some themes add shadow via img inside container */
.glightbox-container img {
    box-shadow: none !important;
}
/* Center the image cleanly */
.glightbox-container .gslide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.glightbox-container .gslide-description {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.glightbox-container .gslide-title {
    position: fixed !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    text-align: center !important;

    font-size: 16px;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.02em;

    z-index: 9999;
}

.glightbox-container .gslide-description {
    position: static !important;
    height: 0 !important;
    overflow: visible !important;
}

/* ============= BLOG PAGE FIXES =================== */


/* List post category and info bar column fixes */
.post-categories-col .categories_style {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  white-space: nowrap;
}

.post-categories-col {
  position: relative;
}

.post-categories-col .et_pb_code_inner {
  width: max-content;   
  min-width: 100%;     
}

.post-categories-col {
  padding-right: 40px; /* space for share icon */
}


.filter-button.active {
    font-weight: bold;
color: #017676;
}



/* ==================================================
BLOG ARCHIVE PAGE
================================================== */



/* ============= BLOG POST FIXES =================== */


/* Fix where anchor jumps start on list pages */

.et_pb_section:target,
.et_pb_row:target,
h1:target,
h2:target,
h3:target {
  padding-top: 80px;
  margin-top: -80px;
}
/* Fix spacing gap on the right side of the header so credit line is even */
.header-right {
  display: flex !important;
  flex-direction: column;
}

.header-credit-divider {
  margin-top: auto;
}


.outro {

background-color: var(--list-accent-color);
}



/* artist spotlight button on list pages */
.artist_spotlight {
  background-color: #e6e3de;
  color: var(--list-accent-color);

  font-size: 16px;
  font-weight: 500;
  text-decoration: none;

  padding: 8px 22px;
  border-radius: 40px;

  display: inline-flex;
  align-items: center;

  transition: background-color .2s ease;
}

.artist_spotlight:hover {
  background-color: #ffffff;
}

/* arrow starts collapsed */

.artist_arrow {
  display: inline-block;

  width: 0;
  margin-left: 0;
	font-size: 20px;

  opacity: 0;
  overflow: hidden;

  transform: translateX(-6px);
  transition: all .25s ease;
}

/* arrow expands button naturally */

.artist_spotlight:hover .artist_arrow {
  width: 14px;
  margin-left: 12px;
 margin-right:-10px;
  opacity: 1;
  transform: translateX(0);
}
/* Hide the code module that injects the accent color */
.header_color_inject {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}



/* ============= Styling for blog post =================== */

/* Article element styling */
/* itemRow_blurb, itemRow_title, itemRow_divider, itemRow_description */
.itemRow_title {

  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin: 0;
	  margin-bottom: 60px;

	padding: 0;
}

.itemRow_divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.22);
  margin: 0;
  margin-bottom: 20px;
}

.itemRow_image {
  min-width: 180px;
  max-width: 220px;
  width: auto;
  overflow: visible;
}

.itemRow_image img {
  width: 100%;
  height: auto;
  transition: transform 0.25s ease;
}

.itemRow_image:hover img {
  transform: scale(1.05);
}

/* Article body outer two column styling */
/* ===== DESKTOP ===== */
@media (min-width: 1200px) {

  .article_TOC {
    display: block;
  }

  .article_TOC_static {
    display: none;
  }

}


/* ===== TABLET + PHONE ===== */
@media (max-width: 1200px) {

  .article_TOC {
    display: none !important;
    position: static !important;
    top: auto !important;
  }

  .article_TOC_static {
    display: block;
  }

}
/* Article body outer two column styling */

/* ===== DESKTOP ===== */
@media (min-width: 1201px) {
  .article_col1 {
    width: 22% !important;
    margin-right: 3% !important;
  }

  .article_col2 {

  display:block !important;
  width:75% !important;
  max-width:75% !important;
	}

}

/* ===== TABLET + PHONE ===== */
@media (max-width: 1200px) {
  .article_col1 {
    width: 0% !important;
    margin-right: 0% !important;
  }

  .article_col2 {
    width: 100% !important;
  }
}
/* Article body inner two column styling */

/* ===== DESKTOP ===== */
.itemRow {
  display: flex !important; 
  flex-direction: row !important;
  width: 100%;
}

.itemRow_col1 {
flex: 1 1 26%;
  min-width: 280px;
  max-width: 320px;  margin-left: 2%;
margin-top: 0px;
padding-left: 1vw;
padding-right:1vw;
}

.itemRow_col2 {
  flex: 1 1 66%;

}


/* ===== TABLET + PHONE ===== */
@media (max-width: 860px) {

  .itemRow {
	display: flex;
    justify-content: left;
    align-items: left;
    margin: 0 auto;
    flex-direction: column !important;
  }

  .itemRow_col1 {
    flex: 0 0 40%;
    width: 40%;
    margin-right: 0 !important;
	margin_left: 0 !important;
    padding-right: 0 !important;
	padding_left: 0 !important;

	}

  .itemRow_col2 {
    width: 100%;
  }

}


/* Addvent custom share button style */


.addvent-share-wrapper {
  position: relative;
  display: inline-block;
}

.addvent-share-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #333;
  opacity: 0.45;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.addvent-share-btn:hover {
  opacity: .75;
  transform: translateY(-1px);
}

.addvent-share-icon {
  display: block;
}

/* Tooltip */
.addvent-share-tooltip {
  position: absolute;
  top: -28px;
  right: 0;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.addvent-share-tooltip.active {
  opacity: 1;
  transform: translateY(0);
}
.addvent-share-wrapper {
  float: right;
}


/* List styling for floating menu on blog posts */

.addventure-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 40px;
		line-height: 1.35;

}

.addventure-list {
  list-style: none !important;
  counter-reset: item;
  padding-left: 0;
  margin: 0;
}

.addventure-list li {
  counter-increment: item;
  position: relative;
  padding-left: 4em;
  margin-bottom: 12px;
	line-height: 1.35;
}


.addventure-list li::before {
  content: counter(item, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  font-style: italic;
  color: #8c8c8c;
}

.addventure-list li a {
  font-style: italic;
  color: #8c8c8c;
  text-decoration: none;
}
body #page-container :not(.toc-static) .addventure-list li a:hover {
  color: var(--list-accent-color) !important;
}
.addventure-list li:hover::before {
  color: var(--list-accent-color);
}
/* Force black links for static TOC */
.toc-static .addventure-list li a {
  color: #000 !important;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

/* Prevent inherited green hover */
.toc-static .addventure-list li a:hover {
  color: #000 !important;
}

/* Black numbers */
.toc-static .addventure-list li::before {
  color: #000 !important;
}
body #page-container .toc-static .addventure-list li a:hover {
  color: #000 !important;
}
/* Underline animation */
.toc-static .addventure-list li a::after {
	
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.toc-static .addventure-list li a:hover::after {
  transform: scaleX(1);
}








/* Blog divider styling in between items */
.blog_item_divider {
	margin-top: 40px;
	margin-bottom: -10vh;
	opacity: 0;
}


/* Category pills */

.categories_style a {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 6px 6px 0;

  border: 1pt solid #d9d6cf;
  border-radius: 10px;

  color: #565656;
  text-decoration: none;

  line-height: 1.2;
}

/* General hover */

.categories_style a:hover {
  color: #ffffff !important;
}

/* Location */

.categories_style a.tax-location:hover {
  background-color: #fec14d;
  border-color: #fec14d;
}

/* Class */

.categories_style a.tax-list_class:hover {
  background-color: #f0523f;
  border-color: #f0523f;
}

/* Theme */

.categories_style a.tax-theme:hover {
  background-color: #00b2de;
  border-color: #00b2de;
}



/* Number styles for blog item list */
.number_style {

  color: #017676;
  font-size: 1.3em;
  font-weight: 100;
}
.number_style_2 {
  font-weight: 100;
  font-size: 1.2em;

  line-height: 1;
  text-align: center;


  color: #858c8b;
}


/* ============= BLOG ARCHIVE PAGE =================== */


/* Landing page for lists styling */

.lists-header {
    width: 1600px;
    max-width: 80%;
	margin: 0 auto 0px auto;
    padding: 0 20px;
}

.lists-page-title {
color: #017676;
	  text-transform: uppercase;
font-weight: 700;	
	font-size: 28px;
    letter-spacing: 2px;
	margin-bottom:50px;
	Margin-top:80px;
}

.lists-intro {
	color: #017676;
    font-weight: 400;
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    font-size: 14px;
    line-height: 1.6;
margin-bottom:-30px
}

.lists-intro-left {
    font-size: 20px;
}
@media (max-width: 768px) {
    .lists-intro {
        grid-template-columns: 1fr;
    }
}



/* Blog archive page styling */
.list-filters{
display:flex;
gap:14px;
justify-content:center;
flex-wrap:wrap;

margin:40px 0 30px;
}

.filter-button{
font-family:Montserrat, sans-serif;
font-size:12px;
letter-spacing:.12em;
text-transform:uppercase;

padding:8px 14px;

border:1px solid #7bb2af;
text-decoration:none;
color:#555;

transition:.15s ease;
}

.filter-button:hover{
background:#ffffff;
color:#000000;
color:black;
 cursor: pointer;
}

.lists-archive{
max-width:80%;
margin:0 auto;
padding:40px 20px 60px;

}
/* Dropdown wrapper */
.filter-dropdown {
    position: relative;
}

/* Make dropdown button match your buttons exactly */
.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Arrow styling */
.arrow {
    font-size: 10px;
    opacity: 0.7;
}

/* Dropdown menu */
.dropdown-menu {
    position: absolute;
    top: 110%;
    left: 0;

    background: white;
    border: 1px solid #7bb2af;

    min-width: 200px;

    display: none;
    z-index: 1000;
}
.filter-dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-toggle .arrow {
    transition: transform 0.2s ease;
}

.filter-dropdown.open .arrow {
    transform: rotate(180deg);
}
/* Dropdown items */
.dropdown-item {
    display: block;

    font-family: Montserrat, sans-serif;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;

    padding: 10px 14px;

    text-decoration: none;
    color: #555;

    border-bottom: 1px solid #e6e6e6;
}

/* Remove border on last item */
.dropdown-item:last-child {
    border-bottom: none;
}

/* Hover matches your button hover */
.dropdown-item:hover {
    background: #017676;
    color: white;
}

/* Active state (matches your system color) */
.dropdown-item.active {
    color: #017676;
    font-weight: bold;

}

.dropdown-item.active:hover {
    color: #ffffff;
    font-weight: bold;

}


/* Optional: subtle shadow for polish */
.dropdown-menu {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}


/* ============= LIST CARD STYLING =================== */


/* Blog post card and grid styling */
.list-grid{
display:grid;
grid-template-columns:repeat(auto-fit, 280px);
gap:40px;
justify-content:center;
margin-top:60px;
}

.list-card-link{
display:block;
text-decoration:none;
color:inherit;
}

.list-card-header{
padding:14px 18px 15px;

display:flex;
flex-direction:column;
align-items:center;

text-align:center;
}

.list-card-date{
font-family:'Montserrat', sans-serif;
font-size:11px;
letter-spacing:.12em;
opacity:.55;
margin:0;
	color:#000;
opacity:.55;
}
.list-card-title{
font-family:'Lora', serif;
font-size:35px;
line-height:1.15;
font-weight:500;
color:#000;
margin:2px 0;

height:2.3em;

display:flex;
align-items:center;
justify-content:center;
text-align:center;

overflow:hidden;
}
.list-card-subtitle{
font-family:'Montserrat', sans-serif;
font-size:12px;
letter-spacing:.10em;
text-transform:uppercase;
opacity:.65;
	margin: 0;
	margin-top:-10px;
	color:#000;
opacity:.55;
}

.list-card-image img{
	
width:100%;
height:280px;
object-fit:cover;
display:block;
}

.list-card{
background:white;
overflow:hidden;
display:flex;
flex-direction:column;
transition:transform .18s ease, box-shadow .18s ease;
}

.list-card:hover{
transform:translateY(-4px);
	box-shadow:0 8px 18px rgba(0,0,0,.12);
}


/* Artist individual page poster grid styling */

.artist-poster-grid {
  display: grid;
  gap: 0px;
  margin: 0 auto;
}
.artist-poster-grid {
  overflow: visible;
}

.poster-item {
  padding: 20px;           /* shadow breathing room */
  overflow: visible;
}
.poster-visual {
  box-shadow: 0 12px 30px rgba(0,0,0,0);
	
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  will-change: transform;
  backface-visibility: hidden;
}

.poster-visual:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  transform: translateY(-4px) scale(1.005);
}
.poster-visual {
  overflow: visible;
}
.poster-image {
  display: block;
}

.artist-poster-grid > .poster-item {
  justify-self: center;
  overflow: visible;
 
}

.artist-poster-grid.poster-count-1 {
  grid-template-columns: minmax(0, 300px);
  justify-content: center;
}

.artist-poster-grid.poster-count-1 .poster-visual {
  max-width: 300px;
}

.artist-poster-grid.poster-count-2 {
  grid-template-columns: repeat(2, minmax(0, 300px));
  justify-content: center;
}

.artist-poster-grid.poster-count-2 .poster-visual {
  max-width: 300px;
}

.artist-poster-grid.poster-count-3 {
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: center;
}

.artist-poster-grid.poster-count-3 .poster-visual {
  max-width: 300px;
}
.artist-poster-grid.poster-count-4plus {
  gap: 40px;
}

.artist-poster-grid.poster-count-4plus {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
}
.artist-poster-grid.poster-count-4plus .poster-item {
  padding-left: 0;
  padding-right: 0;
}

.poster-item a {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}


@media (max-width: 980px) {
  .artist-poster-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .artist-poster-grid {
    grid-template-columns: 1fr;
  }
}

/* HARD LOCK specialty section layout on single posts */
.single-post .et_pb_specialty_section {
  width: 100%;
  max-width: 2120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: hidden;
}

/* Lock the internal specialty row */
.single-post .et_pb_specialty_section > .et_pb_row {
  width: 100% !important;
  max-width: 2120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Prevent Divi column recalculation */
.single-post .et_pb_specialty_section .et_pb_column {
  max-width: 100% !important;
}

/* Stabilize sidebar images */
.single-post .et_pb_specialty_section img {
  width: 100%;
  height: auto;
  display: block;
}

/* .single-post .et_pb_specialty_section {
  overflow-x: hidden;
}  */
.single-post .et_pb_specialty_section.et_pb_section {
  max-width: 2120px !important;
}

/* ==================================================
ARTIST GRID PAGE
================================================== */
/* ======= ARTIST CARDS and GRID ======= /*

/* CARD BASE */

.artist-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #c0bfb5;
  z-index: 1;
  transition: opacity 0.25s ease;
}

.artist-card > * {
  position: relative;
  z-index: 2;
}

.artist-card {
  color: #111;
}

.artist-card {
  color: inherit;
}
.artist-card .et_pb_text,
.artist-card .et_pb_text * {
  color: #111 !important;
}

.artist-card:hover .et_pb_text,
.artist-card:hover .et_pb_text * {
  color: #fff !important;
}

.artist-card:hover::before {
  opacity: 0;
}

.artist-card:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}


.artist-card:hover .artist-image {
	opacity: .7;
	filter: contrast(550%) brightness(110%) saturation(0%);
	mix-blend-mode: multiply;

}

.artist-card {
  position: relative;
  overflow: hidden; /* keeps tint + shadow clean */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* LIFT + SHADOW */
.artist-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}
/* Image container context */
.artist-card {
  position: relative;
}


/* artist card text spacing */
.artist-card {
  display: block;
}
.artist-card .et_pb_column {
  display: block;
}
.artist-card .et_pb_text {
  margin-bottom: 0;
}
.artist-image img {
    display: block; /* removes inline spacing */
    margin: 0;      /* removes default spacing */
}

/* Container for all artist cards */
.artist-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
   column-gap: 35px;
	row-gap: 35px;
   justify-content: center;}

/* Tablets: ~3 columns */
@media (max-width: 1024px) {
    .artist-grid {
    grid-template-columns: repeat(3, 1fr);
    }
}


/* Mobile: ~2 columns */
@media (max-width: 768px) {
    .artist-grid {
    grid-template-columns: repeat(2, 1fr);
    }
}

/* Team Grid */

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
   column-gap: 35px;
	row-gap: 35px;
   justify-content: center;}

/* Tablets: ~3 columns */
@media (max-width: 1024px) {
    .team-grid {
    grid-template-columns: repeat(3, 1fr);
    }
}


/* Mobile: ~2 columns */
@media (max-width: 768px) {
    .team-grid {
    grid-template-columns: repeat(2, 1fr);
    }
}

/* ======= MISC ======= /*
 * 
/* Remove feature photo on individual blog post pages */

.single-post .et_post_meta_wrapper img {
    display: none;
}


/* Remove hover popup text */
img[title] {
  pointer-events: none;
}





/* Stop row stacking on mobile for some sections */

/* Prevent stacking on mobile */
@media only screen and (max-width: 980px) {
  .keep-three-columns .et_pb_column {
    width: 33.33% !important;
    float: left !important;
    clear: none !important;
  }
}

/* Overflow fix on mobile leaving white gutter on horizontal scroll */
#page-container {
overflow-x: hidden;
}





/* SHop Menu Costomization Style */
/* Highlighted menu item */
.highlight-menu a {
  color: #219290 !important;
  font-weight: bold;
  display: inline-block;
}

/* Optional: Hover effect */
.highlight-menu a:hover {
  color: #045b5d !important;
}

/* button scale effect at top of page */


.hover_icon_top {
  font-size: 45px;
  transition: transform 0.3s ease;
}

.hover_icon_top:hover {
  transform: scale(1.11); /* Scales 45px to ~50px */
}


/*scrolling effect for artist links */
.scroll-wrapper {
  overflow: hidden;
  width: 100%;
}

.scroll-content {
  display: flex;
  gap: 3rem;
  animation: scroll-left 30s linear infinite;
}

.artist-item {
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.artist-item img {
  width: 150px;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; /* optional for circular avatars */
  transition: transform 0.3s ease;
}

.artist-item span {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.artist-item:hover img {
  transform: scale(1.05);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* force side-by-side layout */
.img-row-500 {
  display: flex;
  gap: 16px;
}

/* Divi columns */
.img-row-500 .et_pb_column {
  flex: 1;
}

/* image module */
.img-row-500 .et_pb_image {
  height: 500px;
  overflow: hidden;
}

/* actual image */
.img-row-500 .et_pb_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TABLET */
@media (max-width: 980px) {
  .img-row-500 .et_pb_image {
    height: 400px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .img-row-500 .et_pb_image {
    height: 300px;
  }
}

/* ==================================================
OTHER
================================================== */



/* ============= Styling for accordian FAQ icons =================== */

.pa-accordion .et_pb_toggle.et_pb_toggle_close {
  background-color: #f6f5f1;
}

/* OPEN FAQ ITEM */
.pa-accordion .et_pb_toggle.et_pb_toggle_open {
  background-color: #ffffff;
}
/* Hide Divi default icon */
.et_pb_toggle_title:before {
  display: none !important;
}

/* Space for icon */
.et_pb_toggle_title {
  position: relative;
  padding-right: 28px;
}

/* Icon container */
.et_pb_toggle_title::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
	  opacity: 0.5; /* ← Always faded */

  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
	
}

/* Draw PLUS using pseudo-element layering */
.et_pb_toggle_title::after {
  background:
    linear-gradient(#666,#666) center/100% 1.5px no-repeat,  /* horizontal */
    linear-gradient(#666,#666) center/1.5px 100% no-repeat; /* vertical */
}

/* Rotate whole icon */
.et_pb_toggle.instant-rotate .et_pb_toggle_title::after {
  transform: translateY(-50%) rotate(90deg);

/* Collapse ORIGINAL HORIZONTAL stroke */
background:
    linear-gradient(#666,#666) center/0% 1.5px no-repeat,
    linear-gradient(#666,#666) center/1.5px 100% no-repeat;
}

/* Slider style for partners on wholesale page */


.et_pb_slider,
.et_pb_slider .et_pb_slides,
.et_pb_slider .et_pb_slide {
    overflow: visible !important;
}

.et_pb_slider .et_pb_slide_title {
    text-shadow: none !important;
}

.et_pb_slider .et-pb-arrow-prev {
    transform: translateX(-40px);
}

.et_pb_slider .et-pb-arrow-next {
    transform: translateX(40px);
}





/* ==================================================
GAMES
================================================== */

/* Memory Game */
.memory-game {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Responsive columns */
    gap: 20px; /* Use a consistent gap for both horizontal and vertical */
}

.card {
    width: 200px; /* Fixed size for cards */
    height: 200px; /* Fixed size for cards */
    background-color: #017676; /* Default color for unflipped card */
    display: flex;

	align-items: center;
    justify-content: center;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    padding: 15px; /* Add padding */
    box-shadow: none; /* No shadow initially */
}

.card {
    transition: transform 0.3s ease; /* Smooth transition for scale */
}

.card.flipped {
    background-color: white; /* Color for flipped card */
}

.card-image {
    width: 100%; /* Image fills the card */
    height: auto; /* Maintain aspect ratio */
    display: none; /* Initially hidden */
}
.card.match {
    border: 4px solid #017676; /* Green border for matched cards */
    box-shadow: none; /* Remove shadow for matched cards */
    transform: translateY(5px); /* Move down 4px on match */
}
.card.flipped .card-image {
    display: block; /* Show image when flipped */
}

.card.active {
    transform: translateY(-5px); /* Move up 4px on click */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); /* Drop shadow */
}

.card:not(.active):not(.flipped):hover {
    transform: scale(1.01); /* Scale up slightly on hover */
}






/* =========================
   ADDVENT PUZZLE
========================= */
.addvent-puzzle {
  max-width: 500px;
  width: 100%;
  margin: 40px auto;
  position: relative;
}

.puzzle-grid {
  display: grid;
  width: 100%;
  gap: 4px;
}

.puzzle-restart {
  display: block;
  margin: 24px auto 0 auto;
  padding: 10px 22px;
  font-size: 15px;
  border-radius: 999px;

  border: 2px solid #eae7e0;
  background: #ffffff;
  color: #017676;

  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.puzzle-restart:hover {
  background: #eae7e0;
  color: #017676; /* keeps text consistent */
}

.puzzle-restart:active {
  transform: scale(0.97);
}

.addvent-puzzle {
  max-width: 500px;
  margin: 40px auto;
  position: relative;
}

/* Grid container */
.puzzle-grid {
  display: grid;
  width: 100%;
  gap: 4px; /* tighter */
}

.puzzle-slot {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: rgba(0,0,0,0.03);
  border-radius: 8px;
}

.puzzle-piece {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.10); /* softer */
  overflow: hidden;
  cursor: grab;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

/* Image layer inside tile */
.puzzle-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

/* Hover / drag state */
.puzzle-piece:hover {
  transform: scale(1.03);
}

.puzzle-piece:active {
	  opacity: 1 !important;
  cursor: grabbing;
  transform: scale(1.07);
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
  z-index: 10;
}
.puzzle-piece.dragging {
  opacity: 1 !important;
}
/* Completion overlay */
.puzzle-complete {
  text-align: center;
  margin-bottom: 14px;

  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;

  border: 1px solid #c0bfb5;
  background: #ffffff;
  color: #017676;

  font-size: 14px;
  font-weight: 500;

  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.puzzle-complete.show {
  opacity: 1;
  transform: translateY(0);
}
.addvent-puzzle {
  text-align: center;
}