#showme-events-nearme {
  position: relative;
  display: inline-block;
}

#showme-events-nearme-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #d7d7d7;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  padding: 10px;
  color: #4a4a4a;
  width: 240px;
  font-size: 16px;
}
#showme-events-nearme-dropdown.active {
  display: flex;
}

/*.showme-events-nearme-dates {
  flex: 1 0 80px;
}*/

.showme-events-nearme-dates > div {
  margin-bottom: 5px;
}

.showme-events-nearme-dates label {
  width: 50px;
  display: inline-block;
}

.showme-events-nearme-dates input[type=date]{
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  width: 140px;
  padding: 5px 5px;
  /*width: 40px;
  border: 0 none;*/
}

.showme-events-nearme-dates input[type=date][value=""]:in-range,
.showme-events-nearme-dates input[type=date]:in-range::-webkit-datetime-edit-year-field,
.showme-events-nearme-dates input[type=date]:in-range::-webkit-datetime-edit-month-field,
.showme-events-nearme-dates input[type=date]:in-range::-webkit-datetime-edit-day-field,
.showme-events-nearme-dates input[type=date]:in-range::-webkit-datetime-edit-text {
  color: transparent;
}

.showme-events-nearme-categories {
  flex: 1 0 auto;
}

.showme-events-nearme-category {
  margin-bottom: 2px;
}

/*.showme-events-nearme-run {
  flex: 1 0 40px;
  padding-top: 6px;
}*/
/*.showme-events-nearme-run button {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 1;
}*/

#showMeMapContainer .showme-events-nearme-run > a {
  margin: 0 !important;
}


#showMeMapContainer .displayCardKey.showme-events-key {
  display: block;
}

#showMeMapContainer .showme-events .showme-event {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  font-family: Karla, sans-serif;
  color: #2D3748;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: block;
  border: 0;
  margin: 0 0 30px 0;
  padding: 0;
  display:flex;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
}
#showMeMapContainer .showme-events .showme-event:last-of-type {
  padding-bottom: 0;
  border-bottom: 0 none;
}

#showMeMapContainer .showme-event .showme-event-date {
  flex: 0 0 40px;
  order: 1;
}
#showMeMapContainer .showme-event .showme-event-date .showme-event-date-month {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  color: #5d5d5d;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}
#showMeMapContainer .showme-event .showme-event-date .showme-event-date-day {
  color: #141827;
  font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

#showMeMapContainer .showme-event .showme-event-content {
  flex: 1 1 auto;
  order: 2;
  padding-right: 20px;
  font-size: 14px;
}
#showMeMapContainer .showme-event .showme-event-content h3 {
  font-size: 14px;
  line-height: 1.62;
}
#showMeMapContainer .showme-event .showme-event-content .showme-event-links a {
  color: #000000;
  text-decoration: underline;
}
#showMeMapContainer .showme-event .showme-event-content .showme-event-links a:hover,
#showMeMapContainer .showme-event .showme-event-content .showme-event-links a:active {
  color: #000000;
  text-decoration: underline;
}

#showMeMapContainer .showme-event .showme-event-image {
  flex: 0 0 200px;
  order: 3;
}

#showMeMapContainer .showme-events .showme-event-time {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0 0 8px;
  font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.62;
  color: #2D3748;
}

#showMeMapContainer .showme-events .showme-event-time time {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.62;
  color: #1A202C;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
}

#showMeMapContainer #mapKeyDiv .showme-events h3.showme-event-title {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  margin: 0 0 8px;
  font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-weight: 700;
  /*font-size: 14px;
  line-height: 1.42;*/
  color: #1A202C;
}

#showMeMapContainer .showme-events .showme-event-title .showme-event-title-link {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.42;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
  background: transparent;
  color: #141827;
  outline: 0;
  text-decoration: none;
}

#showMeMapContainer .showme-events .showme-event-description {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
  font-weight: 400;
  display: block!important;
  margin-top: 16px;
  visibility: visible;
  font-size: 14px;
  line-height: 1.62;
  color: #2D3748;
}

#showme-events-startdate,
#showme-events-enddate,
#showme-events-datesearch-startdate,
#showme-events-datesearch-enddate {
  background-image: url("/wp-content/plugins/showme-events/assets/images/calendar-icon.svg");
  background-size: 18px;
  background-position: 97% center;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 2px 4px;
}

#showme-events-nearme-modal {
  /*display: none;*/
  position: absolute;
  left: 25%;
  top: 20%;
  transform: translateX(-50%) translateY(-50%);
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 10000;
  font-size: 16px;
  color: #000000;
  width: auto;
  border: 1px solid #b2b2b2;
  min-width: 300px;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}
#showme-events-nearme-modal.active {
  display: inline-block;
  opacity: 1;
  transition: opacity 1s;
  pointer-events: auto;
}

#showme-events-nearme-modal-close {
  position: absolute;
  top: 3px;
  right: 1px;
  font-size: 24px;
  line-height: 20px;
  padding: 0 4px;
  color: #000000 !important;
}

#showme-events-nearme-modal-header {
  font-weight: bold;
  border-bottom: 1px solid #b2b2b2;
  padding: 5px 24px 5px 10px;
}

#showme-events-nearme-modal-content {
  padding: 10px;
}

#showme-events-datesearch {
  margin-bottom: 10px;
}
#showme-events-datesearch .showme-events-datesearch-dates,
#showme-events-datesearch .showme-events-datesearch-start,
#showme-events-datesearch .showme-events-datesearch-end,
#showme-events-datesearch .showme-events-datesearch-run {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
}

#showMeMapContainer #showme-events-datesearch .showme-events-datesearch-run > a {
  margin: 0;
  padding: 3px 10px;
  border-radius: 0;
  border: 1px solid #000000;
  color: #000000;
  margin-top: 2px;
  font-size: 12px;
  background: #e3e3e3;
  font-weight: bold;
}

#showMeMapContainer #showme-events-datesearch .showme-events-submit-event-button {
  float: right;
  margin: 0;
  padding: 3px 10px;
  border-radius: 0;
  border: 1px solid #000000;
  color: #000000;
  margin-top: 2px;
  font-size: 12px;
  background: #e3e3e3;
  font-weight: bold;
}

#showme-events-datesearch .showme-events-datesearch-start {
  margin-right: 15px;
}
#showme-events-datesearch .showme-events-datesearch-run {
  margin-left: 10px;
}


#showme-events-datesearch-startdate,
#showme-events-datesearch-enddate {
  width: 140px;
}

#showMeMapContainer .smmMenu.multicatMenu #customAccordion__events ul li label {
  padding-left: 20px;
}

#showMeMapContainer .smmMenu.multicatMenu #customAccordion__events ul li label a {
  width: 200px;
}