@media (max-width: 890px) {
    body {
        font-size: 14px;
    }
}

/* The button */

.addeventatc {
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f0f0f0;
    cursor: pointer;
    font-family: "Gotham Narrow SSm A", sans-serif;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-indent: 20px;
}
.addeventatc[aria-expanded="true"] {

}

.addeventatc:hover, .addeventatc:active {
    color: #000;
    text-decoration: none !important;
    background-color: #f0f0f0;
}

@media (max-width: 1044px) {
    .addeventatc {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .addeventatc {
        height: 45px;
        line-height: 45px;
        width: 100%;
    }
}

.addeventatc .arrow {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -9px;
    background: url(/images/calendar-add.svg) no-repeat;
    background-size: 16px 16px;
}

@media (max-width: 1044px) {
    .addeventatc .arrow {
        left: calc(50% - 80px);
    }
    .addeventatc {
        text-indent: 25px;
    }
}

.addeventatc-selected {
    background-color: #f0f0f0;
}

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client,
.addeventatc .transp {
    display: none !important;
}
/* Drop down */

.addeventatc_dropdown {
    width: 260px;
    position: absolute;
    padding: 6px 0px 0px 0px;
    font-family: "Gotham Narrow SSm A", sans-serif;
    color: #000 !important;
    font-weight: bold;
    line-height: 100%;
    background: #fff;
    font-size: 12px;
    text-decoration: none !important;
    text-align: left;
    margin-left: -1px;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    transform: scale(.98, .98) translateY(5px);
    z-index: -1;
    transition: transform .15s ease;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.addeventatc_dropdown.topdown {
    transform: scale(.98, .98) translateY(-5px) !important;
}

.addeventatc_dropdown span {
    display: block;
    line-height: 100%;
    background: #fff;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 14px 10px 14px 55px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.addeventatc_dropdown span:hover {
    background-color: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.addeventatc_dropdown em {
    color: #999 !important;
    font-size: 12px !important;
    font-weight: 400;
}

.addeventatc_dropdown .frs a {
    background: #fff;
    color: #cacaca !important;
    cursor: pointer;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 110% !important;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: none;
    top: 5px;
    z-index: 101;
}

.addeventatc_dropdown .frs a:hover {
    color: #999 !important;
}

.addeventatc_dropdown .ateappleical {
    background: url(/images/calendar/icon-apple-t5.svg) 18px 40% no-repeat;
    background-size: 22px 100%;
}

.addeventatc_dropdown .ategoogle {
    background: url(/images/calendar/icon-google-t5.svg) 18px 50% no-repeat;
    background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlook {
    background: url(/images/calendar/icon-outlook-t5.svg) 18px 50% no-repeat;
    background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlookcom {
    background: url(/images/calendar/icon-outlookcom-t5.svg) 18px 50% no-repeat;
    background-size: 22px 100%;
}

.addeventatc_dropdown .ateyahoo {
    background: url(/images/calendar/icon-yahoo-t5.svg) 18px 50% no-repeat;
    background-size: 22px 100%;
}

.addeventatc_dropdown .atefacebook {
    background: url(/images/calendar/icon-facebook-t5.svg) 18px 50% no-repeat;
    background-size: 22px 100%;
}

.addeventatc_dropdown .copyx {
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
}

.addeventatc_dropdown .brx {
    height: 1px;
    overflow: hidden;
    background: #e8e8e8;
    position: absolute;
    z-index: 100;
    left: 10px;
    right: 10px;
    top: 9px;
}

.addeventatc_dropdown.addeventatc-selected {
    transform: scale(1, 1) translateY(0px);
    z-index: 99999999999;
}

.addeventatc_dropdown.topdown.addeventatc-selected {
    transform: scale(1, 1) translateY(0px) !important;
}

.addeventatc_dropdown .drop_markup {
    background-color: #f4f4f4;
}