/*
Theme Name:     Twentyseventeen_greensheep
Theme URI:
Description:    Twentyseventeen child theme.
Author:         Me
Author URI:
Template:       twentyseventeen
Version:        0.1.0
*/

/* Search & Filter CSS */
.searchandfilter h4{
  font-size: 11px;
  margin: 0;
  padding-bottom: 32px;
}
.searchandfilter label{
  cursor: pointer;
  padding: 4px 10px 5px;
  margin: 0 5px 5px 0;
  color: #111;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
}
.searchandfilter label.checked{
  color: #fff;
  background-color: #111;
  border: 1px solid #ffff;
}
.searchandfilter input[type="checkbox"]{
  display: none;
}
.searchandfilter input[type="submit"]{
  display: none;
}
.searchandfilter ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchandfilter ul li{
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.searchandfilter div > ul > li{
  padding: 0 0 48px;
}
.searchandfilter div > ul > li > h4 + ul > li{
  width: 100%;
  display: flex;
  align-items: stretch;
}
.site-content{
  padding: 0;
}

.widget:not(.widget_tag_cloud) ul li + li{
  margin: 0;
}

/* Gmap Window CSS */
.infowindow-wrap h3{
  font-size: 11px;
}