/*
Theme Name: Ready Heat
Theme URI: http://www..com
Description: ---
Version: 1.0
Author: 
Author URI: 
Tags: 
*/
@import 'style.inc.css';
@media only screen and (min-width: 640px) {
  .distributors {
    height: auto !important;
  }
}
@media only screen and (max-width: 640px) {
  .distributors {
    height: 100%;
    position: relative;
    padding-top: 60px;
    overflow-y: hidden;
  }
  .distributors #mapout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 70px;
  }
  .distributors #map {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .distributors #resultsout {
    position: absolute;
    width: 85%;
    height: 100%;
    background: #f5f5f5;
    left: -85%;
    top: 0;
    z-index: 2;
    transition: .5s;
    padding-top: 70px;
  }
  .distributors #resultsout.open {
    left: 0;
  }
  .distributors #resultsout .toggle {
    position: absolute;
    transition: .5s;
    top: 70px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #006494 url(img/mobilemenu.png) no-repeat center;
  }
  .distributors #resultsout #results {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 0;
  }
  .distributors #resultsout #results .result {
    padding: 10px;
  }
  .distributors .columns,
  .distributors .row {
    position: static;
  }
  .distributors form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 10px;
  }
  .distributors form input,
  .distributors form button {
    height: 50px;
    margin: 0;
  }
  .distributors form button {
    padding: 0;
  }
  .page-template-page-distributors .hero {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .categories .a .bg {
    background-size: 100% auto;
  }
}
header nav ul li.current_page_item li a:after {
  display: none;
}
header nav ul li.menu-item-has-children {
  z-index: 10;
}
#results>h3 {
  font-family: 'gotham';
  font-size: 24px;
  color: #f6961c;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
