.row{
    margin: 0;
}
.col-sm-12{
    margin-top: 0;
}
@media (min-width: 576px){
    /*.col-sm-6{*/
    /*    margin-top:20px;*/
    /*}*/
    /*.event_media_row{*/
    /*    margin-top: 0px!important;*/
    /*}*/
}
@media  (max-width: 576px){
    .events-gallery-item{
        margin-top: 20px;
    }
    .event_media_row{
        margin-top: 0px!important;
    }
}
.categories-parent{
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.categories-item{
    color:white;
    cursor: pointer;
}
.categories-item:hover{
    color: #CFBD8F;
}
.category-selected{
    color: #CFBD8F;
    border-bottom: 1px solid #CFBD8F;
}
.separator-box {
    margin: 0 10px;
}

.featured-item-parent{
    height: 350px;
    margin-bottom: 50px;
}
.featured-item{
    height: 100%;
}
.featured_title{
    margin-top:0;
}
.featured-item-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}
.featured-item-image:hover{
    transform: scale(1.1);
}
.featured-title-separator{
    height: 2px!important;
    width: 36px;
    margin-top: 10px;
    margin-bottom: 9px;
    border-bottom: 2px solid #CFBD8F;
}
/*.event_item_parent{*/
/*    margin-top: 20px!important;*/
/*}*/
.inner_item{
    margin-top: 20px!important;
}
.featured_page_event_item{
    display: flex;
    align-items: baseline;
}
.featured_date_logo{
    width: 100%;
    align-items: baseline;
    /*position: relative;*/
}
.featured_month_year{
    font-size: 20px;
    /*margin-left: 10px;*/
    /*line-height: 0.2px;*/
}
.featured_event_logo{
    position: absolute;
    right: 0;
    bottom: 0;
}
.featured_event_logo_parent{
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    width: 100%;
    text-align: right;
}
.featured_event_logo img{
    width: 100%;
}
.wide-header_box{
    padding-bottom: 0px;
}
.wide-header-box-title{
    margin-top: 55px;
}
.wide-header-box-parent{
    bottom: 0px;
}
@media only screen and (max-width: 768px){
    .featured-item-parent{
        height: auto;
    }
}
.day{
    font-size: 60px;
}
.month_year{
    font-size: 15px;
}
@media only screen and (max-width: 450px){
    .day{
        font-size: 40px;
    }
    .month_year{
        font-size: 12px;
        margin-left: 1px;
        padding-left: 5px;
    }
}
.featured_description{
    overflow: unset;
    max-height: none;
}
.featured-mobile{
    display: none;
}
.featured-desktop{
    display: flex;
}
@media only screen and (max-width: 767px){
    .featured-mobile{
        display: flex;
        padding-left: 11px;
        width: 100%;
    }
    .featured-desktop{
        display: none;
    }
    .featured_date_logo{
        margin-bottom: 15px;
    }
    .featured_title{
        margin-top: 15px;
    }
}