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




.itchy-events .card {
    border:2px solid #ee8f24;
    border-width: 4px !important;
    background-color: white !important;
    border-radius:40px;
}
.itchy-events .card h4 {
    background-color:#ee8f24;
    color:#fff;
    text-align: center;
    padding: 1rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.itchy-events .card h5 {
    color:#ee8f24 !important;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom:0;
}
.itchy-events .event-description p {
    font-size: 0.8rem !important;
}
.itchy-events .card .button {
    background-color: #ee8f24;
    text-transform: none;
    font-weight: 500;
    color: white;
    border-color: #ee8f24;
    margin-bottom: 0;
}
.itchy-events .card .button-holder {
    text-align:center;
    clear: both;
    padding-top:1rem;
}
.itchy-events .card .event-details {
    width:50%;
    float:left;
}
.itchy-events .card .event-details .time {
    text-transform:lowercase;
}
.itchy-events .card .event-host {
    width:49%;
    float:right;
}
.itchy-events .card .event-host h5 {
    margin-bottom:5px;
}
.itchy-events .card .event-details p {
    font-size:0.8rem;
    margin-bottom:0;
}
.itchy-events .card .event-details p i {
    color:#ee8f24 !important;
}


.itchy-events.parents-carers .card {
    border-color:#759c3e;
}
.itchy-events.parents-carers .card h4 {
    background-color:#759c3e;
}
.itchy-events.parents-carers .card h5 {
    color:#759c3e !important;
}
.itchy-events.parents-carers .card .button {
    background-color: #759c3e;
    border-color: #759c3e;
}
.itchy-events.parents-carers .card .event-details p i {
    color:#759c3e !important;
}



.itchy-events.professionals .card {
    border-color:#0075b8;
}
.itchy-events.professionals .card h4 {
    background-color:#0075b8;
}
.itchy-events.professionals .card h5 {
    color:#0075b8 !important;
}
.itchy-events.professionals .card .button {
    background-color: #0075b8;
    border-color: #0075b8;
}
.itchy-events.professionals .card .event-details p i {
    color:#0075b8  !important;
}