
/* from blocks.css */

.op-cards { margin:1.5rem 0; }

.op-card { background-color:inherit; color:var(--cty-fg-card); width:100%; height:100%; }
.op-card a { display:block; width:100%; height:100%; text-decoration:none; color:inherit; }
.op-card a:hover { color:inherit; text-decoration:none; }

.op-card-image { display:block; }
.op-card-image-img { width:100%; background-position:center center; background-size:cover; }

.op-card-content { padding:1.5rem; }

.op-subhead { font-family: 'ballinger-condensed', sans-serif; font-weight:800; font-size:0.9rem; text-transform:uppercase; letter-spacing:0.020rem;  margin-bottom:0.5rem; text-wrap:balance; }
.op-headline { font-family: 'borax-variable', sans-serif; font-weight:400; font-size:1.5rem; line-height:1.2; margin-bottom:0.5rem; text-wrap:balance; }
.op-text { font-size:0.9rem; line-height:1.4; margin-bottom:0.5rem; text-wrap:balance; }

.op-cta { font-weight:700; font-size:0.9rem; margin-top:1rem; text-wrap:balance; }



/* basic cards */

.op-basic { background-color:white; color:black; width:100%; height:100%; border:1px solid black; padding:1rem; }
 
.op-basic-eyebrow { font-family: 'ballinger-condensed', sans-serif; font-weight:700; font-size:0.8rem; margin-bottom:0.25rem; text-transform:uppercase; text-wrap:balance; }
.op-basic-person { font-family: 'borax-variable', sans-serif; font-weight:400; font-size:1.5rem; line-height:1.2; margin-bottom:0.25rem; text-wrap:balance; }
.op-basic-firm { font-size:0.8rem; line-height:1.4; }



/* staff card */

.staff-card { background-color:inherit; color:black; width:100%; height:100%; border:1px solid black; }
.staff-card-image { display:block; width:100%; }
.staff-card-image-circle { display:block; background-size:cover; background-position:center center; 
width:100%; aspect-ratio:3/2;
}
.staff-card-content { padding:1rem; }
.staff-icon { display:inline-block; text-align:center; width:30px; padding-right:10px; }
.staff-card-headline { font-family: 'borax-variable', sans-serif; font-weight:400; font-size:1.5rem; line-height:1.2; margin-bottom:0.25rem; text-wrap:balance; }
.staff-card-title { font-family: 'ballinger-condensed', sans-serif; font-weight:700; font-size:0.8rem; margin-bottom:0.25rem; text-transform:uppercase; text-wrap:balance; }
.staff-card-phone { font-weight:500; font-size:0.8rem; line-height:1.4; margin-top:0.5rem; }
.staff-card-email { font-weight:500; font-size:0.8rem; line-height:1.4; margin-top:0.5rem; }



/* shared image stuff 

.oly-cover { background-position:center center; background-size:cover; }
.oly-2x1 { width:100%; padding-bottom:50%; }
*/


/* oly card style 

.oc { background-color:var(--cty-bg-card); height:100%; }
.oc a { display:block; height:100%; text-decoration:none; color:inherit; }
.oc a:hover { color:inherit; text-decoration:none; }
.oc-image { display:block; }
.oc-image-img { display:block; background-color:#eee; background-size:cover; background-position:center center; }
.oc-content { padding:1.5rem; }

.oc-subhead { font-weight:700; font-size:0.9rem; text-transform:uppercase; margin-bottom:0.5rem; }
.oc-headline { font-weight:700; font-size:1.1rem; margin-bottom:0.5rem; }
.oc-text { font-size:1rem; margin-bottom:0.5rem; }
.oc-html a { display:inline; height:auto; }
.oc-cta { display:inline-block; font-size:0.9rem; text-transform:uppercase; background-color:black; color:white; padding:0.25rem 0.75rem; margin-top:1rem; }
.oc-cta a { color:white; text-decoration:none; }
.oc-cta a:hover { color:white; text-decoration:none; }
.oc-cta span::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f178"; /* arrow */ /*
  content: "\203a"; /* angle */ /*
  padding-left: 8px;
}
*/



/* domino-cards */

