/* xl - DESKTOP STYLES */ 
.ctm-bubbles {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.circle {
  position: absolute;
  bottom: -50px;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  background-size: cover;
  pointer-events: none;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
  animation: animate 12s linear infinite;
}
.circle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.25) translate(-70%, -70%);
  background: radial-gradient(#fff, transparent);
  border-radius: 50%;
}
@keyframes animate {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  60%,
  99% {
    opacity: 1;
  }
  100% {
    transform: translateY(-1200%);
    opacity: 0;
  }
}


/*MAP CSS*/

.wpgmp_map_parent{
	float:right!important;
	width:75%!important;
}
.wpgmp_filter_wrappers,.location_listing2 {
	float:left!important;
	width:24%!important;
}
.wpgmp_listing_list .wpgmp_locations{
	background: #AAD6F7!important;
	    border-radius: 20px;
}

.fc-item-meta.fc-right.fc-hide-grid.fc-css{
	background:#FFD100!important;
	border-radius:10px;
	font-weight:600!important;
	border:1px solid #FFD100!important;
	color:black!important;
	font-family:'Zen Maru Gothic'!important;
}

.fc-location-marker:before {
    
	background: url(https://washandwoof.gr/wp-content/uploads/2025/01/yellow-pin.svg) no-repeat top left!important;
		
	}

a.place_title{
	font-weight:900!important;
	font-family:'Zen Maru Gothic'!important;
	color:black!important;
	margin-top: 5px!important;
	margin-bottom: 0px!important;
}
.fc-item-title,.fc-main,.fc-item-content.fc-item-body-text-color{
	font-family:'Zen Maru Gothic'!important;
	color:black!important;
}

.fc-location-marker.fc-css{
	font-weight:700!important;
	color:black!important;
}

.fc-item-content.fc-item-body-text-color{
	color:black!important;
}
div.categories_filter select{
	background-color: #ffd100!important;
	color:black!important;
	background: url(https://washandwoof.gr/wp-content/uploads/2025/01/black_select_arrow.png)no-repeat 99% 50% #ffd100!important;
	border-radius:10px!important;
}
.wpgmp_filter_wrappers{
	border-radius:20px!important;
}
:focus-visible{
	outline:none!important;
}
img.wpgmp_marker_image.fc-item-featured_image.fc-item-large{
	width:100px!important;
}
.gm-style-iw-d{
	margin-top:-45px;
}

.fc-item-title{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.wpgmp_infowindow .fc-badge.info{
	margin-right:10px;
	background:#FFD100!important;
	border-radius:10px;
	border:1px solid #FFD100!important;
	color:black!important;
	text-transform: capitalize!important;
	font-family:'Zen Maru Gothic'!important;
}



