﻿/* --- What's on Tab --- */

.btn-drawer {
    width: 200px;
    background-color: #000;
    border: 3px solid #fff;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    transition: all .25s ease;
}
    .btn-drawer a {
        transition: .3s ease-in-out;
        transition: none;
    }
    .btn-drawer.active {
        background-color: #eeac2f;
    }
    .btn-drawer:hover,
    .active .btn-drawer.toggle-btn {
        background-color: #333;
        background-color: #fff;
        color: black;
    }

.chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.5rem;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.45em;
}
.chevron.right:before {
    top: -2px;
    left: 0;
    transform: rotate(45deg);
}
.chevron.bottom:before {
    top: 6px;
    transform: rotate(135deg);
    vertical-align: top;
}
.chevron.left:before {
    top: -2px;
    left: 0.25em;
    transform: rotate(-135deg);
}




/* sidebar toggle */
#sidebar {
    display: none;
}
/*#sidebar {
    position: fixed;
    width: 100%;
    height: unset;
    background: #000;
    right: -300px;
    transition: none;
    z-index: 100;
    top: 0;
}

#sidebar .toggle-btn {
    position: absolute;
    right: 300px;
    top: 45px;
    background-color: #000;
    border: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 0;
    width: 100%;
}

#sidebar ul {
    display: none;
}

#sidebar a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#sidebar .toggle-btn p {
    margin-bottom: 0;
}*/



