/**
 * AddToCalendar Icon Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var {
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!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;
    width: 170px;
    z-index: 900;
}

.atcb-list, .atcb-item {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgb(0, 0, 0) !important;
}

.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;
}

/* Orange */

.atcb-list {
    margin: 10px 0px 0px 0px;
    padding: 0;
    color: #fff !important;
    line-height: 1.3em;
    vertical-align: middle;
    border-radius: 4px;
}

.atcb-link {
    position: relative;
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: none;
    /* background-color: rgb(29, 66, 132); */
    font-size: 1.20em;
    display: block;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* -webkit-box-shadow: 0px 9px 0px rgb(29, 66, 132), 0px 9px 12px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(8, 37, 88), 0px 9px 12px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgb(8, 37, 88), 0px 9px 12px rgba(0,0,0,.7); */
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.atcb-link:active {
    -webkit-box-shadow: 0px 3px 0px rgba(8, 37, 88), 0px 3px 6px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0px 3px 0px rgba(8, 37, 88), 0px 3px 6px rgba(0, 0, 0, .9);
    box-shadow: 0px 3px 0px rgba(8, 37, 88), 0px 3px 6px rgba(0, 0, 0, .9);
    position: relative;
    /* top: 6px; */
}

.atcb-link::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f736";
    width: 30px;
    height: 15px;
    z-index: 999;
    margin-right: 10px;
    color: white;
}

.atcb-link, .atcb-link:hover, .atcb-link:active, .atcb-link:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    /* padding: 7px 25px; */
}

.atcb-list {
    width: 230px;
    /* border: 1px solid #fff; */
    /* border: 1px solid rgb(186, 186, 186); */
    border-radius: 2px;
    /* box-shadow: 0 0 5px #AAA; */
}

.atcb-list, .atcb-item {
    background: #000;
    color: #fff;
}

.atcb-item, .atcb-item-link {
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atcb-item-link, .atcb-item-link:hover, .atcb-item-link:active, .atcb-item-link:focus {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atcb-item-link:hover, .atcb-item-link:active, .atcb-item-link:focus {
    color: #fff;
    background: rgb(36, 36, 36);
}

.atcb-item.hover, .atcb-item:hover {
    background: rgba(250, 203, 175, 1);
}