.search-form,.search-form .search-form__button{display:none}.search-form__close{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}@media screen and (min-width:1200px){.container{width:1166px}}.search-form,.search-form.form-hide{width:0;opacity:0}.search-form{-webkit-box-shadow:0 0 1px 1px #bbb;box-shadow:0 0 1px 1px #bbb;background-color:#fff;height:30px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:-5px;right:0;-webkit-transition:width .6s;-o-transition:width .6s;transition:width .6s;padding:2px}.search-form.form-hide .search-form__button{display:none;visibility:hidden}.search-form.form-show{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;opacity:1}.search-form.form-show .search-form__button{display:block}.search-form__button{height:30px;width:30px;background:url(/wp-content/themes/envo-magazine-child/assets/dist/images/search_red.svg),no-repeat,center;border:none;position:absolute;top:2px;right:2px}.search-form__input{width:-webkit-calc(100% - 30px);width:calc(100% - 30px);height:-webkit-calc(100% - 4px);height:calc(100% - 4px);border:none;outline:0}.form-show{-webkit-animation-name:form-append;-o-animation-name:form-append;animation-name:form-append;-webkit-animation-duration:.6s;-o-animation-duration:.6s;animation-duration:.6s}.form-hide{-webkit-animation-name:form-close;-o-animation-name:form-close;animation-name:form-close;-webkit-animation-duration:.6s;-o-animation-duration:.6s;animation-duration:.6s}@-webkit-keyframes form-append{0%{width:0;opacity:0}40%{opacity:1}100%{width:100%}}@-o-keyframes form-append{0%{width:0;opacity:0}40%{opacity:1}100%{width:100%}}@keyframes form-append{0%{width:0;opacity:0}40%{opacity:1}100%{width:100%}}@-webkit-keyframes form-close{0%{width:100%;opacity:1}100%{width:0%;opacity:0}}@-o-keyframes form-close{0%{width:100%;opacity:1}100%{width:0%;opacity:0}}@keyframes form-close{0%{width:100%;opacity:1}100%{width:0%;opacity:0}}.search-form__close{padding-left:10px;width:20px;height:20px;margin-right:24px;margin-left:12px;position:relative;display:inline-block;overflow:hidden;-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important;font-weight:300;font-size:26px;color:#ec345e;font-family:ops,"Open Sans",Georgia,Arial,sans-serif;cursor:pointer}.search-form__close span::after,.search-form__close span::before{height:2px;margin-top:-2px;content:'';position:absolute;width:100%;top:50%;left:0;background:#000}.search-form__close span::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.search-form__close span::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}