.op-domino-hold { width:100%; margin:0; }
.op-domino-bg { display:block; }
.op-domino-row { display:block; width:100%; margin:0 auto; } /* apply max-width here as needed */
.op-domino-image { display:block; }
.op-domino-image-img { display:block; width:100%; padding-bottom:80%; background-size:cover; background-position:center center; }
.op-domino-content { display:block; padding:1.5rem; }

.op-domino-flex {
  display: flex;
  align-items: center; /* center vertically */
  justify-content: center; /* center horizontally */
}
.op-domino-flex > div { width:100%; }

@media all and (min-width: 768px) {
	.op-domino-row { display:flex; }
	.op-domino-row-reverse { flex-direction: row-reverse; }
	.op-domino-image  { width:50%; padding:0; }
  .op-domino-image-img { width:100%; height:100%; padding:0; }
	.op-domino-content { width:50%; padding:2rem; }
  .op-domino-flex { min-height: 400px; }
}
@media all and (min-width: 992px) {
	.op-domino-content { padding:2.5rem; }
}
@media all and (min-width: 1200px) {
	.op-domino-content { padding:3rem;; }
}

/* domino atl*/

.domino-atl {
  .op-domino-row { margin-top:2rem; padding-bottom:2rem; border-bottom:1px solid black; }
  .op-domino .op-domino-bg:first-child .op-domino-row { margin-top:0; }
  .op-domino .op-domino-bg:last-child .op-domino-row { border-bottom:0; padding-bottom:0; }
  @media all and (min-width: 768px) {
	  .op-domino-image  { width:45%; }
 	  .op-domino-content { width:55%; }
    .op-domino-flex { min-height: 300px; }
  }
  
}



/* domino sawtooth patterns */

.image-sawtooth {
  .op-domino-image {
    position: relative;
  }

  .op-domino-image::before, .op-domino-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;      
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24'%3E%3Cpolygon points='0,0 12,12 0,24' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: center center;
    background-size: 40px 48px; 
  }

  .op-domino-image::before { left: 0; }
  .op-domino-image::after { 
    right: 0;
    transform: scaleX(-1);
  }
}
.bg-chartreuse .image-sawtooth {
  .op-domino-image::before, .op-domino-image::after { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24'%3E%3Cpolygon points='0,0 12,12 0,24' fill='%23c8d728'/%3E%3C/svg%3E");
  }
}
.bg-green-dark .image-sawtooth {
  .op-domino-image::before, .op-domino-image::after { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24'%3E%3Cpolygon points='0,0 12,12 0,24' fill='%2300501e'/%3E%3C/svg%3E");
  }
}
.bg-cyan-dark .image-sawtooth {
  .op-domino-image::before, .op-domino-image::after { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24'%3E%3Cpolygon points='0,0 12,12 0,24' fill='%23005070'/%3E%3C/svg%3E");
  }
}

/* domino dovetail patterns */

.image-dovetail {
  .op-domino-image {
    position: relative;
  }

  .op-domino-image::before, .op-domino-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;      
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='90'%3E%3Cpolygon points='0,38 20,30 20,60 0,52' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: center center;
    background-size: 30px 90px; 
  }

  .op-domino-image::before { left: 0; }
  .op-domino-image::after { 
    right: 0;
    transform: scaleX(-1);
  }
}
.bg-chartreuse .image-dovetail {
  .op-domino-image::before, .op-domino-image::after { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='90'%3E%3Cpolygon points='0,38 20,30 20,60 0,52' fill='%23c8d728'/%3E%3C/svg%3E");
  }
}
.bg-green-dark .image-dovetail {
  .op-domino-image::before, .op-domino-image::after { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='90'%3E%3Cpolygon points='0,38 20,30 20,60 0,52' fill='%2300501e'/%3E%3C/svg%3E");
  }
}
.bg-cyan-dark .image-dovetail {
  .op-domino-image::before, .op-domino-image::after { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='90'%3E%3Cpolygon points='0,38 20,30 20,60 0,52' fill='%23005070'/%3E%3C/svg%3E");
  }
}


/* styling example
.barista-example {
  .op-domino-row { max-width:1440px; }
  .op-domino-bg-odd { background-color:#eee; }
  .op-domino-bg-even { background-color:#ccc; }
}
*/



/* example of over-riding OLY style */

