.cookingclassBody{position: relative; background: #FFFFFF;}
.nav-cooking-class > li {
    float:none!important;
    display:inline-block!important;
    zoom:1;
}

.nav-cooking-class {
    text-align:center!important;
	box-shadow: 0 6px 6px -5px rgba(88, 88, 90, .2); background: #fff;
}
.nav-cooking-class>li>a{font-weight: bold; color: #999999; font-size: 18px;border: 3px solid transparent;}
.nav-cooking-class>li>a:focus, .nav-cooking-class>li>a:hover{
	color: #1c1c1c;
    border: 3px solid transparent;
    border-bottom: 3px solid #ce3436;
	background: none;
}
.nav-cooking-class>li.active>a, .nav-cooking-class>li.active>a:focus, .nav-cooking-class>li.active>a:hover {
    color: #1c1c1c;
    border: 1px solid transparent;
    border-bottom: 3px solid #ce3436;
}
.privatecooking_item{padding-top: 13px; position: relative;}
.privatecooking_item .featured_popular{position: absolute; top: 0; right: 0; z-index: 2; width: 78px; height: 95px; background: #d84e40; color: #fff; font-size: 16px;clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0% 100%, 0 54%, 0% 0%); text-align: center; padding: 15px 0}
.privatecooking_item .body .title a{font-size: 18px; color: #1c1c1c; text-transform: none;}
.events_item:hover{box-shadow: inset -0.2px -1px 2px #ccc}
.btn_load_more {
    border-radius: 90px;
    border: 1px solid var(--Primary-3298CB, #3298CB);
    background: var(--Chroma-FFFFFF, #FFF);
    color: var(--Primary-58595B, #58595B);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding: 11px 63px;
}
.font-24{font-size: 24px;}
.font-14{font-size: 14px;}
.font-16{font-size: 16px;}
@media (min-width: 992px) {
    .is_sticky {
        position: sticky;
        top: 180px
    }
    .left_filter_cooking_private {
        margin-top: 125px
    }
}