@import url("https://fonts.googleapis.com/css?family=Cairo|Raleway:400|Raleway:800|Quicksand:500");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
body {
  font-family: 'Cairo','Arial';
  font-size: 1.2em;
  font-weight: 400; }

body.light {
  font-family: 'Cairo','Arial';
  font-size: 1.2em;
  font-weight: 400;
  background-color: #efefef;
  color: #202020; }

body.dark {
  font-family: 'Cairo','Arial';
  font-size: 1.2em;
  font-weight: 400;
  background-color: #202020;
  color: #ffffff; }

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html .light a {
  color: #78b5f3; }

html .dark a {
  color: #78b5f3; }

.light .header-logo {
  -webkit-filter: invert(1);
  filter: invert(1); }

.inner {
  max-width: 1440px; }

.typography a {
  color: #00a1ff; }

html a:hover, .typography a:hover, a:hover {
  color: #78b5f3;
  font-weight: 600;
  border-bottom: 0px dashed #202020 !important;
  -webkit-transition: 0s;
  transition: 0s; }

.light .typography h1, .light .typography h2, .light .typography h3, .light .typography h4, .light .typography h5, .light .typography h6 {
  font-family: "Cairo", "Arial";
  color: #202020; }

.dark .typography h1, .dark .typography h2, .dark .typography h3, .dark .typography h4, .dark .typography h5, .dark .typography h6 {
  font-family: "Cairo", "Arial";
  color: #ffffff; }

.typography h1 {
  margin-top: 0.5em;
  border-style: dotted; }

.typography h4 {
  margin-top: 0.5em; }

.h1, h1 {
  font-size: 1.25em;
  font-weight: 400;
  font-family: Tilt Warp; }

.h2, h2 {
  font-size: 1.2em !important;
  font-weight: 500 !important; }

h2 a {
  color: #ffffff; }

h6 a {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.h4, h4 {
  font-size: 1.1em;
  font-weight: 600; }

.typography h4 {
  font-weight: 500 !important; }

.main p {
  font-size: 0.9em; }

.breakfloat {
  clear: both; }

.dark .main {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #202020;
  color: #ffffff; }

.light .main {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #efefef;
  color: #202020; }

.main::after {
  content: none !important; }

.dark .main_container {
  max-width: 1360px;
  margin: auto;
  color: #ffffff; }

.light .main_container {
  max-width: 1360px;
  margin: auto;
  color: #202020; }

.blockBG {
  background-color: #202020;
  color: #ffffff; }

.blockBG h2 {
  color: #ffffff; }

#mc_embed_signup {
  background: none; }

.centered {
  margin: auto; }

.text-center {
  display: inline-block;
  text-align: center; }

.style_light {
  color: #ffffff; }

.navLink a {
  color: #ffffff !important; }

.navLink:hover a {
  color: white !important; }

.add-post {
  border: 0px solid #ffffff;
  background-color: #00a1ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: box-shadow 0.5s ease-in;
  transition: box-shadow 0.5s ease-in; }

.add-post a {
  color: #ffffff;
  font-weight: bolder;
  height: 40px; }

.add-post:hover {
  box-shadow: inset 0px 0px 5px 5px skyblue; }

#add-post {
  -webkit-transition: font-size 0.5s ease-in 0.5s;
  transition: font-size 0.5s ease-in 0.5s;
  -webkit-transition: line-height 0.5s ease-in 0.5s;
  transition: line-height 0.5s ease-in 0.5s; }

#add-post:hover {
  font-size: 1.2em;
  line-height: 1.2em; }

input[type="submit"] {
  background-color: #78b5f3 !important; }

input[type="submit"]:hover {
  background-color: #6deda9 !important; }

form {
  max-width: 660px;
  width: 100%;
  margin: auto; }

form input.text, form textarea, form .textajaxuniquetext, form select {
  max-width: 660px;
  border-radius: 0.5em; }

.dark .banner-title, .dark .typography .banner-title {
  font-weight: 800 !important;
  font-family: 'Raleway' !important;
  text-transform: uppercase;
  border-style: none !important;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
  color: #ffffff; }

.light .banner-title, .light .typography .banner-title {
  font-weight: 800 !important;
  font-family: 'Raleway' !important;
  text-transform: uppercase;
  border-style: none !important;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
  color: #ffffff; }

.icon-block {
  border: 2px solid #ffffff;
  border-radius: 0.5em;
  text-align: center; }

.footer {
  background-color: #202020;
  font-size: 0.72em; }

.footer a.brand {
  color: #fff; }

.platform-icon {
  width: 150px; }

.btn-primary {
  background-color: #03a9f4 !important;
  font-weight: 600 !important; }

.btn-toolbar {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important; }

.read-more {
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin-top: 0.75em;
  margin-bottom: 1em;
  background-color: #202020;
  color: #ffffff;
  border-radius: 0.5em;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: end;
  text-transform: uppercase;
  font-size: 0.8em;
  display: inline-block;
  float: right; }

.block-section, .block-section-1, .block-section-2, .block-section-3, .block-section-4 {
  position: relative;
  background-color: #444444;
  color: #ffffff;
  border: 0px solid #646464;
  font-family: 'Quicksand';
  font-weight: 600;
  border-radius: 0.5em;
  padding: 1em;
  height: 100%; }

.block-section h3, .block-section-1 h3, .block-section-2 h3, .block-section-3 h3, .block-section-4 h3 {
  color: #202020 !important;
  font-family: 'Quicksand';
  font-weight: 700; }

.block-section:hover, .block-section-1:hover, .block-section-2:hover, .block-section-3:hover, .block-section-4:hover {
  background-color: #ffffff;
  color: #202020 !important;
  border: 0px solid #202020;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.light .title-bar {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  background-color: #ffffff;
  color: #202020; }

.light .title-bar h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 800;
  font-family: Raleway;
  margin: 0; }

.light .title-bar h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 800;
  font-family: 'Raleway';
  margin: 0; }

.dark .title-bar {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  background-color: black;
  color: #ffffff; }

.dark .title-bar h1 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 800;
  font-family: Raleway;
  margin: 0; }

.dark .title-bar h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 800;
  font-family: 'Raleway';
  margin: 0; }

.border-circle {
  border-radius: 0.5em; }

.block-section-1 {
  background-color: #78b5f3;
  color: #202020; }

.block-section-2 {
  background-color: #7CD7F0;
  color: #202020; }

.block-section-3 {
  background-color: #6deda9;
  color: #202020; }

.block-section-4 {
  background-color: #E7B585;
  color: #202020; }

.light .block-text {
  position: relative;
  font-family: 'Quicksand';
  font-weight: 400;
  background-color: #ffffff;
  color: #202020;
  border-radius: 0.5em;
  padding: 1em;
  height: 100%; }

.dark .block-text {
  position: relative;
  font-family: 'Quicksand';
  font-weight: 400;
  background-color: #444444;
  color: #ffffff;
  border-radius: 0.5em;
  padding: 1em;
  height: 100%; }

.block-fill, .block-fill-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 0.5em;
  background-color: #ffffff; }

.block-fill-4 {
  background-color: #E7B585; }

.block-section-video {
  border: 10px solid white;
  border-radius: 0.5em; }

.light .mailinglist-section {
  padding-bottom: 2.5em;
  background-color: #ffffff; }

.dark .mailinglist-section {
  padding-bottom: 2.5em;
  background-color: #000; }

a.link-section:hover {
  font-weight: 400; }

.video-thumbnail img {
  border-radius: 1em;
  border: 2px solid #444444; }

.dark .video-thumbnail img:hover {
  border: 2px solid #00a1ff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 1px 1px 25px 1px rgba(0, 0, 0, 0.7); }

box-shadow .modal.show .modal-dialog {
  top: 25vh; }

.login-page {
  background-color: #ffffff; }

.login-page .btn-toolbar .btn {
  margin-right: 1em; }

.artist-category {
  position: relative; }

.dark img.artist-category-thumb {
  border-radius: 0.8em;
  border: 2px solid #ffffff;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9); }

.light img.artist-category-thumb {
  border-radius: 0.8em;
  border: 2px solid #dee2e6;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9); }

.dark .overlay-title {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: .2s background-color;
  transition: .2s background-color;
  color: #fff;
  background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0.5) 23%, transparent 58%);
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.5) 23%, transparent 58%); }

.light .overlay-title {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: .2s background-color;
  transition: .2s background-color;
  color: #fff;
  background: -webkit-linear-gradient(bottom, rgba(238, 238, 238, 0.5) 23%, transparent 58%);
  background: linear-gradient(0deg, rgba(238, 238, 238, 0.5) 23%, transparent 58%); }

.dark .typography .overlay-title h4 {
  font-weight: 800 !important;
  font-family: 'Raleway' !important;
  position: absolute;
  bottom: 0.25em;
  left: 0.75em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75); }

.light .typography .overlay-title h4 {
  font-weight: 800 !important;
  font-family: 'Raleway' !important;
  position: absolute;
  bottom: 0.25em;
  left: 0.75em;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.75); }

.dark .artist-description {
  padding: 1.25em;
  border-radius: 0.25em;
  background-color: #333333;
  color: #ffffff; }

.light .artist-description {
  padding: 1.25em;
  border-radius: 0.25em;
  background-color: #ffffff;
  color: #202020; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto; } }
.img-fluid {
  width: 100%; }

.modal-footer-full {
  display: block;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.page-item.active .page-link {
  border-color: #00a1ff;
  background-color: #00a1ff; }

.page-item a {
  font-size: 0.5em !important; }

.pagination {
  margin-bottom: 1em !important; }

.btn-primary {
  background-color: #03a9f4;
  font-weight: 600 !important; }

a.btn-dark:hover {
  background: #202020;
  color: #ffffff !important;
  border: 1px solid #ffffff; }

a.btn:after {
  content: none !important; }

.btn-primary:hover {
  background-color: #038dcc !important;
  color: white !important; }

.btn-light {
  border: 1px solid gray; }

.btn-primary:focus {
  background-color: #03a9f4 !important; }

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important; }

.btn-accept:hover {
  background-color: green !important; }

.btn-toolbar {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important; }

form .good {
  color: #202020;
  border-radius: 0.28em; }

.btn-transparent {
  background: transparent; }

.card img {
  border: 0; }

h5.card-title {
  font-size: 1.25em;
  margin-bottom: 0.75em; }

.dark .card {
  background-color: #444444; }

.separator-1 {
  padding-top: 0em;
  background-color: #6deda9;
  height: 0.2em; }

.separator-1:after {
  content: "";
  position: relative;
  bottom: -1.5em;
  left: Calc(50% - 1.5em);
  border-width: 1.5em 1.5em 0 1.5em;
  border-style: solid;
  border-color: #78b5f3 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.separator-1-simple {
  padding-top: 0em;
  background-color: #6deda9;
  height: 0.2em; }

.inner-header {
  padding-top: 0.25em !important; }

.header .inner {
  height: 47px;
  min-height: 47px !important; }

.brand img {
  width: 8em; }

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em; }

.header .primary li {
  padding-bottom: 9px; }

.header .primary li a {
  margin-top: 6px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-family: "Cairo", "Arial";
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray; }

#navLinks {
  margin-bottom: 0.5em; }

.fi {
  border: 1px solid #78b5f3;
  border-radius: 0.24em; }

.screen-mode-toggle {
  position: relative; }

.light .navbar-toggler {
  background-color: #78b5f3; }

.mobile-menu .screen-mode-toggle {
  font-size: 1.32em;
  top: 0.03em;
  position: relative; }

.navbar-collapse {
  margin-top: 2em; }

.dropdown-menu {
  padding: 0.12rem 0; }

.dark .dropdown-menu {
  background-color: #6deda9; }

.light .dropdown-menu {
  background-color: #78b5f3; }

.dark .dropdown-item.active, .dark .dropdown-item:active {
  background-color: #323232 !important;
  font-weight: 400 !important;
  font-family: 'Cairo';
  text-transform: none !important; }

.light .dropdown-item.active, .dark .dropdown-item:active {
  background-color: #e3e3e3 !important;
  font-weight: 400 !important;
  font-family: 'Cairo';
  text-transform: none !important;
  color: #3a6a8f !important; }

.light .navbar-dark .navbar-nav .nav-link {
  color: #202020; }

.dark .dropdown-item.active, .dark .dropdown-item:active {
  background-color: #202020;
  color: #ffffff; }

.light .dropdown-item.active, .light .dropdown-item:active {
  background-color: #efefef;
  color: #202020; }

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    text-transform: uppercase; }

  .navbar-nav .nav-link {
    text-align: left; }

  .navbar-collapse {
    margin-top: unset; } }
.tag-block {
  background-color: grey;
  color: #e3e3e3 !important;
  text-transform: uppercase;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: 'Quicksand';
  font-weight: 600;
  border-radius: 0.25em;
  display: inline-block;
  margin-bottom: 0.2em;
  font-size: 0.84em; }

.tag-block:hover {
  background-color: #78b5f3;
  color: white !important; }

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c; }

.typography table tr:nth-child(even) {
  background-color: #202020; }

.CookiePolicyPage input[type="checkbox"], .CookiePolicyPage input.checkbox, .CookiePolicyPage .checkboxes input {
  margin: 0.5em; }

.CookiePolicyPage form {
  margin: inherit; }

.CookiePolicyPage form label.right {
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
  text-align: left; }

.field.cookieconsentcheckbox .field_wrapper {
  display: block !important; }

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020; }

h2.CookieConsent__title {
  font-size: 1rem; }

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1; }

.CookieConsent__button {
  padding: 0.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  display: inline-block;
  background-color: #4c4c4c;
  color: #e1e1e1 !important;
  text-align: center;
  display: block; }

.CookieConsent__button--highlight {
  background-color: green;
  color: white !important; }

.footer .CookieConsent__button {
  padding: 0.36em;
  font-size: 1.1em; }

.video-cookie-notice-wrapper {
  position: relative; }

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7); }

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey; }

.typography img {
  border: 0px; }

form label.left {
  text-transform: capitalize !important; }

form .date .middleColumn input {
  width: 100%; }

#casting-banner {
  padding: 0.25em;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background-color: #78b5f3;
  color: white; }
  #casting-banner a {
    color: white; }

.btn-primary {
  background-color: #78b5f3 !important;
  font-weight: 600 !important;
  color: white !important; }

.btn-danger {
  color: #fff !important; }

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c; }

.typography table tr:nth-child(even) {
  background-color: #202020; }

.CookiePolicyPage input[type="checkbox"], input.checkbox, .checkboxes input {
  margin: 0.67em 0em 2em 1em; }

.CookiePolicyPage .field_wrapper .content {
  margin-left: 3em; }

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020; }

h2.CookieConsent__title {
  font-size: 1rem; }

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1; }

.CookieConsent__button {
  padding: 0.75em !important;
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
  margin: 0.25rem !important;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em !important;
  background-color: #4c4c4c !important;
  color: #e1e1e1 !important;
  text-align: center;
  display: block !important;
  line-height: 0.8 !important; }

.CookieConsent__button:hover {
  color: #fff !important; }

.CookieConsent__button--highlight {
  background-color: #287143 !important;
  color: white !important; }

.CookieConsent__button--highlight:active, .CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:hover {
  background-color: #23904b !important;
  color: #fff !important; }

.field.cookieconsentcheckbox .field_wrapper label.right {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 10% !important;
          flex: 0 0 10% !important; }

#CookieConsentForm_Form {
  margin: inherit; }

/* FOOTER */
.footer .CookieConsent__button {
  padding: 0.36em !important;
  font-size: 1.1em;
  margin: 0.5rem 0.5rem 0 0 !important; }

/* VIDEOS */
.video-cookie-notice-wrapper {
  position: relative; }

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7); }

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey; }
