:root {
    --carbon-grey: #171717;
    --dark-grey: #404040;
    --grey:#737373;
    --light-grey:#D4D4D4;
    --spark-grey:#FAFAFA;
}
#search-form , .messages.messages--error , h3:contains("Your search yielded no results.") {
    display: none;
}
.sticky-wrapper {
    background: rgb(0 0 0 / 56%) !important;
    z-index: 7;
}
#navbarToggleExternalContent {
    display: none;
}
#navbarToggleExternalContent.display {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: black;
    padding-top: 3rem;
}
#navbarToggleExternalContent.show a {
    color: var(--grey);
}
.sticky-wrapper.bg-black {
    background: black;
    z-index: 100;
    height: 12vh !important;
}
.bg-black .live-now-player,
.bg-black .region.region--search {
    display: none;
}
.navbar-nav .nav-link.inactive {
    color: var(--grey);
}
.navbar-nav a.nav-link.click-scroll.is-active{
    color: var(--spark-grey) !important;
    text-decoration-color: var(--spark-grey);
}

.navbar-nav .nav-link:hover {
    color: var(--spark-grey) !important;
    text-decoration-color: var(--spark-grey);
    transition: .1s;
}
.sticky-wrapper.is-sticky .navbar {
    background-color: rgb(0 0 0 / 79%) !important;
    height: 22vh;
    align-items: flex-start;
}
body{
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* Header */
body::before {
    content: '';
    background: url(../img/ellipse_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: -8rem;
    right: 11rem;
    filter: brightness(0.5);
}
.region.region--search {
    width: 40%;
}
.region.region--banner {
    position: relative;
    top: 2rem;
    right: 11.5rem;
    margin: auto;
}
.region.region--navigation {
    flex-direction: column;
}
.navbar-toggler {
    border: 0;
    padding: 0;
    margin: 0 30px 0 0 !important;
    width: 30px;
    height: 35px;
    outline: none;
}

/* Footer */
div#block-etikett-footer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
.follow div:nth-child(2) {
    width: 40vw;
    height: 40vw;
}
.follow div:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.follow h1 , .joinus > div:first-child{
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 20px;
}
.joinus img {
    width: 100%;
    height: 100%;
    filter: invert(1);
    padding: 0 30px;
}
.logo_catalyst {
    width: 35vw;
    background: #fff;
    padding: 40px 15px;
    border-radius: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.logo_catalyst > div:first-child {
    text-align: center;
}
.titleLogo {
    color: black;
    font-size: 2vw;
    letter-spacing: normal;
    width: 80%;
    padding-left: 14px;
}
.linkLogo_catalyst {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-top: 1rem;
}
.linkLogo_catalyst p {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
}
.linkLogo_catalyst a {
    color: #fff;
    font-size: 10px;
    text-decoration: underline;
}
.logoCatalyst_aside {
    position: fixed;
    bottom: 4rem;
    font-size: 25px;
    font-weight: 600;
    color: var(--grey);
}

/* Home Articles */
.next-article {
    padding-bottom: 1.5rem;
}
.next-article .views-field-field-image .field-content {
    width: 100%;
    height: 15vh;
}
.next-article .views-col {
    display: grid;
    gap: 1rem;
    grid-template-columns: 10rem 3fr;
    grid-template-rows: 10px;
    align-items: stretch;
    width: 100% !important;
}
.next-article .views-field-field-image {
    grid-column: 1;
}
.next-article .views-field.views-field-title,
.next-article .views-field.views-field-field-tags,
.next-article .views-field.views-field-created,
.next-article .views-field.views-field-nothing {
    grid-column: 2;
}
.latest-articles h1, .next-article h1 {
    font-weight: 100;
    font-size: 23px;
    margin-bottom: 1.5rem;
}
.latest-articles .views-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.latest-articles .views-col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    width: 100% !important;
}
.views-field-field-image .field-content {
    height: 18vh;
}
.views-field-title {
    min-height: 3vh;
}
.latest-articles .views-field-field-image .field-content img,
.schedule-article .views-field-field-image .field-content img,
.next-article img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.views-field-created {
    font-size: 10px;
}
time {
    color: var(--light-grey);
}
.views-field.views-field-nothing span {
    color: var(--light-grey);
    font-size: 10px;
}
.views-field-title a {
    color: var(--spark-grey);
    font-weight: 600;
    font-size: 3vw;
}
.views-field-field-tags a , .views-field-field-tags-shows a{
    color: var(--spark-grey);
    font-weight: bolder;
    text-transform: uppercase;
    background: #adb5bd61;
    padding: 6px 10px 3px 11px;
    border-radius: 20px;
    font-size: 9px;
}
.content-article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 3rem;
}

.content-article .show-image > div {
    height: 20vh;
}
h2.show-title {
    color: var(--gray);
}

.tracks h3 {
    color: var(--gray);
    font-weight: 100;
}
.tracks {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.meta-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.2vh;
}

/* Schedule */
.iframe_schedule iframe {
    width: 100vw;
    position: relative;
    left: -2rem;
}

/* Ipad */
@media (min-width: 768px) and (max-width: 992px) {
    .logo_catalyst {
        width: 18vw;
    }
    .content-article .show-image > div {
        height: 30vh !important;
    }
    .content-article {
        padding-top: 0 !important;
    }
    .titleLogo {
        font-size: 1vw;
    }
    .follow div:nth-child(2) {
        width: 25vw;
        height: 25vw;
    }
    .iframe_schedule iframe {
        width: 93vw;
        position: relative;
        left: -2rem;
    }
}
/* Laptop*/
@media (min-width: 993px) and (max-width: 1399px) {
    .live-title {
        font-size: 1.5vw !important;
    }
    .region.region--footer-bottom {
        right: 3rem;
        position: fixed;
        top: 9rem;
    }
    .linkLogo_catalyst {
        gap: 33px;
    }
    div#block-etikett-footer {
        width: 8vw;
    }
    .sticky-wrapper {
        height: 48px !important;
    }
    .next-article {
        height: 32vh;
    }
    .region.region--header {
        width: 20% !important;
        padding-left: 0px !important;
    }
    div#block-etikett-site-branding img {
        width: 10vw;
    }
    .region.region--search {
        width: 28%;
    }
    .region.region--banner {
        width: 50%;
        top: -2rem;
        right: unset;
        margin: 0;
    }
    .ticket-section {
        padding-top: 25px !important;
    }
    .views-field-title a {
        font-size: 2vw;
    }
    div#block-etikett-footer {
        width: 50%;
    }
    .follow div:nth-child(2) {
        width: 15vw;
        height: 10vw;
    }
    .logo_catalyst {
        width: 15vw;
        background: #fff;
        padding: 15px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        aspect-ratio: 1 / 1;
        justify-content: center;
    }
    .titleLogo {
        font-size: 1vw;
    }
    .sticky-wrapper.is-sticky .navbar {
        height: 10rem;
    }
    .iframe_schedule iframe {
        width: 100%;
        position: relative;
        left: unset;
    }
}

