﻿/**
 * AddToCalendar Blue Style
 * https://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
    font-family: 'ΓÇ£Trebuchet MSΓÇ¥', 'ΓÇ£Lucida Sans UnicodeΓÇ¥', 'ΓÇ£Lucida GrandeΓÇ¥', 'ΓÇ¥ Lucida SansΓÇ¥', Arial, sans-serif !important;
    font-weight: bold;
    font-size: 1.000em;
    min-width: 116px;
}

.addtocalendar * {
    font-family: 'ΓÇ£Trebuchet MSΓÇ¥', 'ΓÇ£Lucida Sans UnicodeΓÇ¥', 'ΓÇ£Lucida GrandeΓÇ¥', 'ΓÇ¥ Lucida SansΓÇ¥', Arial, sans-serif !important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    /*
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 900;
    */
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    max-width: 120px;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.atcb-link a {
        max-width: 120px;
}

/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    /*
    color: #fff;
    background: #7c8959;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    font-family: "Verdana";
    */
    margin: 0;
    padding: 7px 25px;

    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 4px;
    zoom: 1;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}


.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: #7c8959;
}



@media screen and (max-width: 727px){
    .calendarEvents {
        padding: 10px 5px !important;
    }
    .calendarEventDetails {
        padding: 5px !important;
    }
}