@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
.medium {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.light {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 1;
}

.f24 {
  font-size: 1.5rem;
}

/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  color: #0D100E;
  font-size: 1rem;
  text-align: right;
  direction: rtl;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

body .accessability_container * {
  background: black !important;
}

button.aicon_link {
  top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}

h1 {
  font-size: 2.5rem; /* 45/18 */
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 2.5rem; /* 45/18 */
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Rubik", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

a,
input[type=submit],
button,
.transition {
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

img.grayscale {
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.white-color {
  color: #fff;
}

.gray-bg {
  background-color: #e9e9e9;
}

.small-text {
  font-size: 0.889rem; /* 16/18 */
}

.center {
  text-align: center;
}

.round {
  border-radius: 50%;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg .has-text-align-left {
  direction: ltr;
}

.button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #000;
  border: 4px solid #000;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  margin-top: 1em;
  transition: 0.7s 0.2s;
}
.button span {
  position: relative;
  z-index: 2;
}
.button::after {
  content: "";
  background-color: #000;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.button:hover {
  color: #fff;
}
.button:hover::after {
  height: 100%;
}
.button.white-button {
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: 4px solid #fff;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  margin-top: 1em;
  transition: 0.7s 0.2s;
}
.button.white-button span {
  position: relative;
  z-index: 2;
}
.button.white-button::after {
  content: "";
  background-color: #fff;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.button.white-button:hover {
  color: #000;
}
.button.white-button:hover::after {
  height: 100%;
}
.button a {
  position: relative;
  z-index: 2;
}

.wp-block-image img {
  height: auto;
}

.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1rem;
}

.grey {
  color: #85868A;
}

.p-text {
  line-height: 1.5;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.page-wrap {
  padding-top: 90px;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  transition: all ease 0.3s;
  background-color: #000;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px 25px;
}
.header.small-top {
  padding: 0 25px;
  transition: all ease 0.5s;
}
.header.small-top .logo img {
  height: 30px;
  margin: 10px 0;
  transition: all ease 0.5s;
}
.header.small {
  padding: 0 25px;
  transition: all ease 1s;
}
.header .center-header {
  width: auto;
}
.header .right-side,
.header .left-side {
  display: flex;
  align-items: center;
}
.header .left-side {
  justify-content: flex-end;
}
.header .logo {
  margin-left: 30px;
  min-width: 50px;
}
.header .logo img {
  height: 50px;
  transition: all ease 0.5s;
}
.header .socials {
  display: flex;
}
.header .socials a {
  margin: 0 5px;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.header .socials a svg {
  width: 20px;
  height: 20px;
}
.header .donate-button {
  border: 3px solid #fff;
  padding: 2px 10px;
}
.header .lang-switcher {
  display: flex;
  margin: 0 20px;
}
.header .lang-switcher li {
  position: relative;
  list-style: none;
  padding: 0 15px;
}
.header .lang-switcher li::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #fff;
  left: 0;
}
.header .lang-switcher li:last-child::after {
  content: none;
}
.header .search-wrapper {
  cursor: pointer;
}
.header .search-wrapper svg {
  padding: 3px;
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
}
.header #search-form {
  position: absolute;
  top: 100%;
  left: 0;
  background: black;
  padding: 10px;
  display: none;
}
.header #search-form label {
  display: none;
}
.header #search-form input[type=text],
.header #search-form input[type=submit] {
  border: 2px solid white;
}
.header #search-form input[type=submit] {
  color: white;
  background: transparent;
}

.search-results ul.results-list li {
  margin-bottom: 2rem;
  list-style-type: square;
}
.search-results ul.results-list h3 {
  font-weight: 700;
}

#header-top {
  position: absolute;
  width: 100%;
  z-index: 999;
}
#header-top .container {
  display: flex;
  justify-content: space-between;
}

/** Main Menu */
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu,
ul#secondary-menu > li.menu-item-has-children:hover > ul.sub-menu {
  transition: all ease 0.3s;
  transform: scaleY(1) translateY(0);
  transform-origin: top;
  opacity: 1;
}

nav.secondary-nav {
  margin-top: 10px;
}

ul#main-menu .tlv-menu {
  display: none;
}

ul#main-menu,
ul#footer-menu,
ul#secondary-menu {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  /** Sub Menu  ***/
}
ul#main-menu > li,
ul#footer-menu > li,
ul#secondary-menu > li {
  position: relative;
  margin: 0 10px;
}
ul#main-menu > li.gift-card a::before,
ul#footer-menu > li.gift-card a::before,
ul#secondary-menu > li.gift-card a::before {
  height: 25px;
  width: 40px;
  content: "";
  background: url(../../images/giftcard.svg) center center no-repeat;
  display: inline-block;
  margin: -8px 4px 0 4px;
}
ul#main-menu > li > a,
ul#footer-menu > li > a,
ul#secondary-menu > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: white;
  line-height: 1.2;
  padding: 0 8px 5px 3px;
}
ul#main-menu > li > a::after,
ul#footer-menu > li > a::after,
ul#secondary-menu > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.2s height 0.2s, 0.2s width 0s, 0.4s opacity 0.2s;
  opacity: 0;
}
ul#main-menu > li.tlv-menu > a,
ul#footer-menu > li.tlv-menu > a,
ul#secondary-menu > li.tlv-menu > a {
  background: #71be4e;
  background: linear-gradient(to left, #71be4e 0%, #03befe 25%, #ff0096 75%, #fcc721 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover,
ul#footer-menu > li > a:focus,
ul#footer-menu > li > a:hover,
ul#secondary-menu > li > a:focus,
ul#secondary-menu > li > a:hover {
  text-decoration: none;
}
ul#main-menu > li > a:focus::after,
ul#main-menu > li > a:hover::after,
ul#footer-menu > li > a:focus::after,
ul#footer-menu > li > a:hover::after,
ul#secondary-menu > li > a:focus::after,
ul#secondary-menu > li > a:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.5s width 0.3s, 0.3s height 0s, 0.5s opacity 0s;
}
ul#main-menu ul.sub-menu,
ul#footer-menu ul.sub-menu,
ul#secondary-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 100%;
  min-width: 200px;
  padding: 30px 0 0;
  transition: all ease 0.3s;
  transform: scaleY(0) translateY(-50%);
  transform-origin: top;
  opacity: 0;
}
ul#main-menu ul.sub-menu li,
ul#footer-menu ul.sub-menu li,
ul#secondary-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: black;
}
ul#main-menu ul.sub-menu li a,
ul#footer-menu ul.sub-menu li a,
ul#secondary-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
  color: white;
}
ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus,
ul#footer-menu ul.sub-menu li a:hover,
ul#footer-menu ul.sub-menu li a:focus,
ul#secondary-menu ul.sub-menu li a:hover,
ul#secondary-menu ul.sub-menu li a:focus {
  text-decoration: none;
  padding-right: 1rem;
}

.general-page {
  padding-bottom: 100px;
  line-height: 1.5;
}
.general-page .top-strip {
  position: static;
}
.general-page .right-text-border {
  border-right: 7px solid black;
  padding-right: 20px;
  font-size: 1.25rem;
}
.general-page .right-text-border.text400 {
  font-size: 1rem;
}
.general-page .right-text-border p:last-child {
  margin-bottom: 0;
}
.general-page h2 {
  font-weight: 400;
}
.general-page h3 {
  font-weight: 600;
  font-size: 1.8rem;
}
.general-page .wp-block-embed iframe {
  width: 100%;
}
.general-page .pin-bullets li {
  list-style-type: none;
}
.general-page .pin-bullets li:before {
  content: url(../../images/pin.svg);
  display: inline-block;
  margin: 0 -25px 0px 5px;
}
.general-page .accesability-items h3 {
  margin-top: 2rem;
  display: flex;
  align-items: baseline;
}
.general-page .accesability-items h3 img {
  margin-left: 14px;
}
.general-page .accesability-items ul li {
  list-style-type: square;
}
.general-page .title-devider:after {
  width: 120px;
  height: 7px;
  content: "";
  background: black;
  margin: 30px auto;
  display: block;
}

.first-body-section {
  padding-top: 180px;
}

/*---------------------------------- Footer ---------------------------------------*/
footer {
  padding: 40px 25px;
  position: relative;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), black);
  z-index: 1;
  top: 0;
  left: 0;
}
footer .flex_container {
  position: relative;
  z-index: 2;
}
footer ul#footer-menu {
  margin-right: -10px;
}
footer .right-side,
footer .left-side {
  display: flex;
  align-items: center;
}
footer .left-side {
  justify-content: flex-end;
}
footer .logo {
  margin-left: 30px;
}
footer .logo img {
  height: 50px;
}
footer .logo svg {
  max-width: 100%;
}
footer .socials {
  display: flex;
}
footer .socials a {
  margin: 0 5px;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 5px;
}
footer .socials a svg {
  width: 20px;
  height: 20px;
}
footer .donate-button {
  border: 3px solid #fff;
  padding: 2px 10px;
}
footer .bottom-footer {
  margin-top: 80px;
  align-items: flex-end;
}

