@charset "utf-8";
/* CSS Document */

html {
    font-size: 14px
}
@media only screen and (max-width: 575px) {
    html {
        font-size: 13px
    }
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}
.menu-category {
    margin-bottom: 2rem
}

.menu-category .menu-category-title {
    position: relative;
    height: 60vh;
    min-height: 450px;
    color: #fff;
    padding: 3rem;
    background-color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .menu-category .menu-category-title {
        min-height: 400px
    }
}

.menu-category .menu-category-title .bg-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.menu-category .menu-category-title .title {
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    font-size: 4rem;
    z-index: 2;
    margin-bottom: 0
}

@media only screen and (max-width: 1500px) {
    .menu-category .menu-category-title .title {
        font-size: 4.5rem
    }
}

@media only screen and (max-width: 991px) {
    .menu-category .menu-category-title .title {
        font-size: 4rem;
        bottom: 2rem;
        left: 3rem
    }
}

@media only screen and (max-width: 991px) {
    .menu-category .menu-category-title .title {
        font-size: 3rem;
        left: 2rem
    }
}

.menu-category .menu-category-title.collapse-toggle {
    cursor: pointer;
    height: 25vh;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all 0.25s ease-out
}

.menu-category .menu-category-title.collapse-toggle:after {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    font-family: 'themify';
    content: "\e64b";
    display: inline-block;
    font-size: 3rem;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    z-index: 2;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all 0.25s ease-out
}

@media only screen and (max-width: 1500px) {
    .menu-category .menu-category-title.collapse-toggle:after {
        bottom: 2.5rem
    }
}

@media only screen and (max-width: 991px) {
    .menu-category .menu-category-title.collapse-toggle:after {
        right: 2rem;
        bottom: 2rem;
        font-size: 2rem
    }
}

.menu-category .menu-category-title.collapse-toggle[aria-expanded="true"] {
    height:50vh
}

.menu-category .menu-category-title.collapse-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.menu-category .menu-category-content {
    border: 1px solid #e0e0e0;
    background-color: #fff
}

.menu-category .menu-category-content.padded {
    padding: 15px
}

.menu-list-item {
    padding: 1.25rem 1.5rem;
    line-height: 1.2
}
.menu-list-item h6 {
    font-size: 1.1rem;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .menu-list-item {
        padding: 1rem
    }
}

.menu-list-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}

.menu-grid-item {
    line-height: 1.2;
    margin-bottom: 1.5rem
}

.menu-grid-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}