.oc-cta { background-color:var(--cty-alink); color:white; padding:0.25rem 0.75rem; margin-top:1rem; }
.oc-cta:hover { background-color:var(--cty-ahover); }
.oc-cta a { color:white; text-decoration:none; }
.oc-cta a:hover { background-color:var(--cty-ahover);  color:white; text-decoration:none; }



/* image support */

.image-cover { background-position:center center; background-size:cover; }
.image-square { width:100%; padding-bottom:100%; background-position:center center; background-size:cover; }
.image-2x1 { width:100%; padding-bottom:50%; background-position:center center; background-size:cover; }
.image-3x2 { width:100%; padding-bottom:66%; background-position:center center; background-size:cover; }
.image-5x4 { width:100%; padding-bottom:80%; background-position:center center; background-size:cover; }
.image-4x5 { width:100%; padding-bottom:120%; background-position:center center; background-size:cover; }


/* events cards */

a.evcard { display:block; width:100%; height:100%;  background-color:white; color:inherit; border:1px solid black; text-decoration:none; position:relative; }

.evcard-image { position:relative; width:100%; }
.evcard-image-image { width:100%; background-position:center center; background-size:cover; }
.evcard-image-cover { position:absolute; top:0px; width:100%; height:100%; background-color:rgba(0,0,0,0); transition: all 250ms ease-out; }

.evcard-content { padding:1.5rem;}
.evcard-content-subhead { font-family: 'ballinger-condensed', sans-serif; font-weight:700; font-size:0.8rem; margin-bottom:0.5rem; text-transform:uppercase; text-wrap:balance; }
.evcard-content-headline { font-family: 'borax-variable', sans-serif; font-weight:400; font-size:1.5rem; line-height:1.2; margin-bottom:0.5rem; text-wrap:balance;  }

.evcard-content-time { font-weight:500; font-size:0.8rem; margin-bottom:0.5rem; padding-left:26px; position:relative; text-wrap:balance; }
.evcard-content-venue { font-weight:500; font-size:0.8rem; margin-bottom:0.5rem; padding-left:26px; position:relative; text-wrap:balance; }
.evcard-content-time span, .evcard-content-venue span { display:inline-block; text-align:center; width:20px; position:absolute; top:0px; left:0px; }

.evcard-content-text { font-weight:400; font-size:0.8rem; margin-bottom:0.5rem; }
.evcard-content-text span { opacity:0.5; }

.evcard-content-time span, .evcard-content-venue span { display:inline-block; text-align:center; width:20px; color:black; }
.evcard-content-text span { opacity:0.5; }

.evcard-date-box { position:absolute; top:0rem; right:0rem; background-color:black; color:white;  
  display: flex;
  width:60px; height:80px; 
  flex-direction: column;  /* Stack the text vertically */
  justify-content: center;  /* Center the content vertically */
  align-items: center;  /* Center the content horizontally */
  text-align: center;  /* align the text inside each child div */
}

.evcard-date-dow { font-size:12px; line-height:14px; font-weight:500; }
.evcard-date-day { font-size:22px; line-height:28px; font-weight:600; letter-spacing:0.050rem; }
.evcard-date-month { font-size:12px; line-height:14px; font-weight:500; text-transform:uppercase; letter-spacing:0.050rem; }

.evcard-date-range { font-size:12px; line-height:16px; font-weight:500; text-transform:uppercase; letter-spacing:0.050rem; }
.evcard-date-range span { font-size:16px; line-height:18px; font-weight:700; }
.evcard-date-through { font-size:10px; line-height:16px; font-weight:700; text-transform:uppercase; letter-spacing:0.050rem; }

a.evcard:hover { color:inherit; text-decoration:none; }
a.evcard:hover .evcard-content-headline { color:var(--cty-ahover); }
a.evcard:hover .evcard-image-cover { background-color:rgba(0,0,0,0.15); }




/* artcar */

.artcar-swiper-hold { width:100%; max-width:1500px; margin:0 auto; position:relative; padding:2rem 0; }

.artcar-swiper-next, .artcar-swiper-prev {
  position: absolute;
  top: 240px; /* half desktop image height */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius:0;
  font-size: 1rem;
  color: var(--cms-purple);
  background-color: var(--cms-yellow);
  z-index: 10;
  cursor: pointer;
}
.artcar-swiper-prev { left:2px; }
.artcar-swiper-next { right:2px; }

