/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.events-listing .elementor-widget-wrap {
	padding: 0px !important;
}

.events-listing .elementor-widget-jet-listing-dynamic-field  {
	overflow-wrap: break-word !important;
    hyphens: auto !important;
}

.page-header {
	display: none;
}

.page-content {
	margin-top: 100px;
}

.elementor-maintenance-mode .elementor-location-header {
	display: none;
}

.elementor-maintenance-mode .elementor-location-footer {
	display: none;
}

.eael-ext-scroll-to-top-wrap {
	display: none;
}

body {
	padding: 35px !important;
}

body::after  {
  border-top: 35px;
  border-right: 35px;
  border-left: 35px;
  border-bottom: 35px;
  border-color: #000;
  border-style: solid;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

*::-webkit-scrollbar {
	display: none;
}

* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.eael-reading-progress-wrap .eael-reading-progress.eael-reading-progress-bottom {
  transform: rotate(90deg);
  left: -14%;
  top: 50% !important;
  width: 37% !important;
}

@media screen and (max-width: 768px) {
	.elementor-6338 .elementor-element.elementor-element-0af04ad {
		margin-bottom: 0px !important;
	}
}