button.ova_reset_filter {
  width: 100%;
  height: 70%;
  /* background: #fff; */
  cursor: pointer;
  /* border: 1px solid #D1D1D1; */
  border-radius: 5px;
  background: #ff2e6d;
  color: #fff;
  border: none;
}

button.ova_reset_filter:hover { 
  background: #fff;
  color: #000;
 border: 1px solid #D1D1D1 !important;
} 

input.sib-email-area {
    width: 100% !important; 
    border: #000 2px solid !important;
    border-radius: 0;
}
p.sib-email-area {
    margin-bottom: 1rem !important;
}
#sib_signup_form_2 a{
  color: black;
  font-size: 20px;
  text-decoration: underline !important;
}
#sib_signup_form_2 p
{
  color: black;
  font-size: 20px;
}
#sib_signup_form_2 .sib-default-btn {
    /* margin-top: 12px; */
    background-color: #FFFFFF !important;
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
    font-family: "PPNeueMachina", Sans-serif;
}
#sib_signup_form_2 input {
    border-radius: 0;
    border: solid black 2px;

}
.reset_button_map {
  padding: 0;
  width: 31.5% !important;
  margin: 0 auto;
}

.wrap_search_map .wrap_search .search_result .event_archive {
  margin-bottom: 40px;
  position: relative;
  align-items: stretch;
}

.event_archive .event_entry {
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.event_item.type1 {
    border: 1px solid #eae9f3;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.event_item.type1 .event_thumbnail {
    position: relative;
    /* height: 50%; */
}.event_item.type1 .event_detail {
    padding: 22px 30px 30px 30px;
    border: 0;
    border-top: none;
    border-radius: 0 0 5px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: unset;
}
.event_item.type1 .event_detail .meta-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: auto;
    flex: 1;
}
/*
.event_item.type1 {
    border: 1px solid #eae9f3;
    height: 100%;
}
.event_item.type1 .event_detail .meta-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
  */
/* .event_item.type1 .event_detail {
    padding: 22px 30px 30px 30px;
    border-top: none;
    border-radius: 0 0 5px 5px;
    height: 50%;
    display: flex;
    flex-direction: column;
} */
 .event-sidebar .user_image {
  width: 30%;
}
.event-sidebar .author_name.second_font {
  width: 70%;
}
.event-sidebar .author_name.second_font  a {
word-wrap: break-word;
}
.single-event .event_section_white {
    margin-bottom: 0px !important;
}