@charset "UTF-8";

/*----------------------------------------
results
----------------------------------------*/
/*----------------------------------------
Variables
----------------------------------------*/
/* # Color */
/* # Shadow */
/* # Hover */
/* # Font Family */
/* # Font Weight */
/* # Width */
/* # Height */
/* # Padding */
/* # Easing */
/* #icomoon */
main.results .page-content {
  background: #f2f2f2;
}

main.results .read {
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  main.results .read {
    padding: 70px 0 55px 0;
  }
}

@media screen and (min-width: 768px) {
  main.results .read {
    padding: 140px 0 110px 0;
  }
}

@media screen and (max-width: 767px) {
  main.results .posts-wrap {
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 80px, #f2f2f2 81px, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 80px, #f2f2f2 81px, #f2f2f2 100%);
  }
}

@media screen and (min-width: 768px) {
  main.results .posts-wrap {
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 120px, #f2f2f2 121px, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 120px, #f2f2f2 121px, #f2f2f2 100%);
  }
}
/*# sourceMappingURL=../maps/page/results.css.map */
