/* Highlight the Locations button */
.locations-menu {
    position: relative;
}
.locations-menu:before {
    background-color:var(--wp--preset--color--accent-1);
    border-radius:4px;
    bottom:0;
    color:inherit;
    content:"";
    left:0px;
    opacity:0.18;
    pointer-events:none;
    position:absolute;
    right:0px;
    top:0;
    transition:opacity .2s cubic-bezier(.4,0,.6,1);
}

/* Location Heading */
.location-subheading {
  margin-bottom: 1rem;
}

/* Quick Filter Bar Aesthetics */
.evo_filter_bar {
  padding: 5px !important;
}
.evofp_ffb .eventon_filter_line p {
	gap: 0.5rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 0;
}
.evofp_ffb .eventon_filter_line p {
  display: flex;
  align-items: center;
  background-color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  position: relative;
  font-size: 13px;
  opacity: 0.8;
}
.evofp_ffb .eventon_filter_line p:hover::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--evo_cl_b20);
  left: 0px;
}
.eventon_filter_line .filtering_static_val:hover {
  background-color: transparent !important;
}
.evofp_ffb .eventon_filter_line p .wp-font-awesome-icon svg.svg-inline--fa {
  font-size: 1.384165rem !important;
}


/* Selecting the different location types, matched to the main filter bar */
.location-hide {
  display: none;
}
.evofp_ffb .eventon_filter_line p.location-selected {
  background-color: var(--evo_color_1);
  color: var(--evo_cl_w);
  border-radius: 10px;
  opacity: 1;
}
.evofp_ffb .eventon_filter_line p.location-selected:hover {
  background-color: var(--evo_color_1) !important;
  color: var(--evo_cl_w);
  border-radius: 10px;
  opacity: 1;
}
.evofp_ffb .eventon_filter_line p.location-selected:hover::before {
  display: none;
}


li.location {
  border: 5px solid transparent;
  border-radius: 20px;
}

.location-stack {
  display: block !important;
  height: 100%;
  background-color: var(--wp--preset--color--accent-3) !important;
  border: 1px solid gray;
  border-radius: 20px;
  position: relative;
}
.location-type-social-centre .location-type {
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 5px;
  padding: 5px 10px !important;
  background-color: var(--wp--preset--color--accent-1);
  color: var(--evo_cl_w) !important;
  text-transform: uppercase;
  font-family: var(--evo_font_1);
  line-height: 1;
  position: absolute;
  z-index: 100;
  left: 0;
  pointer-events: none;
}
.location-type-social-centre .location-type::before {
  content: "\e4d5";
  font-family: "Font Awesome 7 Free";
  margin-right: 6px;
  opacity: 0.7;
}
.location-type-venue .location-type {
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 5px;
  padding: 5px 10px !important;
  background-color: var(--wp--preset--color--accent-2);
  color: var(--evo_cl_w) !important;
  text-transform: uppercase;
  font-family: var(--evo_font_1);
  line-height: 1;
  position: absolute;
  z-index: 100;
  left: 0;
  pointer-events: none;
}
.location-type-venue .location-type::before {
  content: "\f7a6";
  font-family: "Font Awesome 7 Free";
  margin-right: 6px;
  opacity: 0.7;
}
/*.location-tags {
  pointer-events: none;
  text-transform: uppercase;
  font-family: var(--evo_font_1);
  line-height: 1;
  justify-content: center;
  display: flex;
}
.location-tags a {
  padding: 5px;
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--base);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}*/
.location-image {
  margin: 10px !important;
}
.location-image img {
  border-radius: 10px;
  height: 200px;
}

.location-details {
  padding: 0 20px 20px 20px;
  height: calc(100% - 219px);
}

.location-details .location-title {
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 600;
  transform: translateY(4px);
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.location-details .location-contact-row {
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  /*padding: 5px;
  margin-left: -5px;*/
  border-radius: 5px;
  gap: 8px;
  margin-bottom: 10px;
}
.location-details .location-contact-row:not(:has(p)) {
  display: none;
}
.location-details .location-address-icon {
  padding-right: 8px;
}
.location-details .location-links-row {
  margin-top: auto;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.location-details .location-events a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 15px !important;
  background-color: var(--wp--preset--color--accent-1);
  color: var(--evo_cl_w) !important;
  text-transform: uppercase;
  font-family: var(--evo_font_1);
  line-height: 1;
}
.location-details .location-events a:after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-left: 8px;
}
.location-details .location-web a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 15px !important;
  background-color: var(--wp--preset--color--accent-2);
  color: var(--evo_cl_w) !important;
  text-transform: uppercase;
  font-family: var(--evo_font_1);
  line-height: 1;
}
.location-details .location-web a:after {
  content: " \f35d";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-left: 8px;
}
