/*
Theme Name: KJA Artists
Text Domain: kja-artists
Version: 1.2.1
Tested up to: 6.3
Requires at least: 6.3
Requires PHP: 8.2
Description: Custom theme for KJA Artists
Tags: custom-theme, kja
Author: TD2K.com
Author URI: https://td2k.com
Theme URI: https://td2k.com
*/

html {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #14024B;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}


/*==================================================*/
/* Base */
/*==================================================*/
.site-main {
    padding-top: 65px;
    margin-bottom: 90px;
}

body.logged-in .site-main {
    top: 96px;
}

@media (min-width: 783px) {
    body.logged-in .site-main {
        top: 82px;
    }
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h1 strong {
    text-decoration: underline;
    color: #FD077B;
}

p a {
    color: #FD077B;
}

p a:hover {
    color: #1C7EFF;
}

.rte h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
}

.rte h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 12px;
}

.rte p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px;
}

.rte p:last-child {
    margin-bottom: 0;
}

/* Page globals */
.page-notice {
    background: #FD077B;
    padding: 10px 30px;
}

@media (max-width: 900px) {
  .page-notice-front {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .page-notice-front .left {
   margin: 0 auto;
  }

  .page-notice-front .middle {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-notice-front .right {
   margin:0 auto;
  }

  .header-bottomnotice {
    color:#14024B;
    font-family: 'Manrope',sans-serif;
    font-size:18px;
    width:100%;
    text-align:center;
  }

  .header-topnotice {
    color:#FD077B;
    font-family: 'Manrope',sans-serif;
    font-weight:400;
    padding-bottom:10px;
    font-size:30px;
    width:100%;
    text-align:center;
    line-height: 35px;
  }

  .site-main {
    margin-bottom: 0px;
  }

  .button.button-blue.button-bigger {
    width: calc(100vw - 80px);
  }

}

@media (min-width: 900px) {
  .page-notice-front {
    background: white;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 200;
    width: 100%;
    box-shadow: 0px 5px 7px 7px rgba(0,0,0,0.30);
  }

  .page-notice-front::after {
    margin-bottom: 85px;
  }

  .page-notice-front .left {

  }

  .page-notice-front .middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-notice-front .right {

  }

  .header-bottomnotice {
    color:#14024B;
    font-family: 'Manrope',sans-serif;
    font-size:15px;
    width:100%;
    text-align:center;
  }

  .header-topnotice {
    color:#FD077B;
    font-family: 'Manrope',sans-serif;
    font-weight:600;
    padding-bottom:10px;
    font-size:28px;
    width:100%;
    text-align:center;
    line-height: 35px;
  }

  .button.button-blue.button-bigger {
    width:200px;
    font-size:15px;
  }
}

@media (min-width: 1200px) {
  .page-notice-front {
    background: white;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 200;
    width: 100%;
    box-shadow: 0px 5px 7px 7px rgba(0,0,0,0.30);
  }

  .page-notice-front::after {
    margin-bottom: 85px;
  }

  .page-notice-front .left {

  }

  .page-notice-front .middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-notice-front .right {

  }

  .header-bottomnotice {
    color:#14024B;
    font-family: 'Manrope',sans-serif;
    font-size:16px;
    width:100%;
    text-align:center;
  }

  .header-topnotice {
    color:#FD077B;
    font-family: 'Manrope',sans-serif;
    font-weight:600;
    padding-bottom:10px;
    font-size:28px;
    width:100%;
    text-align:center;
    line-height: 35px;
  }

  .button.button-blue.button-bigger {
    width:315px;
    font-size:20px;
  }
}

@media (min-width: 1440px) {
  .page-notice-front {
    background: white;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 200;
    width: 100%;
    box-shadow: 0px 5px 7px 7px rgba(0,0,0,0.30);
  }

  .page-notice-front::after {
    margin-bottom: 85px;
  }

  .page-notice-front .left {

  }

  .page-notice-front .middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-notice-front .right {

  }

  .header-bottomnotice {
    color:#14024B;
    font-family: 'Manrope',sans-serif;
    font-size:19px;
    width:100%;
    text-align:center;
  }

  .header-topnotice {
    color:#FD077B;
    font-family: 'Manrope',sans-serif;
    font-weight:600;
    padding-bottom:10px;
    font-size:35px;
    width:100%;
    text-align:center;
    line-height: 35px;
  }

  .button.button-blue.button-bigger {
    width:315px;
    font-size:20px;
  }
}

@media (min-width: 1700px) {
  .header-bottomnotice {
    color:#14024B;
    font-family: 'Manrope',sans-serif;
    font-size:22px;
    width:100%;
    text-align:center;
  }

  .header-topnotice {
    color:#FD077B;
    font-family: 'Manrope',sans-serif;
    font-weight:600;
    padding-bottom:10px;
    font-size:45px;
    width:100%;
    text-align:center;
    line-height: 35px;
  }

  .button.button-blue.button-bigger {
    width:315px;
    font-size:20px;
  }
}

.page-notice__padded {
    padding: 10px 30px 0;
}

.page-notice .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1070px;*/
}

.page-notice p {
    color: white;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.page-notice__padded .button {
    margin: 10px;
}

@media (min-width: 600px) {
    .page-notice {
        padding: 15px 30px 15px;
    }

    .page-notice-front {
        padding: 0px 0px 20px;
    }

    .page-notice-front-hr {
      margin-top:10px;
      background: #FD077B;
      height:0.03em;
    }

    .page-notice__padded {
        padding: 15px 30px 15px;
    }

    .page-notice p {
        font-size: 20px;
        line-height: 22px;
    }

    .page-notice__padded .button {
        margin: 0 10px;
    }
}
/*
@media (min-width: 1365px) {
    .page-notice {
        padding: 10px 30px 15px;
    }

    .page-notice__padded {
        padding: 20px 30px 10px;
    }

    .page-notice p {
        font-size: 20px;
        line-height: 22px;
    }

    .page-notice__padded .button {
        margin: 0 10px;
    }
}*/

.section-block {
    margin: 30px 0 40px;
}

.section-block .section-title {
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .section-block {
        margin: 30px 0 50px;
    }

    .section-block .section-title {
        margin: 0 0 30px;
    }
}

/* Buttons */
.button {
    font-family: 'Source Sans Pro', sans-serif;
    display: table;
    text-align: center;
    padding: 8px 17px 7px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.6;
}

.button-bigger {
  width: 315px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope",sans-serif;
}

.button-bigger:hover {
  background: #1e0d55 !important;
}

.button-blue {
    background: #004db3 !important;
    color: white !important;
}

.button-blue-2 {
    background: #004db3 !important;
    color: white !important;
}

.button-blue:hover {
    background: #FD077B !important;
    color: white;
}

.button-blue-2:hover {
  background: #1e0d55 !important;
}

.button-blue[disabled],
.button-blue[disabled]:hover {
  background: #8981a6;
  cursor: default;
}

.button-grey {
    background: #8981a6;
    color: white;
}

.button-grey:hover {
  background: #645c7e;
  color: white;
}


/*==================================================*/
/* Header */
/*==================================================*/
.site-logo {
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 133px;
    height: 24px;
    transform: translateY(2px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/kja-2025-logo.svg");
}

@media (min-width: 900px) {
  .site-logo {
    margin-left: 20px;
  }
}

.site-brand {
    display: flex;
    align-items: center;
}

.site-slogan {
    font-size: 11px;
    margin: 0;
    line-height: 1;
    margin-left: 7px;
    transform: translateY(1px);
    display: none;
}

@media (min-width: 640px) {
    .site-slogan {
        display: block;
        font-size: 13px;
        margin-left: 20px;
    }
}

.mobile-menu-open .site-slogan {
    color: white;
}

.site-header {
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    /*box-shadow: 0px 5px 7px 7px rgba(0,0,0,0.30);*/
    transition: all .3s ease;
    /*filter: drop-shadow(0px 10px 20px black);*/
    padding-bottom: 15px;
}

.site-header::after {
}

.site-header.has-scrolled {
}

body.logged-in .site-header.has-scrolled {

}

.site-nft-logo {
    display: none;
}

.site-header-right {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .site-header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .site-nft-logo {
        position: relative;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        width: 74px;
        height: 17px;
        margin-left: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.339' height='16.854' viewBox='0 0 74.339 16.854'%3E%3Cpath data-name='Path 13' d='M74.321.031v2.58a5.638 5.638 0 0 1-.029 1.2 1.369 1.369 0 0 1-.44.718c-.61.481-2.4.293-3.488.293H61.47l.044 5.114a5.346 5.346 0 0 1-.147 2.154 5.427 5.427 0 0 1-2.1 1.685l-2.169 1.3-2.242 1.348c-.144.088-.613.461-.821.381l-.059-.029-.068-11.952h-20.5V7.4h13.115l-.015.029-6.008 3.856h-7.385v5.143l-5.085-.015a13.327 13.327 0 0 1-2.813-.088 7.514 7.514 0 0 1-2.217-1.2l-3.663-2.374L7.6 5.146h-.012v10.726a2.869 2.869 0 0 1-.044.967l-.029.015a6.978 6.978 0 0 1-1.846-1.011l-3.825-2.3C1.166 13.127.34 12.7.086 11.872a7.456 7.456 0 0 1-.059-1.846V2.112c0-.754-.061-1.423.366-1.743A3.357 3.357 0 0 1 2.372.031h2.447a5.535 5.535 0 0 1 2.55.308l.909.63 2.755 1.788 9.994 6.462 4.7 3.063h.015V.559a.808.808 0 0 1 .278-.366c.4-.3 2.676-.161 3.458-.161h44.84Z' fill='%23202052' fill-rule='evenodd'/%3E%3C/svg%3E");
    }
}


/* Navigation */
@media (max-width: 991px) {
    .site-nav {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        background: #FD077B;
        width: 100%;
        height: calc(100vh - 50px);
        padding: 10px 30px 30px;
        display: none;
        animation-name: fadeDown;
        animation-timing-function: cubic-bezier(.19,1,.22,1);
        animation-duration: 1s;
        /* box-shadow: 0 2px 5px rgb(0 0 0 / 5%); */
    }

    body.logged-in .site-nav {
        height: calc(100vh - 96px);
    }

    body.logged-in .site-header.has-scrolled .site-nav {
        height: calc(100vh - 50px);
    }

    .site-nav.is-open {
        display: block;
    }

    body.mobile-menu-open .site-header {
        background: #FD077B;
    }

    body.mobile-menu-open .toggle-menu span {
        background: white;
    }

    body.mobile-menu-open .site-logo {
        position: relative;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        width: 73px;
        height: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72.729' height='24' viewBox='0 0 72.729 24'%3E%3Cpath data-name='Path 9' d='m7.451 0 .1.015c.178.091.119.465.119.727v11.529c0 .187-.05.55.059.638l.045.03a7.241 7.241 0 0 0 1.469-.816c1.059-.635 2.127-1.241 3.175-1.87 3.855-2.311 7.7-4.589 11.5-6.959l3.134-1.914A6.475 6.475 0 0 1 29.634.148l9.274-.014c.953 0 2.7-.179 3.116.341.174.217.134.642.134 1.039v13a2.356 2.356 0 0 0 .059.92h.074L63.748 1.5l1.2-.757a3.01 3.01 0 0 1 .742-.43 6.317 6.317 0 0 1 1.752-.135h2.226a5.036 5.036 0 0 1 2.671.341c.432.326.371 1 .371 1.766v8a5.778 5.778 0 0 1-.1 1.84 3.719 3.719 0 0 1-1.692 1.543l-2.864 1.721-2.122 1.276c-.164.1-.547.467-.8.371L65.068 17l-.03-11.648-.03.03L59.89 8.71 48 16.382c-1 .586-3.057.371-4.6.371h-1.539l-4.155 2.537-5 3.057a10.715 10.715 0 0 1-2.879 1.588 5.376 5.376 0 0 1-1.246.059h-2.108l-3.932-.015h.03l2.3-1.424 4.392-2.686 5.431-3.324V1.365a2.805 2.805 0 0 0-1.009.564L31.5 3.264l-8.324 5.09.935.95 7.568 7.449-8.379-.015-5.3-5.223-6.217 3.785-1.528.935a3.022 3.022 0 0 1-.712.4 6.027 6.027 0 0 1-1.632.119H2.2a3.075 3.075 0 0 1-1.649-.224 1.485 1.485 0 0 1-.49-.831 6.9 6.9 0 0 1-.045-1.469V7.078a6.54 6.54 0 0 1 .208-2.3c.388-.9 1.367-1.278 2.166-1.766C4.061 1.993 5.73.953 7.451 0' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");
        */
        background-image: url("../img/kja-2025-logo.svg");
    }
}

.site-nav ul.menu {
    display: block;
}

.site-nav ul.menu li a {
    font-size: 14px;
    color: #14024B;
    text-decoration: none;
}

.site-nav ul.menu li.link-blue a {
    color: #1C7EFF !important;
    text-decoration: none !important;
}

.site-nav ul.menu li.link-blue a:hover {
    color: #FD077B !important;
}

.site-nav ul.menu li:hover a,
.site-nav ul.menu li.current-menu-item a {
    color: #FD077B;
}

.toggle-menu {
    position: relative;
    display: block;
    cursor: pointer;
    width: 24px;
    height: 17px;
}

.toggle-menu span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FD077B;
    opacity: 1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
}

.toggle-menu span:nth-of-type(1) {
    top: 0;
}

.toggle-menu span:nth-of-type(2) {
    top: 7px;
}

.toggle-menu span:nth-of-type(3) {
    top: 14px;
}

.toggle-menu.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 8px;
}

.toggle-menu.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 8px;
}

