/**
 * Theme Name:  Frost Child 2026 for Encounters
 * Description: Encounters 2026 design
 * Template:    frost
 * Version:     2026.04.24.1832
 * 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-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-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-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);
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.m-0 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h6 {
  font-size: var(--wp--preset--font-size--x-small);
}

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 */
.checkbox_radio_button_wpcc .radio,
.checkbox_radio_button_wpcc .checkbox {
  display: inline-block;
}
.checkbox_radio_button_wpcc input[type=radio] {
  /* This block hides the input fields. */
  position: absolute;
  visibility: hidden !important;
  display: none !important;
}
.checkbox_radio_button_wpcc input[type=radio]:checked {
  /* Button styles when checked. */
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
  font-weight: 900 !important;
  font-style: italic;
}

.checkbox_radio_button_wpcc label {
  /* Now we make the label the button. Style accordingly. */
  border: 1px solid;
  border-color: #e0e0e0;
  border-radius: 5px;
  color: #616161;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 1em !important;
  max-width: 100%;
  padding: 7px;
  margin: 0 5px 5px 0 !important;
  transition: all ease 0.3s;
}
.checkbox_radio_button_wpcc label:hover {
  /* Button styles when hovered. */
  background-color: transparent;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  cursor: pointer;
}

/* HEADER */
.group--menus {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.3);
}

.current-menu-item a {
  color: var(--wp--preset--color--primary);
}

.group--main-menu ul:not(.wp-block-navigation-submenu) > li > a:before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  background: var(--wp--preset--color--secondary);
  width: 0;
  height: 35px;
  bottom: 0;
  left: -15px;
  transition: 0.3s cubic-bezier(0.03, 0.3, 0.4, 0.96);
  transform: skew(-10deg);
}
.group--main-menu ul:not(.wp-block-navigation-submenu) > li > a:before:hover {
  width: calc(90% + 35px);
  margin: auto;
  opacity: 1;
}

/* SOCIAL MENU TOP */
.group--social-menu .buttons--social a {
  color: #ffffff !important;
  line-height: 1 !important;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  min-width: 250px;
}
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: 250px;
}
.wp-block-navigation .has-child .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  min-width: 250px;
}

.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 */
p.film-award {
  font-size: 90%;
}

#feature-tags {
  margin-top: 0;
  padding-top: 0;
}
#feature-tags span,
#feature-tags .badge {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 3px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
#feature-tags span.feature-or-short,
#feature-tags .badge.feature-or-short {
  background-color: var(--wp--preset--color--primary);
  color: white;
}
#feature-tags span.african-or-international,
#feature-tags .badge.african-or-international {
  background-color: var(--wp--preset--color--secondary);
  color: black;
}

.block--special-feature a {
  background-color: #FFD600;
  border-radius: 3px;
  font-size: 90%;
  font-weight: 600;
  margin: 0 3px;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.block--film-metadata p {
  margin: 0;
}
.block--film-metadata a.film-facebook {
  color: #4267b2;
}
.block--film-metadata a.film-imdb {
  color: #f5c518;
}
.block--film-metadata a.film-instagram {
  color: #c13584;
}
.block--film-metadata a.film-twitter {
  color: #1da1f2;
}
.block--film-metadata a.film-website {
  color: #000000;
}
.block--film-metadata a.film-youtube {
  color: #ff0000;
}
.block--film-metadata a.film-youtube-channel {
  color: #ff0000;
}

.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;
}

.get-tickets {
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.get-tickets.bg-lime:hover {
  background-color: #00C853;
}
.get-tickets.bg-green:hover {
  background-color: #AEEA00;
}
.get-tickets.bg-purple:hover {
  background-color: #6200EA;
}
.get-tickets.bg-deep-purple:hover {
  background-color: #AA00FF;
}
.get-tickets.bg-cyan:hover {
  background-color: #00BFA5;
}
.get-tickets.bg-teal:hover {
  background-color: #00B8D4;
}
.get-tickets.bg-yellow:hover {
  background-color: #FFAB00;
}
.get-tickets.bg-red:hover {
  background-color: #DD2C00;
}

/* 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;
}

/* ARCHIVE LOOP */
.post-type-archive-film .film-item {
  background-color: #ffffff;
  border-radius: 1px;
  border: 8px solid var(--wp--preset--color--secondary);
  height: 100%;
  padding: 20px;
}
.post-type-archive-film .film-item .badges {
  text-align: right;
}
.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: #ffffff;
}
.post-type-archive-film .film-item .badges span.feature-or-short.Short {
  background-color: var(--wp--preset--color--secondary);
  color: #000000;
}
.post-type-archive-film .film-item .badges span.african-or-international {
  background-color: var(--wp--preset--color--blue);
  color: #ffffff;
}
.post-type-archive-film .film-item .badges span.african-or-international.International {
  background-color: var(--wp--preset--color--cyan);
  color: #000000;
}
.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;
  font-weight: 900;
  margin-bottom: 3px;
  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;
  }
}
/* 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;
}

.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.badge-warning {
  background-color: rgba(255, 193, 7, 0.8) !important;
  color: #000000 !important;
}
.badge.badge-qa {
  background-color: #eeeeee;
  color: contrast-color(#eeeeee);
}

/* SITEMAP */
.column-count-3 ul {
  -moz-column-count: 3;
       column-count: 3;
}
.column-count-3 ul ul {
  -moz-column-count: 1;
       column-count: 1;
}

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

/* BLOG */
.blog .wp-block-post-title a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */