.admin-bar .header {
  top: 32px; 
}
.section-layout-filter .section__search {
  max-width: 675px; 
}
.section-layout-filter .section__inner {
  width: 100%; 
}
.loading_placeholder{
	padding: 30px;
	text-align: center;
	font-size: 16px;
}
.filter_selection h6{
	padding-bottom: 1rem;
}
/*# sourceMappingURL=theme-styles.css.map */

@media(min-width: 768px){
	.section-nearme-items{
		max-height: 468px; /* 117 x 4 */ 
		overflow-y: auto;
		overflow-x: hidden;
	}
}

.section-nearme-filter{}
.section-nearme-filter > div{
	padding: 15px 0 0;

}
.section-nearme-filter .js-modal-filter-option-map{
	display: table;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    
    background: #fff;
    color: #fc671a;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fc671a;
    border-radius: 4px;
    transition: all .4s;
    float: left;
    margin: 0 3px 3px 0
}
.section-nearme-filter .js-modal-filter-option-map:hover{
	color: #fff;
    background: #fc671a;
}

.section-recipes-single-content .section__entry h5{
    text-transform: uppercase;
}
.section-recipes-single-content  .section__entry .wprm-recipe-instructions,
.section-recipes-single-content  .section__entry .wprm-recipe-ingredients{
    margin-left: 0;
}
.section-recipes-single-content .section__entry ul.wprm-recipe-instructions li:before{
    content: none;
}
.section-recipes-single-content .section__entry  ul.wprm-recipe-instructions{
    list-style: decimal;
    margin-left: 1rem;
}
.section-recipes-single-content .section__entry ul.wprm-recipe-instructions li{
    padding-left: 0;
    margin-bottom: 12px;
}
.section-recipes-single-content .wprm-recipe-instructions li::marker{
    content: initial;
}
.section-recipes-single-content .wprm-recipe-ingredients li::marker{
    content: none;
}

@media(min-width: 768px){
    #nearme-modal{
        height: 100vh;
        min-height: 440px;
    }
    #nearme-modal .modal-dialog-centered{
        min-height: initial;
    }
    #nearme-modal .nearme-result{
        min-height: calc(100vh - 75px) !important;
    }
    #nearme-modal .section-nearme-items{
        max-height: calc(100vh - 320px);
        height: 2000px;
    }
    #nearme-modal .loadmore-nearme{
        padding-bottom: 0;
    }
}


.section__filter-applied{
    /*padding-top: 15px;*/
}
.section__filter-applied .badge{
    background: #c7c7c7;
    height: 27px;
    line-height: 27px;
    border-radius: 14px;
    padding: 0 10px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    margin: 5px 5px 0 0;
}
.section__filter-applied .badge:before{
    content: '\2715';
    padding-right: 5px;
    font-size: 12px;
}
.single-places .place_image{
    min-height: 260px;
}
#restaurant_filter .container__wrap{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.view_more_form{
    display: table;
    margin: 0 auto;
    position: relative;
}
.view_more_form input[type="submit"]{
    padding-right: 55px;
    font-family: 'Poppins';
    font-weight: 500;
}
.view_more_form svg{
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
}
.view_more_form:hover input[type="submit"]{
    background: white;
    border-color: #fc671a;
    color: #fc671a;
}
.view_more_form:hover input[type="submit"] + svg .svg-color {
    fill: #fc671a;
    transition: all linear 0.2s;
}
.section__filter li.inactive{
    display: none;
}

.um-profile-note{
    display: none !important;
    visibility: hidden !important;
}

.single-places .section__filter-applied[data-rel="sf_restaurants"] [data-filter-type="state"],
.single-places .section__filter-applied.city[data-rel="sf_restaurants"] [data-filter-type="restaurant_city"],
.tax-dish_type [data-filter-type="dish_type"]{
    display: none;
}

.single-ndish .boxes-type-1 .box__image{
    padding-bottom: initial;
}

#filter-modal .filter-selection .tabs__nav{}
#filter-modal .modal-body .tabs__nav li:first-child{
    padding-left: 0;
}
#filter-modal .modal-body .tabs__nav li:last-child{
    padding-right: 0;
}
#filter-modal .modal-body .tabs__nav a{
    color: #333;
}
@media(max-width: 640px){
    .insta_desktop{
        display: none;
        visibility: hidden;
    }
}
@media(min-width: 641px){
    .insta_mobile{
        display: none;
        visibility: hidden;
    }
    
}

.wrapper .sbi-owl-nav .sbi-owl-prev,
.wrapper .sbi-owl-nav .sbi-owl-next{
    width: 50px;
    height: 82px;
    background: rgb(252 103 26 / 0.75);
    display: inline-block;
    box-shadow: none;
}
.wrapper .sbi_carousel:hover .sbi-owl-nav  > div{
    background: rgb(252 103 26 / 0.5);
    box-shadow: none;
}
.wrapper .sbi_carousel:hover .sbi-owl-nav .sbi-owl-prev:hover,
.wrapper .sbi_carousel:hover .sbi-owl-nav .sbi-owl-next:hover{
    background: rgb(252 103 26 / 0.75);
    box-shadow: none;
}
.wrapper .sbi-owl-nav .sbi-owl-prev{
    border-radius: 0 6px 6px 0;
    margin-left: 0;
}
.wrapper .sbi-owl-nav .sbi-owl-next{
    border-radius: 6px 0 0 6px;
    margin-right: 0;
}

.wrapper .sbi-owl-nav .sbi-owl-prev svg,
.wrapper .sbi-owl-nav .sbi-owl-next svg{
    display: none;
    visibility: hidden;
}

.wrapper .sbi-owl-nav .sbi-owl-prev:after,
.wrapper .sbi-owl-nav .sbi-owl-next:after{
    content: '';
    background-size: contain;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wrapper .sbi-owl-nav .sbi-owl-prev:after{
    background: url(../images/arrow-white-left.svg) no-repeat center right;
}
.wrapper .sbi-owl-nav .sbi-owl-next:after{
    background: url(../images/arrow-white-right.svg) no-repeat center right;
}
.slider__slides{
    visibility: hidden !important;
}
.slider__slides.slick-initialized{
    visibility: visible !important;
}

.home .slider-restaurants .section__rating{}
.home .slider-restaurants .section__rating ul{
    list-style: none;
}
.home .slider-restaurants .section__rating ul li{
    display: inline-block;
}
.home .slider-restaurants .slider__slide{
    position: relative;
}
.home .slider-restaurants .slider__slide .box__content{
    padding-left: 0;
}

.section-banner-mobile{
    padding: 0;
}
#banner-ad-mobile{
    margin: 0 auto;
    padding: 8px 21px;
}

/*@media(max-width: 991px){
    .section-banner-mobile{
        background: red;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;   
    }
    body{
        padding-bottom: 50px;
    }
}*/

.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
}
.alignright{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    display: block;
}

#RelishApp_GEO{
    line-height: 0;
}

.section_cities{
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 20px;
}
.section_cities li{
    list-style: none;
    padding: 0.375em 0;
    display: block;
}
.section_cities li a{
    text-decoration: none;
}