/*
 Theme Name:   LeoH Blooms Theme
 Description:  Twenty Seventeen Child Theme
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyseventeenleoblooms
*/
body .custom-header {
  background-color: rgb(26, 117, 138);
  color: #fff;
}
body.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media .wp-custom-header img {
  object-fit: contain;
  height: 640px !important;
  width: 400px !important;
  position: absolute;
  top: -120px;
  left: 50px;
}
body.has-header-image .custom-header-media .wp-custom-header img {
  object-fit: scale-down;
}

.page-id-8521 ul.display-posts-listing {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 320px));
  gap: 20px;
}
.page-id-8521 ul.display-posts-listing li.listing-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  background-color: #eee;
}
.page-id-8521 ul.display-posts-listing li.listing-item a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-id-8521 ul.display-posts-listing li.listing-item a.image {
  white-space: nowrap;
}
.page-id-8521 ul.display-posts-listing li.listing-item a.image img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.page-id-8521 ul.display-posts-listing li.listing-item a.title {
  padding: 5px 5px 5px 0;
}

div.wrap.full-width-wrap {
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
}
div.wrap.full-width-wrap #primary {
  max-width: none;
  padding: 2rem;
}

/*# sourceMappingURL=style.css.map */
