/*
 * 1. Candidates feed
 */
.et_pb_module .vt_candidate_feed ul {
    align-content: space-around;
    display: flex;
    flex-flow: row wrap;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

.vt_candidate_feed li {
    border: 1px solid #e8e8e8;
    display: flex;
    flex-basis: 23%;
    list-style: outside none none;
    margin: 0 1% 15px;
    padding: 0;
}

.vt_candidate_feed .candidate-card {
    display: block;
    font-size: 15px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.vt_candidate_feed .candidate-card .candidate-info {
    background: #ffffff none repeat scroll 0% 0%;
    color: #333333;
    line-height: 18px;
    padding: 0px 10px 10px;
    text-transform: uppercase;
    width: 100%;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-all;
}

.vt_candidate_feed .candidate-card .candidate-number {
    background: #76b72a none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    left: 20px;
    padding: 8px 9px;
    position: absolute;
    top: 20px;
}

.vt_candidate_feed .candidate-card .candidate-image {
    min-height: 100px;
}

.vt_candidate_feed .candidate-card .candidate-image > img {
    width: 100%;
}

.vt_candidate_feed .candidate-card .candidate-location, .vt_candidate_feed .candidate-card .candidate-title {
    font-size: 0.8em;
}

.vt_candidate_feed .candidate-card .candidate-description {
    color: #333;
    font-size: 14px;
    padding: 0 10px 15px;
}

@media all and (max-width: 1023px) {
    .vt_candidate_feed .candidate-card .candidate-number {
        left: 5px;
        top: 5px;
    }
}

@media all and (max-width: 767px) {
    .vt_candidate_feed li {
        flex-basis: 48%;
        margin: 0 1% 15px;
    }
}

@media all and (max-width: 479px) {

}

/*
 * 2. Event calendar
 */
.et_pb_module .vt_eventcalendar ul {
    align-content: space-around;
    display: flex;
    flex-flow: row wrap;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

.vt_eventcalendar li {
    clear: both;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.vt_eventcalendar .event-info {
    align-content: space-between;
    border-left: 4px solid #6eb82a;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding-left: 14px;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-all;
}

.vt_eventcalendar .event-info > div {
    margin: 2px 0px;
}

.vt_eventcalendar .event-name {
    color: #28b8ce;
    font-weight: bold;
    text-transform: uppercase;
}

.vt_eventcalendar .event-time {
    display: inherit;
}

.vt_eventcalendar .event-time .event-datetime-end {
    margin-left: 5px;
}

.vt_eventcalendar .event-description {
    color: #000000;
    font-size: 0.85em;
    line-height: 1.2;
}

.vt_text_color_white .vt_eventcalendar .event-info {
    border-left: none;
}

.vt_text_color_white .vt_eventcalendar .event-name,
.vt_text_color_white .vt_eventcalendar .event-description,
.vt_text_color_white .vt_eventcalendar .event-info > div {
    color: #ffffff;
}
