/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Search Form 
2.0 Map
3.0 Directory
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
	1.0 Search Form 
--------------------------------------------------------------*/
form#searchForm {
  background-color: #ccc4ba;
  padding: 0.75em 0;
  border-top: 1px solid #b9ad9d;
  border-left: 1px solid #b9ad9d;
  border-right: 1px solid #b9ad9d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
form#searchForm #addy_in_address {
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 40em) {
  form#searchForm #addy_in_address {
    width: 90%;
    padding-bottom: 1em;
    display: table;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#searchForm #addy_in_address {
    width: 90%;
    padding-bottom: 1em;
    display: table;
    margin: 0 auto;
  }
}
form#searchForm #addy_in_address label {
  text-align: right;
  position: relative;
  top: 0.55em;
  font-size: 0.875rem;
  color: #5c5956;
  margin-right: 1.75em;
}
@media only screen and (max-width: 40em) {
  form#searchForm #addy_in_address label {
    text-align: center;
    width: 100%;
    position: inherit;
    margin-right: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#searchForm #addy_in_address label {
    text-align: center;
    width: 100%;
    position: inherit;
    margin-right: 0;
  }
}
form#searchForm #addy_in_address input[type="text"] {
  height: 2.25rem;
  border: 1px solid #b0b0b0;
  width: 70%;
}
@media only screen and (max-width: 40em) {
  form#searchForm #addy_in_address input[type="text"] {
    width: 100%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#searchForm #addy_in_address input[type="text"] {
    width: 100%;
  }
}
form#searchForm .search_item {
  width: 35%;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  form#searchForm .search_item #addy_in_radius {
    position: relative;
    left: 1em;
    width: 40%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#searchForm .search_item #addy_in_radius {
    width: 65%;
  }
}
@media only screen and (max-width: 40em) {
  form#searchForm .search_item {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#searchForm .search_item {
    width: 100%;
    display: block;
  }
}
form#searchForm .search_item label {
  position: relative;
  top: 0.55em;
  float: left;
  color: #5c5956;
  font-size: 0.875rem;
  min-width: 0;
  text-align: left;
  margin-right: 1.75em;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#searchForm .search_item label {
    text-align: right;
    margin-right: 0;
  }
}
form#searchForm .search_item select {
  height: 2.25rem;
  border: 1px solid #b0b0b0;
  width: 55%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form#searchForm input[type="submit"] {
  font-size: 0.75rem;
  font-style: normal;
  text-transform: uppercase;
  padding: 0.75em 2.5em;
}
@media only screen and (max-width: 40em) {
  form#searchForm input[type="submit"] {
    font-size: 0.6875rem;
    padding: 0.55em 1.5em;
  }
}
@media only screen and (max-width: 40em) {
  form#searchForm #radius_in_submit {
    width: 45%;
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#searchForm #radius_in_submit {
    width: 35%;
    top: 0;
  }
}

/*--------------------------------------------------------------
	2.0 Map 
--------------------------------------------------------------*/
#sl_info_bubble {
  font-size: 14px !important;
}
#sl_info_bubble #slp_bubble_name {
  font-size: 16px;
}
#sl_info_bubble #slp_bubble_directions a, #sl_info_bubble #slp_bubble_website a {
  color: #aaaaaa;
}
#sl_info_bubble #slp_bubble_directions a:hover, #sl_info_bubble #slp_bubble_website a:hover {
  color: #fac32b;
}
#sl_info_bubble #slp_bubble_hours {
  background-color: whitesmoke;
}
#sl_info_bubble #slp_bubble_img img {
  margin-top: 2em;
}

/*--------------------------------------------------------------
	3.0 Directory
--------------------------------------------------------------*/
#map_sidebar {
  margin-top: 2em;
}
#map_sidebar .results_wrapper:nth-child(even) {
  background-color: #f9f9f9;
}
#map_sidebar .text_below_map {
  color: #cccccc;
  font-style: italic;
  text-align: center;
  font-size: 1.125rem;
}
#map_sidebar .no_results_found h2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #cccccc;
  font-style: italic;
  text-align: center;
  font-size: 1.125rem;
}

div.results_entry {
  padding: 1em;
}
