@import url('fillter.css');
@import url('list_items.css');

.page-template-venues .site-main {
    overflow: visible;
}

.page-template-venues #menu {
    display: none;
}

.page-template-venues #content {
    margin: 0;
    padding: 0;
}

.page-template-venues #main {
    /* margin-top: -60px; */
}

#venues {
    padding: 0 30px;
    margin-top: 60px;
    margin-top: 0;
}

#venues .page-title {
    text-transform: capitalize;
    max-width: fit-content;
    position: relative;
    display: flex;
}

#venues .page-title h1 {
    max-width: 90%;
    width: auto;
    margin-bottom: 0;
}

#venues .page-title svg {
    margin-top: -50px;
    margin-left: -10px;
    opacity: 0;
}

.content_loaded~svg {
    -webkit-animation-name: messageIllustBounds;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: .8s;
    animation-name: messageIllustBounds;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-delay: .8s
}

.page-template-venues .header-bottom.sticky {
    z-index: 9999;
}

@media (max-width: 767.96px) {
    #venues .page-title h1 {
        max-width: 80%;
    }

    #venues .page-title svg {
        max-width: 82px;
        width: 100%;
        height: 53px;
        margin-top: -35px;
    }
}