/********* 
Menu Styles for the filter & items 
*********/
.section-menu #menu-filter {
    margin-top: 5%;
    margin-bottom: 2%;
}

@media (min-width: 768px) {
    .section-menu #menu-filter {
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

.section-menu ul#menu-filter-list {
    padding: 0;
    margin: 0;
    border-left: 2px solid #eee;
}

.section-menu ul#menu-filter-list li {
    list-style: none;
    display: block;
    margin: 2px;
    margin-left: -2px;
}

.section-menu ul#menu-filter-list li a {
    display: block;
    padding: 10px 15px 7px;
    background: transparent;
    color: #1d1d20;
    border-left: 2px solid transparent;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s
}

.section-menu ul#menu-filter-list a.selected, .section-menu ul#menu-filter-list a.selected:hover {
    border-left: 2px solid #ff6e01;
    color: #1d1d20
}

.section-menu ul#menu-filter-list li a:hover {
    border-left: 2px solid #ff6e01;
    color: #1d1d20
}

.section-menu .single-item {
    display: block;
    width: 100%;
    padding: 8px;
    float: left;
    position: relative
}

.section-menu .single-item a {
    display: block;
    -webkit-transition: none !important;
    transition: none !important
}

/********* 
Laptop 
*********/
@media (max-width: 1400px) {
    .section-menu .single-item {
        width: 100%;
    }
}

/********* 
Small Tablet 
********/
@media (max-width: 991px) {
    .section-menu .single-item {
        width: 100%;
    }

    .section-menu .menu-filters-area {
        margin-bottom: 10%;
    }
}

/********* 
Smallest Tablet & Mobile 
*********/
@media (max-width: 767px) {
    .section-menu ul#menu-filter-list {
        padding: 0;
        margin: 0;
        border-bottom: 0px solid #eee;
        border-left: 0;
        text-align: center;
    }

    .section-menu ul#menu-filter-list li {
        list-style: none;
        display: inline-block;
        margin: 2px;
        margin-left: -2px;
    }

    .section-menu ul#menu-filter-list li a {
        display: block;
        padding: 10px 15px 7px;
        background: transparent;
        color: #1d1d20;
        border-left: 0;
        border-bottom: 2px solid transparent;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
        outline: none;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .section-menu ul#menu-filter-list a.selected, .section-menu ul#menu-filter-list a.selected:hover {
        border-bottom: 2px solid #ff6e01;
        border-left: 0;
        color: #1d1d20
    }

    .section-menu ul#menu-filter-list li a:hover {
        border-bottom: 2px solid #ff6e01;
        border-left: 0;
        color: #1d1d20
    }
}

/*********  
Small Mobile 
*********/
@media (max-width: 500px) {
    .section-menu .menu-filter {
        border-left: 0px solid #eee;
        text-align: center;
    }

    .section-menu .single-item {
        width: 100%;
    }

    .section-menu .menu-filters li a {
        padding: 2px 5px;
    }

    .section-menu .menu-filter li {
        list-style: none;
        display: inline-block;
        margin: 3px
    }

    .section-menu .menu-filter li a {
        border-bottom: 2px solid transparent;
        border-left: 0;
    }

    .section-menu .menu-filter li.active a, .section-menu .menu-filter li.active a:hover {
        border-bottom: 2px solid #ff6e01;
        border-left: 0;
        color: #1d1d20
    }

    .section-menu .menu-filter li a:hover {
        border-bottom: 2px solid #ff6e01;
        border-left: 0;
        color: #1d1d20
    }
}

/* ---------------------------
Menu Items Styles for Filtered Menus
-----------------------------*/
section.section-menu {
    background: #f8f8f8
}

section.section-menu .menu-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #0a0909;
    padding-bottom: 20px
}

section.section-menu .menu-box:last-child {
    margin-bottom: 10px;
    border-bottom: 1px solid #0a0909;
    padding-bottom: 20px
}

section.section-menu .menu-box .menu-list-item {
    display: block;
    clear: both;
    text-align: left;
}

section.section-menu .menu-list-item h5 {
    font-size: 21px;
    line-height: 24px;
    vertical-align: bottom;
    font-weight: 500;
    float: left;
    max-width: 80%;
    padding-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase
}

