@font-face {
  font-family: 'fontello';
  src: url('https://parmerranch.com/wp-content/themes/Parmer%20Ranch/fonts/Fontello/fontello.eot?94836086');
  src: url('https://parmerranch.com/wp-content/themes/Parmer%20Ranch/fonts/Fontello/fontello.eot?94836086#iefix') format('embedded-opentype'),
  url('https://parmerranch.com/wp-content/themes/Parmer%20Ranch/fonts/Fontello/fontello.woff2?94836086') format('woff2'),
  url('https://parmerranch.com/wp-content/themes/Parmer%20Ranch/fonts/Fontello/fontello.woff?94836086') format('woff'),
  url('https://parmerranch.com/wp-content/themes/Parmer%20Ranch/fonts/Fontello/fontello.ttf?94836086') format('truetype'),
  url('https://parmerranch.com/wp-content/themes/Parmer%20Ranch/fonts/Fontello/fontello.svg?94836086#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.home-meta {
    padding: 10px;
    line-height: 1em;
    font-weight: 400;
}

.home-name {
    font-size: 1rem;
    text-transform: uppercase;
}

.home-price span {
    color: #003a70;
    font-weight: 400;
    font-size: 1.2em;
}

.home-details {
	font-size: 0.85rem;
    margin: 20px 0;
    /*overflow: auto;*/
	line-height: 1.4em;
    font-weight: 400;
}

.home-details>div:first-child {
    padding-left: 0;
}

.home-details>div {
    float: left;
    vertical-align: top;
    padding: 0 5px;
    width: 20%;
    text-align: center;
}

.home-buttons .button {
    width: 98%;
    min-width: 0;
    font-size: .875rem;
    padding: 0.5rem 0.5rem 0.4rem 0.5rem;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
.button, a.button, a.button:link, a.button:visited {
    border: 1px solid #0075a9;
    background-color: #0075a9;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.20s linear;
    -o-transition: all 0.20s linear;
    -ms-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    -webkit-transition: all 0.20s linear;
    font-size: 1.25rem;
    line-height: 1em;
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    /*border-radius: 30px;*/
    font-weight: 400;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

section.available-homes-filter {
  background-color: #0075a9;
  position: relative;
  z-index: 99;
  margin-bottom: 1rem;
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

section.available-homes-filter .filter-wrapper {
  background-color: #0075a9;
  position: relative;
  z-index: 99;
}

section.available-homes-filter .filter-title {
  color: #fff;
}

.available-homes-filter .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.available-homes-filter .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 16.66666%;
  height: 50px;
  float: left;
}

/* Adjust Widths */
.available-homes-filter .select:nth-of-type(1) {width: 20%;}
.available-homes-filter .select:nth-of-type(2) {width: 20%;}
.available-homes-filter .select:nth-of-type(3) {width: 20%;}
.available-homes-filter .select:nth-of-type(4) {width: 13.333333%;}
.available-homes-filter .select:nth-of-type(5) {width: 13.333333%;}
.available-homes-filter .select:nth-of-type(6) {width: 13.333333%;}

.available-homes-filter .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0075a9;
  font: 'Norwester', sans-serif;
  padding: 0px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  line-height: 50px;
  color: rgba(255,255,255,.8);
}
.available-homes-filter .select-styled.filter-on {
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,.2);
}
.available-homes-filter .select-styled:after {
  content: '\e810';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: .5em;
  text-align: center;
  font-size: .8em;
}
.available-homes-filter .select-styled:hover {
  background-color: rgba(0,0,0,.2);
}
.available-homes-filter .select-styled:active, .select-styled.active {
  background-color: rgba(0,0,0,.2);
}
.available-homes-filter .select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.available-homes-filter .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(58, 122, 186, .95);
  width: 120%;
}

.available-homes-filter .select-options li:before {
  content: '';
}
.available-homes-filter .select-options li {
  margin: 0;
  padding: 8px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.available-homes-filter .select-options li:hover {
  background-color: rgba(0,0,0,.2);
}
.available-homes-filter .select-options li[rel="hide"] {
  display: none;
}

#view-grid {
	text-align: center;
}

@media (max-width: 979px) {
  .available-homes-filter .select {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .available-homes-filter .select-options {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .available-homes-filter {
    display: none;
  }
}


#reset-results {padding: 1em;}
#reset-results a {text-transform: uppercase; color: #ffffff;}

#home-request-form .stylized-form .nf-response-msg {
    background-color: #0075a9;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

#home-request-form .stylized-form .nf-field-element textarea {
    height: 100px;
}

