/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom CSS below */
.e-con-inner{ padding: 0px !important;  }
.carousel-control-prev:hover, .carousel-control-next:hover{ background-color: transparent; }
.e-con-boxed.e-con.e-parent{ padding: 0px !important;  }

.carousel-control-prev:focus, .carousel-control-next:focus{ background-color: transparent; }


.elementor-location-header,
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-widget-wrap, .elementor-element {
        display: unset !important;
}

.bwg-title2{ font-weight: normal !important; font-family: "Quicksand", sans-serif !important; text-shadow: 1px 1px #000; }
.boxcontainer h4{ font-size: 15px !important; }
.carousel-control-next-icon, .carousel-control-prev-icon{  filter: drop-shadow(0 0 3px #000); }



@media (max-width: 767px) {

.bwg-title2{ font-size: 14px !important;  }

 }