section.section-menu .menu-box .menu-list-item p.price {
    color: #ff6e01;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    padding-top: 8px;
    padding-left: 5px;
    margin-bottom: 10px
}

section.section-menu .menu-box .dashed-line {
    border-bottom: 1px dashed #0a0909;
    height: 30px;
    overflow: hidden;
    display: block
}

section.section-menu p.dish-description {
    clear: both;
    line-height: 28px
}

/*********
Specials Styles for the filter & items 
*********/
.section-gallery-2 #specials-filter {
    margin-top: 5%;
    margin-bottom: 2%;
}

@media (min-width: 768px) {
    .section-gallery-2 #specials-filter {
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

.section-gallery-2 ul.specials-filter-list {
    padding: 0;
    margin: 0;
    border-left: 2px solid #eee;
}

.section-gallery-2 ul.specials-filter-list li {
    list-style: none;
    display: block;
    margin: 2px;
    margin-left: -2px;
}

.section-gallery-2 ul.specials-filter-list li a {
    display: block;
    padding: 10px 15px 7px;
    background: transparent;
    color: #1d1d20;
    border-left: 2px solid transparent;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s
}

.section-gallery-2 ul.specials-filter-list a.selected, .section-gallery-2 ul.specials-filter-list a.selected:hover {
    border-left: 2px solid #ff6e01;
    color: #1d1d20
}

.section-gallery-2 ul.specials-filter-list li a:hover {
    border-left: 2px solid #ff6e01;
    color: #1d1d20
}

.section-gallery-2 .single-item {
    display: block;
    width: 33.3%;
    padding: 8px;
    float: left;
    position: relative
}

.section-gallery-2 .single-item a {
    display: block;
    -webkit-transition: none !important;
    transition: none !important
}

.section-gallery-2 ul.specials-filter-list {
    list-style-type: none
}

/********* 
Laptop 
*********/
@media (max-width: 1400px) {
    .section-gallery-2 .single-item {
        width: 50%;
    }
}

/********* 
Small Tablet 
********/
@media (max-width: 991px) {
    .section-gallery-2 .single-item {
        width: 50%;
    }

    .section-gallery-2 .menu-filters-area {
        margin-bottom: 10%;
    }
}

/********* 
Smallest Tablet & Mobile 
*********/
@media (max-width: 767px) {
    .section-gallery-2 ul.specials-filter-list {
        padding: 0;
        margin: 0;
        border-bottom: 0px solid #eee;
        border-left: 0;
        text-align: center;
    }

    .section-gallery-2 ul.specials-filter-list li {
        list-style: none;
        display: inline-block;
        margin: 2px;
        margin-left: -2px;
    }

    .section-gallery-2 ul.specials-filter-list li a {
        display: block;
        padding: 10px 15px 7px;
        background: transparent;
        color: #1d1d20;
        border-bottom: 2px solid transparent;
        border-left: 0;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
        outline: none;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .section-gallery-2 ul.specials-filter-list a.selected, .section-gallery-2 ul.specials-filter-list a.selected:hover {
        border-bottom: 2px solid #ff6e01;
        border-left: 0;
        color: #1d1d20
    }

    .section-gallery-2 ul.specials-filter-list li a:hover {
        border-bottom: 2px solid #ff6e01;
        border-left: 0;
        color: #1d1d20
    }
}

/*********  
Small Mobile 
*********/
@media (max-width: 500px) {
    .section-gallery-2 .menu-filter {
        border-left: 0px solid #eee;
        text-align: center;
    }

    .section-gallery-2 .single-item {
        width: 100%;
    }

    .section-gallery-2 .menu-filters li a {
        padding: 2px 5px;
    }

    .section-gallery-2 .menu-filter li {
        list-style: none;
        display: inline-block;
        margin: 3px
    }

    .section-gallery-2 .menu-filter li a {
        border-bottom: 2px solid transparent;
        border-left: 0;
    }

    .section-gallery-2 .menu-filter li.active a, .section-gallery-2 .menu-filter li.active a:hover {
        border-bottom: 2px solid #ff6e01;
        border-left: 0;
        color: #1d1d20
    }

    .section-gallery-2 .menu-filter li a:hover {
        border-bottom: 2px solid #ff6e01;
        border-left: 0;
        color: #1d1d20
    }
}