.toggle-menu.active span:nth-of-type(2) {
    opacity: 0;
}

@media (max-width: 991px) {
    .site-nav ul.menu > li,
    .site-nav ul.menu.site-nav__additional > li:first-child {
        margin-top: 25px;
        text-align: center;
    }

    .site-nav ul.menu > li:first-child {
        margin-top: 0px;
    }

    .site-nav ul.menu li a {
        color: white;
        font-size: 20px;
    }

    .site-nav ul.menu li.link-blue a {
        color: rgba(255,255,255,0.7);
    }

    .site-nav ul.menu li:hover a,
    .site-nav ul.menu li.current-menu-item a {
        color: white;
    }
}

@media (min-width: 992px) {
    .site-nav {
        display: flex;
    }

    .site-nav ul.menu {
        display: flex;
        align-items: center;
    }

    .site-nav ul.menu > li,
    .site-nav ul.menu.site-nav__additional > li:first-child {
        margin-left: 30px;
    }

    .site-nav ul.menu > li:first-child {
        margin-left: 0px;
    }

    .toggle-menu {
        display: none;
    }
}

.header-downloads {
    position: relative;
}

.header-download-button {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #FD077B;
    margin-right: 30px;
}

@media (min-width: 992px) {
    .header-download-button {
        margin-right: 25px;
    }
}

.header-download-button[disabled] {
    color: #8B859F;
    cursor: default;
}

.header-download-button .pdf-count {
    margin-left: 6px;
}

.saved-artwork-toggle {
    position: absolute;
    top: calc(100% + 5px);
    right: -15px;
    display: flex;
    align-items: center;
    width: 310px;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 4px 22px 2px rgb(0 0 0 / 15%);
    gap: 10px;
    border-radius: 2px;
    opacity: 0;
    pointer-events: none;
    visibility: none;
    transform: translateY(10px);
    transition: all .5s cubic-bezier(.19,1,.22,1);
}

@media (min-width: 992px) {
    .saved-artwork-toggle {
        right: inherit;
        left: -141px;
    }
}

.saved-artwork-toggle.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.saved-artwork-toggle .button {
    width: 50%;
}

.saved-artwork-toggle form {
    width: 50%;
}

.saved-artwork-toggle form .button {
    width: 100%;
}


/*==================================================*/
/* Footer */
/*==================================================*/
.footer-notice {
    background: #FD077B;
    padding: 10px 30px 0;
    z-index: 150;
    position: relative;
    /*filter: drop-shadow(0 0 10px black);*/
}

.footer-notice .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1070px;
}

.footer-notice p {
    color: white;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
}

.footer-notice .button {
    margin: 10px;
}

@media (min-width: 600px) {
    .footer-notice {
        padding: 6px 30px 5px;
    }

    .footer-notice p {
        font-size: 15px;
        line-height: 22px;
    }
}

.site-footer {
    background: #1E0D55;
    z-index: 150;
    position: relative;
}

.footer-main {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: stretch;
    padding: 30px;
}

@media (min-width: 768px) {
    .footer-main {
        flex-wrap: nowrap;
        padding: 38px 30px 30px;
    }
}

.footer-nav {
    width: 100%;
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .footer-nav {
        width: 50%;
        margin: 0;
        padding-right: 80px;
    }
}

.footer-nav ul.menu {
    columns: auto;
    columns: 2;
}

.footer-nav ul.menu li {
    margin: 0 0 11px;
}

.footer-nav ul.menu li a {
    font-size: 15px;
    line-height: 1;
    color: white;
    text-decoration: none;
}

.footer-nav ul.menu li a:hover {
    text-decoration: underline;
}

.footer-download {
    width: 100%;
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .footer-download {
        margin: 0;
        width: 20%;
    }
}

.footer-download p {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px;
    color: white;
    text-align: center;
}

@media (min-width: 992px) {
    .footer-download p {
        text-align: left;
    }
}

.footer-download .button {
    display: table;
    background: #FD077B;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 30px 9px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    max-width: 193px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .footer-download .button {
        margin: 0;
    }
}

.footer-download .button:hover {
    background: #da0b6c;
    color: white;
}

.footer-contact {
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .footer-contact {
        text-align: right;
        width: 30%;
        padding-left: 30px;
    }
}

.footer-contact a {
    display: block;
    font-size: 15px;
    line-height: 1;
    color: #8B859F;
    margin: 0 0 11px;
    text-decoration: none !important;
}

.footer-contact a:hover {
    color: white;
    /*text-decoration: underline;*/
}

.footer-copyright {
    padding: 18px 30px 17px;
    background: #160A3F;
}

.footer-copyright p {
    text-align: center;
    line-height: 1.2;
    margin: 0;
    font-size: 12px;
    color: #8B859F;
}

.social-links {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .social-links {
        justify-content: flex-end;
    }
}

.social-links a {
    color: white;
    font-size: 26px;
    margin-left: 20px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .social-links a {
        font-size: 18px;
        margin-left: 15px;
    }
}

@media (min-width: 1310px) {
    .social-links a {
        font-size: 26px;
        margin-left: 20px;
    }
}

.social-links a:hover {
    color: #FD077B;
}

.social-links a:first-child {
    margin-left: 0;
}


/*==================================================*/
/* Site pages */
/*==================================================*/
.site-page {
    padding: 12px 0 20px 0;
}

@media (min-width: 992px) {
    .site-page {
        /*padding: 30px 0;*/
    }
}

