/*
    Adding in icons in the BG
    and hover
*/

.atc-style-menu-wb .atcb-item:nth-child(1) {
  background: url(../images/addevent/icon-apple-t1.svg);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.atc-style-menu-wb .atcb-item:nth-child(1):hover {
  background: rgba(0,0,0,0.05) url(../images/addevent/icon-apple-t1.svg);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.atc-style-menu-wb .atcb-item:nth-child(2) {
  background: url(../images/addevent/icon-google-t1.svg);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.atc-style-menu-wb .atcb-item:nth-child(2):hover {
  background: rgba(0,0,0,0.05) url(../images/addevent/icon-google-t1.svg);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.atc-style-menu-wb .atcb-item:nth-child(3) {
  background: url(../images/addevent/icon-outlook-t1.svg);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.atc-style-menu-wb .atcb-item:nth-child(3):hover {
  background: rgba(0,0,0,0.05) url(../images/addevent/icon-outlook-t1.svg);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}