/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/header-search/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/* 
* search icon and form  
*/
.wp-block-wpopus-header-search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-wpopus-header-search svg {
  cursor: pointer;
}

.wpopus-search-form {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 0;
  height: 0;
  z-index: 999;
  opacity: 0;
  top: 0;
  left: 0;
}

.wpopus-search-form.search-open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.wpopus-search-form-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpopus-search-form-wrapper form {
  width: 90%;
  max-width: 600px;
  position: relative;
  display: flex;
  flex-direction: row;
}

.wpopus-search-form-wrapper form input {
  height: 60px;
  width: 60px;
  padding: 20px;
  font-size: 20px;
  border-radius: 60px;
  border: 1px solid #eee;
  transition: all 0.5s ease-in-out;
}

.wpopus-search-form.search-open .wpopus-search-form-wrapper form input {
  width: 100%;
}

.wpopus-search-form-wrapper form input:focus {
  outline: none;
}

.wpopus-search-form-wrapper form button {
  margin-top: 3px;
  margin-left: -58px;
  height: 54px;
  width: 54px;
  background: #fff;
  border: none;
  border-radius: 54px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.wpopus-search-form-wrapper form button svg {
  height: 18px;
  width: 18px;
  fill: #000;
}

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