.edp ul,
.edp dl {
  margin: 0;
  padding: 0;
}
.edp ul li,
.edp dl dd {
  margin: 0;
  margin-bottom: 8px;
  list-style: none;
}
.edp_thumbnail {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.edp_thumbnail .tribe-events-event-image {
  overflow: hidden;
}
.edp_thumbnail img {
  transition: all 0.5s;
  width: 100%;
}
.edp_thumbnail .edp_thumbnail_content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.edp_thumbnail .edp_title,
.edp_thumbnail .edp_date,
.edp_thumbnail .edp_countdown {
  color: #fff;
}
.edp_thumbnail .edp_sidebar_box.edp_countdown {
  box-shadow: none !important;
  padding: 0 !important;
}
.edp_sidebar .edp_thumbnail img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.edp dl dt {
  font-weight: bold;
  margin-bottom: 6px;
}

.edp .tribe-events-meta-group {
  width: auto !important;
  padding: 0;
  margin-right: 0;
}

.edp_next_prev {
  padding: 25px 0 !important;
  margin: 25px 0 !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.edp .edp_next_prev li {
  margin-bottom: 0;
}
.edp_related_event .edp_related_event_title {
  font-size: 28px;
  font-weight: 500;
  font-family: inherit;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 15px;
}
.edp_related_event .tribe-events-event-image {
  margin-bottom: 15px;
}
.edp_content .add_to_calendar,
.edp_sidebar .add_to_calendar {
  background-color: black;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

#calendar_list {
  display: none;
  padding: 5px;
}

#calendar_list li {
  padding: 8px 15px;
  border-radius: 3px;
}
#calendar_list li:hover {
  background-color: #c4bdb3;
}
#calendar_list li a:hover {
  color: #000;
}
.edp_countdowns {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.edp_countdowns .edp_countdown_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.edp_countdowns .edp_countdown_item .item_title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.edp_related_title h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.edp_related_date {
  font-size: 16px;
  font-weight: normal;
}
.edp_related_box img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.edp-template_three .edp_sidebar .edp_sidebar_box {
  height: 100%;
}

/* Social Color */

.edp .edp_item_social_share a.edp-twitter i {
  background-color: #55acee;
}

.edp .edp_item_social_share a.edp-facebook i {
  background-color: #3b5999;
}

.edp .edp_item_social_share a.edp-linkedin i {
  background-color: #0077b5;
}

.edp .edp_item_social_share a.edp-xing i {
  background: #1a7576;
}

.edp .edp_item_social_share a.edp-pocket i {
  background: #ef4056;
}

.edp .edp_item_social_share a.edp-digg i {
  background: #262626;
}

.edp .edp_item_social_share a.edp-envelope i {
  background: #7d7d7d;
}

.edp .edp_item_social_share a.edp-instagram i {
  background: #e4405f;
}

.edp .edp_item_social_share a.edp-vk i {
  background-color: #4c75a3;
}

.edp .edp_item_social_share a.edp-tumblr i {
  background-color: #34465d;
}

.edp .edp_item_social_share a.edp-pinterest i {
  background-color: #bd081c;
}

.edp .edp_item_social_share a.edp-reddit i {
  background-color: #ff5700;
}

.edp .edp_item_social_share a.edp-blogger i {
  background-color: #f57d00;
}

.edp .edp_item_social_share a.edp-whatsapp i {
  background-color: #25d366;
}

/* Social Share css */

.edp .edp_item_social_share {
  margin-bottom: 10px;
}

.edp .edp_item_social_share a {
  display: inline-block;
  text-align: center;
  margin-right: 1px;
  color: #fff;
  margin-bottom: 5px;
}

.edp .edp_item_social_share a i {
  height: 30px;
  width: 30px;
  font-size: 16px;
  line-height: 30px;
  background-color: #55acee;
  border-radius: 50%;
}

.edp .edp_item_social_share a.edp_circle i {
  border-radius: 50%;
}

.edp .edp_item_social_share a.icon_only i {
  border-radius: 0%;
  background-color: transparent;
  border: none;
  color: #666;
}

.edp .edp_item_social_share a.edp_square i {
  border-radius: 0%;
}

.edp .edp_item_social_share a.edp_rounded i {
  border-radius: 3px;
}

.edp .tribe-events-venue-map {
  width: 100%;
  margin: 0;
  line-height: 0;
}

.edp .event-tickets .tribe-tickets__rsvp-wrapper {
  max-width: 100%;
  width: 100%;
}

.edp .tribe-events-event-image {
  margin-bottom: 0;
}