
/* #############################ADD TO CALENDAR BUTTON ##########################  */
.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
	width:100%;
	}

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

/* Icon */

.atc-style-button-icon .atcb-link,
.atc-style-button-icon .atcb-link:hover,
.atc-style-button-icon .atcb-link:active,
.atc-style-button-icon .atcb-link:focus
{
    text-decoration: none;
    outline: none;
		    text-decoration: none;
    outline: none;
    color: #f0b81b;
    padding: 7px 17px;
    background: #0081c8;
    text-transform: uppercase;
    font: 18px ideal_semi, sans-serif;
	width: 215px;

margin: 0 auto;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    border-radius: 10px;
    padding: 10px 25px;
    color: #101231;
    font-family: "Ubuntu";
    font-weight:700;
    font-size: 22pt;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(to right, #498eaf, #65C2EE);
    zoom: 1;
    text-transform: uppercase;

    span{
        vertical-align: middle;
    }

    .icon-image{
        max-width: 30px !important;
        vertical-align: middle;
        filter: invert(13%) sepia(71%) saturate(1731%) hue-rotate(225deg) brightness(90%) contrast(97%);
    }
}


.atc-style-blue .atcb-link:hover{ background: #498eaf; }

.atc-style-blue .atcb-list, .atc-style-button-icon .atcb-list {
      width: 170px;
    border: 1px solid #26A9E0;
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
 
}

.atc-style-blue .atcb-list, .atc-style-button-icon .atcb-list, 
.atc-style-blue .atcb-item, .atc-style-button-icon .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item, .atc-style-button-icon .atcb-item, 
.atc-style-blue .atcb-item-link, .atc-style-button-icon .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link, .atc-style-button-icon .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,  .atc-style-button-icon .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,  .atc-style-button-icon .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus,   .atc-style-button-icon .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover, .atc-style-button-icon .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active, .atc-style-button-icon .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus, .atc-style-button-icon .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover, .atc-style-button-icon .atcb-item.hover,
.atc-style-blue .atcb-item:hover, .atc-style-button-icon .atcb-item:hover
 {
    background: rgb(66,129,244);
}
@media (max-width:600px ){

.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus { font-size:12px}

}