@charset "UTF-8";
@media screen and (max-width: 990px) {
  .mobile-header {
    display: block !important;
  }
}
.mobile-header {
  display: none;
}

@media (max-width: 990px) {
  .page-width,
  #post {
    max-width: var(--wp--style--global--wide-size);
    margin: auto;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 *  Mixins 
 */
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

body:not(.archive) {
  padding-top: 75px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #000;
  text-decoration: none;
  font-family: inherit;
}

ul {
  list-style: none;
}

#primary,
.archive-wrapper,
.not-logged-in,
.gutenberg,
.wrap,
.page-width {
  flex-grow: 1;
}

.not-logged-in {
  padding: 5em;
}

.noscroll {
  overflow: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.sticky {
  position: sticky;
  top: 0;
}

.dialog-toggle {
  cursor: pointer;
}

input {
  border: unset;
  border-bottom: 1px solid #000;
  width: 5em;
}

input:focus-visible {
  outline: unset !important;
}

body:not(.logged-in) .user-only {
  display: none;
}

a:hover,
a:focus {
  text-decoration-style: initial !important;
}

.clickable {
  cursor: pointer;
}

.external:after,
.external-padding:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon' style='width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213.333333 750.506667L665.173333 298.666667H384V213.333333h426.666667v426.666667h-85.333334V358.826667L273.493333 810.666667 213.333333 750.506667z' fill='' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  width: 15px;
}
@keyframes borderBlink {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: rgb(255, 0, 0);
  }
}
.borderBlink {
  border: 1px solid rgb(255, 0, 0);
  -webkit-animation: borderBlink 1s;
  -webkit-animation-iteration-count: 3;
  animation: borderBlink 1s;
  animation-iteration-count: 3;
  border-color: transparent;
  /* add 'border-color: transparent' if you wish no border to show initially */
}

/* ** 404 ** */
.error-404 {
  text-align: center;
  padding-top: 26%;
}

.error-404 header {
  box-shadow: none;
  height: 100%;
}

.error-404 h1 {
  font-size: 3em;
}

/* ** 404 ** */
/* ** Animated ** */
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.opacity-animated {
  animation: pulse 1s infinite ease-in-out;
}

/* xx Animated xx */
/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
}

:root {
  --fs-700: 3rem;
  --fs-600: 2rem;
  --fs-500: 1.5rem;
  --fs-400: 1rem;
  --fs-200: 0.5rem;
  --wp--preset--font-size--medium: 1em !important;
}

@media (min-width: 990px) {
  :root {
    --fs-700: 3.5rem;
    --fs-600: 2.5rem;
    --fs-400: 1.25rem;
    --fs-200: 0.625rem;
  }
}
span.selected,
.artist-social-button,
.selected > span,
.gallery-toggles .active,
.archive-tax span:hover,
.subterm-wrapper span:hover,
.subterm:has(.subsub span.selected) > span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

/* ** Custom font's rest set ind wp-admin gutenberg ** */
.landing-title,
.subterm-wrapper {
  font-family: var(--wp--preset--font-family--work-sans);
}

.article-date {
  font-family: var(--wp--preset--font-family--gilda-display);
}

.overlay-menu,
.search-top *,
.wp-block-query .wp-block-post-excerpt__excerpt {
  text-transform: uppercase;
}

/* xx Custom font's rest set ind wp-admin gutenberg xx */
/* ** font and family sizes for elements ** */
.extend-search span,
.talent-name {
  font-size: 1em;
}

.extended-search-toggle {
  font-size: 14px;
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
}

.extend-search span {
  font-weight: 500;
}

.talent-name {
  font-weight: 400;
}

.model-info p,
.article-date,
footer a,
.top-right {
  font-size: 0.875em;
}

.gallery-toggles span {
  font-size: 1.01em;
}

.landing-title,
.parent > span {
  font-size: 1.563em;
}

.overlay-menu a:hover {
  -webkit-text-decoration: underline 2px solid #000;
          text-decoration: underline 2px solid #000;
}

.overlay-menu a,
.casting-ammount,
.departments .h2 {
  font-size: 1.2em;
}

.talent-name-single {
  font-size: 2.25em;
}

.front-page-text {
  font-size: 2.5em;
}

.archive-tax .parent,
.gallery-toggles span,
.talent-data-toggle,
.talent-name-wrapper .model-info p,
.category-mobile {
  font-family: var(--wp--preset--font-family--gilda-display);
}

.talent-name,
.talent-name-single,
.page-title {
  font-family: var(--wp--preset--font-family--work-sans);
}

.talent-name,
.subterm-wrapper {
  text-transform: uppercase;
}

.department .active {
  text-decoration: underline;
}

