/* -------------------- MENU SIZE BUG -------------------- */


.fusion-header {
    height: 128px !important;
}

/* -------------------- RESIZING HIDE/SHOW COLUMNS -------------------- */

body.resizing .fusion-layout-column{
    opacity: 0;
    transition: none;
    visibility: hidden;
}
body.resizing .swiper-slide,
body.resizing .fusion-posts-container {
    transition: none !important;
}

body .fusion-layout-column{
    opacity:1;
    transition: opacity 0.5s;
}

/* -------------------- FLEX SLIDER FIX -------------------- */

.fusion-image-carousel .fusion-image-wrapper{
    border-style: none !important;
}
.fusion-image-carousel .fusion-image-wrapper img{
    border-style: none;
    visibility: hidden;
}

.fusion-image-carousel .fusion-image-wrapper img.lazyloaded{
    visibility: visible;
    border-style: var(--awb-border-style);
    border-color: var(--awb-border-color);
    border-width: var(--awb-border-width);
    border-radius: var(--awb-border-radius-top-left) var(--awb-border-radius-top-right) var(--awb-border-radius-bottom-left) var(--awb-border-radius-bottom-right);
}

/* -------------------- VIDEO WIDTH FIX -------------------- */

.fusion-vimeo, .fusion-youtube{
    max-width: 100% !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;
}


/* IMAGE CAROUSEL FIX */

.fusion-image-wrapper.hover-type-liftup{
    overflow: hidden !important;
}

/* CONTENT */

@media only screen and (max-width: 640px){
    #content {
        margin-bottom: 0px !important; 
    }
}