.widget_sd_widget_search {
  width: 100%;
}

.sd-search-container {
  margin-left: 60px;
  cursor: pointer;
  height: 40px;
  position: relative;
}
.sd-search-container .sd-search-trigger {
  transition: all 0.3s ease;
  z-index: 99;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  position: absolute;
  background-color: #fdefed;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sd-search-container .sd-search-trigger svg {
  width: 20px;
  height: 20px;
  color: #1a1a1a;
}
.sd-search-container .sd-search-trigger.open {
  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;
}
.sd-search-container .sd-search-form {
  display: none;
  padding-left: 60px;
}
.sd-search-container .close-search-form {
  display: none;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  color: #1a1a1a;
  z-index: 99;
  cursor: pointer;
  height: 40px;
  align-content: center;
}

@media screen and (max-width: 1600px) {
  .sd-search-container {
    margin-left: 50px;
    height: 33px;
  }
  .sd-search-container .sd-search-trigger {
    height: 33px;
    width: 33px;
  }
  .sd-search-container .sd-search-trigger svg {
    width: 17px;
    height: 17px;
  }
  .sd-search-container .sd-search-form {
    padding-left: 50px;
  }
  .sd-search-container .close-search-form {
    right: 8px;
    width: 17px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-search-container {
    margin-left: 44px;
    height: 29px;
  }
  .sd-search-container .sd-search-trigger {
    height: 29px;
    width: 29px;
  }
  .sd-search-container .sd-search-trigger svg {
    width: 15px;
    height: 15px;
  }
  .sd-search-container .sd-search-form {
    padding-left: 44px;
  }
  .sd-search-container .close-search-form {
    right: 7px;
    width: 15px;
    height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .search-open .widget_sd_widget_search .sd-search-container {
    margin-left: 0;
  }
}

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