@media (min-width: 990px) {
  .departments .h2,
  .offices .office_active {
    font-weight: 500;
  }
}
@media (max-width: 990px) {
  .article-date {
    font-size: 0.825em !important;
  }
}
/* xx font and family sizes for elements xx */
.xdebug-error,
.xe-warning {
  display: none;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: var(--wp--style--global--wide-size); /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hidden {
  display: none !important;
}

.talent-archive-container,
.search-container-results {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: normal;
  width: var(--wp--style--global--wide-size);
  max-width: var(--wp--style--global--content-size);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: auto;
}

.search-container-results {
  min-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.talent-archive-container::-webkit-scrollbar,
.search-container-results::-webkit-scrollbar {
  display: none;
}

@media (max-width: 990px) {
  .search-container-results .talent-container {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  [data-columns_mobile=one]:not(.search-container-results) .talent-container {
    flex-basis: 100%;
    max-width: 100%;
  }
  [data-columns_mobile=oneHalf]:not(.search-container-results) .talent-container {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  [data-columns_mobile=oneThird]:not(.search-container-results) .talent-container {
    flex-basis: calc(33.3% - 10px);
    max-width: calc(33.3% - 10px);
  }
}
@media (min-width: 990px) {
  .desktop-hidden {
    display: none !important;
  }
  [data-columns_desktop=one] .talent-container {
    flex-basis: 100%;
    max-width: 100%;
  }
  [data-columns_desktop=oneHalf] .talent-container {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  [data-columns_desktop=oneThird] .talent-container {
    flex-basis: calc(33.3% - 6.4px);
    max-width: calc(33.3% - 6.4px);
  }
  [data-columns_desktop=oneFourth] .talent-container {
    flex-basis: calc(25% - 7.5px);
    max-width: calc(25% - 7.5px);
  }
  [data-columns_desktop=oneFifth] .talent-container {
    flex-basis: calc(20% - 8px);
    max-width: calc(20% - 8px);
  }
}
@media (min-width: 991px) {
  .admin-bar .talent-data-wrapper,
  .admin-bar .fixed,
  .admin-bar .sticky,
  .admin-bar .overlay-menu {
    top: 32px;
  }
  .admin-bar .header-search {
    top: 107px;
  }
  body:not(.admin-bar) .search-top {
    top: 0;
  }
}
.desktop-header {
  width: var(--wp--style--global--wide-size);
  max-width: var(--wp--style--global--content-size);
  margin: auto;
  height: 100%;
}

.desktop-header a:hover {
  text-decoration: underline;
}

.current-menu-item {
  text-decoration: underline;
}

header {
  overflow: hidden;
  top: 0;
  overflow-y: hidden;
  width: 100%;
  height: 75px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.03);
  flex-shrink: 0;
}

.single header,
.archive header {
  box-shadow: none !important;
}

.archive-header,
.talent-data-wrapper {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.03);
}

.header-menu div:last-child:not(.main-logo) ul {
  display: flex;
  list-style: none;
  justify-content: end;
  gap: 20px;
  align-self: center;
  padding-right: unset;
  padding-left: 0;
}

#menu-left-main-menu .user-only a {
  text-transform: uppercase;
}

.overlay-menu {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  z-index: 778;
  top: 0;
}

.overlay-menu li {
  font-size: 1.75em;
}

@media screen and (min-width: 990px) {
  .overlay-menu li {
    font-size: 3em;
  }
}
.header-menu.header-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.main-logo {
  width: 115px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-menu div:first-child ul {
  display: flex;
  width: 33%;
  gap: 100px;
  padding-left: unset;
}

.header-menu div:last-child:not(.main-logo) ul li:first-child {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.header-menu > div {
  display: flex;
  align-items: center;
  min-width: 33%;
  min-height: 100%;
}

.header-menu > div:last-child {
  justify-content: end;
}

.menu-overlay-toggle.clickable {
  height: 25px;
}

.overlay-menu > div:not(.close) {
  max-width: var(--wp--style--global--content-size);
  margin: 20px auto;
}

.menu-overlay-toggle.clickable svg {
  height: 25px;
  width: 25px;
}

.menu-overlay-toggle.close {
  height: 30px;
  width: 30px;
  margin-top: 1.5em;
  margin-left: 5vw;
}

.cat-wrapper {
  z-index: 3;
  background-color: white;
  height: 100px;
}

ul {
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}

.post-type-archive-artist .archive-header {
  height: 75px;
}

.post-type-archive-artist .archive-filter {
  margin-top: 0;
  margin-bottom: 0;
  position: unset;
}

.overlay-menu > div > ul {
  margin: unset;
  padding: unset;
  line-height: 4em;
}

@media (max-width: 990px) {
  .menu-item-1923,
  .menu-item-1924,
  .menu-item-1846 {
    display: none;
  }
  .logged-in header {
    top: 0px;
  }
  .menu-overlay-toggle.close {
    margin-top: 20px;
    margin-left: 1rem;
  }
  .menu-main-menu-.header-menu div:first-child li:last-of-type {
    display: none;
  }
  .header-menu div:first-child li:not(.clickable) {
    display: none;
  }
  ul {
    -webkit-padding-end: 10px;
            padding-inline-end: 10px;
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
  .header-menu a {
    width: 33%;
    text-align: -webkit-center;
  }
  .archive-header {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.external-padding {
  padding-top: 1em;
}

.return-to-top {
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.return-to-top img {
  transform: rotate(90deg);
}

.return-to-top:hover {
  opacity: 0.7 !important;
}

footer a:hover {
  text-decoration: underline;
}

@media (min-width: 991px) {
  footer#colophon {
    flex-shrink: 0;
    box-sizing: border-box;
    width: var(--wp--style--global--wide-size);
    max-width: var(--wp--style--global--content-size);
    margin: auto;
  }
  .footer-wrapper {
    border-top: 1px solid black;
    display: flex;
    text-transform: uppercase;
    gap: 25px;
  }
  .footer-section {
    display: flex;
    gap: 5%;
    width: -moz-fit-content !important;
    width: fit-content !important;
    text-align: right;
  }
  .footer-section p {
    width: 100%;
  }
  .footer-section:nth-child(3) {
    width: 100% !important;
    text-align: left;
  }
}
@media (max-width: 990px) {
  footer#colophon {
    margin-top: 1rem;
    width: var(--wp--style--global--wide-size);
    max-width: var(--wp--style--global--content-size);
    margin: auto;
  }
  .footer-wrapper * {
    text-align: left;
    margin: 0.2em 0;
  }
  .footer-wrapper {
    border-top: 1px solid black;
    font-size: 14px;
    padding: 0 1rem;
    display: flex;
    text-transform: uppercase;
    max-width: var(--wp--style--global--wide-size);
    margin: auto;
    flex-flow: column;
    height: 135px;
    flex-wrap: wrap;
  }
  .footer-section {
    width: 50% !important;
  }
  .footer-section {
    text-align: center;
  }
  .footer-section:first-of-type {
    text-align: start;
  }
  .footer-section:last-of-type {
    text-align: end;
  }
}
.button {
  background: #fff;
  position: relative;
  cursor: pointer;
}

.button:active {
  background: #ffffff;
}

.button--loading {
  color: gray;
}

.button-dark {
  background-color: black !important;
  color: white;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #000000;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

.talent-social-button {
  border: 1px solid #000;
  display: flex;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  text-align: center;
  padding: 1em;
  justify-content: center;
}

.addnewfam {
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.recommended-wrapper {
  display: flex;
  gap: 3.3333333333px;
  overflow-y: scroll;
  padding-top: 10px;
  overflow: hidden;
}
.recommended-wrapper .talent-wrapper {
  position: relative;
}

.prev,
.next {
  cursor: pointer;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.owl-carousel .owl-wrapper-outer {
  overflow: inherit !important;
}

.search-top .search-toggle {
  width: 18px;
  right: 0;
  cursor: pointer;
}

.extended-search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.search-toggle a {
  font-size: 20px;
  margin-right: 20px;
}

.search-toggle {
  max-width: 20px;
}

.extended-search-toggle {
  margin: 0 2rem;
  cursor: pointer;
}

#models_clear {
  display: none;
}

.header-search {
  position: fixed;
  z-index: 777;
  width: 100%;
  max-height: 100%;
  top: 75px;
}

.header-search .archive-wrapper {
  margin-top: 0;
}

.header-search:has(.extended-search-wrapper.invisible) {
  height: 75px;
}

@media screen and (min-width: 990px) {
  .header-search:has(.search-results .talent-wrapper) {
    height: unset !important;
  }
}
.header-search .search-results.archive-wrapper .active {
  overflow-y: scroll !important;
  height: 100vh;
  padding-bottom: 50vh;
}

.extended-search-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.extended-search-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
}

.extended-search-wrapper,
.search-results {
  background-color: #fff;
}

.extended-search-select.family-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  flex-direction: column;
}

.family-wrapper {
  display: flex;
}

.family > div {
  width: 100%;
}

.search-button {
  padding: 1rem 1rem 2rem 1rem;
  width: var(--wp--style--global--wide-size);
  text-align: center;
}

.search-button button {
  cursor: pointer;
  background: black;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
}

span.row-title {
  text-align: left;
  font-weight: 400;
}

.search-row {
  width: 100%;
  display: flex;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  flex-wrap: wrap;
}

.search-input-wrapper {
  display: flex;
  margin: 1rem 0;
  justify-content: center;
  flex-direction: column;
  width: 15%;
  min-width: 60px;
}

.extended-search-select.family-search .search-row {
  width: 100%;
}

.row-title-to {
  display: inline-flex;
  align-items: center;
  color: rgb(153, 153, 153);
}

.model-name-search-expanded {
  width: 100%;
}

.search-top .search-input-row {
  align-items: center;
}

.search-input-wrapper.group .search-select {
  width: 43%;
}

.search-select select {
  display: flex;
  border: none;
  outline: none !important;
  border-bottom: 1px solid #000;
  width: 200px;
  color: rgb(153, 153, 153);
}

.search-top .search-input-row input {
  width: 12rem;
}

.search-input-row input {
  width: 42.96%;
}

.search-input-row {
  display: flex;
  justify-content: space-between;
}

.search-select select {
  width: 100%;
}

.remove-member {
  margin-top: 1.9em;
  font-size: x-large;
  font-weight: 500;
}

.spinner-wrapper {
  padding: 0;
  border: none;
  z-index: 999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}

.spinner {
  width: 50px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  animation: rotate 1.5s linear infinite;
}

.spinner-wrapper::backdrop {
  background: rgba(255, 255, 255, 0.3);
}

.spinner::before,
.spinner::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px solid transparent;
}

.spinner::after {
  inset: 0;
  border-bottom: 4px solid #000;
  animation: rotate 0.5s linear infinite reverse;
}

.spinner::before {
  inset: 4px;
  border-left: 4px solid #000;
  animation: rotate 1.5s linear infinite;
}

.add-person-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-left: 10px;
}

.invisible {
  display: none;
}

.search-top {
  position: fixed;
  right: 5%;
  display: flex;
  place-content: flex-end;
  align-items: center;
  min-height: 75px;
}

.extended-search-select {
  display: flex;
  max-width: var(--wp--style--global--wide-size);
  margin: auto;
  width: 100%;
}

.extended-search-wrapper {
  flex-flow: column;
}

@media screen and (min-width: 990px) {
  .model-search-container {
    height: 100%;
    justify-content: flex-start;
  }
  .admin-bar .search-top {
    top: 32px;
  }
}
.search-image-wrapper .casting-talent-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  place-items: center;
  justify-content: center;
  transition: all 0.5s;
  display: flex;
}
.search-image-wrapper .casting-talent-overlay:hover:not(.nodata) {
  opacity: 1;
  background: rgba(0, 0, 0, 0.58);
}
.search-image-wrapper .casting-talent-data-wrapper .model-info {
  margin: 10px;
}
.search-image-wrapper .casting-talent-data-wrapper {
  max-height: 100%;
}
.search-image-wrapper .model-data.group {
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 14px;
  align-items: center;
}
.search-image-wrapper .model-info {
  color: white;
}
.search-image-wrapper .model-key {
  font-weight: 400;
  margin: 0;
}
.search-image-wrapper .talent-data-skeleton {
  background: #e5e5e5;
  border-radius: 8px;
  width: 100px;
  height: 14px;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-loader {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.dot-loader > div {
  width: 18px;
  height: 18px;
  background-color: #191914;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #fff;
}

.dot-loader .bounce1 {
  animation-delay: -0.32s;
}

.dot-loader .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@media (max-width: 990px) {
  .search-row {
    width: 100%;
  }
  .admin-bar .search-top {
    top: 0;
  }
  .search-select select {
    width: 100%;
  }
  .extended-search-select {
    padding-bottom: 5vh;
  }
  .search-top-right {
    top: 2vh;
  }
  .search-input-row input {
    width: 100%;
  }
  .model-name-search-expanded {
    width: 100%;
  }
  .search-input-wrapper {
    width: 100%;
  }
  .search-button {
    position: sticky;
    width: 100%;
    text-align: center;
    height: 10%;
    bottom: 0;
    bottom: calc(0px + env(safe-area-inset-bottom));
    background: white;
    margin: unset !important;
  }
  .search-button button {
    background: black;
    width: 100%;
    color: white;
    height: 100%;
    border: none;
  }
  .search-container-results {
    width: auto;
  }
  .remove-member {
    margin-top: 0.7rem;
    left: 15%;
    position: absolute;
    font-weight: 400;
  }
  .search-top > .search-input-row {
    display: none;
  }
  .mobile-hidden {
    display: none;
  }
  .family-wrapper .search-row {
    display: flex !important;
  }
  .extended-search-wrapper {
    display: flex !important;
    max-width: 100%;
  }
  .extended-search-toggle.mobile {
    display: flex !important;
    order: 2;
    text-decoration: underline;
    visibility: visible;
    margin: 1rem 0;
    margin-right: auto;
    font-weight: 500;
  }
  .extended-search-toggle.mobile span {
    width: 145px;
  }
  .extended-search-toggle {
    position: unset !important;
    top: unset !important;
    right: unset !important;
    order: 2;
  }
  .search-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-height: 50px;
    top: 0;
  }
  .header-search {
    position: fixed;
    overflow-y: scroll;
    z-index: 777;
    min-height: 100%;
    top: 60px;
  }
  .extended-search-toggle:not(.mobile) {
    display: none;
  }
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  place-content: center;
}

.modal-content input {
  width: 80%;
  height: 2.8em;
}

.modal-content button {
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0.8em;
  justify-content: center;
  background-color: white;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* The Close Button */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-button {
  width: 100%;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-top: 15px;
}

.modal .close {
  height: 20px;
  width: 20px;
  margin-left: auto;
}

.single-casting .modal {
  padding-top: 200px;
}
.single-casting .modal .close {
  position: absolute;
  right: 36%;
  top: 215px;
}
.single-casting .newCategory {
  width: 100%;
  margin: 1.8rem 0;
}

.page-template-author-posts .modal .close {
  position: absolute;
  right: 36%;
  top: 115px;
}

@media (max-width: 990px) {
  .modal-content {
    width: 90% !important;
  }
  .single-casting .modal {
    padding-top: 200px;
  }
  .single-casting .modal .close {
    position: absolute;
    right: 10%;
    top: 215px;
  }
  .single-casting .newCategory {
    width: 100%;
    margin: 1.8rem 0;
  }
  .page-template-author-posts .modal .close {
    position: absolute;
    right: 10%;
    top: 115px;
  }
  .page-template-author-posts .deleteButton {
    position: absolute;
    right: 20px;
  }
}
[data-tooltip] {
  --arrow-size: 5px;
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 5px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
}

/* Tooltip arrow */
/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
}

/* 
    Arrow slide down effect only on mouseenter (NOT on mouseleave)
  */
[data-tooltip]:hover:after {
  transition-delay: 0.5s; /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
    That's it for the basic tooltip.

    If you want some adjustability
    here are some orientation settings you can use:
  */
/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location=left]:before,
[data-tooltip-location=left]:after {
  left: auto;
  right: calc(100% + var(--arrow-size));
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location=left]:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}

[data-tooltip-location=left]:hover:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location=left]:after {
  border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location=left]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* RIGHT */
[data-tooltip-location=right]:before,
[data-tooltip-location=right]:after {
  left: calc(100% + var(--arrow-size));
  bottom: 50%;
}

[data-tooltip-location=right]:before {
  transform: translateY(45%);
}

[data-tooltip-location=right]:hover:before {
  transform: translate(var(--arrow-size), 50%) scale(1);
}

[data-tooltip-location=right]:after {
  border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location=right]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
[data-tooltip-location=bottom]:before,
[data-tooltip-location=bottom]:after {
  top: calc(100% + var(--arrow-size));
  bottom: auto;
}

[data-tooltip-location=bottom]:before {
  transform: translate(-50%, var(--arrow-size)) scale(0.5);
}

[data-tooltip-location=bottom]:hover:before {
  transform: translate(-50%, var(--arrow-size)) scale(1);
}

[data-tooltip-location=bottom]:after {
  border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}

.landing-container > .article-container:nth-child(n+3) {
  order: 3;
}

.sticky-post + .landing-container > .article-container:nth-child(n+2) {
  order: 3;
}

.landing-container > .article-container:nth-child(1).half-width + .article-container {
  order: unset;
  width: calc(50% - 10px) !important;
}

.landing-container > .article-container:nth-child(1).third-width + .article-container,
.landing-container > .article-container:nth-child(1).third-width + .article-container + .article-container {
  order: unset;
  width: calc(33.333333% - 10px) !important;
}

.article-container {
  margin-bottom: 5vw;
}

body:not(:has(.sticky-post)) .article-container:nth-child(2) {
  margin-bottom: 0;
}

.sticky-post + .landing-container > .article-container:first-child {
  margin-bottom: 0;
}

.become-model-container {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  margin-top: 2em;
  order: 2;
}

.sticky-post {
  padding-bottom: 5vh;
}

.become-model-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  margin-bottom: 5vh 0;
}

.become-model-wrap span {
  font-size: 2.5em;
  font-family: var(--wp--preset--font-family--gilda-display);
}

.become-model-wrap .subheading {
  font-size: 1.5em;
  margin-top: 5vh;
}

.landing-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.landing-container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1800px;
  width: var(--wp--style--global--content-size);
  margin: auto;
}

