@import './inter.css';
@import './Syne.css';
@import './changa.css';
@import './mfp5qtg.css';

textarea:focus, input:focus{
    outline: none;
}

body * {
    -webkit-animation: fadein 500ms; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 500ms; /* Firefox < 16 */
    -ms-animation: fadein 500ms; /* Internet Explorer */
    -o-animation: fadein 500ms; /* Opera < 12.1 */
    animation: fadein 500ms;
}


hr {
    border-width: 0.4rem 0 0 0 !important;
    border-color: #000 !important;
    margin: 12px 0 0 0 !important;
    padding: 14px 0;
    border-left: none;
    border-right: none;
    border-top: none;
}

.search-container {
    display: flex;
    margin-bottom: 12px;
    padding-left: 6px;
}

.search-container select {
    border-radius: 20px;
    color: #9f9f9f;
    margin-right: 24px;
    padding: 0.7rem 1rem !important;
}

.search-container input {
    width: 270px !important;
    border-width: 0 0 1px 0 !important;
    padding: 0.7rem 1rem !important;
}

.search-overlay-content, .search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    z-index: 99999;
    text-align: center;
}

.search-overlay-content {
    opacity: 1.0;
}

.search-overlay-content .close {
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #000;
    opacity: 1;
    font-size: 25px;
    padding: 6px 15px;
}

#search-top {
    width: 50% !important;
    margin: 0 auto !important;
    position: relative;
    top: 41%;
}

#search-top img {
    text-align: right;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.search-overlay-content input {

    border-width: 0 0 1px 0 !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


body {
    font-size: 14px;
}

audio {
    display: none;
}

a, a:visited, a:hover, a:active {
    color: #000000;
    text-decoration: none !important;
}

.hamburger {
    display: none;
}

header#site-header {
    position: fixed;
    /* height: 48px; */
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 1001;
    padding-bottom: 15px;
}

header#site-header > div.header-nav {
    align-items: center;
    display: flex;
    font-size: 12px;
    padding-top: 12px;
    z-index: 100000;
    justify-content: space-between;
    margin: 0 12px;
}

header#site-header > div.header-nav div a {
    color: #000;
}

header#site-header > div.header-nav div a {
    padding: 0 6px;
}

header#site-header > div.header-nav div a:first-child {
    font-family: awanzaman, "sans-serif";
}


header#site-header > div.header-nav div a:first-child {
    font-family: Inter, "sans-serif";
}

header#site-header > div.header-nav .middle img {
    max-width: 100px;
}

header#site-header > div.header-nav .left {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 12px;
}

header#site-header > div.header-nav .left > div:hover a {
    color: #14A52A;
}

header#site-header > div.header-nav .middle {
    /*margin: 1.2rem auto;*/
    /*width: 25%;*/
}

header#site-header > div.header-nav .right {
    width: 25%;
    display: flex;
    justify-content: center;
}

header#site-header > div.header-nav .right a.search-icon {
    margin-left: 45px;
}

header#site-header > div.header-nav .right > a {
    padding: 0 0.2rem;
}

#radio {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    height: 72px;
    align-items: center;
    font-size: 14px;
    /*z-index: 10001;*/
    background-color: white;
    width: 100%;
    /*position: fixed;*/
    transition: top 300ms;
}

#radio .left {
    display: flex;
    align-items: center;
}

#radio .left .play-button {
    padding-right: 40px;
}

#radio .left .now-playing {
    line-height: 1.2rem;
}

#radio .left .now-playing span:first-child {
    color: #656565;
    padding-bottom: 7px;
}

#radio .left .now-playing span {
    padding-top: 7px;
    font-family: Inter, "sans-serif";
    font-size: 17px;
}


#radio .right {
    text-align: right;
}

#radio .left > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}


nav#mobile-sidebar {
    transition: right 0.3s;
    display: none;
}

nav#mobile-sidebar.opened {
    right: 0 !important;
}