@media screen and (min-width: 768px) {
    #sidebar {
        display: block;
        position: fixed;
        width: 300px;
        height: 100%;
        background: #fff;
        right: -300px;
        transition: all 500ms linear;
        z-index: 100;
        top: 0;
        padding-bottom: 4rem;
    }

        #sidebar a {
            display: block;
            justify-content: space-evenly;
            align-items: center;
        }

        #sidebar.active {
            top: 0;
            right: 0px;
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
        }

        #sidebar .container {
            overflow-y: scroll;
            height: 100%;
            padding: 2rem;
            clear: both;
        }

        #sidebar ul {
            display: block;
            padding: 0;
        }

            #sidebar ul li {
                list-style: none;
                padding: 1rem;
                border-bottom: 1px solid rgba(100,100,100,0.3);
                color: #000;
            }

                #sidebar ul li:last-of-type {
                    border-bottom: 0;
                }

        #sidebar .toggle-btn {
            position: absolute;
            right: 300px;
            top: 25%;
            border-right: 0;
            border-radius: 25px 0 0 25px;
            padding: 1rem;
            width: 125px;
            text-align: left;
            font-size: 1rem;
        }

        #sidebar .btn-drawer {
            filter: none;
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
        }

        #sidebar.active .btn-drawer.toggle-btn {
            filter: none;
        }

        #sidebar .toggle-btn p:first-of-type,
        #sidebar .toggle-btn p:last-of-type {
            margin-bottom: 0;
        }

        #sidebar a.close {
            float: right;
            padding: 2rem;
            font-size: 3rem;
            text-decoration: none;
            line-height: 0;
            color: #666;
        }

        #sidebar button {
        }

        #sidebar h2 {
            margin: 2rem 0;
            font-size: 1.25rem;
        }

        #sidebar h3 {
            display: flex;
            margin-top: 2rem;
            font-size: 1rem;
        }

            #sidebar h3:after {
                content: "";
                -moz-box-flex: 1;
                flex-grow: 1;
                max-width: 60rem;
                margin-left: 0.5rem;
                border-bottom: 1px solid #999;
                margin-bottom: 0.25rem;
            }

        #sidebar .event-group {
            display: flex;
            justify-content: space-between;
        }

        #sidebar a.title {
            font-size: 1.25rem;
            color: #80298F;
            font-weight: 600;
            text-decoration: none;
            line-height: normal;
        }

            #sidebar a.title:hover {
                text-decoration: underline;
            }

        #sidebar .icon-ticket {
            text-align: right;
        }

            #sidebar .icon-ticket img {
                width: 21px;
                vertical-align: initial;
            }

        #sidebar .caption {
            display: inline-block;
            font-size: 1rem;
            font-style: italic;
            color: #333;
            line-height: 1.25rem;
        }

        #sidebar hr {
            margin: 1rem 0;
        }
}

    /* --- end What's on Tab --- */


    /* --- Map Drawer --- */
    .map-drawer {
        text-align: center;
    }

        .map-drawer .btn-drawer {
            display: inline-block;
            padding: 0.25rem 1.25rem 0.5rem 1rem;
            border-top: 0;
            border-radius: 0 0 20px 20px;
        }

        .map-drawer .map-container {
            border-bottom: 5px solid #000000;
            height: 400px;
            transition: height .25s ease-in;
            overflow: hidden;
        }

            .map-drawer .map-container.hideMap {
                height: 0;
                margin-top: -1px;
                transition: height .25s ease-out;
            }

            .map-drawer .map-container iframe {
                width: 100%;
            }
    /* --- end Map Drawer --- */



        /* Language Drawer */
        #language-drawer {
            position: fixed;
            z-index: 1;
            left: 25px;
            bottom: 0;
            width: 100px;
            height: 0;
            background: #000;
            font-size: 1rem;
            transition: all .25s ease-out;
        }

            #language-drawer.active {
                bottom: 40px;
            }

            #language-drawer ul {
                padding: 0;
                background-color: #000;
                border: 3px solid #fff;
                border-top: 0;
                filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
            }

                #language-drawer ul li {
                    list-style: none;
                    border-bottom: 1px solid rgba(100,100,100,0.3);
                }

                    #language-drawer ul li a {
                        display: block;
                        padding: 10px 18px;
                        color: #fff;
                        text-decoration: none;
                    }

                        #language-drawer ul li a:hover {
                            background-color: #0097D7;
                            color: #000;
                        }

        #language-drawer .btn-drawer {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100px;
            padding: 0.5rem 1.25rem 0.25rem 1rem;
            border-bottom: 0;
            border-radius: 20px 20px 0 0;
        }
    /* end Language Drawer */


    /* G-Translate */
        .gt_switcher_wrapper {
            left: 2% !important;
            background-color: #000;
            border: 3px solid #fff;
            border-bottom: 0;
            border-radius: 20px 20px 0 0;
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
            transition: all .25s ease-out;
        }

        .gt_container--hich1m .gt_switcher {
            font-family: futura-pt, sans-serif !important;
            font-size: 1rem;
            text-align: left;
            cursor: pointer;
            overflow: hidden;
            width: 100px !important;
            line-height: 0;
        }

            .gt_container--hich1m .gt_switcher .gt_selected {
                background: unset !important;
            }

                .gt_container--hich1m .gt_switcher .gt_selected a {
                    padding: 1.25rem 1rem 1rem !important;
                    font-family: futura-pt, sans-serif !important;
                    font-size: 1rem;
                    color: #fff;
                    text-decoration: none;
                    border: 0 !important;
                    width: unset !important;
                }

                    .gt_container--hich1m .gt_switcher .gt_selected a:hover {
                        color: #0097D7 !important;
                        background: unset !important;
                    }

                    .gt_container--hich1m .gt_switcher .gt_selected a:after {
                        height: 32px;
                        display: inline-block;
                        position: absolute;
                        top: 0.9rem !important;
                        right: 0.5 !important;
                        width: 15px;
                        background-position: unset !important;
                        background-size: 10px !important;
                        background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23f2f2f2'/></svg>);
                        background-repeat: no-repeat;
                        content: "" !important;
                        transition: all .2s;
                    }

                    .gt_container--hich1m .gt_switcher .gt_selected a.open:after {
                        height: 10px;
                    }

            .gt_container--hich1m .gt_switcher a img {
                display: none !important;
            }

            .gt_container--hich1m .gt_switcher .gt_option {
                position: relative;
                z-index: 9998;
                border-left: 0 !important;
                border-right: 0 !important;
                border-bottom: 0 !important;
                background-color: unset !important;
                display: none;
                width: 100% !important;
                max-height: unset !important;
                height: unset !important;
                box-sizing: content-box;
                overflow-y: auto;
                overflow-x: hidden;
                transition: height 0.5s ease-in-out;
            }

                .gt_container--hich1m .gt_switcher .gt_option a {
                    font-family: futura-pt, sans-serif !important;
                    font-size: 1rem;
                    color: #ffffff !important;
                    padding: 1rem !important;
                }

                    .gt_container--hich1m .gt_switcher .gt_option a:hover {
                        background-color: #0097D7 !important;
                        color: #000 !important;
                    }