/**
 * Theme Name:  Frost Child 2026 for Encounters
 * Description: Encounters 2026 design
 * Template:    frost
 * Version:     2026.05.12.2306
 * Author:      Amanda Dominy
 * Author URI:  https://github.com/gillespieza
 */
/* Text Colours
 ---------------------------------------------------------------------------- */
.text-red {
  color: #D50000 !important;
}

.text-pink {
  color: #C51162 !important;
}

.text-purple {
  color: #AA00FF !important;
}

.text-deep-purple {
  color: #6200EA !important;
}

.text-indigo {
  color: #304FFE !important;
}

.text-blue {
  color: #2962FF !important;
}

.text-light-blue {
  color: #0091EA !important;
}

.text-cyan {
  color: #00B8D4 !important;
}

.text-teal {
  color: #00BFA5 !important;
}

.text-green {
  color: #00C853 !important;
}

.text-light-green {
  color: #64DD17 !important;
}

.text-lime {
  color: #AEEA00 !important;
}

.text-yellow {
  color: #FFD600 !important;
}

.text-amber {
  color: #FFAB00 !important;
}

.text-orange {
  color: #FF6D00 !important;
}

.text-deep-orange {
  color: #DD2C00 !important;
}

.text-brown {
  color: #5D4037 !important;
}

.text-gold {
  color: #FDD835 !important;
}

.text-mustard {
  color: #BFBF00 !important;
}

.text-violet {
  color: #7A64E9 !important;
}

.text-ferngreen {
  color: #00BF00 !important;
}

.text-rose {
  color: #E13190 !important;
}

.text-babypink {
  color: #FF9AD4 !important;
}

.text-powderblue {
  color: #577AD6 !important;
}

.text-mint {
  color: #A6EEAC !important;
}

.text-emerald {
  color: #65DA97 !important;
}

.text-apricot {
  color: #e9a53b !important;
}

.text-tangerine {
  color: #d33022 !important;
}

.text-brickred {
  color: #BF0000 !important;
}

.text-orchid {
  color: #BF00BF !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-primary {
  color: #00BFBF !important;
}

.text-secondary {
  color: #E03160 !important;
}

.text-success {
  color: #00C853 !important;
}

.text-info {
  color: #00B8D4 !important;
}

.text-warning {
  color: #FFD600 !important;
}

.text-danger {
  color: #D50000 !important;
}

.text-light {
  color: #eeeeee !important;
}

.text-muted {
  color: #767676 !important;
}

.text-dark {
  color: #424242 !important;
}

.text-gray-100 {
  color: #f5f5f5 !important;
}

.text-gray-200 {
  color: #eeeeee !important;
}

.text-gray-300 {
  color: #e0e0e0 !important;
}

.text-gray-400 {
  color: #bdbdbd !important;
}

.text-gray-500 {
  color: #9e9e9e !important;
}

.text-gray-600 {
  color: #757575 !important;
}

.text-gray-700 {
  color: #616161 !important;
}

.text-gray-800 {
  color: #424242 !important;
}

.text-gray-900 {
  color: #212121 !important;
}

.text-warning {
  color: #DD2C00;
}

.text-success {
  color: rgb(0, 136, 56.44);
}

.text-info {
  color: #2962FF;
}

/* Background Colours
 --------------------------------------------------------------------------- */
.bg-red {
  background: #D50000;
}

.bg-pink {
  background: #C51162;
}

.bg-purple {
  background: #AA00FF;
}

.bg-deep-purple {
  background: #6200EA;
}

.bg-indigo {
  background: #304FFE;
}

.bg-blue {
  background: #2962FF;
}

.bg-light-blue {
  background: #0091EA;
}

.bg-cyan {
  background: #00B8D4;
}

.bg-teal {
  background: #00BFA5;
}

.bg-green {
  background: #00C853;
}

.bg-light-green {
  background: #64DD17;
}

.bg-lime {
  background: #AEEA00;
}

.bg-yellow {
  background: #FFD600;
}

.bg-amber {
  background: #FFAB00;
}

.bg-orange {
  background: #FF6D00;
}

.bg-deep-orange {
  background: #DD2C00;
}

.bg-brown {
  background: #5D4037;
}

.bg-gold {
  background: #FDD835;
}

.bg-mustard {
  background: #BFBF00;
}