.landing-image-wrapper {
  width: 100%;
}

#video video {
  width: -webkit-fill-available;
}

.landing-image-wrapper {
  width: 100%;
}

.image-video {
  height: 100%;
  padding-bottom: unset;
}

#video {
  align-self: center;
}

.gallery-wrapper video {
  max-width: 100%;
}

video.video.lazy.entered.loaded {
  height: 100%;
}

.sticky-post {
  width: 100%;
}

.sticky-post .front-page-image-wrapper {
  overflow: hidden;
  height: 100%;
}

#video {
  height: 100%;
}

.video {
  height: 100%;
  width: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sticky-post .landing-article-text-container {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
  align-self: center;
}

.landing-article-text-container {
  padding: 1em 0;
}

.sticky-post .frontpage-wrapper {
  position: relative;
  display: grid;
}

@media screen and (min-width: 990px) {
  .sticky-post .frontpage-wrapper {
    height: 80vh;
  }
  .become-model-wrap span {
    line-height: 55px;
  }
  .full-width .landing-image {
    height: 65vh;
  }
}
@media screen and (max-width: 990px) {
  .sticky-post .frontpage-wrapper {
    height: 40vh;
  }
  .become-model-wrap span {
    font-size: 32px !important;
    line-height: 45px;
  }
}
.sticky-post * {
  color: white;
}

.sticky-post .landing-title {
  font-weight: 500 !important;
  font-size: 4rem;
  text-transform: uppercase;
}

.sticky-post .landing-image {
  background-position: top;
  background-size: cover !important;
  padding-bottom: unset !important;
  height: 100%;
}

.sticky-post .article-date {
  display: none;
}

.article-date {
  text-transform: uppercase;
}

.landing-title:not(:first-child) {
  font-weight: 600;
  text-transform: uppercase;
  margin: unset;
}

.wp-block-post-template.is-flex-container li {
  padding-top: 15px !important;
}

.article-content:not(:first-child) {
  font-weight: 500;
  text-transform: uppercase;
}

.front-page-image-wrapper {
  display: flex;
}

@media (max-width: 990px) {
  :not(.sticky-post) > .full-width .landing-image-wrapper {
    width: calc(50% - 10px);
  }
  .full-width .front-page-image-wrapper div:nth-child(3) {
    display: none;
  }
  .landing-image {
    height: 35vh !important;
  }
  .third-width {
    width: calc(50% - 10px) !important;
  }
  .third-width + .third-width + .third-width {
    width: 100% !important;
  }
  .third-width + .third-width + .third-width .landing-image {
    height: 60vh;
  }
  .become-model-wrap {
    margin-bottom: 0;
    padding: 0;
  }
  .become-model-wrap span {
    font-size: 1em;
  }
  .become-model-wrap .subheading {
    font-size: 1em;
    margin-top: 1vh;
  }
  .sticky-post .landing-article-text-container div {
    font-size: 1em;
    font-weight: 500;
  }
  .sticky-post .landing-article-text-container.wide div {
    font-size: 2.5rem;
  }
  .landing-title:not(:first-child) {
    font-size: 1rem;
  }
  .article-content:not(:first-child) {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .sticky-post .landing-article-text-container {
    font-size: 18px;
  }
  .sticky-post .landing-article-text-container h2 {
    font-size: 2em;
    font-weight: 500;
  }
  .sticky-post .landing-article-text-container.wide div {
    font-size: 1.5rem;
  }
}
.sticky-post .become-model-wrap span {
  font-size: 1.5em;
  width: var(--wp--style--global--content-size);
}
.sticky-post .become-model-wrap .subheading {
  font-size: 1em;
  margin-top: 2vh;
}
.sticky-post .become-model-wrap {
  margin-bottom: 5vh;
}

.archive-header {
  position: fixed;
  background: #fff;
  width: 100vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 25px 5vw;
  z-index: 69;
  margin-top: 75px;
  transition: all 0.15s;
}

.archive-header:has(.archive-filter-wrapper > .alphabet-wrapper) {
  flex-wrap: wrap;
}

.archive-wrapper {
  margin-top: 150px;
}

.alphabet-wrapper {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  width: 50%;
  margin: auto;
  padding-left: 50px;
}

.alphabet-link,
.men,
.women {
  cursor: pointer;
}

.alphabet-link.selected {
  font-weight: 600;
  text-decoration: none;
}

.thumbnail-wrapper {
  background-size: contain;
  padding-bottom: 133%;
}

.arrangebutton span {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.arrangebutton input {
  height: 34px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  border: none;
  display: inline-block;
  vertical-align: middle;
}

.arrangebutton svg {
  width: 13px;
}

.load-all {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 100%;
}

.load-all span {
  text-decoration: underline;
  text-transform: uppercase;
}

.subterm-wrapper.subactive {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: var(--wp--style--global--content-size);
}

.subsub {
  display: flex;
  flex-flow: column;
}

.parent > span {
  text-transform: uppercase;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.subterm-wrapper .subterm {
  padding-right: 2em;
}

.parent:last-of-type span {
  left: 20%;
}

@media screen and (min-width: 990px) {
  .subterm-wrapper:not(.subsub) {
    display: flex;
    position: absolute;
    z-index: 1;
  }
  .archive-tax {
    line-height: 35px;
  }
  .subsub:has(span.selected) {
    display: none;
  }
  .subterm:has(.subsub > span.selected:hover) > span {
    text-decoration: none !important;
  }
  .subterm:hover:has(.subsub span.selected) > span {
    text-decoration: none !important;
  }
  .archive-tax:hover:has(.subsub span.selected) .subsub {
    display: flex !important;
  }
  .subterm-wrapper {
    background-color: #fff;
    width: 1000%;
    padding-left: 1000px;
    margin-left: -1000px;
  }
  .subterm:hover .subterm-wrapper:has(div) {
    min-height: 129px;
  }
  .subsub {
    position: absolute;
  }
  .parent:hover > .subterm-wrapper {
    display: flex !important;
  }
  .archive-tax:has(.parent:hover) .subterm-wrapper:not(.subsub) {
    display: none;
  }
  .subsub.hidden {
    display: flex !important;
    visibility: hidden;
    width: 100%;
  }
  .subterm.link-wrapper:hover .subterm-wrapper {
    visibility: visible;
  }
}
.archive-tax {
  display: flex;
  gap: 5vw;
  align-items: flex-start;
  transition: all 0.3s;
}

.parent:hover > .subterm-wrapper {
  display: flex !important;
}

.archive-filter {
  position: relative;
  width: 50px;
  height: 100%;
  flex-basis: fit-content;
}

.archive-filter-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: inherit;
}

.archive-filter-wrapper:has(.alphabet-wrapper) {
  padding-top: 50px;
}

.thumbnail-wrapper {
  background-size: cover;
  padding-bottom: 133%;
  background-repeat: no-repeat;
  background-position: top;
}

.thumbnail-wrapper.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.archive-talent-link {
  position: relative;
  display: block;
}

.search-image-wrapper:hover > .thumbnail-wrapper {
  display: block !important;
}

.archive-talent-overlay {
  position: absolute;
  width: 100%;
  visibility: hidden;
  z-index: 1;
  bottom: 0;
  height: 40px;
}

.talent-wrapper:hover .archive-talent-overlay {
  visibility: visible;
}

.talent-wrapper {
  position: relative;
}

.talent-archive-container .talent-wrapper.bw {
  filter: grayscale(1);
}

.talent-archive-container .talent-wrapper.bw,
.search-results .talent-wrapper.bw {
  filter: grayscale(1);
}

.talent-wrapper.bw:hover {
  filter: grayscale(0);
}

.parent.link-wrapper {
  cursor: pointer;
}

.archive-talent-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  max-height: 2em;
  font-size: var(--fs-400);
}

.archive-talent-overlay.casted {
  visibility: visible !important;
}

.extend-search span {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}

.talent-name {
  margin: 10px 0;
  height: 50px;
}

.cast-link-remove .cast {
  display: none;
}

.cast-link:not(.cast-link-remove) .uncast {
  display: none;
}

.arrangebutton div {
  cursor: pointer;
}

/*-- Couloms options --*/
.arrangebutton > div:before {
  font-size: 30px;
}

.arrangebutton > .oneHalf:before {
  content: "▯▯";
}

.arrangebutton > .oneHalf.active:before {
  content: "▮▮";
}

.arrangebutton > .oneThird:before {
  content: "▯▯▯";
}

.arrangebutton > .oneThird.active:before {
  content: "▮▮▮";
}

.arrangebutton > .oneFourth:before {
  content: "▯▯▯▯";
}

.arrangebutton > .oneFourth.active:before {
  content: "▮▮▮▮";
}

.arrangebutton > .oneFifth:before {
  content: "▯▯▯▯▯";
}

.arrangebutton > .oneFifth.active:before {
  content: "▮▮▮▮▮";
}

.arrangebutton {
  display: flex;
  float: right;
  letter-spacing: -7px;
}

.icon-caret svg {
  width: 20px;
  transform: rotate(180deg);
}

.link-wrapper.selected + .icon-caret svg {
  transform: rotate(0deg) !important;
}

.talent-category {
  font-family: var(--wp--preset--font-family--work-sans);
}

@media screen and (min-width: 990px) {
  /* ** temp ** */
  .archive-header.sticky {
    position: fixed;
    left: 0;
    right: 0;
  }
  .archive-wrapper.artist-archive {
    margin-top: 165px;
  }
  .archive-header:has(.alphabet-wrapper) ~ div .archive-wrapper {
    padding-top: 100px;
  }
  .talent-wrapper:hover .archive-talent-overlay {
    display: block !important;
    position: absolute;
    width: 100%;
  }
  /* xx temp xx */
  .mobile-exit {
    display: none;
  }
  .categories-mobile {
    display: none;
  }
  .talent-wrapper .casting-button {
    display: none;
  }
  .talent-container:has(.talent-category) .talent-name {
    height: unset;
    margin-bottom: 0;
    font-size: 1.5em;
  }
  .talent-category {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .archive-filter-wrapper:has(.alphabet-wrapper) {
    padding-top: 0;
  }
  .talent-archive-container {
    padding-top: 0;
  }
  .talent-container {
    display: flex;
    flex-direction: column;
  }
  .talent-container:has(.talent-category) .talent-name {
    height: unset;
    margin-bottom: 0;
    font-size: 1.5em;
    text-align: center;
  }
  .talent-category {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .talent-bottom-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .archive-header {
    background: #fff;
    width: 100vw;
    padding: 0 5vw;
    margin-top: 65px;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: none;
  }
  .archive-tax {
    line-height: 45px;
  }
  .selected ~ .subsub.hidden {
    visibility: visible !important;
    display: flex !important;
  }
  .archive-filter-wrapper {
    padding: 0;
    max-width: unset;
    width: unset;
    margin: auto 0;
  }
  .parent:hover > .subterm-wrapper {
    flex-direction: column;
  }
  .archive-talent-overlay {
    display: none;
  }
  .archive-talent-overlay:has(.instagram-link) {
    display: inline;
    visibility: visible;
    position: absolute;
  }
  .talent-wrapper .casting-button:not(.casting-page) {
    order: 4;
    margin: auto;
  }
  .archive-wrapper .casting-button {
    padding-top: unset !important;
  }
}
@media (max-width: 990px) {
  .extend-search {
    padding-top: 0;
    margin-left: 4vw;
  }
  .talent-wrapper .casting-button.casting-rotate {
    margin-left: 38%;
  }
  .columns {
    position: relative;
  }
  .load-all {
    margin-top: 25vw;
  }
  .alphabet-container {
    display: none;
  }
  .talent-wrapper {
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  .archive-talent-overlay {
    order: 3;
  }
  a.archive-talent-link {
    order: 1;
    width: 100%;
  }
  h4.talent-name {
    order: 1;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 40px;
    margin-bottom: unset;
    text-align: center;
  }
  .archive-tax {
    width: 65%;
    background-color: white;
    position: fixed;
    z-index: 69;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-height: unset !important;
    top: 0;
    left: 0;
    flex-flow: column;
    align-content: unset !important;
  }
  .tax-right {
    top: 0;
    right: 0 !important;
    width: 35% !important;
    opacity: 0.5;
    left: unset;
  }
  .talent-wrapper {
    text-align: center;
    justify-content: center;
  }
  .categories-mobile {
    display: flex;
    align-items: center;
    height: 34px;
    margin: 10px 0;
  }
  .categories-mobile::before {
    content: "CATEGORIES";
  }
  .categories-mobile::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M14 20.001a.994.994 0 0 1-.747-.336l-8-9a.999.999 0 0 1 0-1.328l8-9a1 1 0 0 1 1.494 1.328l-7.41 8.336 7.41 8.336a.998.998 0 0 1-.747 1.664z' stroke='black' stroke-width='2px' /%3E%3C/svg%3E");
    display: block;
    height: 10px;
    width: 10px;
    transform: rotate(180deg);
    margin-left: 5px;
  }
  .archive-tax {
    display: none;
    flex-wrap: wrap;
  }
  .toggleFlex {
    display: flex !important;
    height: 100%;
    align-content: flex-start;
  }
  .mobile-exit {
    margin: 15px 15px 0 auto;
  }
  .mobile-exit::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m11.414 10 6.293-6.293a1 1 0 1 0-1.414-1.414l-6.293 6.293-6.293-6.293a1 1 0 0 0-1.414 1.414l6.293 6.293-6.293 6.293a1 1 0 1 0 1.414 1.414l6.293-6.293 6.293 6.293a.998.998 0 0 0 1.707-.707.999.999 0 0 0-.293-.707l-6.293-6.293z'/%3E%3C/svg%3E");
    display: block;
    width: 20px;
    height: 20px;
  }
  .parent.link-wrapper {
    margin: 0 0.8rem;
    width: 90%;
  }
  .parent:last-of-type span {
    left: unset !important;
  }
  .subsub.subterm-wrapper {
    margin-left: 1rem;
  }
  .arrangebutton {
    position: unset;
    top: unset;
    right: unset;
  }
  .arrangebutton span {
    height: 34px;
  }
  .arrangebutton {
    align-items: center;
  }
  .parent > span {
    position: unset;
  }
}
.my-casting-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subhead-mycastings {
  display: flex;
  place-content: space-between;
  margin-top: 6rem;
  margin-bottom: 3rem;
  text-align: center;
}

.author-casting-wrapper {
  width: calc(50% - 10px);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.my-talents-wrapper {
  display: flex;
}

.casting-talents-wrapper {
  width: 33.3333333333%;
  padding: 10px;
}

.deleteButton {
  text-align: right;
  margin: 1rem;
}

.my-casting-specs {
  text-align: center;
}

.my-casting-count {
  padding: 10px;
}

.copy-casting {
  margin: 1rem;
  cursor: pointer;
}

.empty-casting {
  color: grey;
  font-size: 0.75em;
  cursor: pointer;
}

.empty-casting:hover {
  color: black;
}

@media (max-width: 990px) {
  .author-casting-wrapper {
    width: 100%;
  }
  .my-casting-specs {
    margin-top: 1.8rem;
  }
  .page-template-author-posts .casting-wrapper .talent-wrapper:nth-child(3) {
    display: none;
  }
  .subhead-mycastings {
    flex-wrap: wrap-reverse;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    justify-content: center !important;
  }
  .multiselect {
    margin-top: 2rem;
  }
  .overSelect {
    margin-top: 1rem;
  }
}
.casting-wrapper {
  display: flex;
  gap: 10px;
}

.page-template-page-casting .page-width,
.casting-wrapper,
.my-casting-wrapper,
.subhead-mycastings {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.casting-model-wrapper {
  width: 25%;
}

.casting-settings {
  display: flex;
  flex-wrap: wrap;
}

.casting-talent-note {
  width: 100%;
  border: unset;
  border-bottom: 1px solid #000;
  resize: none;
}

.casting-talent-note:focus-visible {
  outline: unset !important;
}

.casting-talent-name {
  margin-bottom: 2rem;
}

.casting-remove-talent {
  height: 20px;
  width: 20px;
}

.casting-form-wrapper {
  display: flex;
  justify-content: space-between;
}

.casting-top {
  height: 15rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
}

.casting-top > * {
  width: 100%;
}

.selection-wrapper {
  display: flex;
  justify-content: space-between;
}

.casting-ammount {
  font-weight: 500;
}

a.casting-form-get {
  text-decoration: underline;
  cursor: pointer;
}

.cast-link {
  cursor: pointer;
}

/*single-casting-------------------------------------------*/
.casting-wrapper .talent-wrapper {
  width: calc(25% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.casting-title-wrapper {
  text-align: center;
  margin: 4px;
}

.casting-topbar-wrapper {
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 5vw;
}

.casting-topbar {
  display: flex;
  justify-content: space-between;
}
.casting-topbar input {
  width: 15%;
}

@media (max-width: 990px) {
  .casting-topbar {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .casting-topbar :nth-child(1) {
    order: 2;
  }
  .casting-topbar :nth-child(2) {
    order: 1;
  }
  .casting-topbar :nth-child(4) {
    order: 3;
    flex-basis: 100%;
    justify-content: right;
    margin-top: 50px;
  }
  .multiselect {
    width: unset !important;
    margin-left: auto;
    margin-right: auto;
  }
  .casting-topbar #Title {
    width: 90%;
    padding: 10px;
  }
  .catSelect {
    justify-content: center !important;
  }
  .casting-topbar-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .casting-submit {
    margin-top: -50px;
  }
  .recommended-wrapper {
    display: none;
  }
}
.removetalent {
  height: 20px;
  width: 20px;
}

/* --- Casting pop-up --- */
.casting-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.casting-post {
  max-width: calc(33% - 10px);
}

.casting-popup {
  position: fixed;
  right: 1vw;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1019607843);
  padding: 4em;
  max-width: 33%;
  z-index: 4;
}

.casting-popup-image {
  background-size: cover;
  padding-bottom: 133%;
  background-repeat: no-repeat;
  background-position: top;
}

.casting-popup .talent-wrapper {
  width: calc(33% - 10px);
}

.casting-remove-all {
  font-size: 0.8em;
}

.casting-popup-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 10px;
}

.casting-popup-buttons button {
  min-width: 33%;
  height: 4em;
  margin: unset;
}

.casting-popup .casting-wrapper {
  max-height: 50vh;
  overflow-y: scroll;
}

button.approval-button.casting-submit {
  padding: 0.8rem;
  border: 1px solid;
  background: white;
  cursor: pointer;
}

.button {
  padding: 0.8rem;
  border: 1px solid;
  background: white;
  cursor: pointer;
}

button#createNewCat {
  border: unset;
  border-top: 1px solid;
  background: white;
  display: flex;
}

button#createNewCat svg {
  height: 18px;
  width: 18px;
  align-self: center;
}

button.deleteButton {
  border: unset;
  background: white;
  display: flex;
}

button.deleteButton svg {
  height: 24px;
  width: 24px;
  align-self: center;
  cursor: pointer;
}

.deleteButton svg {
  cursor: pointer;
}

input#Title {
  border: 1px solid #000;
}

.send-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 2rem;
}

.send-wrapper > * {
  width: 95.6%;
}

.send-wrapper > *:not(span) {
  margin: 0.8rem;
  padding: 0.8rem 0;
}

.send-wrapper .button {
  width: 60%;
}

.send-wrapper .title {
  font-weight: 500;
  font-size: 24px;
}

.casting-name-container {
  display: flex;
  align-items: center;
}

.casting-email {
  display: flex;
  justify-content: space-between;
}

.no-castings {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
}

.no-castings span {
  font-size: 4em;
  font-family: var(--wp--preset--font-family--gilda-display);
}

@media (min-width: 990px) {
  .casting-name-container {
    margin-bottom: 2vw;
  }
  .casting-name-container > .casting-button {
    width: 15px;
    margin-left: 5px;
  }
  .casting-to,
  .casting-from {
    width: 45%;
  }
  .send-casting-wrapper {
    text-align: -webkit-center;
    margin-bottom: 15vh;
  }
  .send-wrapper {
    width: 40%;
  }
  .sendbtn {
    margin-top: 40px !important;
  }
  .send-wrapper .button {
    width: 20%;
  }
  .casting-button.casting-page {
    display: flex;
  }
  .casting-name {
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  .no-castings span {
    font-size: 2em;
  }
  .casting-name-container {
    order: -1;
    justify-content: space-between;
    min-height: 15vw;
  }
  .archive-talent-overlay {
    position: relative;
    order: 2;
  }
  .search-image-wrapper {
    order: 1;
    width: 100%;
    height: 100%;
  }
  .archive-talent-link {
    display: flex;
    flex-wrap: wrap;
  }
  .cast-link {
    visibility: visible !important;
    text-align: -webkit-center;
  }
  .talent-name {
    margin: 0.2em 0;
  }
  .casting-talent-note {
    font-size: 14px;
  }
  .casting-wrapper {
    text-align: center;
    padding-bottom: 0;
  }
  .casting-remove-all {
    display: none;
  }
  .casting-top {
    height: unset;
    padding: 0;
  }
  .casting-talent-overlay {
    display: none;
  }
  .casting-email {
    flex-direction: column;
    gap: 7vh;
  }
  .casting-email input {
    width: 100%;
  }
  .casting-email .casting-top {
    height: 10rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .casting-wrapper .talent-wrapper {
    width: calc(50% - 10px);
  }
}
.multiselect {
  width: 200px;
}

.catSelect {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catSelect svg {
  height: 16px;
  width: 16px;
  margin: 4px;
}

.catSelect span {
  padding: 4px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  background-color: white;
  z-index: 69;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

/* ** From page-casting.php ** */
.single-casting .casting-talent-overlay,
.page-template-page-casting .casting-talent-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  place-items: center;
  justify-content: center;
  transition: all 0.5s;
  display: flex;
}
.single-casting .casting-talent-overlay:hover,
.page-template-page-casting .casting-talent-overlay:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.58);
}
.single-casting .casting-talent-data-wrapper .model-info,
.page-template-page-casting .casting-talent-data-wrapper .model-info {
  margin: 10px;
}
.single-casting .casting-talent-data-wrapper,
.page-template-page-casting .casting-talent-data-wrapper {
  max-height: 100%;
}
.single-casting .model-info,
.page-template-page-casting .model-info {
  color: white;
}
.single-casting .model-key,
.page-template-page-casting .model-key {
  font-weight: 400;
  margin: 0;
}
.single-casting .model-data.group,
.page-template-page-casting .model-data.group {
  justify-content: center;
  display: flex;
  flex-direction: column;
  line-height: 14px;
}
.single-casting .thumbnail-wrapper:hover + .casting-talent-overlay,
.page-template-page-casting .thumbnail-wrapper:hover + .casting-talent-overlay {
  background: rgba(0, 0, 0, 0.58);
  display: flex;
}
.single-casting .talent-wrapper,
.page-template-page-casting .talent-wrapper {
  position: relative;
  text-align: center;
}
.single-casting .model-value,
.page-template-page-casting .model-value {
  font-weight: 300;
  margin: 0;
}
.single-casting .group-value,
.page-template-page-casting .group-value {
  display: flex;
  align-self: center;
}

/* xx From page-casting.php xx */
.office {
  display: flex;
}

.office > * {
  width: 50%;
}

.contact_office:has(.offices:not(.hidden)) {
  display: flex;
}

.offices {
  min-width: 33%;
}

.offices * {
  cursor: pointer;
  text-transform: uppercase;
}

.departments strong {
  text-transform: uppercase;
}

.office-mobile-title {
  font-size: 30px;
  line-height: 75px;
}

.contact_data.active {
  min-width: 66%;
}

.page-template-contact-page .page-width {
  max-width: 80vh;
  margin: auto;
  padding: 2em 0;
  width: 100%;
}

.department {
  display: flex;
  flex-wrap: wrap;
}

.office_inactive {
  font-weight: 400;
}

.location_map {
  text-align: center;
}

.departments {
  padding: 2em 0;
  width: 75%;
}

.department {
  margin: 20px auto;
}

.department {
  gap: 10px;
  text-transform: uppercase;
}

.location_map {
  min-height: 500px;
  min-width: 500px;
}
.location_map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

.practical_info {
  margin-left: 4rem;
}

.office_name_mobile {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 500;
}

.mobile-title {
  display: none;
}

@media (min-width: 990px) {
  .office_active {
    font-weight: 500;
  }
  .departments h2 {
    font-size: 1.125em;
  }
  .department {
    font-size: 0.875em;
  }
  .practical_info strong {
    font-size: 1.125em;
    font-weight: 500;
  }
  .contact_office:has(.offices:not(.hidden)) {
    padding-top: 5vh;
  }
}
@media (max-width: 990px) {
  .offices {
    text-align: center;
    margin: auto;
  }
  .location_map {
    width: 100%;
    height: 100%;
    order: 2;
    min-height: unset;
    min-width: unset;
  }
  .departments table tr {
    max-width: var(--wp--style--global--wide-size);
    display: flex;
    flex-flow: wrap;
  }
  .office {
    flex-wrap: wrap;
  }
  > * {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .practical_info {
    order: 1;
    width: 100%;
    margin: 0 0 1rem 0;
    font-size: var(--fs-400);
    text-align: center;
    line-height: 22px;
  }
  .practical_info strong {
    font-weight: 500;
  }
  .office_name_mobile {
    display: block;
    font-size: 1.125em;
    font-weight: 500;
    text-transform: uppercase;
  }
  .office_name {
    font-size: 1.125em;
    text-transform: uppercase;
    line-height: 55px;
  }
  .mobile_back::before {
    display: block;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M19 9h-15.339l5.997-5.246a1 1 0 0 0-1.316-1.506l-8 7c-.008.007-.011.018-.019.025a.975.975 0 0 0-.177.24c-.018.03-.045.054-.059.087a.975.975 0 0 0 0 .802c.014.033.041.057.059.088.05.087.104.17.177.239.008.007.011.018.019.025l8 7a.996.996 0 0 0 1.411-.095 1 1 0 0 0-.095-1.411l-5.997-5.248h15.339a1 1 0 0 0 0-2z'/%3E%3C/svg%3E");
  }
  .departments {
    width: 100%;
    font-size: 0.875em;
  }
  .office-mobile-title {
    display: block;
    font-size: 1.5em;
    font-weight: 500;
  }
  .office-mobile-title:before {
    content: "CHOOSE AN ";
  }
  .office-title {
    display: none;
  }
  .department_info {
    font-size: var(--fs-400);
  }
  .department_info strong {
    font-weight: 500;
  }
  .practical_info h3 {
    font-size: var(--fs-600);
    font-weight: 500;
  }
  .departments .h2 {
    font-size: 1.125em;
    font-weight: 500;
  }
  .departments p,
  .departments a {
    font-size: 0.875em;
  }
  .department_info strong {
    font-size: 1.143em;
    font-weight: 500;
    text-transform: uppercase;
  }
}
.card-top {
  display: flex;
  height: 60px;
  width: 100%;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}

.arrow-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.arrow-left::after,
.arrow-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
}

.arrow-left::after {
  width: 12px;
  height: 12px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  bottom: 5px;
}

.arrow-left::before {
  width: 25px;
  height: 2px;
  bottom: 10px;
  background: currentColor;
}

.reset-card {
  margin-left: 5%;
  margin-right: 15px;
  cursor: pointer;
}

.card-right {
  padding: 4vw;
}
@media (max-width: 767px) {
  .card-right {
    padding: 0;
  }
}

.card-right .card-image-wrapper {
  flex-grow: 0.5;
  width: 50%;
  max-width: 50%;
  background-size: cover;
  background-position: top;
  background: lightblue;
  cursor: pointer;
}

.card-left {
  position: fixed;
  max-height: 95vh;
  left: 0;
  top: 0;
  text-align: center;
  padding-left: 55px;
  padding-top: 140px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .card-left {
    position: sticky;
    max-height: 40vh;
    padding: 20px;
    background: #fff;
    z-index: 1;
  }
}

.download-card,
.card-submit {
  margin-top: 20px;
  font-size: var(--fs-400);
  display: inline-block;
  border: 1px solid #000;
  padding: 2px;
  background: #fff;
}
@media (max-width: 767px) {
  .download-card,
  .card-submit {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.card-left,
.card-right {
  width: 48%;
}

.section-container {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section-container {
    flex-direction: column;
  }
}

.card-overlay {
  transition: all 0.4s;
  opacity: 0;
}

.card-preview {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  height: 650px;
  width: 100%;
  min-height: 150px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-preview {
    margin-bottom: 0;
  }
}

.card-preview-left,
.card-preview-right {
  width: 50%;
}

.card-preview-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}

.card-thumbnail {
  height: calc(50% - 5px);
  background: #dbdbdb;
  background-position: top;
  background-size: cover;
}

.pres-thumbnail {
  width: calc(33% - 10px);
}

.card-preview-left .card-thumbnail {
  width: 100%;
  height: 100%;
}

.card-forms {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #fff;
}
@media (max-width: 767px) {
  .card-forms {
    display: none;
  }
}

.card-forms input {
  text-decoration: none;
  border: none;
  font-size: var(--fs-400);
  line-height: 20px;
  background-image: repeating-linear-gradient(180deg, transparent, transparent 19px, #333 20px);
  width: 100%;
}

.card-email-form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .card-email-form {
    flex-direction: column;
    gap: 20px;
  }
}

.card-email-form input {
  width: 45%;
}
@media (max-width: 767px) {
  .card-email-form input {
    width: 100%;
  }
}

.card-preview-error {
  font-size: 14px;
  color: #aa0000;
  text-align: center;
}

.card-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  cursor: pointer;
}

.card-right img:hover {
  opacity: 0.8;
}

.card-thumbnail.dropped:hover .card-overlay .card-remove {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-radius: 100%;
}

.card-overlay {
  transition: all 0.4s;
  opacity: 0;
}

.card-thumbnail.dropped:hover .card-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: relative;
}

.card-thumbnail.dropped:hover .card-overlay {
  cursor: pointer;
  opacity: 1;
}

.card-thumbnail.dropped:hover .card-overlay .card-remove:before,
.card-thumbnail.dropped:hover .card-overlay .card-remove:after {
  background-color: #1d1d1d;
  width: 14px;
  height: 1px;
  content: "";
  display: block;
  position: relative;
  left: calc(50% - 7px);
  top: 50%;
}

.card-thumbnail.dropped:hover .card-overlay .card-remove:before {
  transform: rotate(45deg);
}

.card-thumbnail.dropped:hover .card-overlay .card-remove:after {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.mobile-form {
  display: none;
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@media (min-width: 768px) {
  .card-mobile {
    display: none;
  }
  .download-card {
    width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .card-draggable {
    margin: 0;
    padding: 20px;
    width: 100%;
  }
  .card-forms.show {
    display: flex;
    margin-top: 0;
    gap: 20px;
  }
  .card-left,
  .card-right {
    width: 100%;
  }
  .card-left.expand {
    max-height: 45vh;
  }
  .card-desktop {
    display: none;
  }
  .buttons-mobile {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .form-collapse {
    cursor: pointer;
    border: none;
    background: #fff;
    width: 20px;
    margin-left: var(--wp--style--global--wide-size);
    margin-top: 10px;
  }
  .card-submit-wrapper,
  .card-download-wrapper {
    width: 50%;
  }
  #frontpage-toggle {
    width: 20px;
  }
}
/* Animations to fade the snackbar in and out */
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
/* temp */
.instagram-link {
  font-family: var(--wp--preset--font-family--gilda-display);
}

.talent-picture-header {
  display: none;
}

.picture-container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  padding: 10px 0;
  width: var(--wp--style--global--content-size);
  max-width: var(--wp--style--global--wide-size);
}

@media screen and (max-width: 1500px) {
  .picture-container > div {
    width: calc(var(--wp--style--global--content-size) - 10vw);
  }
}
.talent-picture {
  padding-bottom: 133%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.talent-picture-wrapper {
  flex-basis: calc(50% - 10px);
  margin-bottom: 20px;
}

.talent-picture-header {
  min-width: 100%;
  position: relative;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
}

.talent-data-wrapper {
  min-width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
}

.talent-data-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.talent-name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40vw;
  margin-right: 5vw;
  margin-top: 0.8em;
}

.talent-name-wrapper .model-info {
  margin: 0;
}

.talent-name-single {
  font-weight: 400;
  margin: 0;
}

.top-right {
  display: flex;
  gap: 10px;
}

.top-right,
.top-right-contacts,
.talent-category-container {
  align-items: center;
  gap: 10px;
}

.contact-arrow {
  transform: rotate(45deg);
}

.talent-data-container .talent-name {
  font-size: var(--fs-600);
  display: inline;
  margin: 0.2em 0;
}

.casting-icon {
  position: absolute;
}

.plus-horizontal {
  border-left: 1px solid #000;
  position: relative;
  height: 50px;
  width: 50px;
}

.plus-vertical {
  border-top: 1px solid #000;
  height: 50px;
  width: 50px;
  position: relative;
}

.talent-name-container {
  display: flex;
}

.casting-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 28px;
  aspect-ratio: 1;
}

.casting-icon {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 90%;
  transition: transform 0.5s;
  cursor: pointer;
}

.casting-icon::before,
.casting-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.casting-icon::after {
  transform: rotate(90deg);
}

.casting-rotate {
  transform: rotate(-135deg);
}

.model-info {
  margin: 0 10px;
  min-width: 20%;
}

.model-info p {
  margin: unset;
  text-transform: uppercase;
}

.model-info.model-note .model-value {
  cursor: pointer;
}

.model-info.content {
  z-index: 69;
  transition: opacity 0.2s ease-in;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 265px;
  height: auto;
  padding: 0 7px 0 16px;
  opacity: 0;
  border: 1px solid black;
}
.model-info.content .model-info__close {
  margin-left: auto;
  margin-bottom: 10px;
  width: 12.73px;
  height: 12.73px;
  cursor: pointer;
}
.model-info.content p {
  font-family: var(--wp--preset--font-family--work-sans);
  font-weight: 300;
  text-transform: none;
  margin-bottom: 10px;
}
.model-info.content .model-info__booking {
  margin-left: auto;
  font-family: var(--wp--preset--font-family--work-sans);
  font-weight: 500;
}

.model-key {
  font-weight: 500;
}

.model-value {
  font-weight: 300;
}

#model-data {
  display: flex;
  max-width: 50vw;
}

.model-data {
  display: flex;
}

.export-modal {
  background: rgba(68, 68, 68, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-inner {
  margin-top: 20vh;
  bottom: 0;
  background-color: #fff;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.modal-inner .dialog-toggle {
  text-align: right;
}

.top-right .dialog-toggle,
.talent-data-bottom .dialog-toggle {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 1px 10px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}

.modal-inner > .dialog-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 95%;
  width: 28px;
  aspect-ratio: 1;
}

.toggle-icon {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 90%;
  cursor: pointer;
  transform: rotate(45deg);
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.toggle-icon::after {
  transform: rotate(90deg);
}

.dialog-toggle:hover {
  opacity: 0.8;
}

.category-mobile .model-key,
.talent-name-wrapper .model-key {
  display: none;
}

.category-mobile {
  margin-bottom: 10px;
}

.talent-data-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 15px 0;
}

.back-arrow {
  font-weight: 300;
  font-size: 1.5em;
  cursor: pointer;
  font-family: system-ui;
}

button.sl-close {
  font-family: sans-serif !important;
  font-weight: 300 !important;
  font-size: 40px !important;
  right: 23px !important;
  top: 19px !important;
}

.sl-navigation button {
  font-family: var(--wp--preset--font-family--work-sans) !important;
  font-weight: 200;
  font-size: 75px !important;
}

.talent-banner {
  margin-bottom: 20px;
}

.talent-banner-image {
  height: 40vh;
  max-width: 100%;
  background-position: top;
  background-size: cover;
}

@media screen and (min-width: 990px) {
  .bottom-container {
    margin-top: 150px;
  }
  .practical_info .back-arrow {
    display: none;
  }
  .gallery-header > .back-arrow {
    display: none;
  }
  .casting-button {
    height: 45px;
  }
  .category-mobile {
    display: none;
  }
  .gallery-toggles > a {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gallery-toggles {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .gallery-toggles > a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .talent-data-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    align-content: space-between;
    background-color: #fff;
    width: 100vw;
    margin-top: 70px;
    padding: 0 5vw;
  }
  .talent-data-container .model-info p {
    font-size: 14px;
  }
  .talent-data-container .model-data.group {
    gap: 10px;
  }
  .talent-data-top:has(.top-right > div) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    margin-top: 10px;
  }
  .talent-info-wrapper {
    position: relative;
    -moz-column-gap: 20px;
         column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 50vw;
  }
  .wide .talent-picture {
    background-size: contain;
    padding-bottom: 66.66%;
  }
  .talent-picture-wrapper.wide {
    flex-basis: 100%;
  }
  .talent-picture-wrapper.onethird {
    flex-basis: calc(33% - 10px);
  }
  .talent-picture-wrapper.twothird {
    flex-basis: 66%;
  }
  .talent-picture-wrapper.black {
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  .talent-picture-wrapper.small {
    flex-basis: 50%;
    padding: 6%;
  }
}
@media screen and (max-width: 990px) {
  .talent-name-container {
    align-items: center;
  }
  .top-right {
    display: none;
  }
  .practical_info .back-arrow {
    display: flex !important;
  }
  .top-left .back-arrow {
    display: none;
  }
  .talent-name-wrapper {
    max-width: 100%;
    height: 100%;
    min-height: 80px;
    margin: 0;
  }
  .talent-name-wrapper.expanded {
    min-height: 50px;
  }
  .talent-name-container {
    min-height: 50px;
  }
  .casting-button {
    padding: 15px;
    width: 50px;
    margin: unset;
  }
  .top-letalent-name-wrapper .model-info {
    display: none;
  }
  .talent-data-wrapper {
    bottom: 0;
    top: unset;
    position: fixed;
    max-height: 100%;
    transition: max-height 0.15s ease-in-out;
    background-color: #fff;
    left: 0;
    min-width: 100%;
  }
  .talent-data-wrapper.society {
    margin-top: -10px;
    bottom: unset;
  }
  .talent-data-wrapper.society .talent-name-single {
    font-size: 1.25em;
  }
  .talent-data-wrapper.society .talent-info-wrapper {
    display: flex;
  }
  .talent-data-wrapper.society .talent-data-mid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .talent-data-wrapper.society .instagram-link {
    font-size: 0.875em;
  }
  .talent-data-wrapper.society .talent-name-container {
    align-items: center;
  }
  .talent-data-wrapper.society .talent-info-wrapper {
    margin: auto;
  }
  .talent-data-wrapper.society .model-info {
    display: block;
  }
  .talent-data-wrapper.society .back-arrow {
    display: block;
  }
  .talent-name-wrap .model-info {
    display: none;
  }
  .talent-data-container {
    max-width: 90%;
    margin: auto;
  }
  .talent-data-top {
    font-size: var(--fs-400);
  }
  .talent-info p {
    font-size: calc(var(--fs-200) * 2.5);
  }
  .talent-data-mid {
    display: block;
  }
  .model-info.model-note {
    margin-left: auto;
    position: static;
    order: 0 !important;
  }
  .model-info.model-note .model-key {
    display: block;
    margin-right: 5px;
  }
  .model-info.model-note p {
    font-family: var(--wp--preset--font-family--work-sans);
  }
  .model-info.model-note .model-data p {
    font-size: 10px;
  }
  .model-info.content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
  }
  .wide .talent-picture {
    background-size: contain;
    padding-bottom: 66.66%;
  }
  .talent-picture-wrapper {
    flex-basis: calc(50% - 3px);
    margin-bottom: 6px;
  }
  .talent-picture-wrapper.society {
    flex-basis: 100%;
    margin-bottom: 6px;
  }
  .talent-picture-wrapper.wide {
    flex-basis: 100%;
  }
  .talent-picture-wrapper.onethird {
    flex-basis: calc(33% - 3px);
  }
  .talent-picture-wrapper.twothird {
    flex-basis: 66%;
  }
  .talent-picture-wrapper.black {
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  .talent-picture-wrapper.small:nth-child(even) {
    flex-basis: 50%;
    padding: 5% 5% 5% 15%;
  }
  .talent-picture-wrapper.small:nth-child(odd) {
    flex-basis: 50%;
    padding: 5% 15% 5% 5%;
  }
  .talent-data-wrapper.active .talent-info-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .gallery-toggles {
    background-color: #fff;
    text-align: center;
    height: auto;
    line-height: 4em;
  }
  .gallery-toggles a {
    padding: 10px;
  }
  .talent-data-top {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
  }
  .talent-data-toggle {
    margin: auto;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    height: 150px;
    aspect-ratio: 1/1;
    padding: 23px;
    transform: translatey(-55px);
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    font-size: 1em;
  }
  .talent-data-toggle:before {
    content: attr(data-before);
  }
  .talent-data-wrapper.active .talent-data-toggle:before {
    content: "SEE LESS";
  }
}
.gallery-wrapper.Video {
  justify-content: center;
}

@media (max-width: 990px) {
  .talent-picture-wrapper.society:first-of-type {
    margin-top: 125px;
  }
  .picture-container > div {
    width: var(--wp--style--global--content-size);
  }
  .gallery-header {
    display: flex;
    justify-content: space-between;
  }
  .talent-category-container {
    display: none;
    font-size: 14px;
  }
  .talent-name-single {
    font-size: 1em;
  }
  .modal-inner {
    width: 80vw;
  }
  .talent-data-wrapper:not(.society) .talent-data-top {
    right: 5%;
    position: absolute;
    margin-top: 20px;
  }
  .talent-info-wrapper {
    gap: 10px;
  }
  .model-info {
    min-width: calc(50% - 25px);
    font-size: 14px;
  }
  .model-data {
    justify-content: start;
  }
  p.model-key {
    margin: 0 auto 0 0;
    font-weight: 600;
  }
  .group-value .model-value {
    margin-right: unset !important;
  }
  p.model-value {
    margin: 0;
  }
  .talent-info-wrapper {
    display: none;
  }
  .talent-info-wrapper.active {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .model-info {
    margin: 0;
  }
  #wpadminbar {
    display: none;
  }
  html.no-js.no-svg {
    margin-top: 0 !important;
  }
  .gallery-toggles {
    line-height: 2.5em;
    font-size: var(--fs-400);
  }
  header {
    height: unset;
  }
}
.group-value {
  display: flex;
}

.member_wrapper {
  display: flex;
  gap: 20px;
}

body:not(.single-post) .gutenberg > *:not(.full-width) {
  width: var(--wp--style--global--content-size);
  max-width: var(--wp--style--global--wide-size);
  margin: auto;
}

.gutenberg .wp-block-separator {
  border-bottom: 1px solid #000;
}

.language-wrapper > div {
  display: flex;
  justify-content: end;
}

/* ** blog ** */
@media screen and (min-width: 990px) {
  .wpcf7-form .desktop-hidden {
    display: none !important;
  }
  .gutenberg {
    padding-top: 60px;
  }
  .gutenberg .wp-block-columns {
    padding: unset !important;
  }
  .gutenberg p.has-text-align-center {
    margin: auto;
  }
  .gap-85 {
    gap: 85px !important;
  }
}
.gutenberg h2 a {
  font-size: inherit;
  font-weight: inherit;
}
.gutenberg p {
  color: #757575;
}

.full-width {
  max-width: unset;
  width: unset;
}

@media screen and (max-width: 990px) {
  .services-group > div {
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .services-group > div > div:first-child {
    margin-bottom: 40px !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .gap-85 {
    gap: 0px !important;
  }
  .has-x-large-font-size {
    font-size: 1.25em !important;
  }
  .mobile-hidden {
    display: none !important;
  }
  .headline-mode {
    font-size: 2em !important;
  }
  .gutenberg .services-group {
    display: flex;
    flex-flow: column;
  }
  .gutenberg .page-title {
    font-size: 2em !important;
  }
  .gutenberg .wp-block-column {
    padding: unset !important;
  }
  .gutenberg .wp-block-columns {
    max-width: var(--wp--style--global--wide-size) !important;
    width: 100% !important;
    margin: auto !important;
    padding-right: unset !important;
  }
}
.wp-block-image img {
  width: 100%;
}

.landing-title a {
  font-size: inherit;
}

.article-content p {
  font-size: inherit;
  margin: inherit;
}

/* ** wpml ** */
.wpml-ls-current-language {
  font-weight: 500;
}

.wpml-ls-item span:after {
  content: " / ";
}

.wpml-ls-item a {
  padding-left: 5px !important;
  padding-right: unset !important;
  text-transform: uppercase;
}

.wpml-ls-item span {
  color: rgba(167, 167, 167, 0.6549019608);
}

.wpml-ls-current-language span {
  color: #000;
}

.wpml-ls-item:last-child span:after {
  content: "" !important;
}

/* xx wpml xx */
/* ** Single Post ** */
:not(.single-post) .single-post .gutenberg {
  max-width: 750px;
  padding: 0;
  margin: auto;
}

/* xx Single Post xx */
/* xx blog xx */
/* WC7 form */
form h1 {
  background: rgba(0, 0, 0, 0.3);
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}

/* CF 7 override */
form.wpcf7-form {
  background: #fff;
  margin-left: auto;
}

form.wpcf7-form * {
  transition: all 100ms;
}

form.wpcf7-form label {
  display: block;
  width: 100%;
  cursor: pointer;
}

form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid black;
  border-bottom: 1px solid #000;
  background: transparent;
  font-size: 1em;
}

form.wpcf7-form input[type=submit] {
  padding: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
  border: 1px solid rgb(0, 0, 0);
  box-shadow: none;
  color: #000;
  line-height: 1.2em;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1em;
  cursor: pointer;
}

form.wpcf7-form input[type=submit]:hover {
  background-color: #000;
  color: white;
}

form span.wpcf7-not-valid-tip {
  position: relative;
  color: #e87676;
}

div.wpcf7-response-output {
  padding: 1em !important;
  margin: 0 !important;
}

form.wpcf7-form label {
  font-family: var(--wp--preset--font-family--work-sans);
  color: #000;
}

form.wpcf7-form p {
  margin-top: 0;
}

div.wpcf7 .ajax-loader {
  display: none;
  background: none;
  animation: spin 1s cubic-bezier(0.36, 0.09, 0.27, 0.97) infinite;
  border: 3px solid #dedede;
  border-top: 3px solid #000000;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  margin: 0;
  vertical-align: middle;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  opacity: 0.75;
}

.doubleform p {
  min-width: 45%;
}

.doubleform {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.services-group {
  margin-top: 40px !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  -moz-column-count: 2;
       column-count: 2;
  row-gap: 20px;
}

.services-group > div {
  display: flex;
  flex: 100%;
  gap: 5%;
  height: 40px;
  margin-left: 0 !important;
}

.services-group .is-layout-flex {
  gap: 0.5rem;
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
  display: flex;
  align-items: end;
  margin: 0 !important;
}

.services-group strong {
  cursor: pointer;
}

.services-group strong:hover {
  font-size: 2.2rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

form.wpcf7-form *::-moz-placeholder {
  font-size: 0.8em;
  padding-left: 5px;
}

form.wpcf7-form *::placeholder {
  font-size: 0.8em;
  padding-left: 5px;
}

@media screen and (max-width: 600px) {
  .doubleform {
    flex-flow: column;
  }
}
.circle-hover {
  border: 1px solid #000;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: 3%; /* fix - calc from half og page width */
}

.circle-hover a {
  width: 150px;
  position: absolute;
}

.circle-hover:hover {
  background-color: #000000;
}

.circle-hover:hover a {
  mix-blend-mode: exclusion;
  color: #fff;
}

/* custom overwrite classes */
@media screen and (max-width: 990px) {
  .xxl {
    font-size: 1.5em !important;
  }
  .xxxl {
    font-size: 2.5em !important;
  }
}/*# sourceMappingURL=main.css.map */