/* 
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 */
.color-primary {
	color: var(--e-global-color-454cc73);
}
.font-bold {
	font-weight: 900;
}
.h3-heading-text {
	font-size: inherit;
	line-height: inherit;
	display: inline;
	font-weight: 700;
}

/*Create Maps*/
#maps-wrapper > div {
  display: none;
}
#maps-wrapper > div.active-map {
  display: block;
}

.leaflet-control-attribution {
  visibility: hidden !important;
}

#create-map-btn{
  display: flex;
  justify-content: center;
  padding: 5px;
}

#create-map-btn button{
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
  background-color: #f1f2f3;
  color: #07AF79;
  border-radius: 0;
  margin: 5px;
}

#create-map-btn button:hover, #create-map-btn .active-btn{  
  background-color: #07AF79;
  color: #fff;
}
#maps-wrapper{
  padding: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-width: 3px;
}


.popup-gallery {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    max-width: 100%;
    height: 100px;
    padding: 5px;
}
.popup-gallery img {
    width: 45%;
    margin: 0 5px;
    flex: 0 0 auto;
	cursor: pointer;
}
.modal {
    display: none;
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
body.no-scroll {
    overflow: hidden;
}
.large-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 5px 0 5px;
    border-radius: 8px;
}
.large-image img{
	border-radius: 8px;
}
.close {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 35px;
	color: rgba(0, 0, 0, 0.8);
	opacity: 0.8;
  	font-weight: 700;
	cursor: pointer;
}

.leaflet-tooltip{
	font-size: 18px;
	color: #000000;
}

@media (max-width: 1200px){
	.large-image{
		width: 70%;
	}
}
/*End - Create Maps*/

.elementor-accordion-item {
    margin-bottom: .5rem !important;
}

/*Menu*/
#menu-header-mobile .elementor-menu-toggle{
	margin-top: -70px !important;
	justify-content: right;
}
#menu-header-mobile .elementor-nav-menu__container{
	top: 0 !important;
}

@media (max-width: 992px){
	#menu-header-mobile .menu-item a{
		font-size: 16px !important;
  		text-transform: capitalize !important;
		justify-content: left;
	}
}

@media (max-width: 628px){
	.e-n-tabs-heading{
		display: inline-grid !important;			
	}
	#create-map-btn{
	  display: grid;
	}
}
/*End Menu*/