.bg-violet {
  background: #7A64E9;
}

.bg-ferngreen {
  background: #00BF00;
}

.bg-rose {
  background: #E13190;
}

.bg-babypink {
  background: #FF9AD4;
}

.bg-powderblue {
  background: #577AD6;
}

.bg-mint {
  background: #A6EEAC;
}

.bg-emerald {
  background: #65DA97;
}

.bg-apricot {
  background: #e9a53b;
}

.bg-tangerine {
  background: #d33022;
}

.bg-brickred {
  background: #BF0000;
}

.bg-orchid {
  background: #BF00BF;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-primary {
  background: #00BFBF;
}

.bg-secondary {
  background: #E03160;
}

.bg-success {
  background: #00C853;
}

.bg-info {
  background: #00B8D4;
}

.bg-warning {
  background: #FFD600;
}

.bg-danger {
  background: #D50000;
}

.bg-light {
  background: #eeeeee;
}

.bg-muted {
  background: #767676;
}

.bg-dark {
  background: #424242;
}

.bg-gray-100 {
  background: #f5f5f5;
}

.bg-gray-200 {
  background: #eeeeee;
}

.bg-gray-300 {
  background: #e0e0e0;
}

.bg-gray-400 {
  background: #bdbdbd;
}

.bg-gray-500 {
  background: #9e9e9e;
}

.bg-gray-600 {
  background: #757575;
}

.bg-gray-700 {
  background: #616161;
}

.bg-gray-800 {
  background: #424242;
}

.bg-gray-900 {
  background: #212121;
}

.bg-danger {
  background-color: rgb(255, 237.18, 237.18);
  color: #D50000;
}

.bg-warning {
  background-color: rgb(255, 250.9, 229.5);
  color: #DD2C00;
}

.bg-success {
  background-color: rgb(239.3016393443, 252.4926229508, 230.9073770492);
  color: rgb(0, 130, 53.95);
}

.bg-info {
  background-color: rgb(225.2, 251.0641509434, 255);
  color: rgb(0, 59.1308411215, 222);
}

/* Boilerplate Swatch Colours
 --------------------------------------------------------------------------- */
