/* 
Theme Name: Sharek theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Sharek theme is a child theme of Hello Elementor, created by ProCode team
Author: ProCode team
Author URI: https://procode.eg/
Template: hello-elementor
Version: 2.0.0
Text Domain: sharek-theme
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 */


.Breadcramp-t a {
    color: #fff;
}


.Breadcramp-t a:hover {
    color: #6bbd56;
}


.e-hotspot__tooltip.e-hotspot--tooltip-position.e-hotspot--fade-in-out{
    padding: 25px;
    border-radius: 20px;

}


.map  a {
    color: #6bbd56 !important;
}
.map a:active, a:hover {
    color: #fff !important;
}

.map h2 {
    font-size: 1.5rem !important;
}

.e-hotspot__tooltip.e-hotspot--tooltip-position.e-hotspot--fade-in-out {
    box-shadow: 0 2px 4px rgba(0, 128, 0, 0.2); 
}


@media only screen and (max-width: 600px) {
.e-hotspot--tooltip-position {
    right: -300px !important;
    bottom: initial;
    left: -100px !important;
    top: calc(100% + 5px);
	    margin: 0 20px;
}
	.e-hotspot--tooltip-position:has(div.map-pop-non){
right:unset !important	}
	
	.map h2 {
    font-size: 1rem !important;
		margin-right:10px
}
	
	.map a {
    font-size: 0.75rem !important;
}
}