/* Desktop */
@media (min-width: 1400px) {
    .navbar-collapse {
        display: none;
        transition: all 0.3s ease;
      }
      .navbar-collapse.show {
        display: block;
      }
    .sticky-wrapper.is-sticky .navbar {
        height: 9rem;
    }
    div#block-etikett-site-branding img {
        width: 30% !important;
    }
    .live-now-player {
        position: relative !important;
        margin-top: 0 !important;
    }
    .live-header {
        width: 15% !important;
    }
    .region.region--banner {
        width: 50%;
        top: unset;
        right: 10rem;
    }
    .region.region--search {
        width: 20%;
        display: flex;
        justify-content: flex-start;
    }
    .region.region--header {
        padding-left: 35px !important;
    }
    .follow div:nth-child(2) img {
        width: 100%;
        height: 100%;
    }
    .follow div:nth-child(2) {
        width: 15vw;
        height: 25vh;
    }
    .logo_catalyst {
        width: 11vw;
        aspect-ratio: 1 / 1;
        background: #fff;
        padding: 10px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0 40px;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .titleLogo {
        font-size: 0.7vw;
    }
    .region.region--footer-bottom {
        position: fixed;
        right: 4rem;
        top: 10rem;
    }
    .linkLogo_catalyst {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: flex-start;
        gap: 140px;
        margin-top: 1rem;
    }
    button[value="Search"] {
        font-size: 1.5rem !important;
        gap: 5px;
    }
    button[value="Search"]::before {
        height: 28px !important;
        width: 20px !important;
    }

    /* Home Articles */
    .views-field-field-image .field-content {
        height: 25vh;
    }
    .views-field-created {
        display: flex;
        align-items: center;
    }
    .latest-articles .views-row {
        grid-template-columns: repeat(3, 1fr);
    }
    .latest-articles .views-col {
        width: 100% !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .next-article .views-col {
        grid-template-columns: 3fr 2fr 2fr;
    }
    .ticket-section {
        padding-top: 5rem!important;
    }
    .next-article {
        padding-bottom: 1.5rem;
        height: 35vh;
    }
    .next-article .views-field-field-image .field-content {
        width: 100%;
        height: 27vh;
    }
    .next-article .views-field-title a {
        font-size: 40px;
    }
    .next-article .views-field-title {
        height: 6vh;
    }
    .latest-articles .views-field.views-field-field-image ,
    .latest-articles .views-field.views-field-title ,
    .latest-articles .views-field.views-field-field-tags {
        grid-column: span 2;
    }
    .next-article .views-field.views-field-title,
    .next-article .views-field.views-field-field-tags {
        grid-column: 2 / 4;
    }
    .latest-articles .views-field-title a {
        font-size: 1vw;
    }
    .next-article .views-field-title a {
        font-size: 2.5vw;
    }
    .next-article .views-field.views-field-nothing {
        grid-column: 3 !important;
    }
    .content-article .show-image > div {
        height: 45vh;
    }
    .iframe_schedule iframe {
        width: 100%;
        position: relative;
        left: unset;
    }
}