@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@800&display=swap');

body,
html {
  font-family: 'Georgia', serif;
  letter-spacing: 0.02em;
}


h1,
h2,
h3 {
  font-family: 'Outfit', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}


a {
  color: #6baaa9;
}


.event-info-description .en a:not(.btn),
.event-info-description .en a:not(.btn):visited,
  .event-info-description .en a:not(.btn):link {
  color: #e28262;
  text-decoration: none;
}

.event-info-description .en a:not(.btn):hover {
  color: #e28262;
  text-decoration: underline;
}


.event-info-description .es a:not(.btn),
.event-info-description .es a:not(.btn):visited,
  .event-info-description .es a:not(.btn):link {
  color: #6baaa9;
  text-decoration: none;
}

.event-info-description .es a:not(.btn):hover {
  color: #6baaa9;
  text-decoration: underline;
}


.form-event-info,
.container-white,
.container-white > .bgr-white,
#progressImageContainer > .wrapper-white,
#donateContainer > .wrapper-white {
  background: #2d3034 url('https://s3.amazonaws.com/eventimages/events/160879/background.jpg?v=27')
    top left / cover no-repeat;
}


.container-white,
.container-white .text-dark {
  color: #ddd;
}

.container-white strong,
.container-white b,
.container-white .text-dark strong,
.container-white .text-dark b {
  color: #f2f2f2;
}


.container-white h1,
.container-white h1.text-dark,
.container-white h2,
.container-white h2.text-dark,
.container-white h3,
.container-white h3.text-dark {
  color: white;
}


.container-white,
.wrapper-white {
  border: none;
}


.form-event-info .event-info-banner {
  display: none;
}


.form-event-info {
  padding: 30px 10px;
}


.form-event-info,
.form-event-info > .tall {
  min-height: auto !important;
  height: fit-content !important;
  max-height: none !important;
}


/* Container */
.form-event-info .event-info-name {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  min-height: fit-content;
  transform: none;
  gap: 0 clamp(10px, 7vw, 60px);
  font-size: clamp(13px, 3.8vw, 18px);
  text-align: left !important;
  margin: 0 auto;
}


/* Left column: Logo */
.form-event-info .event-info-name h1 {
  font-size: 1em !important;
  line-height: 0 !important;
  color: rgba(45, 48, 52, 0);

  background: transparent
    url('https://s3.amazonaws.com/gesture-images/uploads/prwbr5h0w5xoo75gk5ijiel3.png') center right /
    contain no-repeat;
  margin: 0 !important;
}


/* Right column */
.form-event-info .event-info-name .event-info-date {
  width: auto !important;
  font-size: 1em;
  padding: 10px 0;
}


.form-event-info .event-info-name > * {
  flex: 1;
}


.form-event-info .event-info-name .event-info-date::before {
  content: 'Feb 28, 2025';
  white-space: pre;
  display: block;
  font-family: 'Outfit', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.65em;
  line-height: 1.5;
}


.form-event-info .event-info-name .event-info-date h3 {
  color: transparent;
  overflow: hidden;
  height: 1.4em;
  width: 3.8em;
  margin: 0.25em 0;
  font-size: 1.5em;
}

.form-event-info .event-info-name .event-info-date h3::before {
  content: '7-10 PM';
  white-space: nowrap;
  color: white;
}


.form-event-info .event-info-name .event-info-date::after {
  content: '4 Berry Street\A Williamsburg, Brooklyn';
  white-space: pre;
  display: block;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1em;
  color: #ddd;
}


#main-container {
  display: flex;
  flex-direction: column;
}


#main-container > section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 60px;
}


#main-container > section > .lang {
  min-width: 250px;
  flex-basis: 100%;
  flex: 1;
}


#main-container .tagline .lang {
  padding: 0 0 12px 13px !important;
}


#main-container .tagline .lang.en {
  color: #e28262;
}


#main-container .tagline .lang.es {
  color: #6baaa9;
}


#main-container .en {
  border-left: 3px solid rgba(226, 130, 98, 0.5);
  padding-left: 10px;
}


#main-container .es {
  border-left: 3px solid rgba(107, 170, 169, 0.5);
  padding-left: 10px;
}


#progressImageContainer .wrapper-white,
#donateContainer .wrapper-white {
  color: #fff;
}


#progressImageContainer .wrapper-white .text-dark,
#donateContainer .wrapper-white .text-dark {
  color: #ccc;
}

#progressImageContainer .wrapper-white .link-color,
#donateContainer .wrapper-white .link-color {
  color: #3ab !important;
}

#navigation-wrap ul {
  font-family: 'Outfit', sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}


.footer-page {
  background: inherit !important;
  color: #aaa !important;
}


.footer-page a {
  color: #3ab !important;
}


/* Admin menu */
.header-page .header-menu a li div {
  color: #e4dad7;
}


.header-page a li.current div {
  color: #6aeb5a;
  border-bottom: 2px solid #6aeb5a;
}


.header-page .header-menu {
  border: none;
  background: rgba(46, 50, 54, 0.78);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.es em {
  font-style: normal;
  position: relative;
  display: inline-block;
}

.es em::after {
  font-style: normal;
  font-size: initial;
  position: absolute;
}

.es em.iexcl::before {
  content: '!';
  display: inline-block;
  transform: translateY(4%) scaleY(-1);
}

.es em.iquest::before {
  content: '?';
  display: inline-block;
  transform: translate(-10%, 4%) scale(-1);
}

.es em.acute::after {
  content: "`";
  left: calc(68% - 0.30em);
  transform: translate(3%, -9%) scaleX(-1);
}

h3.es em.acute::after {
  transform: translate(3%, -20%) scaleX(-1);
}

.es em.tilde::after {
  content: '~';
  left: calc(50% - 0.35em);
  transform: translate(0%, -28%) scale(65%);
}

#sectionSponsors .pad-2-bottom .ad-wrapper {
  margin: 14px 12px;
  max-width: 220px;
}

#sectionSponsors .pad-2-bottom .ad-wrapper .ad-frame {
  height: 150px;
  overflow: hidden;
  padding: 0;
}

#sectionSponsors .pad-2-bottom .ad-wrapper img {
  max-height: 130px;
  max-width: 180px;
  width: auto !important;
  height: auto !important;
  display: block !important;
}

#sectionCTA .btn-color1 {
  background-color: #4d8b1e;
  color: white;
}
