.site-footer .bottom-row .menu-wrapper .menu { display: block !important; }

/* Blog Style */
.news-single h2 { font-size: 28px; padding-bottom: 20px; }
.news-single h3 {  font-size: 24px; padding-bottom: 20px; }
.news-single h4 {  font-size: 20px; padding-bottom: 20px; }
.alignnone { margin-bottom: 0 !important; }

.float-image-container { display: inline; }
.image-stack { margin-bottom: 25px; } 

@media all and (max-width: 960px){ 
    .news-single p:contains('&nbsp;') { display: none; }  
    .news-single h2:empty { display: none; }
    .news-single iframe { width: 100%; } 
    .image-stack { display: flex; flex-wrap: wrap; justify-content: space-between; } 
    .image-stack img { width: 48%; margin: 0; } 
    .image-stack img.full { width: 100%; margin: 4% 0; } 
}

@media all and (max-width: 768px){
    /* Blog Style */
    .news-single h2 { font-size: 17px; }
    .news-single h3 { font-size: 15.5px; }
    .news-single h4 { font-size: 14.5px; }
}