html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #EFEFEF;
  font-family: 'Roboto', sans-serif;
}

em {
  font-weight: bold;
}

.header {
    background-color: #017D47;
    height: 40px;
    background-image: url(https://luminous-landscape.com/wp-content/themes/luminous-landscape/assets/images/lula-logo-tagline.svg);
    background-repeat: no-repeat;
    padding: 15px;
    background-size: 280px;
    background-position: 20px center;
    font-family: 'Roboto', sans-serif;
}

.section-title {
  border-bottom: solid 1px #979797;
  font-size: 1.2rem;
  padding: 5px 0;
  margin-bottom: 10px;
  color: #979797;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

#sort-by-wrapper,
#stats {
  float: right;
}

#stats {
  font-size: .7rem;
  color: #5A5A5A;
  line-height: 1.6rem;
  padding-right: 10px;
}

#search-input {
  position: absolute;
  left: calc(25% + 10px);
  top: 15px;
}

#search-input input {
  padding: 10px 20px;
  width: 300px;
  border: none;
}

#search-input input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}

#left-column {
  width: calc(25% - 56px);
  float: left;
  background: #fff;
  padding: 20px;
  height: calc(100vh - 132px);
  overflow-y: scroll;
  margin: 10px 0 10px 10px;
  border: solid 1px #CCCCCC;
}

.filter-title {
  color: #017D47;
  font-size: .8rem;
}

.filter-title i {
  font-size: .6rem;
}

.ais-menu--link {
  text-decoration: none;
  color: #5a5a5a;
}

.ais-refinement-list,
.ais-range-slider {
  margin-top: 30px;
}

.ais-range-slider--body {
  width: 80%;
  margin-left: 20px;
}

.ais-range-slider--tooltip {
  left: -14px;
}

.ais-refinement-list--list {
  margin: 7px 0 10px;
}

.ais-refinement-list--item  {
  font-size: .8rem;
  padding: 5px;
  text-transform: capitalize;
  position: relative;
  max-width: calc(100% - 75px);
}

.ais-refinement-list--label {
  // width: 100%;
 
}

.ais-refinement-list--label input {
  display: none;
}

.ais-refinement-list--item__active {
  background-color: #ccc;
}

.ais-refinement-list--count {
  position:absolute;
  right: -75px;
  top: 4px;
  color: #fff;
  padding: 3px 10px;
  background: #5A5A5A;
  border-radius: 20px;
  text-align: center;
  width: 30px;
  font-size: .6rem;
}

.ais-menu--count {
  text-decoration: none;
}

.ais-show-more {
  display: block;
  text-align: center;
  font-size: .7rem;
  margin-top: 15px;
}

.ais-show-more__inactive:before {
  content: '+ '
}

.ais-show-more__active:before {
  content: '- '
}

.featured-image {
  float: left;
  width: 75px;
  margin-right: 10px;
}

.ais-hits--item {
  float: left;
  width: 100%;
  clear: both;
  margin: 10px 0;
}

#center-column {
  width: calc(50% - 56px);
  float: left;
  margin: 10px 0 10px 10px;
  background: #fff;
  border: solid 1px #CCCCCC;
  padding: 20px;
  height: calc(100vh - 132px);
  overflow-y: scroll;
}

.hit {
  position: relative;
}

.hit-title {
  max-width: calc(100% - 150px);
  margin-bottom: 5px;
}

.hit-title a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #5A5A5A;
  text-decoration: none;
  font-weight: 700;
}

.hit-date {
  margin-bottom: 5px;
  font-size: .6rem;
}

.hit-type {
  font-size: .6rem;
  position: absolute;
  right: 10px;
  top: 0px;
  text-transform: capitalize;
  background-color: #5A5A5A;
  color: #fff;
  padding: 5px 15px;
  border-radius: 100px;
}

.hit-type i:before {
  content: "\f1ea";
  margin-right: 5px;
}

.hit-type.video {
  background-color: #017D47;
}

.hit-type i.fa-video:before,
.hit-type i.fa-course:before {
  content: "\f04b";
}

.hit-type.course {
  background-color: #017D47;
}

.hit-type.rantatorial {
  background-color: #F3C328;
}

.hit-type i.fa-rantatorial:before {
  content: "\f075";
}

.hit-content{
  font-family: 'Roboto Condensed', sans-serif;
  color: #5A5A5A;
  font-size: .8rem;
  line-height: 1.4;
}

.ais-pagination--item a {
  color: #5a5a5a;
  padding: 10px 13px;
  border: solid 1px #979797;
  background-color: #EFEFEF;
  text-decoration: none;
  font-size: .7rem;
  display: inline-block;
}

.ais-pagination--item__active a,
.ais-pagination--item a:hover {
  border: solid 1px #5a5a5a;
  background-color: #ddd;
}

#right-column {
  width: calc(25% - 13px);
  height: calc(100vh - 132px);
  float: left;
  margin: 10px;
  // background: #fff;
  // border: solid 1px #CCCCCC;
  // padding: 20px;
  overflow-y: scroll;
}

#right-column img {
  width: 100%;
  margin-bottom: 20px;
}

.capitalize {
    text-transform: capitalize;
}

.ais-range-slider--tooltip {
    position: absolute;
    background: #FFF;
    top: 30px;
    font-size: .7em;
    width: 60px;
}