/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.wisdom-popup {
  display: none;
  padding: 2rem;
  background: #231F20;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
}

.wisdom-popup-heading {
  margin-top: 2rem;
  color: #efe7dc;
  text-transform: capitalize;
  font-family: "Montserrat", Sans-serif;
}

.wisdom-popup-content {
  color: #efe7dc;
  margin: 1rem 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 0.9rem;
}

.wisdom-popup-image {
  color: #efe7dc;
  border-radius: 10px !important;
  height: 300px !important;
  -webkit-mask-image: url(https://shire.tempurl.host/wp-content/uploads/2023/09/Short-image-mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.wisdom-popup-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
}

.marker {
  cursor: pointer;
}

.wisdom-featured-events-app {
  position: relative;
}

.wisdom-featured-events-app:before {
  position: absolute !important;
}

.divide {
  padding: 0 5px;
}

.home-nav {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in;
}

#bottom-menu.visible {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}