/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
/*    display: inline-block;*/
    background: transparent!important;
    width: 231px;
}

.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: #fff;
}

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

.node-type-event .panel-2col-75-25 .container .panel-right .event-buttons a.atcb-item-link {
    font-family: 'franklin-gothic-urw', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    color: #272727;
    letter-spacing: 0.06rem;
    text-transform: none;
    line-height: 1.5;
    text-align: center;
    display: block;
    padding: 5px 5px;
    margin-top: 10px;
    border: none;
    margin-bottom: 10px;
    text-decoration: none;
}

.node-type-event .panel-2col-75-25 .container .panel-right .event-buttons a.atcb-item-link:hover {
  background: #fff;
  color: #EB008C;
}
