.widget_sd_widget_contact_icon a {
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}
.widget_sd_widget_contact_icon .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #011b2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background .3s ease, color .3s ease;
  -moz-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}
.widget_sd_widget_contact_icon .contact-icon svg {
  width: 17px;
  height: 17px;
  color: #159fcb;
}
.widget_sd_widget_contact_icon:hover .contact-icon {
  background-color: #011b2e;
}
.widget_sd_widget_contact_icon:hover .contact-icon svg {
  color: #FFF;
}
.widget_sd_widget_contact_icon .contact-text {
  color: #011b2e;
  font-family: "Eurostile", sans-serif;
  font-size: 20px;
  line-height: 25px;
  width: 100%;
}
.widget_sd_widget_contact_icon.contact-icon-location {
  flex-grow: 1;
}
.widget_sd_widget_contact_icon.contact-icon-location .contact-text {
  font-size: 16px;
  max-width: 200px;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_contact_icon a {
    column-gap: 12px;
  }
  .widget_sd_widget_contact_icon .contact-icon {
    width: 33px;
    height: 33px;
  }
  .widget_sd_widget_contact_icon .contact-icon svg {
    width: 15px;
    height: 15px;
  }
  .widget_sd_widget_contact_icon .contact-text {
    font-size: 17px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_contact_icon a {
    column-gap: 11px;
  }
  .widget_sd_widget_contact_icon .contact-icon {
    width: 30px;
    height: 30px;
  }
  .widget_sd_widget_contact_icon .contact-text {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
