/*
 * Search Stylesheet for Rotten Apples
 */
html body div.search-area {
  position: absolute;
  top: 30px;
  left: 180px;
  width: 80%;
  z-index: 25;
  box-shadow: unset !important;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html body div.search-area {
    width: 60%;
  }
}
html body div.search-area.home {
  border-bottom: 1px solid #000000;
  position: relative;
  margin-top: 55px;
  top: auto;
  left: 0;
  width: 100%;
}
html body div.search-area.home.active {
  border-bottom: 1px solid #DDDDDD;
}
html body div.search-area.home div.search-result-container {
  position: relative;
  top: auto;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  html body div.search-area.home {
    position: absolute;
    width: 80%;
    margin: auto;
  }
  html body div.search-area.home.active {
    width: 100%;
  }
}
html body div.search-area.home p {
  margin-bottom: 0px !important;
}
html body div.search-area.home div.widget form img.search-icon {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  html body div.search-area.home div.widget form img.search-icon {
    right: 25px;
  }
}
html body div.search-area.home div.search-result-container {
  width: 100%;
}
html body div.search-area.home div.search-result-container h3 {
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  html body div.search-area {
    top: 95px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.3);
    width: 100%;
  }
  html body div.search-area.active {
    top: 0;
    min-height: 100vh;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  html body div.search-area.active div.search-result-container {
    overflow-y: scroll;
    height: 100vh !important;
    width: 100%;
  }
  html body div.search-area.active div.widget {
    padding: 10px 5px;
    border: 3px solid #F7F7F7;
    border-left: none;
    border-right: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  html body div.search-area.active div.widget div.mobile-close-button:before, html body div.search-area.active div.widget div.mobile-close-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-color: #7F7F7F;
    margin-left: 15px;
  }
  html body div.search-area.active div.widget div.mobile-close-button:before {
    border-top-width: 2px;
    border-top-style: solid;
    top: 23px;
    left: 5px;
    width: 10px;
    z-index: 1;
  }
  html body div.search-area.active div.widget div.mobile-close-button:after {
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-left-style: solid;
    transform: rotate(45deg);
    z-index: 2;
    height: 6px;
    width: 6px;
    top: 20px;
  }
  html body div.search-area.active form {
    width: 80%;
    margin: 0 auto;
    line-height: 25px;
  }
  html body div.search-area.active form img.search-icon {
    top: 15px;
  }
}
html body div.search-area div.widget {
  padding: 0 5px 10px;
}
html body div.search-area form {
  width: 100%;
}
html body div.search-area form img.search-icon {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  html body div.search-area form img.search-icon {
    position: absolute;
    right: 25px;
    height: 15px;
    top: 5px;
  }
}
html body div.search-area form input {
  border: none;
  outline: none;
  padding: 0px 10px;
  width: 70%;
  font-size: 16px;
  line-height: 25px;
}
html body div.search-area form input::placeholder {
  font-family: "apercu-light-pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #7F7F7F;
}
html body div.search-area div.search-result-container {
  background-color: #FFFFFF;
  width: 80%;
  position: absolute;
  top: 52px;
  border: 1px solid #DDDDDD;
  border-top: none;
  overflow: hidden;
}
html body div.search-area div.search-result-container div.search-result {
  width: 100%;
  padding: 10px;
  float: left;
  cursor: pointer;
}
html body div.search-area div.search-result-container div.search-result:hover {
  background-color: #F0F0F0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
html body div.search-area div.search-result-container div.search-result div.search-result-content img.search-result-image {
  float: left;
  height: 60px;
  width: auto;
  padding: 0 20px 0 0;
}
html body div.search-area div.search-result-container div.search-result div.search-result-content p.search-result-type {
  font-size: 10px;
  color: #7F7F7F;
}
html body div.search-area div.search-result-container div.search-result div.search-result-content h3 {
  font-family: "apercu-regular-pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

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