
/*NEW MENU STRCTURE*/
.farm-user-call > a{
    display: inline;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.header-right .search-btn{
    display: none !important;
}

input#search-query {
	border: 2px solid #DCDCDC;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-right: none;
}

@media screen and (max-width: 1024px){
    .place-top.dark{
        /*z-index: 1;*/
    }
    .farm-user-call > a{
        border: 1px solid #333;
        color: #333;
        border-radius: 8px;
    }
    .place-category-slider-wrap {
        scroll-behavior: smooth;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .place-category-slider-wrap::-webkit-scrollbar {
        display: none;
    }
    .place-category-slider-wrap ul{
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        margin:0;
    }
    .place-category-slider-wrap li.tab{
        padding: 12px 16px;
        margin: 0;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }
    .place-category-slider-wrap li.tab a{
        color: #000000;

    }

    .place-category-slider-wrap li.tab:before,.place-category-slider-wrap li.tab span,.place-menu-content > .h4.d-md-none{
        display:none
    }

    .place-category-slider-wrap li.tab.active span{
        display:block
    }
    .place-category-slider-wrap li.tab span{
        margin-left: 5px;

    }
    .place-category-slider-wrap li.tab.closed span{
        transform: rotate(180deg)
    }
    .mobile-category-slider{
        margin: 0px -12px 0px -12px;
        padding: 0px 12px;
        position: sticky;
        top: 55px;
        z-index: 5;
        background-color: #fff;
    }
    body.mobile-app .mobile-category-slider{
        top: 40px;
    }
    .place-top-content .top-icon {
        width: 56px;
        height: 56px;
    }

    .place-top-content > a{
        position: absolute;
        left: 12px;
        top: 128px;
    }

    .place-top-content .place-fav {
        top: 122px;
        left: 47px;
        margin-left: 0px;
    }
    .place-info .info-schedule{
        display: none;
    }
    .wrapper-desctop{
        display: none;
    }
    .wrapper.wrapper-mobile {
        height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
    }
    .wrapper.wrapper-mobile .place-top-content{
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }
    .wrapper.wrapper-mobile .place-top-content h1{
        color: #fff;
        position: absolute;
        bottom: 65px;
        font-size: 21px;
        left: 84px;
        line-height: 24px;
    }
    .place-top.dark .place-top-info{
        height: 0px;
        min-height: 0px;
        padding: 0px;
        margin: 0px;
    }
    .place-info li.info-address .svgicon {
        width: 18px;
        height: 19px;
        margin-right: 4px;
    }
    .place-top.dark li.info-address{
        position: absolute;
        left: 12px;
        top: -24px;
        color: #fff;
        opacity: 0.85;
        font-weight: 500;
        font-size: 12px;
        margin: 0;
    }

    .place-top.dark li.info-dist{
        position: absolute;
        font-size: 12px;
        color: #fff;
        opacity: 0.85;
        top: -65px;
        left: 86px;
    }

    .place-top.dark li.info-dist i{
        display: none;
    }

    .place-mobile-opts button.menu{
        right: 52px;
        left: unset;
    }
    .place-mobile-opts button.search-btn {
        right: 6px;
    }
    .place-search-form{
        display: none;
    }
    .place-top-opts {
        top: 248px;
        right: 12px;
        left: unset;
    }
    .breadcrumbs-wrap.closed {
        display: none;
    }

    .place-status {
        display: block;
        position: absolute;
        top: 51px;
        left: 0px;
        right: 0px;
    }
    .inner .section.bg2 {
        z-index: 1;
    }
    .farm-user-call{
        z-index: 2;
        position: absolute !important;
        top: 144px;
        left: 0;
        right: 0;
        padding-top: 25px;
    }
    .place-top-img-wrap:after {
        height: 110px;
    }
}

@media screen and (min-width: 1025px){
    .place-category-slider-wrap{
        display:none
    }
    .header .search-btn{
        display: none;
    }
    .wrapper-mobile{
        display: none;
    }
}

.h4.main-category a{
    color: #000000;

}

.place-category-slider-wrap li.tab.active a {
    color: #FC9700;
}
.place-category-slider-wrap .tab{
    border-bottom: 1px solid #DCDCDC;
}
.place-category-slider-wrap .tab.active{
    border-bottom: 2px solid #fc9700;
    color: #fc9700;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
    .mobile-category-slider{
        margin: 0px -44px 0px -44px;
    }
}

.place-category-slider-wrap.double > ul > li {
    width: 50%;
    justify-content: center;
    height: 40px;
    padding-right: 0px;

}
.place-category-slider-wrap > ul > li {
    height: 40px;
}