/* Use Google's hosted "Open Sans" font as display font in button */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600");

/* The button */
.addeventatc {
    display: inline-block;
    position: relative;
    text-align: center;
    /* background:#2878eb; */
    cursor: pointer;
    /* font-family:"Open Sans",Roboto,"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif; */
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    /* padding:12px 46px 12px 18px; */
}

    .addeventatc:hover {
        color: inherit;
        font-size: 14px;
        text-decoration: none;
        /* background-color: #2c84f4; */
    }

    .addeventatc .arrow {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -8px;
        background: url(//cdn.simpletix.com/magnificent/images/icon-arrow-t1.svg) no-repeat;
        background-size: 16px 16px;
    }

.addeventatc-selected {
    background-color: #2c84f4;
}

.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: 230px;
    position: absolute;
    padding: 6px 0px 0px 0px;
    font-family: "Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
    color: #000 !important;
    font-weight: 600;
    line-height: 100%;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    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;
        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(//cdn.simpletix.com/magnificent/images/icon-apple-t5.svg) 18px 40% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ategoogle {
        background: url(//cdn.simpletix.com/magnificent/images/icon-google-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateoutlook {
        background: url(//cdn.simpletix.com/magnificent/images/icon-outlook-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateoutlookcom {
        background: url(//cdn.simpletix.com/magnificent/images/icon-outlookcom-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .ateyahoo {
        background: url(//cdn.simpletix.com/magnificent/images/icon-yahoo-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

    .addeventatc_dropdown .atefacebook {
        background: url(../images/icon-facebook-t5.svg) 18px 50% no-repeat;
        background-size: 22px 100%;
    }

	.addeventatc_dropdown .ateoffice365 {
        background: url(../images/icon-office365-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: 99999;
    }

    .addeventatc_dropdown.topdown.addeventatc-selected {
        transform: scale(1,1) translateY(0px) !important;
    }

    .addeventatc_dropdown .drop_markup {
        background-color: #f4f4f4;
    }


#addeventatc2-drop {
    top: inherit !important;
    bottom: -100% !important;
}

.section__head.fixed #addeventatc2-drop {
    top: initial !important;
    bottom:initial !important;
}

div.section__content ul {
    margin-left: 15px;
}

.DisplayAnimation {
    font-size: 55px !important;
}
#GetTicketButton[aria-disabled="true"] {
    background-color: #999999 !important;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
}
@media (max-width: 767px){
    .DisplayAnimation {
        font-size: 36px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .DisplayAnimation {
        font-size: 40px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .DisplayAnimation {
        font-size: 44px !important;
    }
}
@media (min-width: 1201px)and (max-width: 1875px) {
    .DisplayAnimation {
        font-size: 50px !important;
    }
}
#GetTicketButton2[aria-disabled="true"] {
    background-color: #999999 !important;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
}
#GetEmbedTicketButton[aria-disabled="true"] {
    background-color: #999999 !important;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
}
#GetTicketEmbedButton2[aria-disabled="true"] {
    background-color: #999999 !important;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
}