.section-menu-guide .button-find-out-more{
    text-align: center;
}

.section-menu-guide .button-find-out-more a{
    padding: 12px 25px;
    background-color: #ed8b00;
    color: white;
    border: 2px solid #ed8b00;
    border-radius: 5px;
    transition: all .25s;
}

.section-menu-guide .button-find-out-more a:hover{
    background-color: white;
    color: #ed8b00;
}

.section-menu-guide .section-chef-menu-guide .bg-grey-texture{
    background-image: url(/ResourcePackages/Gleneagles/assets/dist/images/menu-guide/Paper-texture-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    box-shadow: 2px 15px 12px -5px #cfcfcf;
}

.section-menu-guide .section-chef-menu-guide .chef-img img{
    max-height: 450px;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: bottom;
}

.section-menu-guide .section-chef-menu-guide .menu-detail .menu-title{
    font-size: 24px;
    font-weight: 700;
    color: #00a3a8;
}
.section-menu-guide .section-chef-menu-guide .menu-detail .menu-img{
    box-shadow: 6px 7px 11px lightgrey;
}

@media only screen and (max-width: 767.9px) {

    .section-menu-guide .section-chef-menu-guide .bg-grey-texture{
        background-image: none;
        box-shadow: none;
    }

    .section-menu-guide .section-chef-menu-guide .chef-img{
        background-image: url(/ResourcePackages/Gleneagles/assets/dist/images/menu-guide/Paper-texture-bg.png);
    }

    .section-menu-guide .section-chef-menu-guide .menu-detail .menu-img{
        width: 100% !important;
    }
}

.section-menu-guide .section-chef-menu-guide .menu-item {
    padding: 5px 5px;
    border-radius: 100px;
    margin-bottom: 15px;
    transition: background-color .25s ease-out, color .25s ease-out;
}

.section-menu-guide .section-chef-menu-guide .menu-list {
    overflow-y: hidden;
}

.section-menu-guide .section-chef-menu-guide .menu-item:hover, .section-menu-guide .section-chef-menu-guide .menu-item.active {
    background-color: #ed8b00;
    color: #fff;
    position: relative;
}


.section-menu-guide .section-chef-menu-guide .mobile-menu-list{
    height: 45px;
    font-size: 16px !important;
    padding: 10px !important;
    color: #ed8b00;
    border-color: #ed8b00 !important;
}

.section-menu-guide .section-chef-menu-guide .mobile-menu-list:focus{
    border-color: #ed8b00 !important;
}

.section-menu-guide .section-chef-menu-guide .selectric span{
    color: #ed8b00;
    padding-left: 16px;
}

.section-menu-guide .section-chef-menu-guide .selectric-wrapper{
    border: 1px solid #ed8b00;
    background-color: transparent;
}

.section-menu-guide .section-chef-menu-guide .selectric-scroll li{
    color: #ed8b00;
}

.section-menu-guide .section-chef-menu-guide .selectric-scroll li:hover{
    color: #fff;
    background-color: #ed8b00;
}

.section-menu-guide .section-chef-menu-guide .form-underline .selectric .selectric-button:before {
    border-right: 2px solid #ed8b00 !important;
    border-bottom: 2px solid #ed8b00 !important;
}