nav#mobile-sidebar {
    position: fixed;
    top: 80px;
    width: 100%;
    height: 100%;
    z-index: 2001;
    background-color: white;
    right: 100000px;
}

nav#mobile-sidebar > div.container {
    display: flex;
    flex-direction: column;
    height: 60%;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

nav#mobile-sidebar > div.container > div {
    background-color: black;
    padding: 8px 12px;
    border-radius: 15px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav#mobile-sidebar > div.container > div.last {
    background-color: #4CA23E;
    color: white;
    display: block;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

nav#mobile-sidebar > div.container > div.last a {
    font-size: 10px;
    font-family: Inter, "sans-serif";
    font-weight: bold;
}

nav#mobile-sidebar > div.container > div.last h2 {
    margin: 12px;
    font-size: 14px;
    font-family: Syne, "sans-serif";
}

nav#mobile-sidebar > div.container > div a {
    color: white;
    font-size: 14px;
    font-family: Syne, "sans-serif";
}


#site-content {
    margin-top: 195px;
}

section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;;
}

#latest .section-title,
#shows .section-title,
section .section-title {
    width: 90%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    margin: 0 auto;
}

#latest .section-title > label,
#shows .section-title > label,
section .section-title > label {
    padding: 0 12px;
}

#latest .section-title label:first-child,
#shows .section-title label:first-child,
section .section-title label:first-child {
    font-family: Syne, "sans-serif";
    font-size: 20px;
    font-weight: bold;
}

#latest .section-title label:nth-child(2),
#shows .section-title label:nth-child(2),
section .section-title label:nth-child(2) {
    font-family: Changa, "sans-serif";
    font-size: 25px;
    font-weight: bold;

}

.events {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.events .event {
    width: 24.7%;
    position: relative;
    height: 220px;
    margin-bottom: 40px;
    overflow: hidden;
}

.events .event .overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 1;
}

.events .event div {
    position: relative;
}

.events .event a {
    color: white;
}

.events .event:hover > a.image-cover {
    opacity: 0.4;
}

.events .event > a.image-cover {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.events .event .top {
    display: flex;
    width: 100%;
    padding: 16px 12px 0 8px;
    justify-content: space-between;
    position: absolute;
    top: 0;
}

.events .event .top img {
    min-width: 25px;
    max-width: 25px;
}

.events .event .top a {
    font-family: Syne, "sans-serif";
    font-size: 20px;
}

.events .event .bottom {
    display: flex;
    bottom: 0;
    position: absolute;
    width: 100%;
    align-items: flex-end;
    padding: 0 8px 8px 8px;
    justify-content: space-between;
}

.events .event .bottom .tags {
    font-size: 12px;
    line-height: 30px;
    max-width: 170px;
}

.events .event .bottom .tags .tag:hover {
    color: white;
    background-color: #000000;
}

.events .event .bottom .tags .tag {
    background-color: #ffffff;
    color: black;
    border-radius: 12px;
    padding: 4px 6px;
    white-space: nowrap;
    font-size: 11px;
}

.events .event .bottom .right {
    text-align: right;
}

.events .event .bottom .right a {
    color: white;
    font-size: 14px;
    display: block;
}

#show-info {
    display: flex;
    padding: 0 20px;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 40px;


}

#show-info img {
    margin-top: 62px;
}

#show-info .right {
    margin-left: 10%;
}

#show-info .left {
    width: 50%;
}

#show-info .description {
    margin: 32px 0;
}

#show-info .left h5 {
    font-family: Syne, "sans-serif";
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    height: 80px;
}

#show-info .left span {
    font-family: Inter, "sans-serif";
    font-size: 14px;
}

#show-info .left span:first-child {
    margin-right: 12px;
}

#show-info .right label {
    font-family: Syne, "sans-serif";
    height: 80px;
}


#show-info .right ul, #show-info .right ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#show-info .tags {
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    margin-top: 12px;
}

#show-info .tags .tag:hover {
    color: white;
    background-color: #000000;
}

#show-info label {
    font-size: 24px;
}

