/*
Theme Name: Leisure Child
Theme URI:
Author: Curly Themes
Author URI:
Description: Child Theme for Leisure Theme
Version: 1
Template: leisure

*/

@media (min-width: 767px) {
  #search-form {
    display: none !important;
  }

  .search-button {
    position: relative;
    z-index: 1;
  }

  #search-form-inline.show {
    display: block !important;
    position: absolute;
    width: 360px;
    top: 13px;
    right: -13px;
    border: solid 2px #000 !important;
  }
}