.swatch-red {
  background: #D50000;
  color: contrast-color(#D50000);
}

.swatch-pink {
  background: #C51162;
  color: contrast-color(#C51162);
}

.swatch-purple {
  background: #AA00FF;
  color: contrast-color(#AA00FF);
}

.swatch-deep-purple {
  background: #6200EA;
  color: contrast-color(#6200EA);
}

.swatch-indigo {
  background: #304FFE;
  color: contrast-color(#304FFE);
}

.swatch-blue {
  background: #2962FF;
  color: contrast-color(#2962FF);
}

.swatch-light-blue {
  background: #0091EA;
  color: contrast-color(#0091EA);
}

.swatch-cyan {
  background: #00B8D4;
  color: contrast-color(#00B8D4);
}

.swatch-teal {
  background: #00BFA5;
  color: contrast-color(#00BFA5);
}

.swatch-green {
  background: #00C853;
  color: contrast-color(#00C853);
}

.swatch-light-green {
  background: #64DD17;
  color: contrast-color(#64DD17);
}

.swatch-lime {
  background: #AEEA00;
  color: contrast-color(#AEEA00);
}

.swatch-yellow {
  background: #FFD600;
  color: contrast-color(#FFD600);
}

.swatch-amber {
  background: #FFAB00;
  color: contrast-color(#FFAB00);
}

.swatch-orange {
  background: #FF6D00;
  color: contrast-color(#FF6D00);
}

.swatch-deep-orange {
  background: #DD2C00;
  color: contrast-color(#DD2C00);
}

.swatch-brown {
  background: #5D4037;
  color: contrast-color(#5D4037);
}

.swatch-gold {
  background: #FDD835;
  color: contrast-color(#FDD835);
}

.swatch-mustard {
  background: #BFBF00;
  color: contrast-color(#BFBF00);
}

.swatch-violet {
  background: #7A64E9;
  color: contrast-color(#7A64E9);
}

.swatch-ferngreen {
  background: #00BF00;
  color: contrast-color(#00BF00);
}

.swatch-rose {
  background: #E13190;
  color: contrast-color(#E13190);
}

.swatch-babypink {
  background: #FF9AD4;
  color: contrast-color(#FF9AD4);
}

.swatch-powderblue {
  background: #577AD6;
  color: contrast-color(#577AD6);
}

.swatch-mint {
  background: #A6EEAC;
  color: contrast-color(#A6EEAC);
}

.swatch-emerald {
  background: #65DA97;
  color: contrast-color(#65DA97);
}

.swatch-apricot {
  background: #e9a53b;
  color: contrast-color(#e9a53b);
}

.swatch-tangerine {
  background: #d33022;
  color: contrast-color(#d33022);
}

.swatch-brickred {
  background: #BF0000;
  color: contrast-color(#BF0000);
}

.swatch-orchid {
  background: #BF00BF;
  color: contrast-color(#BF00BF);
}

.swatch-white {
  background: #ffffff;
  color: contrast-color(#ffffff);
}

.swatch-black {
  background: #000000;
  color: contrast-color(#000000);
}

.swatch-primary {
  background: #00BFBF;
  color: contrast-color(#00BFBF);
}

.swatch-secondary {
  background: #E03160;
  color: contrast-color(#E03160);
}

.swatch-success {
  background: #00C853;
  color: contrast-color(#00C853);
}

.swatch-info {
  background: #00B8D4;
  color: contrast-color(#00B8D4);
}

.swatch-warning {
  background: #FFD600;
  color: contrast-color(#FFD600);
}

.swatch-danger {
  background: #D50000;
  color: contrast-color(#D50000);
}

.swatch-light {
  background: #eeeeee;
  color: contrast-color(#eeeeee);
}

.swatch-muted {
  background: #767676;
  color: contrast-color(#767676);
}

.swatch-dark {
  background: #424242;
  color: contrast-color(#424242);
}

.swatch-gray-100 {
  background: #f5f5f5;
  color: contrast-color(#f5f5f5);
}

.swatch-gray-200 {
  background: #eeeeee;
  color: contrast-color(#eeeeee);
}

.swatch-gray-300 {
  background: #e0e0e0;
  color: contrast-color(#e0e0e0);
}

.swatch-gray-400 {
  background: #bdbdbd;
  color: contrast-color(#bdbdbd);
}

.swatch-gray-500 {
  background: #9e9e9e;
  color: contrast-color(#9e9e9e);
}

.swatch-gray-600 {
  background: #757575;
  color: contrast-color(#757575);
}

.swatch-gray-700 {
  background: #616161;
  color: contrast-color(#616161);
}

.swatch-gray-800 {
  background: #424242;
  color: contrast-color(#424242);
}

.swatch-gray-900 {
  background: #212121;
  color: contrast-color(#212121);
}

/* DISPLAY HELPERS */
.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-grid {
  display: grid;
}

/* MARGIN HELPERS */
.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

/* WIDTH HELPERS */
.w-100 {
  width: 100%;
}

/* TYPOGRAPHY HELPERS */
.no-wrap {
  white-space: nowrap;
}

.text-wrap-balance {
  text-wrap: balance;
}

.badge {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 85%;
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.badge-warning {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 85%;
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: rgba(255, 193, 7, 0.8) !important;
  color: #000000 !important;
}

.badge-qa {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 85%;
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #eeeeee;
  color: contrast-color(#eeeeee);
}

.wp-block-button__link.wpv-reset-trigger {
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 5px;
  padding: 8px 12px;
  background-color: #e0e0e0;
  border-color: #9e9e9e;
  color: contrast-color(#e0e0e0);
}
.wp-block-button__link.wpv-reset-trigger:hover {
  background-color: #9e9e9e;
  border-color: #424242;
  color: contrast-color(#9e9e9e);
}
.wp-block-button__link.wpv-reset-trigger:active {
  background-color: #424242;
  border-color: #424242;
  color: contrast-color(#424242);
}
.wp-block-button__link.wpv-submit-trigger {
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 5px;
  padding: 8px 12px;
  background-color: #00BFBF;
  border-color: #00BFBF;
  color: contrast-color(#00BFBF);
}
.wp-block-button__link.wpv-submit-trigger:hover {
  background-color: #E03160;
  border-color: #E03160;
  color: contrast-color(#E03160);
}
.wp-block-button__link.wpv-submit-trigger:active {
  background-color: #A6EEAC;
  border-color: #A6EEAC;
  color: contrast-color(#A6EEAC);
}

h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1 a:where(:not(.wp-element-button)),
h2 a:where(:not(.wp-element-button)),
h3 a:where(:not(.wp-element-button)),
h4 a:where(:not(.wp-element-button)),
h5 a:where(:not(.wp-element-button)),
h6 a:where(:not(.wp-element-button)) {
  font-weight: inherit;
}

code {
  background-color: #f5f5f5 !important;
  color: #D50000;
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
}

.fw-900,
.fw-900 strong {
  font-weight: 900;
}

/* TOOLSET FILTER */
/* radio options as buttons */
.film-archive-filter-container .radio,
.film-archive-filter-container .checkbox,
.checkbox_radio_button_wpcc .radio,
.checkbox_radio_button_wpcc .checkbox {
  display: inline-block;
}
.film-archive-filter-container label,
.checkbox_radio_button_wpcc label {
  /* Now we make the label the button. Style accordingly. */
  border: 1px solid;
  border-color: #00BFBF;
  border-radius: 3px;
  color: #00BFBF;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 1em !important;
  max-width: 100%;
  padding: 8px 10px;
  margin: 0 5px 5px 0 !important;
  transition: all ease 0.3s;
  text-transform: uppercase;
}
.film-archive-filter-container label:hover,
.checkbox_radio_button_wpcc label:hover {
  /* Button styles when hovered. */
  background-color: #00BFBF;
  border-color: #00BFBF;
  color: contrast-color(#00BFBF);
  cursor: pointer;
}
.film-archive-filter-container label .badge,
.checkbox_radio_button_wpcc label .badge {
  margin-left: 3px;
}
.film-archive-filter-container label input[type=checkbox],
.film-archive-filter-container label input[type=radio],
.checkbox_radio_button_wpcc label input[type=checkbox],
.checkbox_radio_button_wpcc label input[type=radio] {
  /* This block hides the input fields. */
  position: absolute;
  visibility: hidden !important;
  display: none !important;
}
.film-archive-filter-container label input[type=checkbox]:checked,
.film-archive-filter-container label input[type=radio]:checked,
.checkbox_radio_button_wpcc label input[type=checkbox]:checked,
.checkbox_radio_button_wpcc label input[type=radio]:checked {
  /* Button styles when checked. */
  color: var(--wp--preset--color--secondary) !important;
  border-color: var(--wp--preset--color--secondary) !important;
  font-weight: 900 !important;
  font-style: italic;
}
.film-archive-filter-container label:has(input[type=checkbox]:checked),
.checkbox_radio_button_wpcc label:has(input[type=checkbox]:checked) {
  border-color: #E13190 !important;
  background-color: #E13190;
  color: contrast-color(#E13190) !important;
  font-style: italic;
}

/* HEADER */
.wp-block-navigation .wp-block-navigation-item.current-menu-item {
  border-bottom: 5px solid #00BFBF;
}

@media screen and (max-width: 600px) {
  #TOP_BAR_FANCY .is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: unset;
    padding: 10px 10px 5px 10px;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO {
    grid-column: span 1;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav {
    grid-column: span 1;
    justify-content: flex-end;
    align-self: flex-start;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav .wp-block-navigation__responsive-container.is-menu-open {
    background: #000000;
    color: #ffffff;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 10px;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: 0;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    padding: 8px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  #TOP_BAR_FANCY .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO {
    grid-column: span 1;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav {
    grid-column: span 1;
  }
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    gap: 20px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1001px) {
  #TOP_BAR_FANCY .is-layout-grid #LOGO + nav .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    gap: 20px;
    justify-content: flex-end;
  }
}

.gform_wrapper input[type=submit] {
  background-color: var(--wp--preset--color--primary) !important;
  font-size: 18px !important;
  color: #ffffff;
  text-transform: uppercase !important;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:active {
  background-color: var(--wp--preset--color--secondary) !important;
  color: #000000 !important;
}

/* SINGLE FILM */
.single-film .portrait-poster {
  align-self: center;
}
.single-film .film-meta-top span,
.single-film .film-meta-top .badge {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 3px 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.single-film .film-meta-top span.feature-or-short, .single-film .film-meta-top span.badge-date, .single-film .film-meta-top span.african-or-international,
.single-film .film-meta-top .badge.feature-or-short,
.single-film .film-meta-top .badge.badge-date,
.single-film .film-meta-top .badge.african-or-international {
  color: #A6EEAC;
}
.single-film .film-meta-top span.sa-premiere, .single-film .film-meta-top span.african-premiere, .single-film .film-meta-top span.world-premiere,
.single-film .film-meta-top .badge.sa-premiere,
.single-film .film-meta-top .badge.african-premiere,
.single-film .film-meta-top .badge.world-premiere {
  background-color: #A6EEAC;
  color: contrast-color(#A6EEAC);
  padding: 3px;
}
.single-film table.screening {
  border-collapse: collapse;
  color: #424242;
}
.single-film table.screening thead tr {
  border-bottom: 1px solid #424242;
}
.single-film table.screening thead tr th {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding: 15px;
}
.single-film table.screening tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.single-film table.screening tbody td {
  font-size: 14px;
  padding: 15px;
}
.single-film table.screening .screening-get-tickets {
  background-color: #00BFBF;
  color: contrast-color(#00BFBF);
  border-radius: 3px;
  border: 1px solid #00BFBF;
  padding: 8px 10px;
  margin: 8px 0;
  text-transform: uppercase;
}
.single-film table.screening .screening-get-tickets:hover {
  background-color: #E03160;
  border-color: #E03160;
  color: contrast-color(#E03160);
}
.single-film #FILM-META {
  font-size: 16px;
  grid-template-columns: 30% 70%;
}
.single-film #feature-tags {
  line-height: 3;
  margin-top: 0;
  padding-top: 0;
}
.single-film #feature-tags .badge {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 3px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.single-film #feature-tags .badge.feature-or-short {
  background-color: var(--wp--preset--color--primary);
  color: contrast-color(var(--wp--preset--color--primary));
}
.single-film #feature-tags .badge.african-or-international {
  background-color: var(--wp--preset--color--secondary);
  color: contrast-color(var(--wp--preset--color--secondary));
}
.single-film #feature-tags .badge.badge-date {
  background-color: #e0e0e0;
  color: contrast-color(#e0e0e0);
}
.single-film #feature-tags .badge.world-premiere {
  background-color: #FFAB00;
  color: contrast-color(#FFAB00);
}
.single-film #feature-tags .badge.african-premiere {
  background-color: #FF6D00;
  color: contrast-color(#FF6D00);
}
.single-film #feature-tags .badge.sa-premiere {
  background-color: #DD2C00;
  color: contrast-color(#DD2C00);
}
.single-film #feature-tags .block--special-feature-theme a,
.single-film #feature-tags .block--special-feature-shorts a,
.single-film #feature-tags .block--special-feature a {
  background-color: #BFBF00;
  border-radius: 3px;
  color: contrast-color(#BFBF00);
  font-size: 90%;
  font-weight: 600;
  margin: 0 3px;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.single-film #feature-tags .block--special-feature-theme a {
  background-color: #577AD6;
  color: contrast-color(#577AD6);
}
.single-film #feature-tags .block--special-feature-shorts a {
  background-color: #7A64E9;
  color: contrast-color(#7A64E9);
}
.single-film .film-socials a {
  margin: 0 20px;
}
.single-film .film-socials a.film-facebook {
  color: #4267b2;
}
.single-film .film-socials a.film-imdb {
  color: #f5c518;
}
.single-film .film-socials a.film-instagram {
  color: #c13584;
}
.single-film .film-socials a.film-twitter {
  color: #1da1f2;
}
.single-film .film-socials a.film-website {
  color: #000000;
}
.single-film .film-socials a.film-youtube {
  color: #ff0000;
}
.single-film .film-socials a.film-youtube-channel {
  color: #ff0000;
}
.single-film .film-socials a.film-wiki {
  color: #000000;
}

.screening-timeline a {
  text-decoration: none;
}
.screening-timeline span {
  font-size: 14px;
}
.screening-timeline .badge-labia {
  background-color: #AEEA00;
  color: #000000;
}
.screening-timeline .badge-labia {
  background-color: #64DD17;
  color: #000000;
}
.screening-timeline .badge-va {
  background-color: #AA00FF;
  color: #ffffff;
}
.screening-timeline .badge-rosebank {
  background-color: #FFD600;
  color: #000000;
}
.screening-timeline .badge-panel,
.screening-timeline .badge-qa {
  background-color: #eeeeee;
  color: #000000;
}
.screening-timeline .badge-berthaisi {
  background-color: #00B8D4;
  color: #000000;
}
.screening-timeline .badge-berthamowbray {
  background-color: #6200EA;
  color: #ffffff;
}
.screening-timeline .badge-on {
  background: #FFD600;
  color: #000000;
}

.booking-button {
  background: #00BFBF;
  color: contrast-color(#00BFBF);
  border: 1px solid #00BFBF;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 8px 0 0;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.booking-button:hover {
  background-color: #E03160;
  border-color: #E03160;
  color: contrast-color(#E03160);
}

.get-tickets {
  background: #000000;
  color: #00BFBF;
  border: 1px solid #00BFBF;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  margin: 0 8px 0 0;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.get-tickets:hover {
  background-color: #00BFBF;
  color: contrast-color(#00BFBF);
}
.get-tickets.bg-primary {
  color: contrast-color(#00BFBF);
}
.get-tickets.bg-primary:hover {
  background-color: #E03160;
  color: contrast-color(#E03160);
}
.get-tickets.bg-secondary {
  color: contrast-color(#E03160);
}
.get-tickets.bg-secondary:hover {
  background-color: #00BFBF;
  color: contrast-color(#00BFBF);
}
.get-tickets.bg-mustard {
  color: contrast-color(#BFBF00);
}
.get-tickets.bg-mustard:hover {
  background-color: #e9a53b;
  color: contrast-color(#e9a53b);
}
.get-tickets.bg-violet {
  color: contrast-color(#7A64E9);
}
.get-tickets.bg-violet:hover {
  background-color: #E13190;
  color: contrast-color(#E13190);
}
.get-tickets.bg-babypink {
  color: contrast-color(#FF9AD4);
}
.get-tickets.bg-babypink:hover {
  background-color: #577AD6;
  color: contrast-color(#577AD6);
}
.get-tickets.bg-powderblue {
  color: contrast-color(#577AD6);
}
.get-tickets.bg-powderblue:hover {
  background-color: #FF9AD4;
  color: contrast-color(#FF9AD4);
}
.get-tickets.bg-mint {
  color: contrast-color(#A6EEAC);
}
.get-tickets.bg-mint:hover {
  background-color: #00BF00;
  color: contrast-color(#00BF00);
}
.get-tickets.bg-emerald {
  color: contrast-color(#65DA97);
}
.get-tickets.bg-emerald:hover {
  background-color: #00BFBF;
  color: contrast-color(#00BFBF);
}

/* FILM ARCHIVE - FILTER */
.wp-block-toolset-views-custom-search-filter.wpv-custom-search-filter {
  display: inline-flex;
}
.wp-block-toolset-views-custom-search-filter.wpv-custom-search-filter.d-block {
  display: block;
}

.wp-block-toolset-views-custom-search-container.search-container {
  text-align: center;
}

.single-industry-event .header--hero--event .taxonomy-event-type {
  margin-bottom: 5px;
}
.single-industry-event .header--hero--event .taxonomy-event-type a {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 85%;
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #eeeeee;
  color: contrast-color(#eeeeee);
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.single-industry-event main .single-event--content a {
  font-weight: 700;
}
.single-industry-event main .single-event--guests .loop-single-event--guest img {
  height: auto;
  max-width: 100%;
}
.single-industry-event main .single-event--sponsors img {
  margin: 10px;
}
.single-industry-event main .single-event--at-a-glance .is-layout-grid {
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.single-industry-event main .single-event--at-a-glance p {
  margin: 0;
}

/* FILM ARCHIVE - FILTER */
.wp-block-toolset-views-custom-search-filter.wpv-custom-search-filter {
  display: inline-flex;
}
.wp-block-toolset-views-custom-search-filter.wpv-custom-search-filter.d-block {
  display: block;
}

.wp-block-toolset-views-custom-search-container.search-container {
  text-align: center;
}
.wp-block-toolset-views-custom-search-container .wp-block-button__link {
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 5px;
  padding: 8px 12px;
}

/* ARCHIVE LOOP */
.post-type-archive-film .d-grid {
  -moz-column-gap: 7px;
       column-gap: 7px;
  row-gap: 30px;
  grid-auto-flow: row;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(275px, 100%), 1fr));
}
.post-type-archive-film .film-item {
  height: 100%;
  padding: 20px;
}
.post-type-archive-film .film-item .badges {
  text-align: center;
}
.post-type-archive-film .film-item .badges span {
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 1px;
  padding: 2px 5px;
  text-transform: uppercase;
}
.post-type-archive-film .film-item .badges span.feature-or-short {
  background-color: var(--wp--preset--color--primary);
  color: contrast-color(var(--wp--preset--color--primary));
}
.post-type-archive-film .film-item .badges span.feature-or-short.Short {
  background-color: var(--wp--preset--color--secondary);
  color: contrast-color(var(--wp--preset--color--secondary));
}
.post-type-archive-film .film-item .badges span.african-or-international {
  background-color: #00BF00;
  color: contrast-color(#00BF00);
}
.post-type-archive-film .film-item .badges span.african-or-international.International {
  background-color: #65DA97;
  color: contrast-color(#65DA97);
}
.post-type-archive-film .film-item .badges span.world-premiere {
  background-color: #e9a53b;
  color: contrast-color(#e9a53b);
}
.post-type-archive-film .film-item .badges span.african-premiere {
  background-color: #d33022;
  color: contrast-color(#d33022);
}
.post-type-archive-film .film-item .badges span.south-african-premiere {
  background-color: #BF0000;
  color: contrast-color(#BF0000);
}
.post-type-archive-film .film-item .image-container a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.post-type-archive-film .film-item .image-container img {
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}
.post-type-archive-film .film-item .post-content-inner {
  font-size: 1rem;
  line-height: 1.3;
}
.post-type-archive-film .film-item .post-content-inner a {
  text-decoration: none;
}
.post-type-archive-film .film-item .post-content-inner em {
  font-weight: 800;
}
.post-type-archive-film .film-item .entry-title {
  font-size: 24px;
  margin-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
}
.post-type-archive-film .film-item .entry-title a {
  text-decoration: none;
}
.post-type-archive-film .film-item .more-link {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.post-type-archive-film .film-item .more-link:hover {
  text-decoration: underline;
}

.tb-grid .wp-block-toolset-ct.h-100 {
  border: 10px solid var(--wp--preset--color--primary);
  height: 100%;
}

.tb-grid-column > * {
  height: 100%;
}

@media only screen and (min-width: 980px) {
  .tb-grid,
  .tb-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.event-archive-filter-container h2 {
  margin: 0;
}
.event-archive-filter-container label[for=wpv-city],
.event-archive-filter-container label[for=wpv-relationship-filter],
.event-archive-filter-container label[for=wpv-event-type] {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.event-archive-filter-container .form-group {
  margin-bottom: 20px;
}
.event-archive-filter-container .wp-block-button__link {
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 5px;
  padding: 8px 12px;
}

.d-grid {
  gap: 30px;
  grid-auto-flow: row;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(275px, 100%), 1fr));
}
.d-grid .event-item {
  border: 1px solid #9e9e9e;
  display: flex;
  height: 100%;
  position: relative;
}
.d-grid .event-item .taxonomy-event-type {
  position: absolute;
  top: 10px;
  left: 10px;
}
.d-grid .event-item .taxonomy-event-type a {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 85%;
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #A6EEAC;
  color: contrast-color(#A6EEAC);
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.d-grid .event-item .event-meta {
  gap: 5px;
  display: grid;
  align-items: center;
  line-height: 1.35;
}
.d-grid .event-item .venue p {
  margin: 0;
}
.d-grid .event-item a.more {
  color: #00BFBF;
  font-weight: 700;
  text-transform: uppercase;
}
.d-grid .event-item a.more:hover {
  color: #E03160;
}

.post-type-archive-guest .d-grid {
  align-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
}
.post-type-archive-guest .d-grid .guest-item {
  display: flex;
  flex-flow: column;
  align-items: stretch;
}
.post-type-archive-guest .d-grid .guest-item .wp-block-post-featured-image {
  margin-bottom: 25px;
}
.post-type-archive-guest .d-grid .guest-item .is-vertical {
  height: 100%;
}
.post-type-archive-guest .d-grid .guest-item h2 {
  font-size: var(--wp--preset--font-size--medium);
  margin: 0;
}
.post-type-archive-guest .d-grid .guest-item a.more {
  color: #00BFBF;
  font-weight: 700;
}
.post-type-archive-guest .d-grid .guest-item a.more:hover {
  color: #E03160;
}

.filter .wp-block-button__link {
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 5px;
  padding: 8px 12px;
}
.filter small {
  font-size: 13px;
}
.filter small.text-muted {
  color: #9e9e9e;
}

.schedule table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 15px;
  width: 100%;
}
.schedule table thead th {
  background: #000000;
  border: 1px solid black;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 10px;
  text-transform: uppercase;
  text-align: left;
}
.schedule table thead th.date, .schedule table thead th.time, .schedule table thead th.book {
  text-align: center;
}
.schedule table tbody td {
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
  vertical-align: middle;
}
.schedule table tbody td.time, .schedule table tbody td.date {
  font-size: 13px !important;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .schedule table tbody td.date {
    white-space: unset;
  }
}
.schedule table tbody td.film {
  padding: 8px 4px;
}
.schedule table tbody td.film a {
  color: #d33022;
  font-weight: 600;
}
.schedule table tbody td.film img {
  vertical-align: middle;
  margin-right: 4px;
}
.schedule table tbody td.venue {
  font-size: 14px !important;
}
.schedule table tbody td span.runtime, .schedule table tbody td span.badge {
  font-size: 13px !important;
}
.schedule table tbody td.book {
  text-align: center;
}
.schedule table tbody td.book .booking-button {
  margin: 0;
}

.schedule-grid {
  font-size: 15px;
}
.schedule-grid .grid-row {
  border-bottom: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
  row-gap: 20px;
  align-items: stretch;
  grid-template-rows: auto auto;
}
.schedule-grid .grid-row div {
  border-bottom: 1px solid #eeeeee;
  padding: 5px;
  text-align: center;
}
.schedule-grid .grid-row div.date {
  font-size: 14px;
}
.schedule-grid .grid-row div.time {
  font-size: 14px;
}
.schedule-grid .grid-row div.film {
  text-align: left;
}
.schedule-grid .grid-row div.film a {
  color: #d33022;
  font-weight: 600;
}
.schedule-grid .grid-row div.film .runtime {
  font-size: 13px;
}

/* 1. Box model sanity (prevents padding overflow issues) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default browser spacing */
html,
body {
  margin: 0;
  padding: 0;
}

/* 3. Prevent horizontal overflow bugs */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  /* use cautiously (see note below) */
}

/* 4. Improve text rendering + scaling */
html {
  -webkit-text-size-adjust: 100%;
}

/* 5. Sensible defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* FLEXBOX STICKY FOOTER */
.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wp-site-blocks main {
  flex: 1;
}

/* ALERTS */
.alert {
  border: 1px solid transparent;
  border-radius: 0.375rem;
  padding: 10px;
  position: relative;
}
.alert.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* Font Awesome Fix */
.wp-block-navigation-item a[href="https://encounters.co.za/"] .wp-block-navigation-item__label::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f015";
  margin-right: 8px;
  display: inline-block;
}

/* SVG Image fixes */
img[src$=".svg"] {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.wp-block-image img[src$=".svg"] {
  width: 100%;
  max-width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image.aligncenter {
  display: block;
}

.icon-step {
  background: black;
  border-radius: 50%;
  color: white;
  height: 40px;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 0;
  width: 40px;
}

/* SITEMAP */
.column-count-3 ul {
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 880px) {
  .column-count-3 ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 500px) {
  .column-count-3 ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.column-count-3 ul ul {
  -moz-column-count: 1;
       column-count: 1;
}

.sitemap a {
  text-decoration: none;
}
.sitemap a:hover {
  text-decoration: underline;
}

/* BLOG */
.blog .wp-block-post-title a {
  text-decoration: none;
}

/* PAGE NUMBERING */
.page-numbers {
  border: 1px solid #aaa;
  line-height: 1;
  margin: 0;
  padding: 10px 16px;
}
.page-numbers .current {
  background: var(--wp--preset--color--primary);
  color: contrast-color(var(--wp--preset--color--primary)) l;
}

@media only screen and (max-width: 700px) {
  .sm-border-none .wp-block-column {
    border-right-color: transparent !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .single-team-highlights {
    border-left-color: transparent;
  }
}/*# sourceMappingURL=style.css.map */