
#ents .event_item {
    position: relative;
    width: 100%;
    float: left;
    border: 5px solid #fff;
    cursor: pointer;
    z-index: 1;
}
@media (max-width: 767px) {
    .squares dl {
        min-height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    #ents .event_item {
        width: 33%;
    }
    .squares dl {
        min-height: 300px;
    }
}
@media (min-width: 998px) {
    #ents .event_item {
        width: 33.3333%;
    }
}
#ents dt a {
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
    z-index: 9999;
}
#ents .msl_event_name {
    left: 0;
    bottom: 2%;
    width: 100%;
    color: #fff;
    padding: 0 15px;
    display: block;
    font-size: 18px;
    z-index: 2;
    transition: .5s;
    background: #575952;
    padding: 10px;
    display: block;
    position: relative;
}
#ents .msl_event_name:hover {
    text-decoration: none;
}
#ents .msl_event_location, #ents .msl_event_time {
    padding: 0 15px;
    color: #fff;
}
#ents .msl_event_name span {
    float: left;
    width: 100%;
    font-size: 13px;
}
#ents .msl_event_description, #ents .msl_event_hook {
    display: none;
}
#ents .event_item:after {
    content: '';
    display: block;
    border-bottom: 0 solid #000;
    position: absolute;
    bottom: 0;
    left: -5px;
    right: 0;
    margin: 0 5px;
    color: #fff;
    height: 100%;
    z-index: 1;
    width: 100%;
}
#ents .event_item:hover::after {
    content: '';
    display: block;
    border-bottom: 0 solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    height: 100%;
    z-index: 1;
    width: 100%;
}
.m-events h2 {
    text-align: center;
}
.squares .event_item.active {
    display: block;
    border: 1px solid silver;
}
#event_date h2, #event_date ul {
    display: none;
}
#event_date option {
    font-size: 1em;
}
#event_date select {
    border: 1px solid silver !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.squares .event_item .details {
    position: relative;
    bottom: 5px;
    width: 100%;
    display: block;
    color: #fff;
    z-index: 2;
    background: #575952;
    min-height: 137px;
    padding: 10px;
}
.squares dl {
    margin-bottom: 0;
    background: #575952;
    min-height: 350px;
}
#ents .msl_ticket {
    background: 0 0;
    background: #fff;
    color: #575952;
    margin-left: 15px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    transition: .5s;
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 999999;
}
#ents .msl_ticket:hover {
    background: #fff;
    text-decoration: none;
    color: #2e1a47;
}
@media (min-width: 1100px) {
    .squares dl {
        min-height: 350px;
    }
}
@media (min-width: 1600px) {
    .squares dl {
        min-height: 400px;
    }
}
.msl-down-arrow-after:after {
    display: none;
}
