@import url('https://fonts.googleapis.com/css?family=Quantico');

#jomevents-items .dates-bar {
    border: 1px dotted #ccc;
    border-radius: 3px;
    content: "";
    height: 95%;
    left: 35px;
    position: absolute;
}

#jomevents-items  .event-body {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

#jomevents-items .date-container {
    background: url("../images/date.png");
    display: block;
    width: 73px;
    height: 73px;
}

#jomevents-items .jv-date {
    display: block;
    width: 73px;
    height: 73px;
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    font-family: 'Quantico';
}

#jomevents-items .date-featured {
    background: url("../images/date_f.png")!important;
    color: #fff;
}


#jomevents-items .date-bar {
    background: #ebebeb;
    height:1px;
    margin-top:34px;
    width: 90%;
    margin-left: 4%;
    position: absolute;
    top: 0;
}

#jomevents-items .date-featured .date-bar {
    background: #f37272;
}

#jomevents-items .jv-date-month {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

#jomevents-items .start-time {
    font-size: 20xp;
    color: #c62b02;
    font-weight: bold;
}

#jomevents-items .address-container {
    font-size: 1.3rem;
    font-weight: 500;
}

#jomevents-items .custom-fields span {
    font-weight: 500;
}
