/* Llista d'events de la portada. Complementa portada/css/style.css (.section_title, .boxed-btn3). */

.events_area {
    padding: 100px 0 60px 0;
}

.events_area .single_event {
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.events_area .single_event:last-child {
    border-bottom: 0;
}

.events_area .single_event .section_title h4 {
    color: #FF4533;
    margin-bottom: 15px;
}

.events_area .single_event .section_title h3 {
    margin-bottom: 20px;
}

.events_area .single_event .section_title p {
    margin-bottom: 30px;
}

.events_area .event_state {
    display: inline-block;
    font-family: "Anton", sans-serif;
    font-size: 20px;
    line-height: 50px;
    padding: 0 38px;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #AAB1B7;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .events_area {
        padding: 60px 0 30px 0;
    }

    .events_area .single_event {
        padding: 35px 0;
    }
}