/************/
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.section {
  position: relative;
}

.top-title-section {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.top-title-section h1 {
  padding: 20px 0;
}

.main-show-section {
  padding: 50px 0;
}
.main-show-section.extended {
  padding: 20px 0;
}
.main-show-section.extended h2::after {
  display: none;
}
.main-show-section h2:after {
  width: 100px;
  height: 4px;
  background: black;
  content: "";
  margin: 20px 0;
  display: block;
}
.main-show-section h3.sold-out {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1rem;
}
.main-show-section h3.sold-out a {
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: underline;
}
.main-show-section .info-row {
  padding: 10px 0;
  border-bottom: 1px solid #cecece;
}
.main-show-section .info-row span.row-icon {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
}
.main-show-section .info-row span.row-icon svg {
  max-width: 100%;
}
.main-show-section .info-row.show-exerpt {
  display: flex;
}
.main-show-section .info-row.show-exerpt p {
  margin-bottom: 0;
}
.main-show-section .info-row li {
  list-style-type: square;
}
.main-show-section .info-row.show-duration path {
  fill: black;
}
.main-show-section .show-actions {
  display: flex;
}
.main-show-section .show-actions a {
  margin-left: 20px;
}
.main-show-section .event-main-image {
  position: relative;
}
.main-show-section .event-main-image .tlv-badge {
  position: absolute;
  left: -38px;
  top: -38px;
}
.main-show-section .project-image {
  display: flex;
  justify-content: flex-end;
}

.main-show-content {
  padding: 80px 0;
}
.main-show-content .show-logos {
  padding: 50px 0;
}
.main-show-content .show-logos ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.main-show-content .show-logos ul li {
  list-style: none;
  margin-left: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100px;
}
.main-show-content .show-logos ul li img {
  max-width: 150px;
  max-height: 100%;
}
.main-show-content h2 {
  margin-bottom: 1.5rem;
}
.main-show-content img {
  height: auto;
}

.events-section {
  padding: 0 0 80px;
}
.events-section h2:after {
  width: 100px;
  height: 4px;
  background: black;
  content: "";
  margin: 20px 0 40px;
  display: block;
}
.events-section .single-event {
  margin: 15px 0;
  display: flex;
}
.events-section .single-event p.sold-out {
  background: #ccc;
  padding: 10px;
  margin: 0 10px;
  max-width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-section .single-event .order-button {
  background: black;
  border: none;
  color: white;
  padding: 0;
  margin: 0 10px;
  transition: all ease 0.3s;
}
.events-section .single-event .order-button a {
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  transition: none;
}
.events-section .single-event .order-button:hover {
  font-size: 1.1rem;
  transition: all ease 0.2s;
}
.events-section .event-details {
  display: flex;
  align-items: stretch;
  border: 1px solid #c2c2c2;
}
.events-section .event-details .date-time {
  display: flex;
  align-items: stretch;
}
.events-section .event-details .date-time .day.single-detail {
  min-width: 100px;
}
.events-section .event-details .date-time .date.single-detail {
  width: 120px;
}
.events-section .event-details .date-time .time.single-detail {
  width: 80px;
}
.events-section .event-details .location {
  width: 150px;
}
.events-section .event-details .price {
  width: 150px;
}
.events-section .event-details .single-detail {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-left: 1px solid black;
}
.events-section .event-details .single-detail.last {
  direction: ltr;
  border: 0;
}

#event-iframe a.action-order {
  font-size: 2rem;
  padding: 0.3em 1em;
}
#event-iframe a.action-order svg {
  max-width: 40px;
  max-height: 40px;
}
#event-iframe a.action-order:hover svg path {
  stroke: white;
  transition: all ease 0.3s;
}
#event-iframe h3.sold-out {
  font-size: 1.8rem;
  font-weight: 600;
}
#event-iframe h3.sold-out a {
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: underline;
}
#event-iframe #event-order-iframe {
  width: 100%;
  border: none;
  background: url(../../images/loader.gif) center center no-repeat;
  height: 0;
}

.post-type-archive-staff .single-member {
  width: 100%;
  padding: 10px 25px 10px 0;
  border-right: 6px solid #000000;
  margin-bottom: 50px;
}
.post-type-archive-staff .single-member h3 {
  font-weight: bold;
  font-size: 25px;
}
.post-type-archive-staff .single-member .role {
  margin-bottom: 15px;
  font-size: 20px;
}
.post-type-archive-staff .single-member .email {
  display: flex;
}
.post-type-archive-staff .single-member .email span {
  margin-right: 5px;
  display: block;
}

.fixed-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixed-actions .single-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border: 9px solid #cecece;
  background: white;
  margin-bottom: 20px;
  width: 280px;
  transition: all ease 0.3s;
}
.fixed-actions .single-action svg {
  width: 50px;
  transition: all ease 0.3s;
}
.fixed-actions .single-action span {
  margin-right: 15px;
}
.fixed-actions .single-action:hover {
  border-color: black;
  transition: all ease 0.3s;
}
.fixed-actions .single-action:hover svg {
  transform: scale(1.2);
  transition: all ease 0.3s;
}

.staff-section {
  position: relative;
}
.staff-section .bg-gradient {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50%;
  background-image: linear-gradient(to top, rgba(233, 233, 233, 0.8), rgba(233, 233, 233, 0));
}
.staff-section .container {
  padding: 70px 15px;
}

.management-section h2 {
  font-weight: 400;
  margin-bottom: 60px;
}
.management-section .container {
  padding: 50px 15px;
}

.general-meeting-section .container {
  padding: 50px 15px;
}
.general-meeting-section .wrapper {
  border-right: 6px solid #000;
  padding-right: 25px;
}

.general-meeting-members {
  display: flex;
  flex-wrap: wrap;
}

.single-general-member {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.general-text {
  margin-top: 50px;
  display: block;
  font-size: 25px;
}

.page-template-general-information .info-section .container {
  padding: 50px 15px;
}
.page-template-general-information .info-section ul {
  list-style: none;
}
.page-template-general-information .info-section ul li {
  position: relative;
}
.page-template-general-information .info-section ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b1b1b1;
  position: absolute;
  right: -1em;
  top: 0.4em;
}
.page-template-general-information .single-information {
  margin-bottom: 50px;
}
.page-template-general-information .single-information h2 {
  font-weight: 400;
}
.page-template-general-information .single-information .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page-template-general-information .single-information .icon-title .icon {
  margin-left: 20px;
}
.page-template-general-information .single-information .icon-title svg {
  width: 55px;
}
.page-template-general-information .background-section {
  position: relative;
  min-height: 685px;
}
.page-template-general-information .background-section .bg-image {
  background-position: center;
  background-size: cover;
}
.page-template-general-information .text-section {
  position: relative;
  z-index: 2;
  background-color: rgba(233, 233, 233, 0.8);
  min-height: 200px;
}
.page-template-general-information .text-section .background-text {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  position: absolute;
  top: -140px;
  max-width: 90vw;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-general-information .text-section .background-text .text {
  max-width: 925px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
}
.page-template-general-information .text-section .background-text .text::after {
  content: "";
  width: 250px;
  border-bottom: 7px solid #000000;
  margin-top: 40px;
}
.page-template-general-information .contact-section {
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0.8), rgba(233, 233, 233, 0) 20%);
}

