/* -------------------- MENU SIZE BUG -------------------- */


.fusion-header {
    height: 128px !important;
}

.fusion-logo-link img {
    width: 64px !important;
    height: 64px !important;
}


/* -------------------- DEFAULT IMAGE BANNER FIX -------------------- */


.has-post-thumbnail.hentry .post-slideshow {
    display: none;
}


/* -------------------- GOOGLE TRANSLATE TOP BAR FIX -------------------- */


body {
    /* top: 0 !important; */
}


/* -------------------- HIDE ADMIN BARS -------------------- */


#wp-admin-bar-avada,
#wp-admin-bar-fb-edit,
#wp-admin-bar-duplicate-post,
#wp-admin-bar-under-construction-page {
    display: none !important;
}