#show-info .tags .tag {
    background-color: #ffffff;
    color: black;
    border-radius: 12px;
    padding: 4px 6px;
    white-space: nowrap;
    border: 1px solid black;
    margin-right: 8px;
}

#carousel {
    width: 100%;
    position: relative;
    max-height: 800px;
}

.main-image {
    width: 100%;
}

/*#carousel img.main-image {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.carousel-item .info {
    display: flex;
    position: absolute;
    top: 24px;
    z-index: 1000;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}

.carousel-item .info > div > * {
    margin-bottom: 6px !important;
}

.carousel-item .info > div {
    width: 60%;
}

.carousel-item button {
    background-color: transparent;
}

.carousel-item span {
    font-size: 12px;
    font-family: 'Inter', 'sans-serif';
}

.carousel-item h4 {
    font-family: 'Syne', 'sans-serif';
    font-size: 24px;
    margin: 0;
}

.carousel-item span, .carousel-item h4 {
    color: white;
}

.slick-slide {
    position: relative;
}

.mobile-footer {
    display: none;
}

.desktop-footer {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.desktop-footer img {
    /*width: 180px;*/
}

footer {
    /*display: flex;*/
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.6rem;
    padding-right: 22px !important;
    padding-left: 22px !important;
}

footer .social-links {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 35px;
}

footer .social-links a {
    padding: 0 6px;
    font-size: 12px;
    font-family: "Inter", "sans-serif";
    color: #656565 !important;

}

footer .footer-menu {
    margin-bottom: 25px;

}

footer .footer-menu a {
    color: #656565 !important;
    font-size: 12px;
    font-family: "Inter", "sans-serif";
}


footer .footer-menu {
    display: flex;
    justify-content: center;
    font-size: 14px;
}

footer {
    width: 100%;
}

footer .footer-text {
    font-size: 13px;
    margin-top: 14px;
    text-align: center;
}


@media screen and (max-width: 700px) {

    footer {
        margin-bottom: 60px;
    }

    footer .footer-text {
        margin-top: 12px;
        font-size: 10px;
        text-align: center;
        color: #656565 !important;
    }

    header#site-header > div.header-nav .left {
        display: none;
    }

    header#site-header > div.header-nav .right {
        display: none;
    }

    nav#mobile-sidebar {
        display: block;
    }

    .hamburger {
        display: block;
    }

    .events .event {
        width: 100%;
        height: 320px;
    }

    #show-info img {
        /*max-width: 500px;*/
        max-width: 100%;
    }

    #show-info .left {
    }

    #show-info .left h5 {
        font-size: 14px;
        margin: 14px 0;
        height: auto !important;
    }

    #show-info .right label {
        font-size: 14px;
        height: auto !important;
    }

    #show-info .right {
        margin-left: 0 !important;
        margin-top: 14px;
    }

    #show-info .right label {
        font-size: 14px;
    }

    #show-info > div {
        width: 100% !important;
    }

    #show-info {
        flex-direction: column;
    }

    #latest {
        padding-top: 5rem !important;;
        padding-bottom: 5rem !important;
    }

}


@media screen and (max-width: 420px) {


    .desktop-footer {
        display: none;
    }

    .mobile-footer {
        display: block;
    }

    .mobile-footer > div:nth-child(1) {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
        padding: 0 24px;
    }

    footer .social-links {
        margin-bottom: 0;
    }

    .mobile-footer > div > div {
        width: 100%;
        text-align: center;
    }

    .mobile-footer img {
        display: inline;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-footer > div > div:nth-child(2) {
        background-color: #14A52A;
        text-align: center;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mobile-footer > div > div:nth-child(2) a {
        padding-bottom: 12px;
        color: white;
        font-family: Roboto, sans-serif;
    }

    .mobile-footer > div > div:nth-child(2) h4 {
        color: white;
        font-family: Syne, "sans-serif";
        margin: 0;
    }

    footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start !important;
        font-size: 1.6rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }


    footer img {
        max-width: 90px;
    }

    #site-footer {
        display: block;
    }

}