 .view-display-id-featured_event_block_10 .views-row {
    background: #f9f9f9;
    box-shadow: 1px 1px 8px #cccc;
    padding-bottom: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.view-display-id-featured_event_block_10 .views-row > h3{
display:none;
}

.view-display-id-featured_event_block_10 .views-row .views-field-nothing{
width:60%;
    margin-left: 25px;
}
 .view-display-id-featured_event_block_10 .views-row .views-field-nothing .views-field{
margin-bottom:10px;
}
.view-display-id-featured_event_block_10 .views-row .views-field-nothing .views-field.views-field-title a{
    color: #9D2235;
font-weight:bold;
font-size:2rem;
}

 .view-display-id-featured_event_block_10 .views-row .views-field-nothing  .views-field-field-event-date{
font-weight:bold;
}
.events_listing_page .sidebar-menu-pane .menu {
margin-left:0;
}

.events_listing_page .sidebar-menu-pane .menu li{
list-style:none;
margin-bottom:2px;
}
.events_listing_page .sidebar-menu-pane .menu a {
    color: #474747;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 8px 20px;
    background: #e7e7e7;
    transition: color 0.15s linear;
}

.events_listing_page .sidebar-menu-pane .menu a.active {
    background: #006699;
    color: #FFFFFF;
    font-weight: bold;
}

.events_listing_page .sidebar-menu-pane .menu a:hover {
    background: #006699;
    color: #FFFFFF;
    transition: all 0.2s linear;
    font-weight: bold;
}

.events_listing_page .panels-flexible-region-163-top_region{
width:100%;
}

.events_listing_page  .listing .listing-item:last-child {
    padding-bottom: 0;
}

.events_listing_page  .main__content {
    padding-top: 30px !important;
    padding-bottom: 30px;
}

.events_listing_page  .panels-flexible-163 .panels-flexible-region-inside {
    padding-right: 0.5em;
    padding-left: 1.5em;
}


@media screen and (max-width: 768px) {
 .view-display-id-featured_event_block_10 .views-row {
    flex-direction: column;
}
.view-display-id-featured_event_block_10 .views-row .views-field-nothing{
width:100% !important;
}
}