.itchy-events { display: flex; flex-wrap: wrap;  }
.itchy-event-item img { width: 100%; height: auto; }




.itchy-events .card {
    border:2px solid #101137;
    border-width: 4px !important;
    background-color: white !important;
    border-radius:0px;
}
.itchy-events .card h4 {
    background-color:#101137;
    color:#fff !important;
    text-align: center;
    padding: 1rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
}
.itchy-events .card h5 {
    color:#101137 !important;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom:0;
}
.itchy-events .event-description p {
    font-size: 0.8rem !important;
}
.itchy-events .card .button {
    margin-bottom: 0;
}
.itchy-events .card .button-holder {
    text-align:center;
    clear: both;
    padding-top:1rem;
}
.itchy-events .card .event-details .time {
    text-transform:lowercase;
}
.itchy-events .card .event-host h5 {
    margin-bottom:5px;
}
.itchy-events .card .event-details p {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}
.itchy-events .card .event-details p i {
    font-size:1.2rem;
    color:#101137 ;
}
.itchy-events .card .event-details p .fa-calendar-days {
    color: #f7e017;
}
.itchy-events .card .event-details p .fa-clock {
    color:#0073BD;
}
.itchy-events .card .event-details p  .fa-map-location-dot {
    color:#CF142B;
}