.page-template-recap h1 {
  font-weight: bold;
}
.page-template-recap h2 {
  font-weight: 400;
}
.page-template-recap .top-section {
  position: relative;
}
.page-template-recap .top-section h1 {
  font-size: 25px;
  font-weight: 400;
  max-width: 810px;
  line-height: 1.8rem;
}
.page-template-recap .top-section h1 p {
  font-size: 25px;
}
.page-template-recap .top-section .container {
  padding: 120px 15px;
}
.page-template-recap .top-section .bg-gradient {
  background-image: linear-gradient(to bottom, rgba(13, 16, 14, 0.8), rgba(13, 16, 14, 0));
}
.page-template-recap .top-section .bg-image {
  background-position: center;
  background-size: cover;
}
.page-template-recap .top-section .fixed-actions {
  position: absolute;
  top: -70px;
  left: 15px;
}
.page-template-recap .top-section .fixed-actions .single-action {
  background-color: #fff;
}
.page-template-recap .top-text-section .container {
  padding: 40px 15px 75px 15px;
}
.page-template-recap .site-section {
  padding-bottom: 70px;
}
.page-template-recap .site-section h2 {
  margin-bottom: 20px;
}
.page-template-recap .site-section .col-lg-3 {
  border-right: 5px solid #000000;
  padding-right: 10px;
}
.page-template-recap .site-section .site-text {
  max-width: 750px;
}
.page-template-recap .site-section .link-wrapper {
  display: flex;
}
.page-template-recap .site-section .link-wrapper a {
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
  max-width: 200px;
  padding-right: 10px;
}
.page-template-recap .background-slider {
  position: relative;
}
.page-template-recap .background-slider .wrapper {
  height: 690px;
  position: relative;
}
.page-template-recap .background-slider .single-background {
  background-position: center;
  background-size: cover;
  width: 100%;
}
.page-template-recap .slick-slider .slick-next,
.page-template-recap .slick-slider .slick-prev {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.page-template-recap .slick-slider .slick-next.slick-arrow::after {
  left: 100px;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
}
.page-template-recap .slick-slider .slick-prev.slick-arrow::after {
  right: 100px;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
}
.page-template-recap .slick-arrow.slick-next::after {
  right: auto;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}
.page-template-recap .slick-arrow.slick-prev::after {
  left: auto;
}
.page-template-recap .bottom-row .right-wrapper {
  font-size: 18px;
  max-width: 365px;
}
.page-template-recap .shows-section {
  padding: 100px 0;
}
.page-template-recap .single-show {
  margin-bottom: 200px;
  background-image: linear-gradient(to top, rgba(233, 233, 233, 0.8), rgba(233, 233, 233, 0) 50%);
}
.page-template-recap .single-show h2 {
  margin-bottom: 60px;
}
.page-template-recap .single-show .top-row {
  margin-bottom: 75px;
}
.page-template-recap .single-show .left-wrapper {
  border-right: 7px solid #000000;
  padding-right: 20px;
}
.page-template-recap .single-show .top-right-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 376px;
}
.page-template-recap .single-show .bottom-right-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 365px;
}
.page-template-recap .single-show .show-background {
  width: 100%;
  padding-top: 60%;
  background-position: center;
  background-size: cover;
  margin-bottom: -75px;
}

#center-staff,
#directors-staff,
#docs-intro {
  padding-top: 180px;
}
#center-staff h2,
#directors-staff h2,
#docs-intro h2 {
  margin-bottom: 50px;
}
#center-staff .row > div,
#directors-staff .row > div,
#docs-intro .row > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
#center-staff .singel-member,
#directors-staff .singel-member,
#docs-intro .singel-member {
  border-right: 7px solid black;
  padding-right: 20px;
  flex: 1;
}
#center-staff .singel-member h3,
#directors-staff .singel-member h3,
#docs-intro .singel-member h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
#center-staff .singel-member .staff-email,
#directors-staff .singel-member .staff-email,
#docs-intro .singel-member .staff-email {
  margin-bottom: 0;
}
#center-staff .singel-member .staff-email svg,
#directors-staff .singel-member .staff-email svg,
#docs-intro .singel-member .staff-email svg {
  transition: all ease 0.2s;
}
#center-staff .singel-member .staff-email a:hover svg,
#directors-staff .singel-member .staff-email a:hover svg,
#docs-intro .singel-member .staff-email a:hover svg {
  margin-left: 10px;
  transition: all ease 0.2s;
}

#docs-sections h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
}
#docs-sections .single-section {
  margin-bottom: 50px;
}
#docs-sections .single-doc {
  margin-bottom: 30px;
}
#docs-sections .single-doc a {
  transition: all ease 0.3s;
  display: flex;
}
#docs-sections .single-doc a span {
  margin-left: 10px;
}
#docs-sections .single-doc a:hover {
  padding-right: 10px;
  transition: all ease 0.3s;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-dot {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}
.top-dot::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s bottom, 0.5s width 0.4s, 0.4s height 0s;
}
.top-dot.active::before {
  width: 20px;
  height: 20px;
  bottom: calc(100% + 10px);
}
.top-dot::after {
  display: none !important;
}

#hp-main {
  background-color: #000;
  background-size: cover !important;
  position: relative;
  padding-top: 100px;
}
#hp-main #top-video a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
#hp-main #top-video .slider-frame {
  height: 100%;
}
#hp-main .hp-top-slider {
  height: 100%;
}
#hp-main .hp-top-slider .slick-list,
#hp-main .hp-top-slider .slick-track {
  height: 100%;
}
#hp-main .hp-top-slider .hp-slider-slide .hp-slide-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#hp-main .hp-top-slider .hp-slider-slide .slider-frame {
  border: 12px solid white;
  width: 100%;
}
#hp-main .hp-top-slider.main-slider {
  margin-bottom: 0;
  height: auto;
}
#hp-main .hp-top-slider .slick-track {
  display: flex;
}
#hp-main .hp-top-slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
#hp-main .container {
  height: 100%;
}
#hp-main .row {
  height: 100%;
  align-items: center;
}
#hp-main .hp-highlight {
  position: relative;
  height: auto;
  padding: 2rem;
}
#hp-main .hp-highlight .heighlight-text {
  color: white;
  font-size: 3rem;
  line-height: 1.1;
}
#hp-main .hp-highlight .heighlight-text p {
  margin-bottom: 0;
}
#hp-main .hp-highlight svg {
  max-width: 100%;
}
#hp-main .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
}
#hp-main .calendar-holder {
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  z-index: 999;
  padding: 2rem;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
#hp-main .calendar-holder #calendar {
  width: 100%;
}
#hp-main .calendar-holder .calendar-open {
  position: absolute;
  right: -130px;
  height: 60px;
  /* line-height: 60px; */
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 200px;
  top: calc(50% - 30px);
  transform: rotate(270deg);
  background: black;
  color: white;
  text-align: center;
  border: 6px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#hp-main .calendar-holder .calendar-open .toggle {
  width: 16px;
  height: 16px;
  background: white;
  content: "";
  position: absolute;
  bottom: -18px;
  left: calc(50% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#hp-main .calendar-holder .calendar-open .toggle:after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: black;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  transform-origin: center center;
  display: inline-block;
}
#hp-main .calendar-holder.open {
  left: 0;
  transition: all ease 0.5s;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
}
#hp-main .calendar-holder.open .calendar-open .toggle:after {
  transform: rotate(315deg);
  margin-bottom: -3px;
}
#hp-main .news-holder {
  position: absolute;
  top: 0;
  right: -30%;
  width: 30%;
  height: 100%;
  z-index: 999;
  padding: 2rem;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
#hp-main .news-holder h2 {
  font-weight: 600;
  text-align: center;
}
#hp-main .news-holder h2:after {
  content: "";
  width: 14px;
  height: 14px;
  background: black;
  margin: 10px auto 30px;
  display: block;
}
#hp-main .news-holder .calendar-open {
  position: absolute;
  left: -130px;
  height: 60px;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 200px;
  top: calc(50% - 30px);
  transform: rotate(270deg);
  background: black;
  color: white;
  text-align: center;
  border: 6px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#hp-main .news-holder .calendar-open .toggle {
  width: 16px;
  height: 16px;
  background: white;
  content: "";
  position: absolute;
  top: -18px;
  left: calc(50% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#hp-main .news-holder .calendar-open .toggle:after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: black;
  border-width: 2px 2px 0 0;
  transform: rotate(315deg);
  transform-origin: center center;
  display: inline-block;
}
#hp-main .news-holder.open {
  right: 0;
  transition: all ease 0.5s;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
}
#hp-main .news-holder.open .calendar-open .toggle:after {
  transform: rotate(135deg);
  margin-top: -3px;
}
#hp-main .news-holder .hp-single-news {
  margin-bottom: 2rem;
  border: 7px solid black;
}
#hp-main .news-holder .hp-single-news h3 {
  font-weight: 600;
  line-height: 0.8;
}
#hp-main .news-holder .hp-single-news h3:after {
  content: "";
  height: 2px;
  width: 80px;
  background: black;
  display: block;
  margin: 10px 0;
}
#hp-main .news-holder .hp-single-news p.news-date {
  font-size: 0.8rem;
  margin: 10px 0 0;
}

#hp-shows {
  padding-top: 200px;
}
#hp-shows .hp-all-shows {
  padding: 50px 0 100px;
}

.single-show-wrapper {
  margin-bottom: 30px;
}
.single-show-wrapper .single-show {
  background-color: #fff;
  height: 100%;
}
.single-show-wrapper .show-image-container {
  height: 500px;
  overflow: hidden;
}
.single-show-wrapper .show-image-container .show-image {
  filter: grayscale(0.5) brightness(0.8);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
}
.single-show-wrapper:hover .show-image {
  transform: scale(1.1);
  transition: all ease 0.5s;
  filter: none;
}
.single-show-wrapper .show-details {
  padding: 40px 25px;
  display: flex;
  justify-content: space-between;
}
.single-show-wrapper .show-details .right-side {
  display: flex;
}
.single-show-wrapper .show-details .dates {
  width: 90px;
  min-width: 20%;
}
.single-show-wrapper .show-details .general-info {
  border-right: 6px solid #000;
  padding-right: 10px;
  margin-right: 20px;
}
.single-show-wrapper .show-details .general-info button {
  padding: 0.3rem 1rem;
  font-size: 0.9rem;
}
.single-show-wrapper .show-details .short-content {
  width: 40%;
}

