/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* ==========================================================================
Avada Fix for displaying icons in mobile menu
========================================================================== */ 

.fusion-mobile-nav-holder .fusion-megamenu-icon{
    display: inline-block !important;
}

/* ==========================================================================
Avada Fix for Burger Mobile menu 
========================================================================== */ 

.fusion-mobile-menu-icons a {
font-size: 25px;
}

/* ==========================================================================
Browser Scrollbar Styling Edge, Safari etc 
========================================================================== */ 

body::-webkit-scrollbar {
  width: 18px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #641007;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #cd9938;    /* color of the scroll thumb */
  border-radius: 2px;       /* roundness of the scroll thumb */
  border: 1px solid #cd9938;  /* creates padding around scroll thumb */
}

/* ==========================================================================
Browser Scrollbar Styling Firefox #cd9938 #641007
========================================================================== */ 

scrollbar-color: #87ceeb #ff5621; 

/* ==========================================================================
Hide secondary Top Menu on Mobile
========================================================================== */ 


@media screen and (max-width: 1000px) {
.fusion-secondary-header {
display: none !important;
}
}


/* ==========================================================================
No Links & Actions on Portfolio Items
========================================================================== */ 

.fusion-portfolio-meta {
pointer-events: none !important;
cursor: default !important;
}

/* ==========================================================================
No Links & Actions on Portfolio Items
========================================================================== */ 

.fusion-portfolio-meta {
pointer-events: none !important;
cursor: default !important;
}

.fusion-portfolio-content-wrapper { pointer-events: none; }
.fusion-image-wrapper{ pointer-events: none; }

.fusion-carousel-title-below-image .fusion-carousel-meta, .fusion-carousel-title-below-image .fusion-carousel-title {
    text-align: center;
}


/* ==========================================================================
No Links & Actions on Carousel Items
========================================================================== */ 

.fusion-carousel-meta {
pointer-events: none !important;
cursor: default !important;
}

.fusion-carousel-content-wrapper { pointer-events: none; }
.fusion-carousel-item-wrapper { pointer-events: none; }
.fusion-image-wrapper{ pointer-events: none; }

.fusion-carousel-title-below-image .fusion-carousel-meta, .fusion-carousel-title-below-image .fusion-carousel-title {
    text-align: center;
}

#wrapper .fusion-events-shortcode .fusion-events-meta h4, .fusion-carousel-meta, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a, .fusion-meta, .fusion-meta-info, .fusion-recent-posts .columns .column .meta, .fusion-single-line-meta, .post .single-line-meta, .widget_recent_entries .post-date {
    display: none !important;
}