/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/** Fix stage height issue */
/** This may be required in multiple locations such as specific theme custom CSS options as well */
.galleria-stage { height:calc(100% - 95px) !important; }

/** Alternative solution to fix stage height issue */
/* bootstrap hack: fix content (width) inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;            /* undo display:none         */
    height: 0;                 /* height:0 is also invisible */ 
    overflow: hidden;       /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
    height: auto;           /* let the content decide it  */
}
/* bootstrap hack end */

a[href*="monsterinsights"],
img[src*="monsterinsights"],
#monsterinsights-optout-wrap,
.monsterinsights-optout-badge,
.mi-optout-badge {
    display: none !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