.container {
    width: 100%;
    max-width: 964px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container-sm {
    max-width: 780px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container-lg {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 991px) {
    .container-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.content-row {
    display: flex;
    flex-direction: column;
}

.content-row__image {
    margin: 0 0 15px;
}

.content-row__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .content-row {
        flex-direction: row;
        /*align-items: center;*/
    }

    .content-row > div {
        width: 50%;
    }

    .content-row > div:first-child {
        padding-right: 8px;
    }

    .content-row > div:last-child {
        padding-left: 8px;
    }

    .content-row__image {
        margin: 0;
    }

    .content-row__content {
        display: flex;
        justify-content: center;
    }

    .content-row__content > div {
        max-width: 400px;
    }

    .content-row.image-right .content-row__content {
        order: 1;
    }

    .content-row.image-right .content-row__image {
        order: 2;
    }
}


/*==================================================*/
/* Hero grid */
/*==================================================*/
.hero-notice {
    background: #FD077B;
    padding: 10px 10px;
    /*position: -webkit-sticky;
    position: sticky;*/
}

@media (min-width: 768px) {
    .hero-notice {
        padding: 14px 30px 15px;
    }
}

.hero-notice .wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1070px;*/
    text
}

.hero-notice p {
    color: white;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-family: 'Manrope',sans-serif;
}

.hero-notice p a {
    color: white;
    font-weight: bold;
    text-decoration: none !important;
}
/
@media (min-width: 991px) {
    .hero-notice p {
        font-size: 17px;
        line-height: 22px;
    }
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0 0;
    grid-template-areas:
        "first-tile second-tile";
    width: 100%;
    height: 100%;
    max-height: 710px;
/*  max-width: 1340px;
    margin: auto;
*/
}

@media (min-width: 992px) {
    .hero-grid {
        grid-template-columns: auto 1fr auto;
        grid-template-rows: 1fr 1fr;
        gap: 0 0;
        grid-auto-flow: row;
        grid-template-areas:
            "first-tile hero-content second-tile"
            "fourth-tile hero-content fifth-tile";
    }

    .hero-grid .first-tile,
    .hero-grid .second-tile,
    .hero-grid .fourth-tile,
    .hero-grid .fifth-tile {
      min-width: 300px;
      max-width: 300px;
    }
}

.hero-grid > div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-grid > div::before {
    content: "";
    padding-bottom: 100%;
    display: block;
}

@media (max-width:480px) {
  .hero-grid > div::before {
    padding-bottom: 0px;
  }
}

@media (max-width:991px) {
  .hero-grid > div::before {
    padding-bottom: 0px;
  }
}


.hero-grid .hero-content {
    position: relative;
    grid-area: hero-content;
    background: white;
}

@media (max-width: 991px) {
    .hero-grid .hero-content:not(.hero-content__mobile) {
        display: none;
    }

    .hero-content {
      height:auto;
    }

    .hero-content.hero-content__mobile{
      height:100%;
    }
}

@media (min-width: 991px) {
    .hero-grid .hero-content {
        grid-area: hero-content;
    }

    .hero-content__mobile {
        display: none;
    }
}

.hero-content__center {
    padding: 30px;
}

@media (min-width: 992px) {
    .hero-content__center {
        position: absolute;
        top: 50%;
        left: 0;
        /*width: 100%;*/
        transform: translateY(-50%);
    }

    .hero-content__center .video {
      max-width:1024px;
      margin: 0 auto;
    }

}

@media (min-width: 1310px) {
    .hero-content__center {
        padding: 60px;
    }
}

.hero-content__center h1 {
    margin: 0 0 11px;
}

@media (min-width: 600px) {
    .hero-content__center h1 {
        margin: 0 0 20px;
        /*max-width: 412px;*/
    }
}

@media (min-width: 1600px) {
    .hero-content__center h1 {
        font-size: 2.2vw;
        line-height: 2.8vw;
        margin: 0 0 1.1vw;
        max-width: 100%;
    }

    body.home .hero-content__center h1 {
        font-size: 2.5vw;
        line-height: 2.8vw;
        margin: 0 0 1.1vw;
        max-width: 100%;
    }
}

.hero-content__center p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
}

@media (min-width: 600px) {
    .hero-content__center p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 20px;
    }
}

@media (min-width: 1600px) {
    .hero-content__center p {
        font-size: 1vw;
        line-height: 1.2vw;
        margin: 0 0 1.1vw;
        max-width: 100%;
    }
}

.hero-content__center form {
    display: flex;
}

.hero-content__center form input[type="email"] {
    height: 40px;
    border: 2px solid #d1ccdb;
    padding: 11px 20px;
    font-size: 14px;
    width: 100%;
    max-width: 317px;
}

.hero-content__center form input[type="email"]:focus {
    outline: none;
    border-color: #FD077B;
}

.hero-content__center form input[type="submit"] {
    display: block;
    background: #1C7EFF;
    color: white;
    height: 40px;
    cursor: pointer;
    border: 2px solid #1C7EFF;
    padding: 10px 20px 9px 20px;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    flex: none;
    margin-left: -2px;
}

.hero-content__center form input[type="submit"]:hover,
.hero-content__center form input[type="submit"]:focus {
    outline: none;
    background: #0f67da;
    border-color: #0f67da;
}

.hero-grid > div {
    position: relative;
    overflow: hidden;
}

.hero-grid > div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-grid .first-tile {
    grid-area: first-tile;
}

.hero-grid .first-tile img {
    animation-iteration-count: infinite;
    animation-duration: 24s;
}

.hero-grid .first-tile img:nth-child(1) {
    animation-name: heroFirstTile;
    animation-delay: -3s;
}

.hero-grid .first-tile img:nth-child(2) {
    animation-name: heroFirstTile;
    animation-delay: 5s;
    opacity: 0;
}

.hero-grid .first-tile img:nth-child(3) {
    animation-name: heroFirstTile;
    animation-delay: 13s;
    opacity: 0;
}

.hero-grid .second-tile {
    grid-area: second-tile;
}