.artcrd { width:100%; position:relative; }
.artcrd-image { display:block; }
.artcrd-image-img { display:block; width:100%; height:400px; background-color:#eee; background-size:cover; background-position:center center; 
overflow:hidden;
}

.artcrd-content-hold { width:100%; padding:0 1rem; margin-top:-1rem; }
.artcrd-content { display:none; padding:1.5rem; overflow:hidden; background-color:var(--cms-purple-dark); color:white; }

.artcrd-subhead { font-family: 'ballinger-condensed', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-wrap: balance;
 }
.artcrd-headline { font-family: 'borax-variable', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-wrap: balance;
}

.artcrd-content-time { font-weight:500; font-size:0.8rem; margin-bottom:0.5rem; padding-left:26px; position:relative; text-wrap:balance; }
.artcrd-content-venue { font-weight:500; font-size:0.8rem; margin-bottom:0.5rem; padding-left:26px; position:relative; text-wrap:balance; }
.artcrd-content-time span, .artcrd-content-venue span { display:inline-block; text-align:center; width:20px; position:absolute; top:0px; left:0px; }

.artcrd-content-text { font-weight:400; font-size:0.8rem; margin-bottom:0.5rem; }
.artcrd-content-text span { opacity:0.5; }

.artcrd-content-time span, .artcrd-content-venue span { display:inline-block; text-align:center; width:20px; color:white }
.artcrd-content-text span { opacity:0.5; }

.artcrd-linklabel {
  font-family: 'ballinger-condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.100rem;
}
.artcrd-linklabel a { text-decoration:none; }

.artcar-swiper-hold .swiper-slide { transition: opacity 0.35s linear 0s; }
.artcar-swiper-hold .swiper-slide-active .artcrd-content { display:block; }
.artcar-swiper-hold .swiper-slide-prev .artcrd-image-img { height:360px; margin-top:20px; opacity:1; }
.artcar-swiper-hold .swiper-slide-next .artcrd-image-img { height:360px; margin-top:20px; opacity:1; }

.artcrd > .evcard-date-box { margin-top:1rem; }

@media all and (min-width: 992px) {
  .artcrd > .evcard-date-box { margin-top:2rem; }
  .artcrd-content-hold { width:100%; padding:0 3rem; margin-top:-3rem; }
  .artcar-swiper-next, .artcar-swiper-prev { top:360px; /* half desktop image height */ }
  .artcar-swiper-next { right: 8%; }
  .artcar-swiper-prev { left: 8%; } 
  .artcrd-image-img { height:600px; }
  .artcar-swiper-hold .swiper-slide-prev .artcrd-image-img { height:520px; margin-top:30px; }
  .artcar-swiper-hold .swiper-slide-next .artcrd-image-img { height:520px; margin-top:30px; }
}



/* special cards */

