/* widget: Unlimited Google Maps */

#uc_ue_google_maps_elementor_7a040fd .ue-google-map__wrapper .gm-svpc>div>img 
{
  max-width: unset;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_navigator-toggle
{
  display:none;
}

#uc_ue_google_maps_elementor_7a040fd 
{
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map__info-window
{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  
}


#uc_ue_google_maps_elementor_7a040fd .ue-google-map_container {
  display: flex;
    flex-wrap: wrap;
  
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_places-wrapper {
  max-height: 100%;
  overflow: hidden;
  display:flex;
  flex-direction:column;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_search-wrapper {
	width: 100%;
    position: relative;
  
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_search-input-wrapper {
	position: relative;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_search-icon {
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

#uc_ue_google_maps_elementor_7a040fd .uc-map-error-message {
   position:absolute;
   top:-27px;
   left:0px;
   direction:ltr;
   color:red;
   font-size:16px;
}
  
#uc_ue_google_maps_elementor_7a040fd .uc-google-map__overlays {
	flex-grow: 1;
    display:flex;
  	height: 100%;
    position:relative;	
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map__wrapper {
	flex-grow: 1;
    width: auto;
  	height: auto;
    position:relative;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_places-list {
  
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
  max-height: 100%;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_places-item
{
  display:flex;
  position:relative;
  align-items:center;
  overflow:hidden;
  cursor:pointer;
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_elementor_7a040fd .ue-maps-navigator-item-image
{
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_elementor_7a040fd .ue-maps-navigator-item-image-spacing
{
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_elementor_7a040fd .ue-maps-navigator-item-spacing
{
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_elementor_7a040fd .ue-maps-navigator-item-spacing:last-child
{
  display:none;
}

.ue-maps-navigator-item-title
{
  font-size:21px;
}

.ue-maps-navigator-item-sub-title
{
  font-size:12px;
}


#uc_ue_google_maps_elementor_7a040fd .ue-maps-navigator-item-image img
{
  display:block;
}

#uc_ue_google_maps_elementor_7a040fd .ue-maps-navigator-item-background-image
{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  object-fit: cover;
}

#uc_ue_google_maps_elementor_7a040fd .ue-maps-navigator-item-background-overlay
{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  
}

#uc_ue_google_maps_elementor_7a040fd .ue-maps-navigator-item-content
{
  position:relative;
  flex-grow:1;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map__info-window-img img
{
 width:100%; 
}

.ue-google-map_places-hidden-placeholders {
	display: none;
}



.ue-google-map__info-window-title
{
  font-size:21px;
}


@media screen and (max-width: 768px) {
  
  #uc_ue_google_maps_elementor_7a040fd .ue-google-map_container
  {
    flex-direction:column;
  }
  
  #uc_ue_google_maps_elementor_7a040fd .ue-google-map_places-wrapper
  {
    display:none;
    position:absolute;
    top:0px;
    width:100%;
    height: calc(100% - 44px);
    bottom:0px;
    left:0px;
    right:0px;
    z-index:1;
  }
  
  #uc_ue_google_maps_elementor_7a040fd .ue-google-map_places-wrapper.uc_active {
  	display: flex;
  }
  
  
  #uc_ue_google_maps_elementor_7a040fd .ue-google-map_navigator-toggle
    {
      display:block;
      z-index: 2;
      position:absolute;
      bottom:0;
      width:100%;
      
    }
 
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map__error-overlay
{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map__error-overlay:before
{
  	content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #6f00d8 0%, #1c6aff 100%);
    z-index: 1;
    opacity: 0.7;
}
#uc_ue_google_maps_elementor_7a040fd .ue-google-map__error-overlay-content
{
	width: 70%;
  	height: 70%;
  	background: #ffffff;
  color: #000000;
  padding: 1.2em;
  z-index: 2;
  position: relative;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map__error-overlay-title,
#uc_ue_google_maps_elementor_7a040fd .ue-google-map__error-overlay-geocoded-value,
#uc_ue_google_maps_elementor_7a040fd .ue-google-map__error-overlay-status,
#uc_ue_google_maps_elementor_7a040fd .ue-google-map__error-overlay-close-btn:hover
{
	color: #ff0000;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map__error-overlay-close-btn
{
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 5%;
  	cursor: pointer;
}

#uc_ue_google_maps_elementor_7a040fd span.ue-google-map__info-icon
{
  line-height:1em;
}

#uc_ue_google_maps_elementor_7a040fd span.ue-google-map__info-icon svg
{
  height:1em;
  width:1em;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_reset-btn
{
  border:none;
  position:absolute;
  bottom:35px;
  left:10px;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
 
}

.ue-google-map_reset-btn svg
{
  height:1em;
  width:1em;
}


#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category
{
  display:flex;
  flex-direction: column;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-content
{
	display: flex;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-title
{
	display: flex;
    gap: 0.5em;
    width: 100%;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-checkbox
{
  flex-grow:0;
  flex-shrink:0;
  display:flex;
  align-items:center;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-name
{
  flex-grow:1;
  cursor: pointer;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-toggle
{
  flex-grow:0;
  flex-shrink:0;
  cursor: pointer;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-checkbox-spacing
{
  width:10px;
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_navigator-toggle
{
  cursor:pointer;
  text-align:center;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-toggle
{
  position: relative;
  width: 15%;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-toggle .ue-google-map_category-toggle-icon
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease-out;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-toggle .ue-google-map_category-toggle-close {
  opacity: 0;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-toggle.ue_active .ue-google-map_category-toggle-close
{
  opacity: 1;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-toggle .ue-google-map_category-toggle-open 
{
	opacity: 1;
}

#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-toggle.ue_active .ue-google-map_category-toggle-open
{
  opacity: 0;
}
#uc_ue_google_maps_elementor_7a040fd .ue-google-map_category-items
{
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}

.ue_shimmer {
    animation: ue_shimmer 2.2s linear infinite forwards;
    background: #ddd;
    background-image: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 200% 100%;
}

@keyframes ue_shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.ue-google-map__loader {
	position: absolute;
  	inset: 0;
    width: 100%;
    height: 100%;
  	z-index: 3;
  	transform-origin: 100% 0%;
  	transition: transform 0.6s ease-out;
}


#uc_ue_google_maps_elementor_7a040fd .uc-checkbox{
	position: absolute; overflow: hidden; clip: rect(0 0 0 0); 
    height:1px; width:1px; margin:-1px; padding:0;border:0;
}

#uc_ue_google_maps_elementor_7a040fd .uc-checkbox + label{
	display:block;
    border-radius:2px;
	padding:1px;
	width:17px;
	height:17px;
    background:#ffffff;
    cursor:pointer;
}

#uc_ue_google_maps_elementor_7a040fd .uc-checkbox + label svg{
	display:none;
}

#uc_ue_google_maps_elementor_7a040fd .uc-checkbox:checked + label svg{
	display:inline-block;
}

