.widget_sd_widget_my_kv a {
  color: #FFF;
  background-color: #ef7b10;
  padding: 0 20px;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  max-width: 100%;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  margin-left: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.widget_sd_widget_my_kv a:hover {
  background-color: #002d59;
}

.mobile-menu-sidebar .widget_sd_widget_my_kv {
  margin-top: -30px;
  margin-bottom: 30px;
}
.mobile-menu-sidebar .widget_sd_widget_my_kv a {
  margin-left: 0;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_my_kv a {
    padding: 0 17px;
    line-height: 35px;
    gap: 12px;
    font-size: 14px;
    margin-left: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_my_kv a {
    padding: 0 15px;
    gap: 11px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 500px) {
  header .widget_sd_widget_my_kv {
    display: none;
  }
}

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