#hp-projects {
  padding: 100px 0 50px;
}
#hp-projects .hp-single-project {
  height: 400px;
  margin: 0 14px;
}
#hp-projects .hp-single-project a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#hp-projects .hp-single-project a .project-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: all ease 0.3s;
}
#hp-projects .hp-single-project a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 10%, rgba(13, 16, 14, 0.2) 100%);
  transition: all ease 0.3s;
}
#hp-projects .hp-single-project a .hp-project-container {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
  top: 15px;
  border: 14px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: white;
}
#hp-projects .hp-single-project a .hp-project-container p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
#hp-projects .hp-single-project a .hp-project-container h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
#hp-projects .hp-single-project a .hp-project-container h3:after {
  width: 80px;
  height: 2px;
  background: white;
  content: "";
  display: block;
  margin: 10px auto;
}
#hp-projects .hp-single-project a .hp-project-container .button {
  color: white;
  border-color: white;
}
#hp-projects .hp-single-project a .hp-project-container .button:after {
  background-color: white;
}
#hp-projects .hp-single-project a .hp-project-container .button:hover {
  color: black;
}
#hp-projects .hp-single-project a:hover .project-image {
  transform: scale(1.2);
  transition: all ease 0.3s;
}
#hp-projects .hp-single-project a:hover .overlay {
  transform: scale(2);
  transform-origin: top;
  transition: all ease 0.3s;
}

#hp-main .slider-controls button span {
  border-left: 2px solid white !important;
  border-top: 2px solid white !important;
}
#hp-main .slider-controls .slick-dots li {
  border: 2px solid white !important;
}
#hp-main .slider-controls .slick-dots li.slick-active {
  background: white !important;
}

#hp-projects .slider-controls,
#hp-main .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
#hp-projects .slider-controls button,
#hp-main .slider-controls button {
  background: transparent;
  border: none;
  position: static;
  width: auto;
  height: auto;
  box-shadow: none;
}
#hp-projects .slider-controls button span,
#hp-main .slider-controls button span {
  width: 14px;
  height: 14px;
  border-left: 2px solid black;
  border-top: 2px solid black;
  display: inline-block;
}
#hp-projects .slider-controls button.slide-m-prev span, #hp-projects .slider-controls button.slide-s-prev span,
#hp-main .slider-controls button.slide-m-prev span,
#hp-main .slider-controls button.slide-s-prev span {
  transform: rotate(-225deg);
}
#hp-projects .slider-controls button.slide-m-next span, #hp-projects .slider-controls button.slide-s-next span,
#hp-main .slider-controls button.slide-m-next span,
#hp-main .slider-controls button.slide-s-next span {
  transform: rotate(-45deg);
}
#hp-projects .slider-controls .slick-dots,
#hp-main .slider-controls .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#hp-projects .slider-controls .slick-dots li,
#hp-main .slider-controls .slick-dots li {
  margin: 0 8px;
  width: 14px;
  height: 14px;
  border: 2px solid black;
  display: inline-block;
  cursor: pointer;
}
#hp-projects .slider-controls .slick-dots li.slick-active,
#hp-main .slider-controls .slick-dots li.slick-active {
  background: black;
}
#hp-projects .slider-controls .slick-dots li button,
#hp-main .slider-controls .slick-dots li button {
  opacity: 0;
  visibility: hidden;
}

.search-page h2 {
  margin: 20px auto 80px;
  width: 100%;
}

.shows-page,
.search-page {
  padding-top: 90px;
}
.shows-page #shows-top,
.search-page #shows-top {
  padding: 1rem 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.shows-page #shows-filter,
.search-page #shows-filter {
  background: #E9E9E9;
  padding: 2rem 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  position: relative;
}
.shows-page #shows-filter h2,
.search-page #shows-filter h2 {
  font-size: 2rem;
  cursor: pointer;
  transition: 0.3s;
}
.shows-page #shows-filter h2::after,
.search-page #shows-filter h2::after {
  content: "+";
  padding: 0 5px;
}
.shows-page #shows-filter h2.active::after,
.search-page #shows-filter h2.active::after {
  content: "-";
}
.shows-page #shows-filter h2:hover,
.search-page #shows-filter h2:hover {
  opacity: 0.7;
}
.shows-page #shows-filter h4,
.search-page #shows-filter h4 {
  font-weight: 700;
  font-size: 1.2rem !important;
}
.shows-page #shows-filter form.searchandfilter,
.search-page #shows-filter form.searchandfilter {
  display: none;
}
.shows-page #shows-filter ul,
.search-page #shows-filter ul {
  padding: 0;
}
.shows-page #shows-filter ul label,
.search-page #shows-filter ul label {
  width: 100%;
}
.shows-page #shows-filter ul input[type=text],
.search-page #shows-filter ul input[type=text] {
  width: 100%;
  border: 4px solid white;
  background: transparent;
  padding: 5px 20px;
}
.shows-page #shows-filter ul .sf_date_field,
.search-page #shows-filter ul .sf_date_field {
  display: flex;
  justify-content: space-between;
}
.shows-page #shows-filter ul .sf_date_field li,
.search-page #shows-filter ul .sf_date_field li {
  width: 49%;
}
.shows-page #shows-filter .sf-field-submit,
.search-page #shows-filter .sf-field-submit {
  text-align: center;
}
.shows-page #shows-filter .sf-field-submit input[type=submit],
.search-page #shows-filter .sf-field-submit input[type=submit] {
  background: black;
  border: none;
  color: white;
  padding: 5px 40px;
  margin: 1rem auto;
  font-size: 1.5rem;
}
.shows-page #shows-filter .sf-input-select,
.search-page #shows-filter .sf-input-select {
  width: 100%;
  border: 4px solid white;
  background: transparent;
  padding: 5px 20px;
}
.shows-page #shows-main,
.search-page #shows-main {
  padding: 100px 0;
  background: #E9E9E9;
}
.shows-page #shows-main .show-row,
.search-page #shows-main .show-row {
  margin: 0 0 2rem 0;
  background: white;
}
.shows-page #shows-main .show-row .show-details-container,
.search-page #shows-main .show-row .show-details-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shows-page #shows-main .show-row .image-col,
.search-page #shows-main .show-row .image-col {
  padding-right: 0;
}
.shows-page #shows-main .show-row .show-image,
.search-page #shows-main .show-row .show-image {
  height: 100%;
  min-height: 350px;
  background-size: cover !important;
}
.shows-page #shows-main .show-row .tlv-badge,
.search-page #shows-main .show-row .tlv-badge {
  position: absolute;
  right: -30px;
  top: -30px;
}
.shows-page #shows-main .show-row .tlv-badge img,
.search-page #shows-main .show-row .tlv-badge img {
  width: 120px;
}
.shows-page #shows-main .show-row .show-details,
.search-page #shows-main .show-row .show-details {
  margin: 30px 0;
  padding: 0 1rem;
  border-right: 7px solid black;
}
.shows-page #shows-main .show-row .show-details h2,
.search-page #shows-main .show-row .show-details h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.shows-page #shows-main .show-row .show-details h2:after,
.search-page #shows-main .show-row .show-details h2:after {
  width: 70px;
  height: 2px;
  content: "";
  background: black;
  display: block;
  margin-top: 20px;
}
.shows-page #shows-main .show-row .show-info,
.search-page #shows-main .show-row .show-info {
  margin: 0 0 30px;
}
.shows-page #shows-main .show-row .show-info .location span,
.shows-page #shows-main .show-row .show-info .dates span,
.search-page #shows-main .show-row .show-info .location span,
.search-page #shows-main .show-row .show-info .dates span {
  width: 30px;
  display: inline-block;
}
.shows-page #shows-main .show-row .show-info .location .more-dates,
.shows-page #shows-main .show-row .show-info .dates .more-dates,
.search-page #shows-main .show-row .show-info .location .more-dates,
.search-page #shows-main .show-row .show-info .dates .more-dates {
  padding-top: 10px;
}
.shows-page #shows-main .show-row .show-info .location .more-dates a,
.shows-page #shows-main .show-row .show-info .dates .more-dates a,
.search-page #shows-main .show-row .show-info .location .more-dates a,
.search-page #shows-main .show-row .show-info .dates .more-dates a {
  text-decoration: underline;
}
.shows-page #shows-main .show-row .show-info .location p,
.shows-page #shows-main .show-row .show-info .dates p,
.search-page #shows-main .show-row .show-info .location p,
.search-page #shows-main .show-row .show-info .dates p {
  margin: 10px 30px;
}
.shows-page #shows-main .show-row .show-info .location,
.search-page #shows-main .show-row .show-info .location {
  margin-bottom: 1rem;
}

