/*
 * EPL Location Profiles Front CSS
 */
/* Location Profiles Styling */
.epl-location-profiles-card {
  margin-bottom: 2em;
}

/* Location Profiles Structure */
.epl-location-profiles-box {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.5em;
}

.epl-location-profiles-box .location-profiles-title {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.epl-location-profiles-box .epl-location-profiles-content {
  background: #fafafa;
  padding: 1em;
  margin-bottom: 2em;
}

.epl-location-profiles-box .location-profiles-tab-content {
  display: none;
}

.epl-location-profiles-box .location-profiles-tab-content.location-profiles-current {
  display: inherit;
}

.epl-location-profiles-box .location-profiles-box.location-profiles-image {
  width: 150px;
  padding-right: 1em;
}

.epl-location-profiles-box .location-profiles-image img {
  margin: 0;
  padding: 0;
  height: auto;
}

.epl-location-profiles-box .location-profiles-slogan {
  font-size: 1.2em;
  line-height: 1.1;
  text-align: center;
  margin-top: 2em;
}

.epl-location-profiles-box .location-profiles-contact-details {
  width: 50%;
  float: left;
}

.epl-location-profiles-box ul.location-profiles-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.epl-location-profiles-box ul.location-profiles-tabs li {
  background: #eee;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0;
}

.epl-location-profiles-box ul.location-profiles-tabs li.location-profiles-current {
  background: #fafafa;
  color: #222;
}

/* Location Profiles Vertical Tabs Left*/
.epl-location-profiles-tabs-left .epl-location-profiles-list,
.epl-location-profiles-tabs-left .epl-location-profiles-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.epl-location-profiles-tabs-left .epl-location-profiles-list {
  width: 30%;
}

.epl-location-profiles-tabs-left .epl-location-profiles-content {
  width: 70%;
}

.epl-location-profiles-tabs-left .epl-location-profiles-list ul.location-profiles-tabs li {
  display: block;
}

/* List Widget */
ul.epl-location-profile-list {
  margin: 0;
}

ul.epl-location-profile-list li {
  list-style: none;
}

/* Cards */
.epl-location-profiles-card-box-background-wrapper {
  background: #ccc;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  /* margin-top: 50px; */
  margin-bottom: 50px;
  overflow: hidden;
}

.epl-location-profiles-card-box-outer-wrapper {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.epl-location-profiles-card-box-outer-wrapper {
  background-color: rgba(0, 0, 0, 0.55);
}

.epl-location-profiles-card-box {
  padding: 5em 1em;
}

.epl-location-profile-facts-heading {
  margin-bottom: 2em;
}

.epl-location-profile-facts-heading .entry-title {
  color: white;
}

.epl-location-profile-facts-box {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.epl-location-profile-facts-box > * {
  background: white;
  padding: 2em 1em;
  text-align: center;
  border-radius: 4px;
}

.epl-location-profile-card-item .epl-label {
  margin: 0 0 1em;
  line-height: 1.5;
}

.epl-location-profile-card-item .epl-value {
  margin: 0;
  font-size: 1.5em;
}

ul.epl-meta--region {
  margin: 0;
  padding: 0;
  list-style: none;
}
