/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2020 | 11:19:26 */
#fadeBox {
  position: absolute;
  width: 100%;
  height: 100%;
}

#iconsCol {
  animation: fadeIn 1s ease;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#iconsCol .elementor-icon {
  position: relative;
  transition: 0.3s;
}
#iconsCol .elementor-icon:hover {
  filter: none;
}

.iconText {
  text-decoration: underline;
  position: absolute;
  left: 0; right: 0;
  bottom: -17px;
  margin: auto;
  width: 100%;
  font-size: 13px;
  opacity: 0;
  transition: 0.3s;
  color: black;
}
#iconsCol .elementor-icon:hover .iconText {
  opacity: 1;
}
#contactPhone {
  filter: drop-shadow(3px 3px 5px black);
}
#staffText {
  /*text-shadow: 1px 1px 1px white;*/
}

@media only screen and (max-width: 768px) {
  #iconsBox .elementor-widget-container {
    text-align: center;
  }
  #iconsBox .elementor-social-icons-wrapper {
    max-width: 281px;
    margin: auto;
  }
  #iconsBox .elementor-social-icons-wrapper a:nth-of-type(4) {
    margin-right: 0;
  }
  #iconsBox .elementor-social-icons-wrapper a:last-of-type {
    margin-top: 20px;
  }
  #zevet {
    display: none;
  }
}