.tlv-dance {
  background: black;
}
.tlv-dance #shows-main {
  background: black;
}
.tlv-dance #shows-main .show-row {
  border: 6px solid #fff;
}
.tlv-dance #shows-main h2.top-dot {
  color: #fff;
}
.tlv-dance #shows-main h2.top-dot::before {
  background-color: #fff;
}
.tlv-dance #tlv-top {
  background: black;
  text-align: center;
}
.tlv-dance #tlv-top img.mobile {
  display: none;
}
.tlv-dance .tlv-intro-text {
  color: white;
  padding: 0 0 100px;
  font-size: 1.25rem;
}
.tlv-dance iframe {
  max-width: 100% !important;
}
.tlv-dance .slick-slide {
  height: auto !important;
}
.tlv-dance .tlv-more-button {
  color: white;
  border-color: white;
}
.tlv-dance .tlv-more-button:after {
  background-color: white;
}
.tlv-dance .tlv-more-button a {
  position: relative;
  z-index: 1;
}
.tlv-dance .tlv-more-button:hover {
  color: black;
}
.tlv-dance #tlv-intro-text {
  padding-top: 100px;
}

.tlv-strip img {
  max-width: 150px;
}

.ll-skin-melon .ui-widget {
  background: black;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #c7c7c7;
}
.ll-skin-melon td .ui-state-default {
  color: black;
}
.ll-skin-melon td .ui-state-active {
  color: #c3c3c3;
}
.ll-skin-melon td .ui-state-hover {
  background: #ddd;
}

/*------------- Show media gallery-image */
.main-slider {
  position: relative;
  width: 100%;
  height: 39.5vw;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .slick-list,
.main-slider .slick-track {
  height: 100%;
}
.main-slider .slick-list .slide-media,
.main-slider .slick-track .slide-media {
  background-size: cover !important;
}

.slick-slide {
  position: relative;
  backface-visibility: hidden;
}
.slick-slide.youtube, .slick-slide.vimeo {
  background: black;
  text-align: center;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  max-height: 100% !important;
  max-width: 100% !important;
  min-height: 50vh;
  top: 0 !important;
  aspect-ratio: 4/1.7;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

body.single-shows .slick-slide .slide-image, body.single-project .slick-slide .slide-image, body.single-artist .slick-slide .slide-image {
  background: white;
}
body.single-shows .slick-slide .slide-image img, body.single-project .slick-slide .slide-image img, body.single-artist .slick-slide .slide-image img {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  list-style: none;
  margin-top: -40px;
  position: relative;
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li button {
  border: 2px solid white;
  background: transparent;
  width: 16px;
  height: 16px;
  color: transparent;
  font-size: 8px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: white;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  background: transparent;
  width: 60px;
  height: 60px;
  border-right: none;
  border-bottom: none;
  color: transparent;
  z-index: 2;
  box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.15);
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow.slick-next {
  transform: rotate(-45deg);
  left: 30px;
}
.slick-arrow.slick-prev {
  transform: rotate(135deg);
  right: 30px;
}

#store-main.order {
  padding-top: 100px;
}

section.programs,
#vod-hp-shows {
  padding: 70px 0;
}
section.programs h2,
#vod-hp-shows h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 50px;
}
section.programs .image-frame,
#vod-hp-shows .image-frame {
  border: 10px solid #fff;
  margin-bottom: 15px;
  max-height: 380px;
  overflow: hidden;
}

#contact-section {
  padding: 80px 0 20px;
}
#contact-section h2 {
  font-weight: 400;
  margin-bottom: 40px;
}
#contact-section h2:after {
  width: 70px;
  height: 2px;
  content: "";
  background: black;
  display: block;
  margin-top: 20px;
}
#contact-section .all-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#contact-section .all-details > div {
  margin: 0 10px;
}
#contact-section .contact-bg {
  padding-bottom: 80px;
  background: url(../../images/contact_bg.svg) center bottom no-repeat;
  background-size: contain !important;
}
#contact-section .contact-details {
  padding: 20px 0;
  background-color: #000;
  margin-bottom: 50px;
}
#contact-section .footer-contact {
  padding-bottom: 100px;
}
#contact-section .footer-contact label {
  width: 100%;
  margin-top: 30px;
}
#contact-section .footer-contact label input {
  width: 100%;
}
#contact-section .footer-contact label textarea {
  width: 100%;
  border: none;
  border-bottom: 3px solid black;
  max-height: 100px;
}
#contact-section .footer-contact input[type=submit] {
  width: 100%;
  margin-top: 30px;
}
#contact-section form {
  direction: rtl;
}
#contact-section input[type=text],
#contact-section input[type=email],
#contact-section input[type=tel],
#contact-section select {
  border: 0;
  border-bottom: 3px solid #000;
  background: transparent;
  width: 100%;
}
#contact-section .wpcf7-list-item {
  margin: 0;
}
#contact-section input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#contact-section .wpcf7-list-item-label {
  cursor: pointer;
  padding-right: 1.5rem;
}
#contact-section .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 3px solid #000;
  right: 0;
}
#contact-section input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #000;
  right: 4px;
  top: 4px;
}
#contact-section input[type=submit] {
  background-color: #000;
  border-radius: 0;
  border: 0;
  color: #fff;
  padding: 5px 15px;
}
#contact-section .wpcf7-submit:disabled {
  opacity: 0.2;
}
#contact-section .ajax-loader {
  position: absolute;
}
#contact-section .content {
  max-width: 500px;
}
#contact-section .form-part input,
#contact-section .form-part label {
  max-width: 100%;
}

#vod-popup,
#interview-popup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
#vod-popup .close-popup,
#interview-popup .close-popup {
  width: 60px;
  height: 60px;
  background: url(../../svg/close.svg) center center no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transition: all ease 1s;
}
#vod-popup .close-popup:hover,
#interview-popup .close-popup:hover {
  transform: rotate(180deg) scale(1.2);
  transition: all ease 1s;
}
#vod-popup.active,
#interview-popup.active {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.5s;
}
#vod-popup .error-message,
#interview-popup .error-message {
  text-align: center;
  color: #fff;
  padding: 0 10%;
}
#vod-popup .error-message:before,
#interview-popup .error-message:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../svg/error_icon.svg) center center no-repeat;
  margin-bottom: 20px;
  margin: 20px auto;
  display: block;
}
#vod-popup #choose-action,
#interview-popup #choose-action {
  width: 100%;
  text-align: center;
}
#vod-popup #choose-action p,
#interview-popup #choose-action p {
  color: #fff;
}
#vod-popup #choose-action .button,
#interview-popup #choose-action .button {
  font-size: 2rem;
}
#vod-popup #choose-action .login-col,
#interview-popup #choose-action .login-col {
  border-left: 1px solid #fff;
}
#vod-popup #popup-form,
#interview-popup #popup-form {
  display: none;
  max-width: 360px;
  margin: 0 auto;
}

#general-page {
  padding-top: 100px;
}

.page404 {
  text-align: center;
}
.page404 h1 {
  font-size: 5rem;
  margin: 3rem 0;
}
.page404 a {
  text-decoration: underline;
}

.tml-lostpassword form {
  margin: 50px 0;
  max-width: 350px;
}
.tml-lostpassword button {
  background: black;
  border: none;
  color: #fff;
  padding: 5px 20px;
}

.thanks-top {
  padding-top: 150px;
}

.sdc-user-login {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
}

.tml-login {
  padding: 20px 40px;
  border: 1px solid #5a5a5a;
  text-align: right;
}
.tml-login .tml-log-wrap label,
.tml-login .tml-pwd-wrap label,
.tml-login .tml-rememberme-wrap label {
  color: #fff;
}
.tml-login .tml-log-wrap input,
.tml-login .tml-pwd-wrap input,
.tml-login .tml-rememberme-wrap input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
}
.tml-login .login-remember {
  color: #fff;
}
.tml-login .tml-submit-wrap button {
  background: #fff;
  color: black;
  border: none;
  width: 100%;
  padding: 5px 20px;
}
.tml-login .tml-links {
  padding: 0;
}
.tml-login .tml-links .tml-lostpassword-link a {
  color: #fff;
}

.tml .tml-action-confirmaction .success,
.tml .tml-error,
.tml .tml-message,
.tml .tml-success {
  border-right: 4px solid #00a0d2;
  display: block;
  margin: 0 0 1em;
  padding: 0 10px;
  color: #fff;
  border-left: none;
}
.tml .tml-error {
  border-right-color: #dc3232;
}