@media (min-width: 992px) {
    .hero-grid .second-tile img {
        animation-iteration-count: infinite;
        animation-duration: 24s;
    }

    .hero-grid .second-tile img:nth-child(1) {
        animation-name: heroSecondTile;
        animation-delay: -5s;
    }

    .hero-grid .second-tile img:nth-child(2) {
        animation-name: heroSecondTile;
        animation-delay: 4s;
        opacity: 0;
    }

    .hero-grid .second-tile img:nth-child(3) {
        animation-name: heroSecondTile;
        animation-delay: 11s;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .hero-grid .second-tile img {
        animation-iteration-count: infinite;
        animation-duration: 24s;
    }

    .hero-grid .second-tile img:nth-child(1) {
        animation-name: heroThirdTile;
        animation-delay: -6s;
    }

    .hero-grid .second-tile img:nth-child(2) {
        animation-name: heroThirdTile;
        animation-delay: 2s;
        opacity: 0;
    }

    .hero-grid .second-tile img:nth-child(3) {
        animation-name: heroThirdTile;
        animation-delay: 10s;
        opacity: 0;
    }
}

.hero-grid .third-tile {
    display: none;
}

@media (min-width: 992px) {
    .hero-grid .third-tile {
        display: block;
        grid-area: third-tile;
    }
}

.hero-grid .third-tile img {
    animation-iteration-count: infinite;
    animation-duration: 24s;
}

.hero-grid .third-tile img:nth-child(1) {
    animation-name: heroThirdTile;
    animation-delay: -6s;
}

.hero-grid .third-tile img:nth-child(2) {
    animation-name: heroThirdTile;
    animation-delay: 2s;
    opacity: 0;
}

.hero-grid .third-tile img:nth-child(3) {
    animation-name: heroThirdTile;
    animation-delay: 10s;
    opacity: 0;
}

.hero-grid .fourth-tile {
    display: none;
}

@media (min-width: 992px) {
    .hero-grid .fourth-tile {
        display: block;
        grid-area: fourth-tile;
    }

    .hero-grid .fourth-tile img {
        animation-iteration-count: infinite;
        animation-duration: 24s;
    }

    .hero-grid .fourth-tile img:nth-child(1) {
        animation-name: heroThirdTile;
        animation-delay: -5s;
    }

    .hero-grid .fourth-tile img:nth-child(2) {
        animation-name: heroThirdTile;
        animation-delay: 6s;
        opacity: 0;
    }

    .hero-grid .fourth-tile img:nth-child(3) {
        animation-name: heroThirdTile;
        animation-delay: 12s;
        opacity: 0;
    }
}

.hero-grid .fifth-tile {
    display: none;
}

@media (min-width: 992px) {
    .hero-grid .fifth-tile {
        display: block;
        grid-area: fifth-tile;
    }

    .hero-grid .fifth-tile img {
        animation-iteration-count: infinite;
        animation-duration: 24s;
    }

    .hero-grid .fifth-tile img:nth-child(1) {
        animation-name: heroFifthTile;
        animation-delay: -1s;
    }

    .hero-grid .fifth-tile img:nth-child(2) {
        animation-name: heroFifthTile;
        animation-delay: 8s;
        opacity: 0;
    }

    .hero-grid .fifth-tile img:nth-child(3) {
        animation-name: heroFifthTile;
        animation-delay: 17s;
        opacity: 0;
    }
}

.hero-grid .sixth-tile {
    display: none;
}

@media (min-width: 992px) {
    .hero-grid .sixth-tile {
        display: block;
        grid-area: sixth-tile;
    }

    .hero-grid .sixth-tile img {
        animation-iteration-count: infinite;
        animation-duration: 24s;
    }

    .hero-grid .sixth-tile img:nth-child(1) {
        animation-name: heroFirstTile;
        animation-delay: -3.5s;
    }

    .hero-grid .sixth-tile img:nth-child(2) {
        animation-name: heroFirstTile;
        animation-delay: 5s;
        opacity: 0;
    }

    .hero-grid .sixth-tile img:nth-child(3) {
        animation-name: heroFirstTile;
        animation-delay: 13.5s;
        opacity: 0;
    }
}

@keyframes heroFirstTile {
	0% {
		opacity: 0;
	}
	20.83% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	45.83% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes heroSecondTile {
	0% {
		opacity: 0;
	}
	20.83% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	45.83% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes heroThirdTile {
	0% {
		opacity: 0;
	}
	20.83% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	45.83% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes heroFifthTile {
	0% {
		opacity: 0;
	}
	20.83% {
		opacity: 1;
	}
	33.33% {
		opacity: 1;
	}
	45.83% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/*==================================================*/
/* Artists grid */
/*==================================================*/
.section-artists {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.search-results .section-artists {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 992px) {
  .section-artists {
      padding-top: 30px;
      padding-left: 50px;
      padding-right: 50px;
  }

  .search-results .section-artists {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.artist-title {
    margin: 0 0 10px;
}

.artist-title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.artist-title h2 span {
    font-weight: normal;
    font-style: italic;
}

.artist-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.artist-grid > a:after {
  margin:20px;
}

.artist-grid > a {
    position: relative;
    overflow: hidden;
    width: calc(50% - 10px);
    margin: 5px;
    margin-bottom: 5px;
}

@media (min-width: 600px) {
    .artist-grid > a {
        width: calc(33.33333% - 10px);
        margin: 5px;
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .artist-grid > a {
        width: calc(20% - 10px);
        margin: 5px 5px 0 5px;
    }
}

@media (min-width: 1310px) {
    .artist-grid > a {
      width: calc(100% / 7 - 10px);
      margin: 5px 5px 0 5px;
      padding-bottom: 38px;
    }
}

@media (min-width: 1850px) {
    .artist-grid > a {
        width: calc(100% / 9 - 10px);
        margin: 5px 5px 0 5px;
        padding-bottom: 38px;
    }
}

@media (min-width: 2250px) {
    .artist-grid > a {
        width: calc(100% / 11 - 10px);
        margin: 5px 5px 0 5px;
        padding-bottom: 38px;
    }
}

@media (min-width: 2650px) {
    .artist-grid > a {
        width: calc(100% / 13 - 10px);
        margin: 5px 5px 0 5px;
        padding-bottom: 38px;
    }
}

@media (min-width: 3050px) {
    .artist-grid > a {
        width: calc(100% / 15 - 10px);
        margin: 5px 5px 0 5px;
        padding-bottom: 38px;
    }
}

@media (min-width: 3450px) {
    .artist-grid > a {
        width: calc(100% / 17 - 10px);
        margin: 5px 5px 0 5px;
        padding-bottom: 38px;
    }
}

@media (min-width: 3800px) {
    .artist-grid > a {
        width: calc(100% / 19 - 10px);
        margin: 5px 5px 0 5px;
        padding-bottom: 38px;
    }
}

.artist-grid > a::before {
    content: "";
    padding-bottom: 125%;
    display: block;
}

.artist-grid > a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 38px);
    object-fit: cover;
    opacity: 1;
}

.artist-grid > a img.is-loaded {
    opacity: 1;
}

.artist-grid > a .artist-name {
    position: absolute;
    left: 0;
    opacity: 0;
    /*bottom: -10px;*/
    bottom: 2px;
    opacity: 1;
    /*bottom: unset;*/
    width: 100%;
    height: auto;
    padding: 7px 0 8px 0;
    background: white; /*rgba(20,2,75,0.8);*/
    pointer-events: none;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    z-index: 3;
}

@media (hover: none){
  .artist-grid > a .artist-name {
    bottom: 3px;
  }
}

.artist-grid > a:hover .artist-name {
    /*opacity: 1;
    bottom: 0;
    transition: all .5s cubic-bezier(.19,1,.22,1);*/
}

.artist-grid > a .artist-name p {
    /*color: white;*/
    color: #14024B !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

.artists-container .artist {
    margin: 0 0 30px;
}

.artists-container .artist h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.artists-container .artist .artist-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.artists-container .artist .artist-title a {
    font-size: 14px;
    color: #1c7eff;
}

.artists-container .artist .artist-title a:hover {
    color: #FD077B;
}


/*==================================================*/
/* Search */
/*==================================================*/
.search-hero-grid {
  min-height: 600px;
}
@media (min-width: 1340px) {
  .section-search {
    height:650px;
  }
    .search-hero-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0px 0px;
        grid-template-areas:
            "search-first-tile search-hero-content search-hero-content search-hero-content search-hero-content search-second-tile"
            "search-third-tile search-hero-content search-hero-content search-hero-content search-hero-content search-fourth-tile";
        width: 100%;
        height: 100%;
        /*max-height: 550px;*/
    }
}

.search-hero-grid > div {
    position: relative;
}

@media (min-width: 1340px) {
    .search-hero-grid > div {
        position: relative;
        overflow: hidden;
    }

    .search-hero-grid > div::before {
        content: "";
        padding-bottom: 65.357%;
        display: block;
    }

    .search-hero-grid > div img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1339px) {
    .search-first-tile,
    .search-second-tile,
    .search-third-tile,
    .search-fourth-tile {
        display: none;
    }
}

@media (min-width: 1340px) {
    .search-first-tile {
        grid-area: search-first-tile;
    }

    .search-hero-content {
        grid-area: search-hero-content;
    }

    .search-second-tile {
        grid-area: search-second-tile;
    }

    .search-third-tile {
        grid-area: search-third-tile;
    }

    .search-fourth-tile {
        grid-area: search-fourth-tile;
    }
}

.search-hero-content__center {
    padding: 30px;
}

@media (min-width: 1340px) {
    .search-hero-content__center {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        padding-left: 60px;
        padding-right: 60px;
    }
}

.search-hero-title {
    margin: 0 0 20px;
}

.search-hero-title h1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.search-hero-title h1 strong {
    font-size: bold;
    color: #14024B;
    text-decoration: none;
}

.search-hero-table h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 13px;
}

.search-table__col-border {
    border-bottom: 1px solid #e7e5ed;
    padding-bottom: 20px;
}

.search-table_keys label{
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 13px;
  padding-right:20px;
}

.search-table_keys #keysearch{
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 13px;
  width: calc(100% - 100px);
  border: 1px solid #e7e5ed;
  padding: 5px 10px;
}

@media (min-width: 992px) {
    .search-hero-table {
        display: flex;
        flex-wrap: wrap;
    }

    .search-table__col-full {
        width: 100%;
    }

    .search-table__col {
        width: 50%;
    }

    .search-table_keys {
      width: 100%;
    }

    .search-table_keys label{
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      margin: 0 0 13px;
      padding-right:20px;
    }

    .search-table_keys #keysearch{
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 13px;
      width: calc(100% - 100px);
      border: 1px solid #e7e5ed;
      padding: 5px 10px;
    }


    .search-table__col-border {
        border: none;
        border-right: 1px solid #e7e5ed;
        padding: 0;
        padding-right: 30px;
    }
}

.search-list {
    columns: auto;
    columns: 2;
}

.search-table__col:last-child .padding {
    padding: 20px 0;
}

@media (min-width: 992px) {
    .search-table__col:last-child .padding {
        padding: 0;
        padding-bottom: 15px;
        padding-left: 30px;
    }
}

.search-list label {
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
}

.search-button {
    border-top: 1px solid #e7e5ed;
    margin-top: 5px;
}

.search-button-bigger {
    padding-top:20px;
    margin: 0 auto;
    width: 300px;
}

.search-button label {
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
}

.search-button .padding {
    padding-top: 15px;
}

@media (min-width: 992px) {
    .search-button .padding {
        padding-left: 30px;
    }

    .search-table__col:last-child .search-button .padding {
        padding-top: 15px;
    }
}

.search-button-box {
  display:flex;
  max-width:458px;
}

.search-button .field-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
}

.search-button .field-row a.clear-search {
    width: 100px;
}

.clear-search {
    max-width:100px;
    margin-left: 20px;
}

.search-button-bigger button,
.search-button button,
.search-button input[type="submit"],
.search-button .button {
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    text-align: center;
    background: #004db3;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 15px 11px;
    border: none;
    width: 100%;
    cursor: pointer;
    line-height: 1;
}

.search-button-bigger button:hover,
.search-button button:hover,
.search-button input[type="submit"]:hover,
.search-button .button:hover {
    background: #FD077B;
}

.search-error {
    display: none;
    font-size: 12px;
    color: red;
    text-align: center;
}

.form-upload-title {
    margin: 0 0 15px;
}

.form-upload-title label {
    display: block;
    font-weight: bold;
    margin: 0 0 6px;
}

.form-upload-title input {
    font-family: 'Source Sans Pro', sans-serif;
    border: 2px solid #d1ccdb;
    padding: 11px 20px;
    font-size: 14px;
    color: #14024B;
    height: auto;
    border-radius: 0;
    width: 100%;
}

.form-upload-title input:focus {
    outline: none;
    border-width: 2px;
    border-color: #FD077B;
}

.form-upload-file {
    margin: 0 0 10px;
    font-size: 14px;
}

.form-upload-file label {
    display: block;
    font-weight: bold;
    margin: 0 0 6px;
}

.upload-updated {
    text-align :center;
}

.field-checkbox {
    position: relative;
    cursor: pointer;
}

.field-checkbox input[type="checkbox"] {
    display: none;
}

.field-checkbox input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #d1ccdb;
  margin-right: 8px;
  transform: translateY(2px);
}

.field-checkbox input[type="checkbox"] + label:after {
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    font-size: 10px;
    font-weight: bold;
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
}

.field-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


/* Results*/
.search-results.is-hidden {
    display: none;
}

.search-results {
    padding: 0px 30px 30px 30px;
}

@media (min-width:992px) {
  .search-results {
      padding: 0px 60px 30px 60px
    }
}

.search-results-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
}

.search-results-top,
.search-results-top .artist {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*position: fixed;*/
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    left: 0;
    padding: 10px 20px 10px 50px;
    background: white;
    width: 100%;
    z-index: 100;
}

.search-results-top a {
    font-size: 16px;
    font-weight: bold;
    color: #14024B;
    z-index: 999;
}

.search-results-top a:hover {
  cursor: pointer;
}

.search-results-top button {
    color: white;
}

.search-results-top .pagi {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  height:22px;
}

@media (max-width: 1199px) {
    .search-results-top .js-author-next {
        right: 180px;
    }
}

@media (max-width: 1100px) {
    .search-results-top .js-author-next {
        right: 180px;
    }
}

@media (max-width: 991px) {
    .search-results-top .js-author-next {
        right: 110px;
    }
}

@media (max-width: 599px) {
    .search-results-top .js-author-next {
        right: 80px;
    }
}

.search-results-top .pagi .container{
  position: absolute;
  right: 100px;
}

.search-results-top .pagi .js-author-prev {
    position: absolute;
    left: 20px;
}

.search-results-top .pagi .js-author-next {
    position: absolute;
    right: 20px;
}

.search-results-top.hidden {
  display: none;
}

.search-results-top p {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    font-weight: bold;
}

.search-results-top-download p {
  font-size: 16px;
}

.search-results-top p span {
    font-weight: normal;
}

.search-results-top-download {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.search-results-top-download p {
    font-weight: normal;
    margin-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-results-top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.search-results-top-nav a{
  padding: 5px;
}
.search-results-top-nav a:hover{
  cursor: pointer;
  color: #FD077B;
}

@media (min-width: 991px) {
  .search-results-top-results {
      padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .search-results-top-download {
        display: none !important;
    }

    .search-results-top-results {
      display: flex;
    }

    .search-results-top-nav {
      display:none;
      /*display: flex;
      align-items: right;
      justify-content: right;
      position: relative;
      max-width: 60px;*/
    }
}

#as-fdpf-form .button {
    border: none;
}

.search-results-flex {
    display: flex;
    flex-wrap: wrap;
}

.search-results-grid .card {
    position: relative;
    overflow: hidden;
    width: 50%;
    display: block;
    cursor: pointer;
}

.search-results-flex.grid-layout-full {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search-results-flex.grid-layout-full .card {
    width: auto;
    margin: 0 0 20px;
}

.search-results-flex.grid-layout-full .card a {
    display: block;
}

.search-results-flex.grid-layout-full .card::before {
    display: none;
}

.search-results-flex.grid-layout-full .card img {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: 100%;
    height: auto;
    max-width: 1200px;
    max-height: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .search-results-flex.grid-layout-full .card img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 600px) {
    .search-results-flex .card {
        width: 33.33333%;
    }

    .search-results-flex.grid-layout-two .card {
        width: 50%;
    }

    .search-results-flex.grid-layout-full .card {
        width: auto;
    }
}

@media (min-width: 992px) {
    .search-results-flex .card {
        width: 20%;
    }

    .search-results-flex.grid-layout-two .card {
        width: 33.3333%;
    }

    .search-results-flex.grid-layout-full .card {
        width: auto;
    }
}

@media (min-width: 1310px) {
    .search-results-flex .card {
        width: 16.666666%;
        width: calc(100% / 7);
    }

    .search-results-flex.grid-layout-two .card {
        width: 25%;
    }

    .search-results-flex.grid-layout-full .card {
        width: auto;
    }
}

@media (min-width: 1810px) {
    .search-results-flex .card {
        width: calc(100% / 9);
    }

    .search-results-flex.grid-layout-two .card {
        width: 25%;
    }

    .search-results-flex.grid-layout-full .card {
        width: auto;
    }
}

.search-results-flex .card::before {
    content: "";
    padding-bottom: 125%;
    display: block;
}

.search-results-flex .card img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*opacity: 0;*/
    opacity: 1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    background: url(../img/loading_icon.gif) no-repeat center;
}

.search-results-flex .card img.is-loaded {
    opacity: 1;
}

/*.search-results-flex .card .artist-name {
    position: absolute;
    /*bottom: -10px;
    opacity: 0;*/
/*    left: 0;
    opacity: 1;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 8px;
    background: rgba(20,2,75,0.8);
    pointer-events: none;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    z-index: 9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.search-results-flex .card .artist-name-box
{
  position: absolute;
  left: 0;
  opacity: 1;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 8px;
  z-index: 9;
  display:block;
}

.search-results-flex .card:hover > .artist-name-box
  {
    background: rgba(20,2,75,0.8);
    opacity: 1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
  }

  .search-results-flex .card:hover > .artist-name-box .artist-name p
    {
      opacity: 1;
    }

.search-results-flex .card .artist-name-box .artist-name p
 {
   text-overflow: ellipsis;
   display: inline-block;
   max-width: calc(100% - 30px);
   width: calc(100% - 30px);
   opacity: 0;
   white-space: nowrap;
   overflow: hidden;
   position: relative;
   color: white;
   font-size: 15px;
   font-weight: bold;
   line-height: 22px;
   text-align: center;
}

.search-results-flex .card .artist-name-box .save-artwork
 {
   max-width: none;
   top: 10px;
}

@media (hover: none) {
  .search-results-flex .card .artist-name-box
  {
    position: absolute;
    left: 0;
    background: rgba(20,2,75,0.8);
    opacity: 1;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 8px;
    z-index: 9;
    display:block;
  }

  .search-results-flex .card .artist-name-box .artist-name p
   {
     text-overflow: ellipsis;
     display: inline-block;
     max-width: calc(100% - 30px);
     width: calc(100% - 30px);
     opacity: 1;
     white-space: nowrap;
     overflow: hidden;
     position: relative;
     color: white;
     font-size: 15px;
     font-weight: bold;
     line-height: 22px;
     text-align: center;
  }
}

.search-results-grid .card .save-artwork {
    position: absolute;
    bottom: 7px;
    right: 10px;
    z-index: 9;
    font-size: 20px;
    color: #FD077B;
    cursor: pointer;
}

.search-results-grid .card .save-artwork i.fa-regular {
    display: block;
}

.search-results-grid .card .save-artwork i.fa-solid {
    display: none;
}

.search-results-grid .card .save-artwork.selected i.fa-regular,
.search-results-grid .card .save-artwork:hover i.fa-regular {
    display: none;
}

.search-results-grid .card .save-artwork.selected i.fa-solid,
.search-results-grid .card .save-artwork:hover i.fa-solid {
    display: block;
}

.search-results-grid .card:hover .artist-name {
    opacity: 1;
    bottom: 0;
}

.search-results-grid .card .artist-name p {

}

.search-results-wrap {
    margin: 0 0 30px;
}


.search-results-wrap.hidden {
    display: none;
}

.search-results-title {
    margin: 0 0 20px;
}

.search-results-title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.search-results-title h2 span {
    font-weight: normal;
    font-style: italic;
}

.search-results-title__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-toggles {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-toggle {
    cursor: pointer;
    margin-left: 10px;
    opacity: 0.5;
}

.search-toggle.active {
    opacity: 1;
}

.search-toggle.active svg path {
    fill: #fd067b;
}

@media (max-width: 599px) {
    .js-search-toggle-grid {
        display: none;
    }
}

.card-banner {
    position: absolute;
    top: 17px;
    z-index: 9;
    background: #fd067b;
    padding: 2px 30px;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.card-banner:not(.card-banner-featured) {
    transform: rotate(-45deg);
    left: -30px;
    top: 12px;
    padding: 2px 39px;
}

.card-banner-featured {
    transform: rotate(45deg);
    right: -34px;
}


/*==================================================*/
/* Page hero */
/*==================================================*/
@media (min-width: 1340px) {
    .page-hero-grid {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: 1fr 1fr;
        gap: 0px 0px;
        grid-template-areas:
            "page-first-tile page-hero-content page-second-tile"
            "page-third-tile page-hero-content page-fourth-tile";
        width: 100%;
        height: 100%;
    }

    .page-hero-grid .page-first-tile,
    .page-hero-grid .page-second-tile,
    .page-hero-grid .page-third-tile,
    .page-hero-grid .page-fourth-tile {
      min-width: 300px;
      max-width: 300px;
    }
}

.page-hero-grid > div {
    position: relative;
}

@media (min-width: 1340px) {
    .page-hero-grid > div {
        position: relative;
        overflow: hidden;
    }

    .page-hero-grid > div::before {
        content: "";
        /*padding-bottom: 65.357%;*/
        display: block;
    }

    .page-hero-grid > div img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1339px) {
    .page-first-tile,
    .page-second-tile,
    .page-third-tile,
    .page-fourth-tile {
        display: none;
    }
}

@media (min-width: 1340px) {
    .page-first-tile {
        grid-area: page-first-tile;
    }

    .page-hero-content {
        grid-area: page-hero-content;
    }

    .page-second-tile {
        grid-area: page-second-tile;
    }

    .page-third-tile {
        grid-area: page-third-tile;
    }

    .page-fourth-tile {
        grid-area: page-fourth-tile;
    }
}

.page-hero-content__center {
    padding: 30px;
}

@media (min-width: 1340px) {
    .page-hero-content__center {
        position: absolute;
      /*  top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);*/
        padding: 30px 60px 10px 60px;;
        width: 100%;
    }
}

.page-hero-content__center h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .page-hero__row {
        display: flex;
    }

    .page-hero__col {
        width: 50%;
    }

    .page-hero__col:first-child {
        padding-right: 50px;
    }
}

.page-hero__col p {
    margin: 24px auto;
}

.page-hero__contact-links {
    margin: 20px 0 0;
}


.page-hero__contact-links a {
    display: block;
    font-size: 20px;
    color: #1C7EFF; /*#FD077B;*/
    text-decoration: none !important;
    margin: 0 0 8px;
}

.page-hero__contact-links a:hover {
    color: #FD077B; /*#1C7EFF;*/
}

.page-hero__contact-links .social-links {
    justify-content: flex-start;
    margin-top: 30px;
}

.page-hero__contact-links .social-links a {
    margin-right: 20px;
    color: #1C7EFF;
    font-size: 27px;
}

.page-hero__contact-links .social-links a:hover {
    color: #FD077B;
}


/*==================================================*/
/* Forms */
/*==================================================*/
.site-main div.wpforms-container-full .wpforms-form input[type=date],
.site-main div.wpforms-container-full .wpforms-form input[type=datetime],
.site-main div.wpforms-container-full .wpforms-form input[type=datetime-local],
.site-main div.wpforms-container-full .wpforms-form input[type=email],
.site-main div.wpforms-container-full .wpforms-form input[type=month],
.site-main div.wpforms-container-full .wpforms-form input[type=number],
.site-main div.wpforms-container-full .wpforms-form input[type=password],
.site-main div.wpforms-container-full .wpforms-form input[type=range],
.site-main div.wpforms-container-full .wpforms-form input[type=search],
.site-main div.wpforms-container-full .wpforms-form input[type=tel],
.site-main div.wpforms-container-full .wpforms-form input[type=text],
.site-main div.wpforms-container-full .wpforms-form input[type=time],
.site-main div.wpforms-container-full .wpforms-form input[type=url],
.site-main div.wpforms-container-full .wpforms-form input[type=week],
.site-main div.wpforms-container-full .wpforms-form select,
.site-main div.wpforms-container-full .wpforms-form textarea {
    font-family: 'Source Sans Pro', sans-serif;
    border: 2px solid #d1ccdb;
    padding: 11px 20px;
    font-size: 14px;
    color: #14024B;
    height: auto;
    border-radius: 0;
}

.site-main div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    padding-left: 20px;
    -webkit-appearance: none;
}

.site-main .wpforms-field-select {
    position: relative !important;
}

.site-main .wpforms-field-select:before {
    content: '\f078';
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: none;
    font-size: 10px;
    font-family: 'FontAwesome';
}

.site-main div.wpforms-container-full .wpforms-form input[type=date]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=datetime]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=datetime-local]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=email]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=month]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=number]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=password]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=range]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=search]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=tel]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=text]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=time]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=url]:focus,
.site-main div.wpforms-container-full .wpforms-form input[type=week]:focus,
.site-main div.wpforms-container-full .wpforms-form select:focus,
.site-main div.wpforms-container-full .wpforms-form textarea:focus {
    border-width: 2px;
    border-color: #FD077B;
}