.special-cards { margin:1.5rem 0; }
.special-card { background-color:var(--cty-bg-card); height:auto; }
.special-card-image { display:block; }
.special-card-image-img { display:block; background-color:#eee; background-size:cover; background-position:center center; }
.special-card-content { padding:1.5rem; }
.special-card-headline { font-weight:700; font-size:1.2rem; margin-bottom:1rem; }
.special-card-text { font-size:0.85rem;  margin-bottom:1rem; }
.special-card-limits { font-size:0.85rem;  margin-bottom:1rem; }
.special-card-link { font-weight:700; margin-top:1rem; }
.special-card-venue * { font-size:0.9rem; }
.special-card-venue .awesome-box { display:table; width:100%; }
.special-card-venue .awesome-box-icon { display:table-cell; width:24px; vertical-align:top; text-align:left; }
.special-card-venue .awesome-box-link { display:table-cell; width:auto; vertical-align:top; text-align:left; }




/* post cards */

.post-crds { margin:1.5rem 0; }
.post-crd { background-color:white; color:inherit; height:100%; border:1px solid black; }
.post-crd a { display:block; height:100%; text-decoration:none; color:inherit; }
.post-crd a:hover { color:inherit; text-decoration:none; }
.post-crd-image { display:block; }
.post-crd-image-img { display:block; background-size:cover; background-position:center center; }
.post-crd-content { padding:1.5rem; }

.post-crd-subhead { font-family: 'ballinger-condensed', sans-serif; font-weight:700; font-size:0.8rem; margin-bottom:0.5rem; text-transform:uppercase; text-wrap:balance; }
.post-crd-headline { font-family: 'borax-variable', sans-serif; font-weight:400; font-size:1.5rem; line-height:1.2; margin-bottom:0.5rem; text-wrap:balance; }
.post-crd-text { font-size:0.9rem; line-height:1.4; }
.post-crd-minutes { font-weight:500; font-size:0.7rem; margin-top:0.5rem; }


/* project cards */

.pjost-crds { margin:1.5rem 0; }
.pjost-crd { background-color:white; color:inherit; height:100%; border:1px solid black; }
.pjost-crd a { display:block; height:100%; text-decoration:none; color:inherit; }
.pjost-crd a:hover { color:inherit; text-decoration:none; }
.pjost-crd-image { display:block; }
.pjost-crd-image-img { display:block; aspect-ratio:3/2; background-size:cover; background-position:center center; }
.pjost-crd-content { padding:1.5rem; }

.pjost-crd-subhead { font-family: 'ballinger-condensed', sans-serif; font-weight:700; font-size:0.8rem; margin-bottom:0.5rem; text-transform:uppercase; text-wrap:balance; }
.pjost-crd-headline { font-family: 'borax-variable', sans-serif; font-weight:400; font-size:1.5rem; line-height:1.2; margin-bottom:0.5rem; text-wrap:balance; }
.pjost-crd-text { font-size:0.8rem; line-height:1.4; }
.pjost-crd-minutes { font-weight:500; font-size:0.7rem; margin-top:0.5rem; }



/* guide cards */

.guide-cards { margin:2rem 0; }
.guide-card { background-color:black; width:100%; height:auto; border-radius:0.5rem; overflow:hidden; }
.guide-card a { display:block; width:100%; aspect-ratio:2/3; text-decoration:none; background-color:black; color:white; position:relative; overflow:hidden;}
.guide-card a:hover { color:white; text-decoration:none; }
.guide-card-image { display:block; width:100%; aspect-ratio:2/3; position:absolute; top:0; z-index:1; background-position:center center; background-size:cover;  }


.guide-card-cover { display:block; width:100%; aspect-ratio:2/3; position:absolute; top:0; z-index:2; }

/*.guide-card a .guide-card-cover { xbox-shadow: inset 0 0 90px rgba(0,0,0,0.45); xbackground-color:rgba(18,65,92,0.15); transition: all 400ms ease; }
.guide-card a:hover .guide-card-cover { xbackground-color:rgba(18,65,92,0.35); }
*/

.guide-card a .guide-card-image { transform:scale(1); transition: transform 0.8s ease; }
.guide-card a:hover .guide-card-image { transform:scale(1.025); }

.guide-card-gradient { display:block; width:100%; aspect-ratio:2/3; position:absolute; top:0; z-index:3; }
.guide-card a .guide-card-gradient { transition: all 200ms ease; 
 background: linear-gradient(to bottom, 
    transparent 0%, 
    transparent 50%, 
    rgba(0,0,0, 0.50) 70%, 
    rgba(0,0,0, 0.75) 100%
  );
}

.guide-card-content { display:flex;  align-items:end; padding:2rem; 
  position:absolute; top:0; z-index:4; width:100%; height:100%;  
}
.guide-card-headline {
  width:100%;
  font-family: 'ballinger-condensed', sans-serif;
  font-weight:800;
  font-size:2.5rem; 
  line-height:1.0; 
  text-align:center;
  text-transform:uppercase;
  text-wrap:balance;
 }









/* place cards */

.pcrds { margin:1.5rem 0; }
.pcrd { background-color:var(--cty-bg-card); color:var(--cty-fg-card); height:100%; } 
.pcrd a { display:block; position:relative; height:100%; text-decoration:none; color:inherit; }
.pcrd a:hover { color:inherit; text-decoration:none; }
.pcrd-image { display:block; }
.pcrd-image-img { display:block; background-size:cover; background-position:center center; }
.pcrd-content { padding:1.5rem; }

.pcrd-needle { 
  position:absolute; 
  top:24px; 
  right:24px; 
 }
.pcrd-number { 
  display:block;
  background-color:var(--cty-map-marker-bg); /* match mapbox marker */
  color:var(--cty-map-marker-fg); /* mapbox marker */
  border-radius:50%;
  text-align:center;
  width:40px;
  height:40px;
  font-size:1rem;
  line-height:40px;
  font-weight:700;
}

.pcrd-headline { font-size:1rem; font-weight:700; margin-bottom:0.1rem; }
.pcrd-text { font-size:0.8rem; }






/* visit planner card */

.vcards { margin:1.5rem 0; }
.vcard { background-color:var(--cty-bg-card); height:100%; position:relative; border:2px solid #fafafa; } 
.vcard a { display:block; height:100%; text-decoration:none; color:inherit; }
.vcard a:hover { color:inherit; text-decoration:none; }
.vcard-image { display:block; }
.vcard-image-img { display:block; background-color:#eee; background-size:cover; background-position:center center; }
.vcard-content { padding:1.5rem; }

.vcard-headline { font-size:1rem; font-weight:700; margin-bottom:0.1rem; }
.vcard-text { font-size:0.8rem; }

.vcard-favorite { position:absolute; top:0px; right:0px; width:50px; height:50px; }
.vcard-favorite a { display:block; width:50px; height:50px; text-align:center; cursor:pointer; background-color:black; color:white; font-size:24px; line-height:50px; }
.vcard-favorite a:hover { background-color:#666; color:white; }
.vcard-favorite-icon { display:inline; }
.vcard-favorite-icon-selected { display:none; }

.vcard-selected { border-color:black; }
.vcard-selected .vcard-favorite-icon { display:none; }
.vcard-selected .vcard-favorite-icon-selected { display:inline; }


/* simple slider */

.cafe-swiper-hold { position:relative; }

.cafe-swiper-next, .cafe-swiper-prev {
  display: flex;
  position: absolute;
  top: var(--swiper-navigation-top-offset,40%);
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 10;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: var(--cty-alink);
  font-size:30px;
  color: #fff;
  border-radius:24px;
}
.cafe-swiper-prev { left:-22px; }
.cafe-swiper-next { right:-22px; }


/* simple slider carousel */

.cafe-carousel-card { position:relative; }

.cafe-carousel-next, .cafe-carousel-prev {
  display: flex;
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 10;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: var(--cty-alink);
  font-size:30px;
  color: #fff;
  border-radius:24px;
}
.cafe-carousel-prev { left:-22px; }
.cafe-carousel-next { right:-22px; }

.carousel-card { display:block; background-color:var(--cty-bg-card); }
.carousel-card-image { display:block; }
.carousel-card-image-img { display:block; width:100%; padding-bottom:80%; background-size:cover; background-position:center center; }
.carousel-card-content { padding:1rem; }
.carousel-card-content-cell { text-align:left; }

@media all and (min-width: 992px) {
  .carousel-card { display:flex; flex-direction: row-reverse; }
  .carousel-card-image { width:50%; height:auto; }
  .carousel-card-image-img { width:100%; height:100%; padding:0; }
  .carousel-card-content { width:50%; min-height:500px; padding:0; display: flex; align-items: center; }
  .carousel-card-content-cell { padding:0 2rem; }
}
@media all and (min-width: 992px) {
  .carousel-card-content-cell { padding:0 4rem; }
}

.carousel-card-headline { font-weight:700; font-size:1.1rem; margin-bottom:0.5rem; }
.carousel-card-text { font-size:1rem; }
.carousel-card-link { margin-top:0.5rem; }




/* hero slider */

.hero-swiper-hold { width:100%; position:relative; }
.hero-swiper-height { height:75vh; max-height:600px; min-height:100px; }
.hero-swiper-image-bg { width:100%; background-color:#eee; background-size:cover; background-position:center center;}

.hero-swiper-next, .hero-swiper-prev {
  display: flex;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 10;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: var(--cty-alink);
  font-size:30px;
  color: #fff;
  border-radius:24px;
}
.hero-swiper-prev { left:12px; }
.hero-swiper-next { right:12px; }
@media all and (min-width: 992px) {
  .hero-swiper-prev { left:5%; }
  .hero-swiper-next { right:5%; }
}

.hero-swiper-cover { 
  width:100%; height:100%; padding:24px 72px;
  background: rgb(48,93,200);
  background: linear-gradient(60deg, rgba(48,93,200,0.5) 0%, rgba(227,18,175,0.5) 100%); 
}
.hero-swiper-flex {
  width:100%; height:100%;
  display: flex; align-items: center; justify-content: center;
}
.hero-swiper-content { width:100%; max-width:600px; text-align:center; color:white; }
.hero-swiper-content-headline { font-size:1.25rem; font-weight:700; margin-bottom:0.5rem; }
.hero-swiper-content-text { font-size:1rem; font-weight:400; }
.home-swiper-content-link { margin-top:0.5rem; }



/* visit planner card */

.vcards { margin:1.5rem 0; }
.vcard { background-color:var(--cty-bg-card); height:100%; position:relative; border:2px solid #fafafa; } 
.vcard a { display:block; height:100%; text-decoration:none; color:inherit; }
.vcard a:hover { color:inherit; text-decoration:none; }
.vcard-image { display:block; }
.vcard-image-img { display:block; background-color:#eee; background-size:cover; background-position:center center; }
.vcard-content { padding:1.5rem; }

.vcard-headline { font-size:1rem; font-weight:700; margin-bottom:0.1rem; }
.vcard-text { font-size:0.8rem; }

.vcard-favorite { position:absolute; top:0px; right:0px; width:50px; height:50px; }
.vcard-favorite a { display:block; width:50px; height:50px; text-align:center; cursor:pointer; background-color:black; color:white; font-size:24px; line-height:50px; }
.vcard-favorite a:hover { background-color:#666; color:white; }
.vcard-favorite-icon { display:inline; }
.vcard-favorite-icon-selected { display:none; }

.vcard-selected { border-color:black; }
.vcard-selected .vcard-favorite-icon { display:none; }
.vcard-selected .vcard-favorite-icon-selected { display:inline; }


.atl-stat-cards { margin:1.5rem 0; }
.atl-stat-card { width:100%; height:100%; padding:1rem; text-align:center; }
.atl-stat-card { background-color:rgba(255,255,255,0.1); border-radius:0.5rem;}
.atl-stat-card-a { display:block; padding-top:1rem; }
.atl-stat-card-b { display:block; padding-bottom:1rem; }
.atl-stat-card-icon { font-size:2rem; line-height:1; }
.atl-stat-card-a-lg { font-family: 'ballinger-condensed', sans-serif; font-weight:900; font-size:1.5rem; line-height:1; text-transform:uppercase; letter-spacing:0.020rem; margin-top:12px; }
.atl-stat-card-b-md { font-family: 'ballinger-condensed', sans-serif; font-weight:800; font-size:1rem; line-height:1; text-transform:uppercase; letter-spacing:0.020rem; margin-top:6px; }
.atl-stat-card-b-sm { font-family: 'ballinger-condensed', sans-serif; font-weight:800; font-size:0.9rem; line-height:1; text-transform:uppercase; letter-spacing:0.020rem; margin-top:2px;}



/* art cards */

.art-card { background-color:inherit; height:100%; }
.art-card > a { display:block; height:100%; text-decoration:none; color:inherit; } 
.art-card a:hover { color:inherit; text-decoration:none; }
.art-card { display:block; }
.art-card-image-img { display:block; background-color:#eee; background-size:cover; background-position:center center; }
.art-card-content { padding:1rem 0 3rem 0; }
.art-card-title { font-family: 'ballinger-condensed', sans-serif; font-weight: 900; text-transform:uppercase; font-size:1.5rem; line-height:1.2; margin-bottom:0.25rem; text-wrap:balance; }
.art-card-artist { font-size:1rem; margin-bottom:0.25rem; text-wrap:balance; }
.art-card-artist b { font-weight:500; }
.art-card-curator { font-size:0.9rem; margin-bottom:0.25rem; text-wrap:balance; }
.art-card-curator b { font-weight:500; }
.art-card-address { font-size:0.8rem; margin-bottom:0.25rem; text-wrap:balance; }

.art-card-address span { display:inline-block; font-size:0.7rem; width:16px; color:#aaa; }

.art-card-linklabel { font-weight:400; margin-top:0.25rem; text-wrap:balance; text-decoration:underline; }
