.event-header-item {
    display: inline-block;

    margin-right: 3px;
    margin-bottom: 5px;

    text-align: center;
    vertical-align: middle;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    font-size: 14px;
    font-weight: bold;

    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.event-date {
    padding: 0 5px;

    color: #fff;
    background: #d14c47;

    line-height: 1.5;
}

.add-to-calendar-button {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    cursor: pointer;
    vertical-align: middle;

    background: url('/assets/website/svg/btn_add_calendar.svg') center no-repeat;
    background-size: cover;
}

.add-to-calendar-button.active {
    background: url('/assets/website/svg/btn_add_calendar_added.svg') center no-repeat;
}

.add-to-calendar-button span {
    position: absolute;
    top: -40px;
    left: -120px;

    display: none;

    height: 34px;
    padding: 0 7px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;

    color: #453f4d;
    border: 1px solid #d1d8de;
    border-radius: 2px;
    background: #eaf1f7;

    font-weight: normal;

    -o-user-select: none;
}

.event-attributes {
    display: inline-block;

    margin-left: 10px;
}

.is-promo-teaser {
    width: 75px;
    margin-top: 10px;
    margin-left: 10px;

    text-transform: uppercase;

    color: #fff;
    background: #ffaa00;
}

.is-premiere-teaser {
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;

    text-transform: uppercase;

    color: #ffaa00;
    border: 2px solid #ffaa00;
    background: #fff;

    font-weight: bold;
}


@media only screen and (min-width: 720px) {
    .event-header-item {
        margin-right: 10px;
        padding: 5px 0px 3px 0px;

        font-size: 20px;
    }

    .event-header-item.header-button {

    }

    .add-to-calendar-button {
        width: 30px;
        height: 30px;
    }

    .add-to-calendar-button span {
        top: -56px;
        left: -160px;

        height: 44px;
    }

    .event-attributes {
        margin-left: 30px;
    }

    .is-premiere-teaser {
        width: 130px;
    }

    .is-promo-teaser {
        width: 120px;
    }

    .event-date {
        padding: 6px 7px;
    }
}

@media only screen and (min-width: 1020px) {
    .add-to-calendar-button:focus > .tooltip,
    .add-to-calendar-button:hover > .tooltip {
        display: block;
    }

    .event-header-item {
        margin-right: 5px;
        padding: 2px 0px 1px 0px;

        font-size: 14px;
    }

    .event-header-item.header-button {

    }

    .event-date {
        padding: 3px 10px;
    }

    .add-to-calendar-button {
        width: 20px;
        height: 20px;
    }

    .add-to-calendar-button span {
        top: -30px;
        left: -84px;

        height: 24px;
    }

    .event-attributes {
        margin-left: 10px;
    }

    .is-premiere-teaser {
        width: 96px;
    }

    .is-promo-teaser {
        width: 78px;
    }
}
