.eventbrite_custom nav.prev-next-posts {
    display: none;
}
.popup_home_hidden{
    display: none;
}
.popup_home{
	display: block;
    position: fixed !important;
    z-index: 9999;
    top: 0;
    min-height: 600px !important;
    text-align: center;
    left: 0;
    padding: 50px 10px;
    background-color: #0F010166;
    height: 200%;
}
.popup_home img {
  box-shadow: 2px 2px 8px #514747;
}
.popup_home .container {
  max-width: 600px;
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 8px #291B1B;
  border-radius: 10px;
}
.popup_home h2 {
  font-size: 27px;
  border-bottom: 2px dotted #A89D9D;
  padding-bottom: 10px;
}
#popup_close {
    position: absolute;
    right: 23px;
    cursor: pointer;
    display: block;
    top: 7px;
    border: 0;
    background: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 8px;
    font-weight: bold;
    color: #000;
    box-shadow: 2px 2px 8px #000;
    border-radius: 20px;
}
#popup_register {
    position: relative;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    background: #d80027;
    font-weight: bold;
    box-shadow: 2px 2px 8px #000;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
  #popup_register {
    font-size: 12px;
  }
}