.top-strip {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.top-strip .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.top-strip .sub-cart-log {
  display: flex;
  align-items: center;
}
.top-strip .sub-cart-log .item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #000000;
  min-width: 140px;
  padding: 5px 10px;
  margin: 0 7px;
}
.top-strip .sub-cart-log .item span {
  margin-right: 5px;
}

#vod-logos {
  padding: 100px 0;
}
#vod-logos ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#vod-logos ul li img {
  max-width: 150px;
}

.post-type-archive-rental .off-canvas-wrapper {
  overflow: visible;
}
.post-type-archive-rental .top-text-section {
  background-color: #e9e9e9;
}
.post-type-archive-rental .top-text-section .top-text {
  max-width: 860px;
  font-size: 25px;
}
.post-type-archive-rental .top-text-section .container {
  padding: 180px 15px 30px 15px;
}
.post-type-archive-rental .nav-strip {
  background-color: #000000;
  margin-bottom: 80px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.post-type-archive-rental .nav-strip .container {
  max-width: 1650px;
  padding: 50px 15px;
}
.post-type-archive-rental .nav-strip .rental-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-type-archive-rental .nav-strip a {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px;
  min-width: 12vw;
  display: block;
  text-align: center;
  margin-left: 10px;
}
.post-type-archive-rental .nav-strip a:last-of-type {
  margin-left: 0;
}
.post-type-archive-rental .single-rental {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 300px;
  height: 750px;
}
.post-type-archive-rental .single-rental .gradient-strip {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -200px;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0.8), rgba(233, 233, 233, 0) 65%);
}
.post-type-archive-rental .single-rental .gradient-strip .photo {
  margin: 15px 15px 0 0;
  position: relative;
  z-index: 9;
}
.post-type-archive-rental .single-rental .download,
.post-type-archive-rental .single-rental .to-rent {
  min-width: 165px;
  border: 2px solid #000000;
  padding: 10px;
  text-align: center;
}
.post-type-archive-rental .single-rental .download span,
.post-type-archive-rental .single-rental .to-rent span {
  position: relative;
  z-index: 2;
}
.post-type-archive-rental .single-rental .title {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.post-type-archive-rental .single-rental .photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.post-type-archive-rental .single-rental .single-photo {
  width: 118px;
  height: 82px;
  margin-bottom: 20px;
  margin-left: 20px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.post-type-archive-rental .single-rental .single-photo:nth-of-type(4n) {
  margin-left: 0;
}
.post-type-archive-rental .single-rental .details {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -200px;
}
.post-type-archive-rental .single-rental .details .top {
  display: flex;
  margin-bottom: 50px;
  width: 100%;
}
.post-type-archive-rental .single-rental .details .top .left,
.post-type-archive-rental .single-rental .details .top .right {
  width: 50%;
  padding: 0 25px 10px 25px;
  margin-top: 70px;
}
.post-type-archive-rental .single-rental .details .top .left {
  border-right: 7px solid #000000;
}
.post-type-archive-rental .single-rental .details .bottom {
  display: flex;
  align-items: center;
}
.post-type-archive-rental .single-rental .details .bottom .download {
  margin-left: 40px;
}
.post-type-archive-rental .single-rental .single-detail {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post-type-archive-rental .single-rental .single-detail p {
  margin-bottom: 0;
}
.post-type-archive-rental .single-rental .single-detail .icon {
  margin-left: 25px;
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-type-archive-rental .single-rental .single-detail .icon svg {
  width: 100%;
}
.post-type-archive-rental .single-rental .main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.page-template-taplink {
  background: black;
}
.page-template-taplink header {
  display: none;
}
.page-template-taplink .taplink-page {
  text-align: center;
  padding: 100px 0;
}
.page-template-taplink .taplink-page .taplink-top {
  text-align: center;
  margin-bottom: 50px;
}
.page-template-taplink .taplink-page .taplink-top .taplink-main-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover !important;
  margin: 0 auto 20px;
}
.page-template-taplink .taplink-page .taplink-top svg {
  width: 200px;
}
.page-template-taplink .taplink-page .taplink-single {
  transition: all ease 0.3s;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  margin: 10px auto;
  max-width: 600px;
}
.page-template-taplink .taplink-page .taplink-single a {
  display: flex;
  width: 100%;
}
.page-template-taplink .taplink-page .taplink-single .taplink-icon {
  background: white;
  padding: 5px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-taplink .taplink-page .taplink-single .taplink-title {
  color: white;
  text-align: center;
  flex-grow: 1;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
}
.page-template-taplink .taplink-page .taplink-single:hover {
  transform: scale(1.03);
  background: rgba(255, 255, 255, 0.5);
}

body.page-template-clean {
  background: black;
  height: 100vh;
}

body.single-project #project-top .video-container, body.single-artist #project-top .video-container {
  height: 90vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
body.single-project #project-top .video-container iframe, body.single-project #project-top .video-container object, body.single-project #project-top .video-container embed, body.single-artist #project-top .video-container iframe, body.single-artist #project-top .video-container object, body.single-artist #project-top .video-container embed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
body.single-project #project-top .image-container, body.single-artist #project-top .image-container {
  height: 90vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
  background-size: cover !important;
}
body.single-project #project-top .image-container img, body.single-artist #project-top .image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: auto;
  transform: translate(-50%, -50%);
}
body.single-project #project-top .overlay, body.single-artist #project-top .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7539390756) 20%, rgba(0, 0, 0, 0) 100%);
}
body.single-project #project-top .top-content, body.single-artist #project-top .top-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: end;
  padding-bottom: 2rem;
}
body.single-project #project-top .top-content img, body.single-artist #project-top .top-content img {
  max-width: 150px;
  position: initial;
  transform: none;
  margin-bottom: 20px;
}
body.single-project .project-logo, body.single-artist .project-logo {
  max-width: 300px;
  margin-bottom: 2rem;
}
body.single-project .artist-photo, body.single-project .project-link, body.single-artist .artist-photo, body.single-artist .project-link {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
body.single-project .artist-photo img, body.single-project .project-link img, body.single-artist .artist-photo img, body.single-artist .project-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.3s;
}
body.single-project #project-artists, body.single-artist #project-artists {
  padding: 5rem 0;
}
body.single-project #project-artists .single-artist, body.single-artist #project-artists .single-artist {
  margin-bottom: 2rem;
}
body.single-project .flex-layout, body.single-artist .flex-layout {
  padding: 3rem 0;
}
body.single-project .flex-layout .credit-logo, body.single-artist .flex-layout .credit-logo {
  max-width: 200px;
  margin: 0 20px;
}
body.single-project .flex-layout .credit-logo img, body.single-artist .flex-layout .credit-logo img {
  max-height: 150px;
}
body.single-project .link-gallery a:hover img, body.single-project .single-artist a:hover img, body.single-artist .link-gallery a:hover img, body.single-artist .single-artist a:hover img {
  transform: scale(1.05) translate(-48%, -47%);
}
body.single-project .link-gallery a:hover h3::after, body.single-project .single-artist a:hover h3::after, body.single-artist .link-gallery a:hover h3::after, body.single-artist .single-artist a:hover h3::after {
  margin-right: 20px;
}
body.single-project .link-gallery h3, body.single-project .single-artist h3, body.single-artist .link-gallery h3, body.single-artist .single-artist h3 {
  font-weight: 700;
  font-size: 1.45rem;
  align-items: center;
  margin-top: 10px;
  position: relative;
  padding-right: 20px;
}
body.single-project .link-gallery h3::before, body.single-project .single-artist h3::before, body.single-artist .link-gallery h3::before, body.single-artist .single-artist h3::before {
  content: "";
  background: black;
  height: 100%;
  width: 8px;
  display: inline-block;
  position: absolute;
  right: 0;
}
body.single-project .link-gallery h3::after, body.single-project .single-artist h3::after, body.single-artist .link-gallery h3::after, body.single-artist .single-artist h3::after {
  display: none;
}
body.single-project #artist-desc, body.single-artist #artist-desc {
  padding: 3rem 0;
}
body.single-project .right-border, body.single-artist .right-border {
  border-right: 8px solid black;
  padding-right: 2rem;
}
body.single-project #artist-gallery, body.single-artist #artist-gallery {
  margin: 3rem 0;
}
body.single-project #artist-gallery iframe, body.single-artist #artist-gallery iframe {
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw !important;
  }
}
/* Edit Above Only*/
#header-top nav {
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-end;
}
#header-top nav .welcome-user {
  padding-right: 20px;
  font-weight: 300;
  font-size: 1rem;
}

.menu-main-menu-container {
  padding-top: 2rem;
}

.mobile_menu_button {
  display: none;
  position: relative;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}

.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}

.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}

.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}

.triggerMobileMenu.open span {
  background: white;
}

.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: transparent;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.off-canvas.is-open {
  z-index: 9999999;
  background: transparent;
  transform: translate(0);
}

