/* Elementor lightbox fix */
.dialog-type-lightbox .dialog-widget-content {
  width: 50%;
  transform: translate(50%, 0);
  color: #aba8a8;
}
header.sticky .site-header {
  position: fixed;
  animation: c 0.3s ease;
}
header.sticky .site-header .elementor-55 .elementor-element {
  padding: 0;
}
#content {
  /*width: 100vw;
  max-width: 2400px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;*/
}
#slider-wrapper-id {
  width: 100vw;
}
@media only screen and (max-width: 767px) {
  .elementor-column {
    width: 100% !important;
  }
  .elementor-column .eicon {
    font-size: 2rem !important;
  }
  .elementor-column .logo-img {
    text-align: center !important;
  }
  .smaller {
    font-size: 0.9em;
  }
  .center p {
    text-align: center;
  }
}
