.widget_sd_widget_search .sd-search-show button {
  background-color: unset;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #002d59;
  color: #002d59;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget_sd_widget_search .sd-search-show button svg {
  height: 16px;
  width: 16px;
  margin: 0;
}
.widget_sd_widget_search .sd-search-show button:hover {
  color: #FFF;
  background-color: #002d59;
}
.widget_sd_widget_search .sd-search-form {
  position: fixed;
  top: -100vh;
  height: 100vh;
  display: flex;
  justify-content: center;
  padding-top: 10%;
  align-items: unset;
  opacity: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_sd_widget_search .sd-search-form:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ef7b10;
  opacity: 0.95;
  z-index: 1;
}
.widget_sd_widget_search .sd-search-form.active {
  opacity: 1;
  top: 0;
}
.widget_sd_widget_search .sd-search-form.active h3 {
  opacity: 0;
  color: #FFF;
  font-size: 50px;
  animation-name: showAnimation;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.widget_sd_widget_search .sd-search-form.active form.search-form {
  opacity: 0;
  animation-name: showAnimation;
  animation-delay: 0.7s;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.widget_sd_widget_search .sd-search-form.active form.search-form button {
  right: 3px;
  bottom: 13px;
  line-height: unset;
  top: unset;
  height: unset;
  width: unset;
}
.widget_sd_widget_search .sd-search-form.active form.search-form button svg {
  width: 20px;
}
.widget_sd_widget_search .sd-search-form.active button {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: unset;
  color: #FFF;
  padding: 0;
}
.widget_sd_widget_search .sd-search-form.active button svg {
  width: 30px;
  height: unset;
}
.widget_sd_widget_search .sd-search-form .sd-search-form-inner {
  width: 800px;
  z-index: 1;
  text-align: center;
}

@keyframes showAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1600px) {
  .widget_sd_widget_search .sd-search-show button {
    height: 35px;
    width: 35px;
  }
  .widget_sd_widget_search .sd-search-form .sd-search-form-inner {
    width: 664px;
  }
  .widget_sd_widget_search .sd-search-form.active h3 {
    font-size: 42px;
  }
  .widget_sd_widget_search .sd-search-form.active form.search-form button {
    right: 2px;
    bottom: 11px;
  }
  .widget_sd_widget_search .sd-search-form.active form.search-form button svg {
    width: 17px;
  }
  .widget_sd_widget_search .sd-search-form.active button {
    top: 33px;
    right: 33px;
  }
  .widget_sd_widget_search .sd-search-form.active button svg {
    width: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_search .sd-search-form .sd-search-form-inner {
    width: 584px;
  }
  .widget_sd_widget_search .sd-search-form.active h3 {
    font-size: 37px;
  }
  .widget_sd_widget_search .sd-search-form.active form.search-form button {
    bottom: 9px;
  }
  .widget_sd_widget_search .sd-search-form.active form.search-form button svg {
    width: 15px;
  }
  .widget_sd_widget_search .sd-search-form.active button {
    top: 29px;
    right: 29px;
  }
  .widget_sd_widget_search .sd-search-form.active button svg {
    width: 22px;
  }
}

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