
/**
 * Theme patches
 */



/**
 * Uncanny UI
 */
 body.single-groups .entry-content{
   display: flex;
 }
 body.single-groups #main-content, body.single-groups #left-area, body.single-groups #right-area{
   float: none;
 }
