.addeventatc {
  position: relative;
  display: inline-block;
  color: #E8590C;
  font-size: 16px;
  cursor: pointer;
  padding-left: 25px;
}

.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  color: #000!important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  -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;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity .15s ease, visibility .15s;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.addeventatc .addeventatc_icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -2px;
  left: 0;
}
.addeventatc .addeventatc_icon:after {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f133';
  font-weight: 300;
  font-size:  16px;
  line-height:  24px;
  color: #8B8B8B;
}
.addeventatc_dropdown a {
  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 .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}

.addeventatc_dropdown em {
  color: #999!important;
  font-size: 12px!important;
  font-weight: 400;
}

.addeventatc_dropdown .ateappleical {
  background: url('../images/apple-logo-filled.svg') 18px 40% no-repeat;
  background-size: 22px 22px;
}

.addeventatc_dropdown .ategoogle {
  background: url('../images/google.svg') 18px 50% no-repeat;
  background-size: 22px 22px;
}

.addeventatc_dropdown .ateoutlook {
  background: url('../images/microsoft-outlook.svg') 18px 50% no-repeat;
  background-size: 22px 22px;
}

.addeventatc_dropdown .ateoutlookcom {
  background: url('../images/microsoft-outlook-online.svg') 18px 50% no-repeat;
  background-size: 22px 22px;
}

.addeventatc_dropdown .ateoffice365 {
  background: url('../images/microsoft-office365.svg') 18px 50% no-repeat;
  background-size: 22px 22px;
}

.addeventatc_dropdown .ateyahoo {
  background: url('../images/yahoo.svg') 18px 50% no-repeat;
  background-size: 22px 22px;
}



.addeventatc_dropdown.show {
  opacity: 1;
  visibility: visible;
  z-index: 12;
  left: -2px;
  top: -2px;
  opacity: 1;
}


.addeventatc_dropdown a:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