.position-left {
  transform: translateX(-250px);
  left: 0;
}

.position-right {
  transform: translateX(250px);
  right: 0;
}

.position-top {
  transform: translateY(-100%);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
  width: 500px;
  max-width: 100%;
  background: black;
  padding: 50px 20px;
  float: right;
}
.mobile_menu_holder .triggerMobileMenu {
  float: right;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: white;
  border-bottom: 1px solid white;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}

ul#mobile-menu li {
  position: relative;
  display: block;
}

ul#mobile-menu > li {
  transition: all ease 0.3s;
}
ul#mobile-menu > li:hover {
  padding-left: 20px !important;
  transition: all ease 0.3s;
}

ul#mobile-menu > li.sub-item {
  padding-left: 1rem;
}

ul#mobile-menu > li.menu-watch a {
  border: 1px solid #fff;
  text-align: center;
  max-width: 150px;
  margin: 20px 0 0 20px;
}

ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 10px 15px;
  color: white;
}

ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 0;
  padding-left: 1rem;
  display: none;
  padding-top: 1rem;
}

ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1rem;
}

ul#mobile-menu li.menu-item-has-children > a:after {
  display: inline-block;
  margin: 0 10px;
  width: 15px;
  height: 8px;
  content: "";
  background: url(../../images/menu_arrow.svg) center center no-repeat;
  transition: all ease 0.3s;
}

