/**
* Theme Name: Charityhub Child
* Description: This is a child theme of Charityhub, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/yogsthemes">YogsThemes</a>
* Template: charityhub
* Version: 2.2.1
*/

/* ---------------------------------------------------------------
   Main slider fix — show only ONE slide at a time.
   Before Owl Carousel finishes initializing (adds .owl-loaded),
   every .slide is a normal block and they stack, so all slider
   images appear "combined" on screen. This guard hides all but
   the first slide until Owl takes over. If Owl loads, it removes
   nothing here (it just wins via .owl-loaded); if Owl fails, you
   still see one clean slide instead of several overlapping.
   --------------------------------------------------------------- */
.main-slider-carousel:not(.owl-loaded) .slide { display: none; }
.main-slider-carousel:not(.owl-loaded) .slide:first-child { display: block; }