.site-main div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
.site-main div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
.site-main div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
.site-main div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
.site-main div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
.site-main div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,
.site-main div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
    border: 2px solid #ff0000;
}

.site-main div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0;
}

.site-main div.wpforms-container-full .wpforms-form input[type=submit],
.site-main div.wpforms-container-full .wpforms-form button[type=submit],
.site-main div.wpforms-container-full .wpforms-form .wpforms-page-button,
#wpforms-submit-24711 {
    display: table;
    text-align: center;
    padding: 12px 20px 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: #1C7EFF !important;
    border: none;
    color: white;
}

.site-main div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-main div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.site-main div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
#wpforms-submit-24711:hover {
    background: #0f67da !important;
    border: none;
}

.site-main div.wpforms-container-full .wpforms-form .wpforms-field-checkbox {
    position: relative;
    cursor: pointer;
}

.site-main div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type="checkbox"] {
    display: none;
}

.site-main div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #d1ccdb;
  margin-right: 8px;
  transform: translateY(2px);
}

.site-main div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type="checkbox"] + label:after {
    position: absolute;
    top: 10px;
    left: 2px;
    opacity: 0;
    font-size: 9px;
    content: '\f00c';
    font-family: FontAwesome;
}

.site-main div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.site-main .wpforms-field-description a {
    color: #FD077B;
    text-decoration: underline;
}

