/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2021 | 09:31:09 */
.search-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%!important;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(58, 62, 67, .8);
}

.search-form .elementor-widget-container {
  width: 100%!important;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form .elementor-widget-container .elementor-form-fields-wrapper {
  flex-wrap: nowrap;
}

.search-form .elementor-widget-container .elementor-form-fields-wrapper input {
  width: 700px!important;
  max-width: 60vw!important;
  background: none;
  background-color: transparent!important;
  border: 2px solid var(--e-global-color-secondary);
  border-radius: 35px;
  padding: 10px;
  color: #fff;
}

@media (max-width: 580px) {
  .search-form .elementor-widget-container .elementor-form-fields-wrapper input {
    max-width: 80vw!important;
  }
}

.search-form .elementor-widget-container .elementor-form-fields-wrapper button {
  border: 2px solid var(--e-global-color-secondary);
  background-color: transparent!important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0!important;
  transition: .3s ease;
  color: #fff!important;
  outline: none!important;
}

.search-form .elementor-widget-container .elementor-form-fields-wrapper button:hover {
  background-color: var(--e-global-color-secondary)!important;
  color: var(--e-global-color-primary)!important;
}

.search-form .elementor-message {
  display: none!important;
}