.event .event-header {
    margin: 0px 0px 0px 0px;
}

.event .article-title-container {
    margin: 5px 0px 10px;
}

.event .event-image {
    position: relative;
}

.event .event-image .thumbnail {
    width: 100%;
    height: 200px;

    border-radius: 5px;
}

.event .event-image span {
    position: absolute;
    top: 15px;
    left: 15px;

    display: inline-block;

    padding-left: 5px;

    color: #ed1847;
    border: 2px solid #d7d7d7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;

    font-size: 14px;
    font-weight: 700;
    line-height: 25px;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.event .event-info {
    padding: 10px 0px 0px 0px;

    font-size: 14px;
    line-height: 20px;
}

.event .event-info-item {
    padding-bottom: 10px;
}

.event .time {
    padding-left: 24px;

    background-image: url('/assets/website/svg/ico_time.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px 20px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 480px) {
    .event .event-image {
        float: left;

        width: 64%;
        margin-bottom: 20px;
    }

    .event .event-image .thumbnail {
        width: 100%;

        border-radius: 15px;
    }

    .event .event-info {
        float: right;

        width: 34%;
        padding: 0px 0px 0px 5px;

        line-height: 18px;
    }

    .event .event-info-item {
        padding-bottom: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .event .event-header {
        margin: 10px 0px 10px 0px;
    }

    .event .article-title-container {
        margin: 10px 0px 20px 0px;
    }

    .event .event-image {
        float: left;

        width: 64%;
        margin-bottom: 20px;
    }

    .event .event-image .thumbnail {
        width: 100%;
        height: 336px;

        border-radius: 15px;
    }

    .event .event-image span {
        width: 42px;
        height: 42px;

        font-size: 22px;
        line-height: 38px;
    }

    .event .event-info {
        float: right;

        width: 34%;
        padding: 0px 0px 0px 17px;

        font-size: 20px;
        line-height: 24px;
    }

    .event .event-info-item {
        padding-bottom: 26px;
    }

    .event .time {
        padding-left: 35px;

        background-size: 26px 26px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .event .event-header {
        margin: 20px 0px 10px 0px;
    }

    .event .article-title-container {
        margin: 10px 0px 20px 0px;
    }

    .event .event-image {
        float: left;

        margin-bottom: 20px;
    }

    .event .event-image .thumbnail {
        width: 360px;
        height: 242px;

        border-radius: 15px;
    }

    .event .event-image span {
        width: 36px;
        height: 36px;

        font-size: 18px;
        line-height: 36px;
    }

    .event .event-info {
        float: right;

        width: 180px;
        padding: 0px 0px 0px 17px;

        font-size: 14px;
        line-height: 22px;
    }

    .event .event-info-item {
        padding-bottom: 11px;
    }

    .event .time {
        padding-left: 20px;

        background-size: 17px 21px;
    }
}