.site-main .wpforms-field-description a:hover {
    color: #1C7EFF;
}

.form-styled input[type=text],
.form-styled input[type=email],
.form-styled input[type=password],
.form-styled textarea {
    font-family: 'Source Sans Pro', sans-serif;
    border: 2px solid #d1ccdb;
    padding: 11px 20px;
    font-size: 14px;
    color: #14024B;
    height: auto;
    border-radius: 0;
    width: 100%;
}

.form-styled input[type=text]:focus,
.form-styled input[type=email]:focus,
.form-styled input[type=password]:focus {
    border-width: 2px;
    border-color: #FD077B;
}

.form-styled label {
    display: block;
    font-size: 14px;
    margin: 0 0 6px;
}

.form-styled .form-row {
    margin: 15px 0;
}

@media (max-width: 991px) {
    .form-styled .form-row__flex > p {
        margin-bottom: 15px;
    }

    .form-styled .form-row__flex > p:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .form-styled .form-row__flex {
        display: flex;
    }

    .form-styled .form-row__flex > p {
        width: 50%;
    }

    .form-styled .form-row__flex > p:first-child {
        margin-right: 10px;
    }

    .form-styled .form-row__flex > p:last-child {
        margin-left: 10px;
    }
}

.form-styled input[type=submit] {
    border: none;
}

.page-template-template-account .form-styled h2,
.page-template-template-account .form-styled .form-table {
    display: none;
}

/*==================================================*/
/* Index */
/*==================================================*/
.index-grid {
    position: relative;
    display: flex;
}

.index-grid__image-col {
    width: 20%;
}

.index-grid__image-col > div {
    position: relative;
    overflow: hidden;
}

.index-grid__image-col > div::before {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.index-grid__image-col > div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-grid-content {
    width: 60%;
    position: relative;
    margin-left: 20%;
    z-index: 5;
    background: white;
}

@media (max-width: 1199px) {
    .index-grid-content {
        width: 100%;
        margin: 0;
    }
}

.index-grid__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: #1E0D55;
}

@media (max-width: 1199px) {
    .index-grid__bg {
        display: none;
    }
}

.index-grid__bg > div {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 300px;
}

.index-grid__bg > div::before {
    content: "";
    /*padding-bottom: 100%;*/
    display: block;
}

.index-grid__bg > div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*object-fit: scale-down;*/
    max-height: 300px;
}

.index-grid-content__center {
    padding: 30px;
}

.index-grid-content__center > div {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.index-grid-content__center > div:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

@media (max-width: 1199px) {
    .index-grid-content__center > div .index-list {
        columns: 2;
    }
}

.index-grid-content__center > div:last-child .index-list {
    columns: 2;
}

@media (min-width: 640px) {
    .index-grid-content__center > div:last-child .index-list {
        columns: 3;
    }
}

@media (min-width: 1200px) {
    .index-grid-content__center {
        display: flex;
    }

    .index-grid-content__center > div {
        padding: 0;
        margin: 0;
        border: none;
        width: 25%;
    }

    .index-grid-content__center > div:last-child {
        width: 50%;
    }
}

.index-grid-content__center h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 13px;
}

@media (min-width: 1340px) {
    .index-grid-content__center {
        padding: 60px;
    }
}

.index-list a {
    display: block;
    font-size: 12px;
    color: #14024B;
    margin: 0 0 4px;
    cursor: pointer;
}

.index-list a:hover {
    color: #FD077B;
}


/*==================================================*/
/* Author */
/*==================================================*/
.site-page-author .container {
    /*max-width: 1060px;*/
    max-width: 90vw;
}

.author-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 12px;
}

.author-main-image {
    /*display: block;*/
    display: none;
    width: 100%;
    margin: 0 0 20px;
}

.author-main-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    width: auto;
    max-height: 750px;
    max-width:90%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .author-main-image {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}

.author-meta {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .author-meta {
        flex-direction: row;
        justify-content: space-between;
    }
}

.author-meta h3 {
    color: #FD077B;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.author-bio {
    margin: 20px 0 0;
    order: 2;
    font-size: 13px;
}

@media (min-width: 992px) {
    .author-bio {
        margin: 0;
        padding-right: 35px;
        order: 1;
        min-width: 60vw;
    }
}

.author-bio .biotext {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
  .author-bio .biotext {
    max-width: 80%;
    min-height: 91px;
  }
}

.author-bio p:last-child {
    margin-bottom: 0;
}

.author-contact {
    flex: none;
    order: 1;
}

.author-contact h3 {
    text-align: left;
}

.author-contact-form {
    flex: none;
    order: 3;
    width: 50%;
}

.author-contact-form div.wpforms-container-full {
  margin: 0;
}

.author-contact-form div.wpforms-container-full .wpforms-form .wpforms-field {
  padding-top: 0;
}

.author-contact-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.author-contact-form div.wpforms-container-full .wpforms-form input[type=text],
.author-contact-form div.wpforms-container-full .wpforms-form input[type=email],
.author-contact-form div.wpforms-container-full .wpforms-form textarea {
  padding: 5px;
}

.author-contact-form div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding: 0;
}

.author-contact-form h3 {
    text-align: left;
}

/* hide the recapture Privacy box */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
}


@media (max-width: 991px) {
  .author-contact-form {
    width: 100%;
  }

  .author-meta .author-contact-form h3 {
    padding-top: 20px;
  }

  .author-contact-form div.wpforms-container-full {
    max-width: calc(100vw - 120px);
  }

  .author-contact {
    max-width: calc(100vw - 120px);
  }

  .author-contact-form {
    max-width: calc(100vw - 120px);
  }
}

@media (min-width: 992px) {
    .author-contact {
        flex: none;
        order: 2;
        width: 30%;
    }

    .author-contact-form {
        width: 30%;
    }

    .author-contact h3 {
        text-align: right;
    }
}

.author-buttons {
    display: flex;
}

.author-buttons .button:first-child {
  margin-right: 12px;
}

.author-buttons input[type="submit"] {
  border: none;
}


/*==================================================*/
/* Gallery lightbox */
/*==================================================*/
body.lightbox-active {
    overflow: hidden;
}

.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    animation-name: fadeDown;
    animation-timing-function: cubic-bezier(.19,1,.22,1);
    animation-duration: 1s;
}

.gallery-lightbox.active {
    display: block;
}

.lightbox-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.9;
    z-index: 1;
}

.gallery-wrap {
    position: relative;
    width: auto;
    /* max-width: 1000px; */
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.gallery-wrap .swiper {
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.gallery-wrap .swiper-slide {
    position: relative;
    background: transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 39px;
}

.gallery-wrap .swiper-slide > div {
    position: relative;
    /*max-height:80vh;
    max-width:80vh;*/
}

.videocontainer {
    position: relative;
    width: 75%;
    height: 0;
}

.gallery-wrap .swiper-slide .videocontainer .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-wrap .lightbox-meta {
  position: -webkit-sticky;
  position: sticky;
}

.gallery-wrap .swiper-slide .lightbox-meta {
  background: none;
  padding: 0;
  margin: 0;
}

.gallery-wrap .swiper-slide .lightbox-meta .lightbox-meta-inner{
  background: rgba(20,2,75,0.8);
  height:38px;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
}

.gallery-wrap .swiper-slide .lightbox-meta .lightbox-meta-inner {
    bottom: -38px;
}

.gallery-wrap .swiper-slide .lightbox-meta .lightbox-meta-inner p {
  text-overflow: ellipsis;
  max-height: 38px;
  padding: 8px;
}

.lightbox-meta p {
    color: white;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
    max-height: 22px;
}

.lightbox-meta p a.lightbox-artist {
    color: #ff9bca;
    z-index: 999;
}

.lightbox-meta p a.lightbox-artist:hover {
    color: #ffffff;
}

img.swiper-lazy.swiper-lazy-loaded {
  min-width: 100%
  min-height: 100%
}

.lightbox-swiper .lightbox-slide:last-child {
  padding-bottom: 300px !important;
}

.lightbox-slide .save-artwork {
  position: absolute;
  bottom: 8px;
  right: 10px;
  z-index: 100;
  font-size: 20px;
  color: #FD077B;
  cursor: pointer;
}

.search-gallery-lightbox .lightbox-slide .save-artwork {
    bottom: 7px;
}

.lightbox-slide .save-artwork i.fa-regular {
    display: block;
}

.lightbox-slide .save-artwork i.fa-solid {
    display: none;
}

.lightbox-slide .save-artwork.selected i.fa-regular,
.lightbox-slide .save-artwork:hover i.fa-regular {
    display: none;
}

.lightbox-slide .save-artwork.selected i.fa-solid,
.lightbox-slide .save-artwork:hover i.fa-solid {
    display: block;
}

.gallery-wrap .swiper-slide .flex-center {
  max-height: calc(100vh - 80px);
  max-width: 100vw;
}

.gallery-wrap .swiper-slide img,
.search-lightbox-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: bottom;
    display: block;
    pointer-events: none;
    z-index: 1;
    max-height: calc(100vh - 80px);
}

.gallery-wrap .swiper-slide iframe{
   left:0;
   top:0;
   height:100%;
   width:100%;
   /*position:absolute;*/
}

@media (min-width: 1024px) {
    .gallery-wrap .swiper-slide img {
    }
}

.gallery-wrap .swiper-slide img:focus {
    outline: none;
}

.js-close-lightbox {
    position: absolute;
    top: 60px;
    right: 7px;
    z-index: 1000;
    font-size: 24px;
    color: #FD077B;
}

@media (min-width: 992px) {
    .js-close-lightbox {
        top: 60px;
        right: 30px;
    }
}

.search-gallery-lightbox .gallery-wrap {
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 20px;
    width: min(600px, 90%);
}

@media (min-width: 768px) {
    .search-gallery-lightbox .gallery-wrap {
        padding: 0;
    }
}

.search-gallery-lightbox .gallery-wrap .lightbox-slide {
    position: relative;
}

.search-gallery-lightbox .gallery-wrap .lightbox-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
    background: url(../img/loading_icon.gif) no-repeat center;
}