ul#mobile-menu li.menu-item-has-children.is-open > a:after {
  transform: rotate(180deg);
  transition: all ease 0.3s;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1600px) {
  .post-type-archive-rental .single-rental .gradient-strip .photo {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .hp-top-slider .container {
    max-width: 1000px;
  }
  #hp-main .hp-highlight .heighlight-text {
    font-size: 2.2rem;
  }
  .post-type-archive-rental .single-rental .single-photo {
    min-width: 23%;
  }
  .post-type-archive-rental .single-rental .single-photo:nth-of-type(4n) {
    margin-left: 20px;
  }
  .post-type-archive-rental .single-rental .single-photo:nth-of-type(3n) {
    margin-left: 0;
  }
  .event-main-image {
    position: relative;
  }
  .event-main-image .tlv-badge {
    left: -10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  header {
    padding-top: 20px;
  }
  .page-template-general-information .background-section {
    min-height: 520px;
  }
  #hp-main .hp-highlight .heighlight-text {
    font-size: 1.8rem;
  }
  #hp-main .calendar-holder {
    width: 40%;
    left: -40%;
  }
  .tlv-dance iframe {
    height: 40vw;
  }
  .hp-top-slider iframe {
    min-height: auto;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1024px) {
  .top-strip h2 {
    font-size: 1.7rem;
  }
  .top-strip .sub-cart-log .item {
    font-size: 16px;
    min-width: 110px;
  }
  .page-template-general-information .text-section {
    min-height: 125px;
  }
  .page-template-general-information .text-section .background-text {
    padding: 30px;
    top: -110px;
  }
  .page-template-general-information .text-section .background-text .text {
    font-size: 22px;
  }
  .post-type-archive-rental .nav-strip .rental-nav {
    flex-wrap: wrap;
  }
  .post-type-archive-rental .nav-strip .rental-nav a {
    width: 32%;
    min-width: auto;
    margin: 10px 0;
    margin-left: 0;
  }
  .post-type-archive-rental .nav-strip .container {
    padding: 25px 15px;
  }
  .post-type-archive-rental .single-rental {
    height: auto;
    min-height: 750px;
  }
  .post-type-archive-rental .single-rental .gradient-strip {
    display: none;
  }
  .post-type-archive-rental .single-rental .single-photo {
    min-width: auto;
    width: 120px;
    margin: 10px;
  }
  .post-type-archive-rental .single-rental .single-photo:nth-of-type(3n), .post-type-archive-rental .single-rental .single-photo:nth-of-type(4n) {
    margin-left: 10px;
  }
  .post-type-archive-rental .single-rental .details {
    margin-bottom: -260px;
  }
  .post-type-archive-rental .single-rental .details .top {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .post-type-archive-rental .single-rental .details .top .left, .post-type-archive-rental .single-rental .details .top .right {
    width: 100%;
  }
  .post-type-archive-rental .single-rental .details .top .left {
    border-right: 0;
    border-top: 5px solid #000000;
    padding: 25px 0 0 0;
    width: 95%;
    margin: 0 15px;
  }
  .post-type-archive-rental .single-rental .details .top .right {
    padding: 0 15px 25px 15px;
    margin-top: 30px;
  }
  .post-type-archive-rental .single-rental .details .top .right .title {
    margin-bottom: 20px;
    font-size: 35px;
  }
} /* end of (max-width: 1024px) */
/****************************************************************************************************************/
@media only screen and (max-width: 991px) {
  button.aicon_link {
    top: 150px;
  }
  .wrap_main_menu {
    display: none;
  }
  .mobile_menu_button {
    display: block;
  }
  .footer .mobile_menu_button {
    display: none;
  }
  .footer .wrap_main_menu {
    display: block;
  }
  .footer ul#footer-menu {
    flex-wrap: wrap;
  }
  #main-menu .tlv-menu {
    display: list-item;
  }
  .page-wrap {
    padding-top: 140px;
  }
  .flex_container {
    flex-wrap: wrap;
  }
  .flex_container .right-side {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .flex_container .logo {
    margin-left: 0;
  }
  .flex_container .logo img {
    width: auto;
  }
  .flex_container .center-header {
    margin-bottom: 1rem;
  }
  .flex_container .socials a:first-child {
    margin-right: 0;
  }
  .site_logo img {
    width: 180px;
  }
  a.watch-zoom {
    width: 100%;
  }
  .about-first-section .first-row {
    flex-direction: column-reverse;
  }
  .about-first-section .fixed-actions {
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
    justify-content: center;
  }
  .about-first-section .single-action {
    flex-direction: column;
    padding: 10px 5px;
    text-align: center;
    width: 23%;
    margin: 0 5px;
    border: 6px solid #CECECE;
  }
  .about-first-section .single-action svg {
    height: 25px;
  }
  .about-first-section .single-action span {
    margin-right: 0;
    margin-top: 5px;
    font-size: 15px;
  }
  .page-template-recap .top-section .container {
    padding-top: 50px;
  }
  .page-template-recap .top-section .top-title {
    margin: 50px auto 0 auto;
    text-align: center;
  }
  .page-template-recap .top-section .row {
    flex-direction: column-reverse;
  }
  .page-template-recap .top-section .fixed-actions {
    position: static;
  }
  .page-template-recap .site-section .link-wrapper {
    margin-top: 25px;
  }
  .page-template-recap .shows-section {
    padding: 0;
  }
  .page-template-recap .shows-section .single-show {
    margin-bottom: 100px;
  }
  .page-template-recap .shows-section .single-show .top-row {
    margin-bottom: 30px;
  }
  .page-template-recap .shows-section .single-show .show-background {
    margin: 20px auto -75px auto;
    width: 90%;
  }
  #hp-main .calendar-holder {
    padding: 0.5rem;
    width: 50%;
    left: -50%;
  }
  #hp-main .calendar-holder .calendar td {
    padding: 0.3em 0.1em;
  }
  ul#mobile-menu > li:hover {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .footer .footer-artist-list {
    margin-top: 3rem;
    border: none;
  }
  #hp-main .hp-highlight {
    height: auto;
    padding: 1rem;
    text-align: center;
  }
  .highlight-logo svg {
    max-width: 220px !important;
  }
  #participant-directory .participant-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .left-border {
    border: none !important;
  }
  .single-artist #artist-top .artist-info .artist-info-frame {
    display: block;
  }
  .single-artist #artist-top .artist-info .artist-info-frame .artist-title {
    padding: 20px;
  }
  .video-container {
    padding-top: 120px;
  }
  .program-artists-row h3 {
    padding-left: 0 !important;
  }
  .program-artists-row .program-artists-buttons button {
    font-size: 1rem !important;
  }
  .watch-page .watch-row .watch-zoom {
    margin-left: 0;
  }
  .artist-watch-buttons {
    margin-top: 20px;
  }
  .artist-watch-buttons button {
    margin-left: 0;
  }
  .top-strip .wrapper {
    flex-direction: column-reverse;
    padding: 15px 0;
  }
  .top-strip .wrapper .sub-cart-log {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .top-strip .wrapper .sub-cart-log .item {
    margin-right: 0;
  }
  .page-template-general-information .single-information h2 {
    font-size: 1.455rem; /* 32/22 */
  }
  .page-template-general-information .single-information .icon-title .icon {
    margin-left: 10px;
  }
  .page-template-general-information .single-information .icon-title .icon svg {
    width: 45px;
  }
  .page-template-general-information .background-section {
    min-height: 350px;
  }
  .page-template-general-information .text-section .background-text {
    padding: 30px 15px;
  }
  .page-template-general-information .text-section .background-text .text {
    font-size: 18px;
  }
  .page-template-general-information .text-section .background-text .text::after {
    width: 125px;
    margin-top: 25px;
  }
  .contact-section .form-part {
    margin-top: 40px;
  }
  .page-template-recap h2 {
    font-size: 2rem;
  }
  .page-template-recap .top-section .container {
    padding-bottom: 50px;
  }
  .events-section .event-details {
    display: block;
    flex-grow: 1;
  }
  .events-section .event-details .single-detail {
    display: block;
    width: auto;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
    flex-grow: 1;
  }
  #hp-main .calendar-holder {
    width: 60%;
    left: -60%;
  }
  .fixed-actions {
    margin-top: 30px;
  }
  .fixed-actions .single-action {
    width: 100%;
  }
  .main-show-section .show-actions {
    margin-bottom: 30px;
  }
  .post-type-archive-rental .nav-strip {
    margin-bottom: 30px;
  }
  .post-type-archive-rental .single-rental {
    margin-bottom: 50px;
  }
  .post-type-archive-rental .single-rental .single-detail p {
    font-size: 16px;
  }
  .post-type-archive-rental .single-rental .download, .post-type-archive-rental .single-rental .to-rent {
    min-width: 120px;
    font-size: 16px;
  }
  .post-type-archive-rental .single-rental .details {
    margin-bottom: 0;
  }
  .post-type-archive-rental .single-rental .details .top .right {
    padding: 0 0 25px 0;
  }
  .post-type-archive-rental .single-rental .details .top .left {
    margin: 0;
    width: 100%;
  }
  .post-type-archive-rental .single-rental .main-background {
    display: none;
  }
  .tlv-dance iframe {
    height: 53vw;
  }
  body.single-project .right-border, body.single-artist .right-border {
    margin-top: 2rem;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 576px) {
  .footer .footer-program-list {
    margin-top: 3rem;
  }
  #artist-top .artist-info .artist-info-frame {
    display: block;
  }
  #artist-top .artist-info .artist-info-frame .artist-title {
    padding: 20px;
  }
  #artist-top .artist-info .artist-info-frame .artist-title h1 {
    font-size: 2rem;
  }
  #artist-top .artist-info .artist-info-frame .profile-photo {
    width: 100%;
  }
  .single-artist #artist-top {
    height: 900px;
  }
  #artist-main #artist-details > .container > .row {
    margin-bottom: 60px;
  }
  #header-top nav {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 20px;
  }
  #header-top nav .welcome-user {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .about-first-section .fixed-actions {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-first-section .fixed-actions .single-action {
    width: 48%;
    margin: 15px 0;
  }
  .post-type-archive-staff .single-member {
    padding: 10px 10px 10px 0;
  }
  .post-type-archive-staff .single-member h3 {
    font-size: 20px;
  }
  .post-type-archive-staff .single-member .role {
    font-size: 18px;
  }
  .post-type-archive-staff .single-member .email {
    font-size: 15px;
  }
  #hp-main .calendar-holder {
    width: 70%;
    left: -70%;
  }
  .post-type-archive-rental .nav-strip .rental-nav a {
    width: 49%;
  }
  #tlv-top img.mobile {
    display: block !important;
  }
  #tlv-top img.desktop {
    display: none;
  }
} /* end of (max-width: 640px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .header {
    position: relative;
  }
  .header #search-form {
    z-index: 99;
  }
  .footer .footer-artist-list {
    -moz-column-count: 1;
         column-count: 1;
  }
  .page-wrap {
    padding-top: 0;
  }
  .button {
    text-align: center;
  }
  h2 {
    font-size: 2rem;
  }
  #top-frame .title-frame {
    padding: 20px;
    border-width: 10px;
  }
  #top-frame .title-frame h1 {
    font-size: 1.8rem;
  }
  #participant-directory .participant-list {
    -moz-column-count: 1;
         column-count: 1;
  }
  #moderator-main .single-moderator .artist-info-frame {
    display: block;
  }
  .modal__header h2 {
    font-size: 1.5rem !important;
    color: #85868A !important;
  }
  .modal__close {
    font-size: 0.8rem !important;
  }
  .site_logo {
    max-width: 150px;
  }
  #hp-about h2 {
    font-size: 2rem;
    line-height: 1;
  }
  .program-page .this-program-artists {
    font-size: 1.5rem;
  }
  .program-page .this-program-screenings .single-screening {
    flex: 0 0 170px;
    width: 170px;
  }
  .program-page .this-program-screenings .single-screening p {
    font-size: 0.9rem;
  }
  .participant-page #artist-main {
    padding-top: 150px;
  }
  .top-strip .sub-cart-log .item {
    padding: 5px 10px;
    font-size: 15px;
    min-width: 65px;
  }
  .top-strip .sub-cart-log .item span {
    margin-right: 0;
  }
  .top-strip .sub-cart-log .item svg {
    display: none;
  }
  .page-template-general-information .info-section .container {
    padding-bottom: 0;
  }
  .page-template-general-information .single-information {
    margin-bottom: 30px;
  }
  .page-template-general-information .single-information h2 {
    font-size: 22px;
  }
  .page-template-general-information .single-information ul li {
    font-size: 15px;
  }
  .page-template-general-information .single-information ul li::before {
    top: 0.5em;
  }
  .page-template-general-information .text-section {
    min-height: 215px;
  }
  .page-template-recap h2 {
    font-size: 1.7rem;
  }
  .page-template-recap .top-section .top-title {
    margin-top: 25px;
  }
  .page-template-recap .top-section h1 p {
    font-size: 20px;
  }
  .page-template-recap .top-text-section .container {
    padding-bottom: 40px;
  }
  .page-template-recap .background-slider .wrapper {
    height: 400px;
  }
  .page-template-recap .slick-slider .slick-prev.slick-arrow::after, .page-template-recap .slick-slider .slick-next.slick-arrow::after {
    width: 25px;
    height: 25px;
  }
  #hp-shows {
    padding-top: 90px;
  }
  #hp-main {
    height: auto;
  }
  #hp-main .calendar-holder, #hp-main .news-holder {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    display: block;
  }
  #hp-main .calendar-holder .calendar-open, #hp-main .news-holder .calendar-open {
    transform: none;
    position: static;
    width: 100%;
  }
  #hp-main .calendar-holder .calendar-open .toggle, #hp-main .news-holder .calendar-open .toggle {
    bottom: -1px;
    top: auto;
  }
  #hp-main .calendar-holder .calendar-open .toggle:after, #hp-main .news-holder .calendar-open .toggle:after {
    transform: rotate(135deg);
  }
  #hp-main .calendar-holder #calendar, #hp-main .calendar-holder #hp-news, #hp-main .news-holder #calendar, #hp-main .news-holder #hp-news {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all ease 0.3s;
  }
  #hp-main .calendar-holder .calendar .day, #hp-main .news-holder .calendar .day {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
  }
  #hp-main .calendar-holder.open #calendar, #hp-main .calendar-holder.open #hp-news, #hp-main .news-holder.open #calendar, #hp-main .news-holder.open #hp-news {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  #hp-main .news-holder {
    padding: 0.5rem;
  }
  #hp-main .news-holder .hp-single-news {
    border: none;
  }
  .main-show-section .show-actions {
    flex-direction: column;
  }
  .events-section .single-event {
    flex-direction: column;
  }
  .events-section .single-event .order-button {
    margin: 0;
  }
  .events-section .single-event .order-button a {
    justify-content: center;
  }
  .events-section .single-event p.sold-out {
    max-width: 100%;
    margin: 0;
  }
  .post-type-archive-rental .top-text-section .top-text {
    font-size: 20px;
  }
  .post-type-archive-rental .nav-strip .rental-nav a {
    width: 100%;
    font-size: 16px;
  }
  .post-type-archive-rental .single-rental .single-detail .icon {
    margin-left: 20px;
    width: 30px;
    min-width: 30px;
  }
  .main-slider {
    height: auto;
  }
  .main-slider .slick-slide {
    height: auto;
  }
  .main-slider .slick-arrow {
    display: none !important;
  }
  .event-main-image .tlv-badge {
    max-width: 150px;
  }
  .event-main-image .tlv-badge img {
    max-width: 100%;
  }
  .main-show-content .show-logos ul li {
    max-width: 40%;
  }
  .main-show-content .show-logos ul li img {
    max-width: 100%;
    max-height: 100%;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************/
@media only screen and (max-width: 375px) {
  button.sdc-button {
    font-size: 1rem;
    padding: 8px;
  }
  .artist-more button.sdc-button {
    margin: 0;
  }
} /* end of (max-width: 320px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */