.toppage-buttons {
    padding-top: 10px;
}

.toppage-buttons.mt {
    padding-top: 75px;
}


.toppage-buttons .btn-icon {
    -webkit-filter: drop-shadow(0 0 2px var(--background-secondary-color));
    -moz-filter: drop-shadow(0 0 2px var(--background-secondary-color));
    -o-filter: drop-shadow(0 0 2px var(--background-secondary-color));
    -ms-filter: drop-shadow(0 0 2px var(--background-secondary-color));
    filter: drop-shadow(0 0 2px var(--background-secondary-color));
    margin: 0 3px;
}

.toppage-buttons .btn-icon i {
    height: 40px;
    width: 40px;
    padding: 7px;
}

.toppage-buttons .btn-icon:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    margin: 0 5px;
}


.toppage-buttons .labels {
    height: 0;
    padding-top: 10px;
    font-size: 0.8rem;
}

.toppage-buttons .labels p {
    display: none;
}

.toppage-buttons .btn-icon.favorite:hover ~ .labels .favorite,
.toppage-buttons .btn-icon.share:hover ~ .labels .share,
.toppage-buttons .btn-icon.directions:hover ~ .labels .directions,
.toppage-buttons .btn-icon.phone:hover ~ .labels .phone,
.toppage-buttons .btn-icon.email:hover ~ .labels .email,
.toppage-buttons .btn-icon.report:hover ~ .labels .report {
    display: block;
}

.toppage-buttons.collection-item-list {
    padding-bottom: 50px;
}


.toppage-buttons .btn-icon.favorite i {
    display: none;
}

.toppage-buttons .btn-icon.favorite.active i:nth-last-of-type(1) {
    display: block;
}
.toppage-buttons .btn-icon.favorite:not(.active) i:nth-last-of-type(2) {
    display: block;
}


.page-header .cover {
    height: 75vw;
    max-height: 50vh;
    margin-bottom: -50px;
    -webkit-mask-image: linear-gradient(to top, transparent, var(--background-primary-color) 25%);
    -moz-mask-image: linear-gradient(to top, transparent, var(--background-primary-color) 25%);
    -o-mask-image: linear-gradient(to top, transparent, var(--background-primary-color) 25%);
    -ms-mask-image: linear-gradient(to top, transparent, var(--background-primary-color) 25%);
    mask-image: linear-gradient(to top, transparent, var(--background-primary-color) 25%);
}


.page-header h1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.page-header .location {
    font-size: 1.2rem;
    margin: 10px 0 0;
}

.page-header .location i {
    width: 20px;
    margin-right: 5px;
}

.page-header .location p {
    display: inline-flex;
    padding: 0 5px;
}

.page-header .location span {
    margin: auto;
}


.other-info .content-box {
    padding: 15px 25px;
}

.other-info h4 {
    padding: 1em 0 0.5em;
    font-size: 1.75em;
}


.tags ul {
    padding: 20px 0;
}

.tags li {
    display: inline-block;
    margin: 5px 2px;
}

.tags a {
    border: solid 1px var(--border-alpha);
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 0.75rem;
    letter-spacing: 0;
}

.tags a:before {
    content: '#';
    font-size: 75%;
    margin: 0 1px 0 -2px;
    color: var(--border-alpha);
}

.tags a:hover {
    border-color: var(--btn-icon-hover);
}


.filters ul {
    padding: 0 5%;
}

.filters li {
    display: inline-block;
    padding: 2px 15px;
}

.filters li:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.filters a {
    display: flex;
    width: 100%;
    overflow: visible;
}

.filters .icon {
    height: 22px;
    min-width: 22px;
    max-width: 22px;
    margin: auto;
    margin-right: 10px;
}

.filters .name {
    display: flex;
    height: 40px;
}

.filters .name p {
    margin: auto;
    padding: 1px;
    line-height: 1.1;
}


.avg-price > div {
    display: inline-flex;
}

.avg-price > div > div {
    padding: 0 10px;
}

.avg-price .price {
    font-size: 2rem;
}

.avg-price .currency {
    opacity: 0.5;
    font-size: 0.75rem;
    margin-right: 3px;
    vertical-align: 1px;
}

.avg-price .name {
    font-size: 0.7rem;
}

.avg-price .notes {
    font-size: 0.65rem;
    margin-top: 10px;
    opacity: 0.5;
    max-width: 225px;
    margin: 10px auto;
}


#location-map {
    height: 500px;
    width: 100%;
}

#location-map * {
    font-family: var(--font-family-1) !important;
}

#location-map > div {
    background-color: transparent !important;
}

#location-map a[rel="noopener"] {
    display: block !important;
    background: #FFFFFF;
    -webkit-mask-image: var(--google-logo-url);
    -moz-mask-image: var(--google-logo-url);
    -o-mask-image: var(--google-logo-url);
    -ms-mask-image: var(--google-logo-url);
    mask-image: var(--google-logo-url);
    -webkit-mask-repeat: no-repeat;
    -moz-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 75%;
    -moz-mask-size: 75%;
    -o-mask-size: 75%;
    -ms-mask-size: 75%;
    mask-size: 75%;
    -webkit-mask-position: center;
    -moz-mask-position: center;
    -o-mask-position: center;
    -ms-mask-position: center;
    mask-position: center;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: calc(1/3);
}

#location-map a[rel="noopener"]:hover {
    opacity: 1;
}

#location-map a img,
#location-map .gm-style-cc {
    display: none;
}

#location-map .gm-style .gm-style-cc span,
#location-map .gm-style .gm-style-cc a,
#location-map .gm-style .gm-style-mtc div {
    padding: 3px 10px !important;
    height: 32px !important;
    background: var(--background-primary-color) !important;
    color: var(--text-secondary-color) !important;
    font-size: 0.64rem !important;
    text-transform: uppercase;
    font-weight: normal;
}

#location-map .gm-style-iw-d {
    overflow: hidden !important;
}

#location-map .gm-style .gm-style-iw-c {
    background-color: var(--background-secondary-color);
    border: solid 2px var(--border-alpha);
    padding: 12px !important;
    padding-right: 25px !important;
}

#location-map .poi-info-window div,
#location-map .poi-info-window a {
    background-color: transparent;
    color: #CDCDCD;
    letter-spacing: -0.75px;
    font-size: 0.7rem;
}

#location-map .gm-style .transit-container .transit-line-group-separator {
    border-color: var(--border-alpha);
    border-radius: 3px;
}

#location-map .gm-style .transit-container .transit-line-group-separator,
#location-map .renderable-component-bold {
    letter-spacing: 0;
    font-weight: bold;
    border-radius: 3px;
}

#location-map .renderable-component-text-box-content {
    letter-spacing: -0.75px;
}

#location-map .gm-style .gm-style-iw-t:after {
    background: linear-gradient(45deg, #000000AA 33%, var(--background-secondary-color) 50%);
    box-shadow: -2px 2px 2px 0 var(--background-secondary-color);
    border: solid 2px var(--border-alpha);
    border-right: none;
    border-top: none;
}

#location-map .renderable-component-text-box-white {
    background-color: var(--background-primary-color) !important;
    color: var(--text-secondary-color) !important;
    border-radius: 3px;
    border: solid 1px #555555;
}

#location-map .renderable-component-text-box-white span {
    letter-spacing: 0;
}

#location-map .transit-line-group-vehicle-icons img,
#location-map .gm-ui-hover-effect img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1);
}

#location-map .gm-ui-hover-effect img {
    margin: 15px 3px !important;
}

#location-map span[role="checkbox"] img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1);
    margin-right: 3px;
}

#location-map .transit-wheelchair-icon {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1);
    margin-left: 5px;
    opacity: 0.75;
}

#location-map .gm-style-mtc div[role="button"][aria-pressed="true"] {
    font-weight: bold !important;
}

#location-map .gm-style-mtc div:not([role="button"]) {
    height: 30px !important;
}
#location-map .gm-style-mtc div:not([role="button"]) > div {
    height: unset !important;
}

#location-map .gm-fullscreen-control {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1);
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 4px -1px !important;
    border: none !important;
}

#location-map .gm-bundled-control,
#location-map .gm-bundled-control img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1);
}

#location-map .gm-bundled-control > div:first-child > div:first-child,
#location-map .gm-svpc {
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 4px -1px !important;
}

#location-map .gm-style-pbc {
    background-color: rgba(0,0,0,0.75);
}

#location-map .gm-style {
    text-align: left;
}

#location-map .view-link a {
    padding-right: 1px;
    opacity: 0.75;
    text-decoration-color: var(--border-alpha);
}

#location-map .gm-iv-address-link a {
    color: var(--highlight-color);
}


.address p {
    line-height: 1.5;
}

.address span {
    padding: 0 1px;
}

.address .zip {
    opacity: 0.75;
    font-size: 0.9em;
    letter-spacing: 0;
}


.photos .tabs {
    padding-bottom: 20px;
}

.photos .description {
    position: absolute;
    width: 100vw;
    bottom: 0;
    font-size: 1.2em;
    background-color: var(--dark7);
    padding: 0.5em 2em 1em;
    text-shadow: 1px 1px 3px var(--darkE);
}


.content-box {
    background-color: #FFFFFF05;
    border-radius: 10px;
    width: 95%;
    max-width: 800px;
    padding: 25px;
    margin: 25px auto;
    overflow: hidden;
}


.description .text-wrapper {
    padding: 0;
    margin-bottom: 0;
}


.description.active .text-wrapper:after {
    height: 0;
    margin-top: 32px;
}


.description .text {
    margin: 12px 25px;
    max-height: 0;
}

.description article {
    line-height: 1.2;
    white-space: pre-line;
}


.description .btn-icon {
    margin-top: -15px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.description .btn-icon i {
    height: 25px;
    width: 25px;
    opacity: 1;
}

.description.active .btn-icon i svg {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}


.schedule-header .content-box {
    padding: 10px 5px;
    margin: 10px 0 15px;
    width: unset;
    display: inline-block;
}

.schedule-header .content-box p {
    margin: 2px 10px 2px 12px;
}

.schedule-header i {
    width: 15px;
    vertical-align: -7px;
    margin-left: 3px;
    height: 15px;
}

.schedule-header .content-box small {
    color: var(--text-secondary-color);
}

.schedule-header .details {
    display: none;
}

.schedule-header hr {
    height: 0;
    border: none;
    border-bottom: solid 1px var(--border-alpha);
    margin: 0 0 10px;
    padding-top: 12px;
}

.schedule-header table {
    padding: 0 10px;
}

.schedule-header .weekday {
    font-weight: bold;
    padding-right: 3px;
}

.schedule-header td.weekday {
    padding-right: 12px;
}

.schedule-header .event-on-going {
    color: var(--green-text);
}

.schedule-header .event-ended {
    color: var(--red-text);
}

.schedule-header .icon {
    margin-left: 0;
    margin-right: 5px;
}


.schedule .content-box {
    padding: 25px 0;
}

.schedule table {
    text-align: left;
    line-height: 1.2;
    white-space: nowrap;
}

.schedule tr {
    vertical-align: text-top;
}

.schedule td {
    padding: 3px 1px;
}

.schedule td:first-child,
.schedule td:last-child {
    width: 50%;
}

.schedule .weekday {
    font-weight: bold;
    padding-right: 25px;
}

.schedule .closed {
    color: var(--text-secondary-color);
}


.views .count {
    display: inline-block;
    margin: 0;
    padding: 20px 5px 15px;
    color: var(--text-secondary-color);
}

.views .count p {
    padding: 5px 0;
}

.views .count b {
    font-weight: bold;
}

.views .count i {
    width: 22px;
    height: 22px;
    vertical-align: -10px;
    margin-left: 5px;
}


.going li {
    display: inline-block;
    position: relative;
    background-image: linear-gradient(0, var(--icon-gradient1), var(--icon-gradient2));
    border-radius: 50%;
    padding: 2px;
    margin: 0 -5px;
    vertical-align: top;
}

.going li:first-child,
.going li:last-child {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.going li:first-child {
    transform-origin: right;
}

.going li:last-child {
    transform-origin: left;
}

.going li:not(:first-child):not(:last-child) {
    z-index: 1;
}

.going .photo {
    background-color: var(--background-primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.going .no-cover {
    background-image: linear-gradient(-45deg, #111, #444);
}

.going .no-cover i {
    height: 150%;
    width: 150%;
    opacity: 0.33;
    margin: -25% -25%;
}

.going .names {
    color: var(--text-secondary-color);
    font-size: 0.75rem;
    margin: 0;
    padding: 10px 0;
}


.artists li {
    display: inline-flex;
    vertical-align: top;
    margin: 5px 10px;
}

.artists .photo {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    padding: 2px;
}

.artists .photo > div {
    background-color: var(--background-primary-color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.artists .photo.no-cover {
    background-color: var(--text-secondary-color);
    opacity: 0.25;
}

.artists .photo:not(.no-cover) {
    background-image: linear-gradient(0, var(--icon-gradient1), var(--icon-gradient2));
}

.artists .photo.no-cover i {
    width: 64%;
    height: 100%;
}

.artists p {
    margin: auto;
    font-size: 0.75rem;
    color: var(--text-secondary-color);
    text-align: left;
}

.artists span {
    display: block;
}

.artists .name {
    color: var(--text-primary-color);
    font-weight: bold;
}


.prices table {
    text-align: left;
    width: auto;
}

.prices table td {
    padding: 10px;
}

.prices table tr:not(:first-child) td {
    border-top: solid 0.5px var(--back-bean);
}
.prices table tr:not(:last-child) td {
    border-bottom: solid 0.5px var(--back-bean);
}

.prices table td:first-child {
    padding-left: 5%;
}
.prices table td:last-child {
    padding-right: 5%;
}

.prices .currency {
    font-size: 1.5em;
    letter-spacing: 0;
    text-align: right;
    vertical-align: top;
}
.prices .currency p:before {
    content: '€';
    font-size: 0.75em;
    margin-right: 3px;
    opacity: 0.5;
}

.prices .currency sup {
    font-size: unset;
    vertical-align: unset;
}

.prices .currency sub {
    vertical-align: 0.25em;
    font-size: 0.75em;
}
.prices .currency sub:before {
    content: '.';
    opacity: 0.75;
    margin: 0 1px 0 2px;
}

.prices .name {
    font-weight: bold;
}

.prices .conditions {
    font-size: 0.9em;
}


.event-ticket {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    z-index: 1;
    background-color: var(--text-primary-color);
    color: var(--background-primary-color);
    text-shadow: 0 1px 1px var(--text-primary-color);
    font-size: 1.25em;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 20px -10px var(--background-primary-color);
}

.event-ticket span {
    color: var(--background-primary-color);
}
.event-ticket path {
    fill: var(--background-primary-color);
}

.event-ticket:hover {
    background-color: var(--text-secondary-color);
}

.event-ticket i {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    -webkit-transform: rotate(-12deg) translateY(1px);
    -moz-transform: rotate(-12deg) translateY(1px);
    -o-transform: rotate(-12deg) translateY(1px);
    -ms-transform: rotate(-12deg) translateY(1px);
    transform: rotate(-12deg) translateY(1px);
}

.event-ticket i svg {
    -webkit-filter: drop-shadow(0 1px 1px var(--text-primary-color));
    -moz-filter: drop-shadow(0 1px 1px var(--text-primary-color));
    -o-filter: drop-shadow(0 1px 1px var(--text-primary-color));
    -ms-filter: drop-shadow(0 1px 1px var(--text-primary-color));
    filter: drop-shadow(0 1px 1px var(--text-primary-color));
}


.btn.load-more {
    margin-top: 15px;
}


footer.bottom-button {
    margin-bottom: 75px;
}



.rating-stars {
    margin-bottom: 25px;
}

.rating-stars li {
    display: inline-block;
    font-size: 2rem;
    padding: 0.1em;
}

.rating-stars ul {
    display: inline-flex;
    flex-direction: row-reverse;
}

.rating-stars li:hover i:not(.active),
.rating-stars li:not(:hover) i.active,
.rating-stars li:hover ~ li i:not(.active) {
    display: none;
}
.rating-stars li:hover ~ li i.active {
    display: inline-block;
}

.rating-stars ul:not(:hover) li.active i {
    display: none;
}
.rating-stars ul:not(:hover) li.active i.active {
    display: inline-block;
}

.rating-stars li.clicked i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.rating-stars li.unclicked i {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}


.comment {
    padding: 0 10px;
}

.comment p {
    margin-bottom: 10px;
}

.comment textarea {
    min-width: 100%;
    max-height: 500px;
}

.comment .confirm {
    color: var(--green-text);
    padding-top: 10px;
    overflow: hidden;
    max-height: 0;
}
.comment .confirm.active {
    max-height: 30px;
}



@media only screen and (min-width: 801px) {

    h1 {
        font-size: 5rem;
        letter-spacing: -0.25rem;
    }

    h3 {
        font-size: 3.5rem;
    }


    .description .text {
        max-height: unset;
    }

    .description .btn-icon {
        display: none;
    }

}


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

    .description .text-wrapper:after {
        content: '';
        background: linear-gradient(0, var(--background-primary-color), transparent);
        height: 100px;
        position: relative;
        display: block;
    }

}


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

    h1 {
        padding-bottom: 5px;
    }

    .page-header .cover {
        margin-bottom: -25px;
    }


    .content-box {
        padding: 20px 10px;
    }


    .filters ul {
        padding: 0;
    }

    .filters li {
        display: block;
        width: unset;
        padding: 2px 0;
        margin: 0;
    }

    .filters a {
        padding: 0;
        display: block;
        white-space: nowrap;
    }

    .filters .icon {
        display: inline-block;
        vertical-align: middle;    
    }

    .filters .name {
        display: inline-flex;
        white-space: normal;
        text-align: left;
        vertical-align: middle;
    }

}


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

    h1 {
        font-size: 2rem;
        padding-bottom: 10px;
    }

    h3 {
        font-size: 1.75rem;
    }


    .page-header .cover {
        margin-bottom: -10px;
    }


    .avg-price > div {
        display: block;
    }

    .avg-price > div > div {
        padding-bottom: 10px;
    }

}