@media (min-width: 1024px) {
    .search-gallery-lightbox .gallery-wrap .lightbox-slide img {
        /* max-width: 1000px; */
    }
}

.lightbox-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 300px;
    margin-bottom: 38px;
}

@media (min-width: 576px) {
    .lightbox-video {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .lightbox-video {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .lightbox-video {
        width: 800px;
    }
}

@media (min-width: 1240px) {
    .lightbox-video {
        width: 1200px;
    }
}

.lightbox-media.is-hidden,
.lightbox-video.is-hidden {
    display: none !important;
}

.lightbox-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-lightbox .lightbox-video {
    width: 100%;
}
/*
@media (min-width: 576px) {
    .gallery-lightbox .lightbox-video {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .gallery-lightbox .lightbox-video {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .gallery-lightbox .lightbox-video {
        width: 800px;
    }
}

@media (min-width: 1240px) {
    .gallery-lightbox .lightbox-video {
        width: 940px;
    }
} */

/*==================================================*/
/* Article */
/*==================================================*/
.article {

}

.article-title {
    margin: 0 0 20px;
}

.article-title h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.article-featured-image {
    display: block;
    margin: 0 0 30px;
}

.article-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content blockquote,
.article-content p,
.article-content hr {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.article-content img {
    display: block;
    margin: 0;
}

.article .wp-block-image {
    margin: 40px 0;
}

.article .wp-block-image figure.size-full {
    width: 100%;
}

.article .wp-block-image figure.size-full img {
    width: 100%;
    height: auto;
    max-width: inherit;
}

.insights-first-tile,
.insights-third-tile,
.insights-fourth-tile,
.insights-fifth-tile {
    display: none;
}

@media (min-width: 992px) {
    .insights-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0px 0px;
        grid-template-areas:
            "insights-first-tile insights-second-tile insights-third-tile insights-fourth-tile insights-fifth-tile";
        width: 100%;
        height: 100%;
    }
    .insights-first-tile { display: block; grid-area: insights-first-tile; }
    .insights-second-tile { display: block; grid-area: insights-second-tile; }
    .insights-third-tile { display: block; grid-area: insights-third-tile; }
    .insights-fourth-tile { display: block; grid-area: insights-fourth-tile; }
    .insights-fifth-tile { display: block; grid-area: insights-fifth-tile; }
}

@media (min-width: 992px) {
    .insights-grid > div {
        position: relative;
        overflow: hidden;
    }

    .insights-grid > div::before {
        content: "";
        padding-bottom: 100%;
        display: block;
    }

    .insights-grid > div img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.insights-grid-content__center {
    padding: 30px;
}

@media (min-width: 992px) {
    .insights-grid-content__center {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1240px) {
    .insights-grid-content__center {
        padding: 60px;
    }
}

.insights-grid-title {
    margin: 0 0 20px;
}

.insights-grid-title h1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.article-grid {
    display: flex;
    flex-wrap: wrap;
}

.article-post {
    width: 100%;
}

@media (min-width: 600px) {
    .article-post {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .article-post {
        width: 33.33333%;
    }
}

.article-post-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.article-post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-post-content {
    position: relative;
    padding: 30px 30px 64px;
    background: #14024B;
    flex: 1;
}

@media (min-width: 1300px) {
    .article-post-content {
        padding: 50px 50px 94px;
    }
}

.article-post:nth-child(3n+2) .article-post-content {
    background: #1C7EFF;
}

.article-post:nth-child(3n+3) .article-post-content {
    background: #8B859F;
}

.article-post-content h2 {
    color: white;
    font-size: 25px;
    line-height: 32px;
}

.article-post-content span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
    font-size: 25px;
    transition: all .5s cubic-bezier(.19,1,.22,1);
}

.article-post:hover .article-post-content span {
    right: 22px;
}

/*.article-grid .ftw_loadmore {
  margin: 30px auto 0;
}*/

/*==================================================*/
/* New Artist sliders */
/*==================================================*/
.search-results-wrap .artist {
    margin: 0 0 20px;
}

.search-results-wrap .artist h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.search-results-wrap .artist .artist-title {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.search-results-wrap .artist .artist-title a {
    font-size: 14px;
    color: #1c7eff;
    padding-left: 20px;
}

.search-results-wrap .artist .artist-title a:hover {
    color: #FD077B;
}

.artist-projects-swiper .card {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    height: auto;
}

.artist-projects-swiper .card::before {
    content: "";
    padding-bottom: 125%;
    display: block;
}

.artist-projects-swiper .card img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*opacity: 0;*/
    transition: all .5s cubic-bezier(.19,1,.22,1);
}

.artist-projects-swiper .card img.is-loaded {
    opacity: 1;
}

.artist-projects-swiper .card .artist-name-box
{
  position: absolute;
  left: 0;
  opacity: 1;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding: 8px;
  z-index: 9;
  display:block;
}

.artist-projects-swiper .card .artist-name-box .artist-name p
 {
   text-overflow: ellipsis;
   display: inline-block;
   max-width: calc(100% - 35px);
   width: calc(100% - 30px);
   white-space: nowrap;
   overflow: hidden;
   position: relative;
   color: white;
   font-size: 15px;
   font-weight: bold;
   line-height: 22px;
   text-align: center;
   opacity:0;
}

.artist-projects-swiper .card:hover > .artist-name-box
  {
    background: rgba(20,2,75,0.8);
    opacity: 1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
  }

.artist-projects-swiper .card:hover > .artist-name-box .artist-name p
  {
    opacity: 1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
  }


.artist-projects-swiper .card .artist-name-box .save-artwork
 {
   max-width: none;
   top: 10px;
   right: 25px;
}

.artist-projects-swiper .card .save-artwork {
    position: absolute;
    bottom: 7px;
    right: 10px;
    z-index: 9;
    font-size: 20px;
    color: #FD077B;
    cursor: pointer;
}

@media (hover: none){
  .artist-projects-swiper .card .artist-name-box
  {
    position: absolute;
    left: 0;
    opacity: 1;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 8px;
    background: rgba(20,2,75,0.8);
    z-index: 9;
    display:block;
  }

  .artist-projects-swiper .card .artist-name-box .artist-name p
   {
     text-overflow: ellipsis;
     display: inline-block;
     max-width: calc(100% - 35px);
     width: calc(100% - 30px);
     white-space: nowrap;
     overflow: hidden;
     position: relative;
     color: white;
     font-size: 15px;
     font-weight: bold;
     line-height: 22px;
     text-align: center;
     opacity: 1;
  }
}

.artist-projects-swiper .card .save-artwork i.fa-regular {
    display: block;
}

.artist-projects-swiper .card .save-artwork i.fa-solid {
    display: none;
}

.artist-projects-swiper .card .save-artwork.selected i.fa-regular,
.artist-projects-swiper .card .save-artwork:hover i.fa-regular {
    display: none;
}

.artist-projects-swiper .card .save-artwork.selected i.fa-solid,
.artist-projects-swiper .card .save-artwork:hover i.fa-solid {
    display: block;
}

.artist-projects-swiper .card:hover .artist-name {
    opacity: 1;
    bottom: 0;
}

.artist-projects-swiper .card .artist-name p {

}

.artist-projects-swiper .swiper-button-next,
.artist-projects-swiper .swiper-button-prev {
    background: #FD077B;
}

.artist-projects-swiper .swiper-button-next.swiper-button-disabled, .artist-projects-swiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
}

.artist-projects-swiper .swiper-button-next:after,
.artist-projects-swiper .swiper-button-prev:after {
    color: white;
    font-size: 17px;
}

.artist-projects-swiper .swiper-button-prev {
    left: 0;
}

.artist-projects-swiper .swiper-button-next {
    right: 0;
}

/* Video card */
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    background: #FD077B url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 174'%3E%3Cpath d='M150 87 0 173.603V.397L150 87Z' fill='%23fff'/%3E%3C/svg%3E") center center no-repeat;
    background-size: 30px auto;
    background-position: center;
    pointer-events: none;
    opacity: 0.8;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
}

.card:hover .video-play-icon {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.07);
}


/* Wishlist */
.site-page-wishlist .wishlist-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 0;
}

@media (min-width: 640px) {
    .site-page-wishlist .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-page-wishlist .wishlist-buttons {
        margin: 0;
    }
}

.center {
  margin: 0 auto;
  width: 100%;
}

.center .nav {
  margin: 0 auto;
  text-align: center;
}

.center .nav a:hover{
  cursor: pointer;
}

/*==================================================*/
/* Animations */
/*==================================================*/
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-options {
  padding-bottom: 30px;
}

.form-options .button {
  background: #FD077B;
  color: white;
}

.form-options .button:hover {
  background: #da0b6c;
}


.error-msg {
  font-style: italic;
  color: red;
}


/* swiper buttons */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

/*coverSwiper

.swiper .coverswiper{
   width: 100%;
   height: 100%;
 }

 .coverswiper .swiper-slide {
   background-position: center;
   background-size: cover;
 }

 .coverswiper .swiper-slide img {
   display: block;
   width: 100%;
 }*/

 /* portfolio slider */
 .coverswiper .swiper .swiper-slide {
   height: auto;
 }

 .coverswiper .swiper-wrapper {
   align-items: center;
 }

 .coverswiper .swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: scale-down;
   background: white;
   max-height: 500px;
 }

 .coverswiper .swiper-button-next,
 .coverswiper .swiper-button-prev {
     background: rgba(20,2,75,0.8);
 }


 .coverswiper .swiper-button-next.swiper-button-disabled,
 .coverswiper .swiper-button-prev.swiper-button-disabled {
     pointer-events: all;
 }

 .coverswiper .swiper-button-next:after,
 .coverswiper .swiper-button-prev:after {
     color: white;
     font-size: 17px;
 }

 .coverswiper .swiper-button-prev {
     left: 0;
 }

 .coverswiper .swiper-button-next {
     right: 0;
 }

/*

Search lightbox horizontal swiper

*/

 .search-lightbox-swiper {
    z-index: auto;
    height: 100vh;
    max-height: 100vh;
 }

 .search-lightbox-swiper .swiper .swiper-slide {
   height: auto;
 }

 .search-lightbox-swiper .swiper-slide {
   height: 100vh;
   /*top: 75px;*/
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
 }

 .search-lightbox-swiper .swiper-wrapper
 {
   align-items: center;
   z-index: 2;
 }

.search-lightbox-swiper .swiper-slide img,
.search-lightbox-swiper .swiper-slide .video  {
   display: block;
   /*width: 100%;
   height: 100%;*/
   max-height: calc(100vh - 40px);
   object-fit: scale-down;
   margin: 0 auto;
 }


 .search-lightbox-swiper .swiper-slide .video iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

 .search-lightbox-swiper .swiper-button-next,
 .search-lightbox-swiper .swiper-button-prev {
     background: #FD077B;
 }

 .search-lightbox-swiper .swiper-button-next.swiper-button-disabled,
 .search-lightbox-swiper .swiper-button-prev.swiper-button-disabled {
     pointer-events: all;
     display: none;
 }

 .search-lightbox-swiper .swiper-button-next:after,
 .search-lightbox-swiper .swiper-button-prev:after {
     color: white;
     font-size: 17px;
 }

 .search-lightbox-swiper .swiper-button-prev {
     left: 0;
 }

 .search-lightbox-swiper .swiper-button-next {
     right: 0;
 }

 .search-lightbox-swiper .swiper-slide .lightbox-meta{
   background:none;
   padding:0;
   margin:0;
 }

 .search-lightbox-swiper .lightbox-meta .lightbox-meta-inner{
      padding: 8px 20px;
      background: rgba(20,2,75,0.8);
      /*min-height: 38px;
       max-width: 50em;*/
      margin: 0 auto;
      position: -webkit-sticky;
      position: sticky;
  }

  .search-lightbox-swiper .lightbox-meta .lightbox-meta-inner p{
      text-overflow: ellipsis;
      max-height:38px;
 }

 .search-lightbox-swiper .lightbox-meta {
   position: -webkit-sticky;
   position: sticky;
 }

 .search-lightbox-swiper .lightbox-meta .lightbox-meta-inner .save-artwork {
     position: absolute;
     bottom: 8px;
     right: 10px;
     z-index: 100;
     font-size: 20px;
     color: #FD077B;
     cursor: pointer;
 }

.search-lightbox-swiper .lightbox-meta .lightbox-meta-inner .save-artwork i.fa-regular {
     display: block;
 }

.search-lightbox-swiper .lightbox-meta .lightbox-meta-inner .save-artwork i.fa-solid {
     display: none;
 }

.search-lightbox-swiper .lightbox-meta .lightbox-meta-inner .save-artwork.selected i.fa-regular,
.search-lightbox-swiper .lightbox-meta .lightbox-meta-inner .save-artwork:hover i.fa-regular {
     display: none;
 }

.search-lightbox-swiper .lightbox-meta .lightbox-meta-inner .save-artwork.selected i.fa-solid,
.search-lightbox-swiper .lightbox-meta .lightbox-meta-inner .save-artwork:hover i.fa-solid {
     display: block;
 }

 .hero-grid .searchform {
   margin-right: auto;
   margin-left: auto;
 }

.hero-grid .searchform .screen-reader-text{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

/*
  Hero Search box
*/

.hero-content .searchform {
    width:100%;
  padding-bottom: 20px;
}

.hero-content .searchform div {
    width:80%;
    min-width: 350px;
}

.hero-content .searchform input {
   height: 40px;
   padding: 11px 20px;
   font-size: 14px;
   float: none;
   width: calc(100% - 160px);
   border: 2px solid #d1ccdb;
}

.hero-content .searchform input::after {
    padding: 5px;
}

.hero-content .searchform input[type="submit"] {
   background: #1C7EFF;
   color: white;
   height: 40px;
   cursor: pointer;
   border: 2px solid #1C7EFF;
   padding: 10px 20px 9px 20px;
   line-height: 1;
   font-size: 15px;
   font-weight: 600;
   margin-left: -2px;
   max-width: 150px;
   float:right;
}

@media (min-width: 900px) {
    .hero-content .searchform input[type="submit"] {
       background: #1C7EFF;
       color: white;
       height: 40px;
       cursor: pointer;
       border: 2px solid #1C7EFF;
       padding: 10px 20px 9px 20px;
       line-height: 1;
       font-size: 15px;
       font-weight: 600;
       margin-left: -2px;
       max-width: 150px;
       float:right;
    }

    .hero-content .searchform div {
        width:80%;
        min-width: 400px;
    }
}

/* hero button */

.hero-button {
  display:flex;
  height: 50px;
  margin-top:10px !important;
  width:740px; margin: 0 auto;
}

.hero-button div {
flex-grow: 1;
}

.hero-button div p {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-button div a {
  justify-content: center;
  align-items: center;
  color:white;
  display: block;
  font-size: 20px;
  background-image:none !important;
  -o-animation: fadeIt 3s ease-in-out;
  animation: fadeIt 3s ease-in-out;
  animation-iteration-count: infinite;
}

@media (min-width: 1400px) {
  .hero-button {
    display:flex;
    height: 65px;
    margin-top: 7px !important;
  }

  .hero-button div a {
    font-size: 25px;
    padding-top: 11px;
  }
}

@media (max-width: 900px) {
  .hero-button {
    width: calc(100vw - 60px);
  }
  .hero-button div a {
    padding-top: 12px;
    font-size: 15px;
    margin-top:10px !important;
  }
}

/*@-o-keyframes fadeIt {
  0%   { background-color: #1C7EFF; }
  50%  { background-color: #ff1779; }
  100% { background-color: #1C7EFF; }
}
*/

@-o-keyframes fadeIt {
  0%   { background-color: #4d9aff; }
  50%  { background-color: #004db3; }
  100% { background-color: #4d9aff; }
}

@keyframes fadeIt {
  0%   { background-color: #4d9aff; }
  50%  { background-color: #004db3; }
  100% { background-color: #4d9aff; }
}

/* Please wait popup */

a.disabled {
  pointer-events: none;
  background: #8981a6;
}

a.disabled:hover {
  pointer-events: none;
  cursor: default;
  background: #8981a6;
}

.loading {
    width: 600px;
    border-width: 1px;
    border-color: #bebebe;
    height: 200px;
    vertical-align: middle;
    border-style: solid;
    border-radius: 10px;
    margin: auto;
    -webkit-border-radius: 10px;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 255);
    z-index: 999;
}

@media (max-width: 991px) {
  .loading {
      width: 400px;
  }
}

@media (max-width: 600px) {
  .loading {
      width: 350px;
  }
}

.loading .container {
    vertical-align: middle;
    width: 95%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.loading .loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #FFF;
    left: -120px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    12% {
        box-shadow: 100px 0 #FD077B, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    25% {
        box-shadow: 110px 0 #FD077B, 100px 0 #FD077B, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    36% {
        box-shadow: 120px 0 #FD077B, 110px 0 #FD077B, 100px 0 #FD077B, 0px 0 rgba(255, 255, 255, 0);
    }

    50% {
        box-shadow: 130px 0 #FD077B, 120px 0 #FD077B, 110px 0 #FD077B, 100px 0 #FD077B;
    }

    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #FD077B, 120px 0 #FD077B, 110px 0 #FD077B;
    }

    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #FD077B, 120px 0 #FD077B;
    }

    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #FD077B;
    }

    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}

/* Homepage Video box */

#showreel {
  margin-top: 25px;
  width: 100%;
  height: 100%;
  max-height: 530px;
  cursor: pointer;
  background-color: #FFF;
  border: 0px solid #000;
}

#play-btn {
  left: 5px;
}

#pause-btn {
 left: 5px;
}

#mute-btn {
 left: 60px;
}

#unmute-btn {
 left: 60px;
}

#stop-btn {
 left: 115px;
}

#replay-btn {
 left: 115px;
}


/* Video js */

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button,
.video-js .vjs-big-play-button:hover,
.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar
 {
  background-color: #FD077B;
}

.video-js {
  background-color: white;
}

.vjs-unmute-overlay {
  position: absolute;
  background-color: rgba(43, 51, 63, .10);
  /*  opacity: .99;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}

.vjs-unmute {
  left: 15px;
  top: 15px;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: .05em;
  color: white;
  font-weight: 500;
  background-color: rgba(0, 0, 0, .6);
  padding: 8px 10px;
}

.vjs-unmute:before {
  font-size: 1.2em;
  margin-right: 8px;
  /*
  line-height: .6;
  line-height: 1.67;
*/
  font-family: VideoJS;
  content: "\f104";
  vertical-align: sub;
}

.vjs-wrapper {
  display: inline;
  margin: 0;
  padding: 0;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button,
.video-js .vjs-big-play-button:hover {
  border-color: #FD077B;
  border-radius: 5px;
  opacity: 0.8;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button:hover {
  opacity: 1;
}

.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width: 100%;
height:100%;
}

.ytp-large-play-button-bg {
  fill: #FD077B !important;
}

.ytp-chrome-top {
  display: none !important;
}
