img.custom-logo {
  max-width: 160px;
  margin-bottom: -10px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.store-wrapper .store-item {
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: -1px;
}
.store-wrapper .store-item .store-item-thumb {
  float: left;
}
.store-wrapper .store-item .store-item-thumb img {
  max-width: 150px;
}
.store-wrapper .store-item .store-item-info {
  float: left;
  padding-left: 15px;
}
.store-wrapper .store-item .store-item-info .store-item-name {
  font-weight: bold;
  font-size: 1.5em;
}
.store-wrapper .store-item .store-item-info .store-item-price > span {
  font-style: italic;
}
.store-wrapper .store-item .store-item-info .store-item-link > a {
  color: #337ab7;
}
h3.purpose {
  text-transform: initial !important;
  font-weight: 500;
}
h3.purpose span {
  display: inline-block;
  margin-right: 10px;
}
.more-link {
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}
.no-featured-image {
  background: whitesmoke;
}
.block-one .entry-content .child-pages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.child-pages article {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.12);
  background: #fff;
  height: 100%;
}
@media only screen and (max-width: 880px) {
  .block-one .entry-content .child-pages {
    flex-direction: column;
    justify-content: space-between;
  }
  .child-pages article {
    padding: 15px;
    background: #fff;
    max-width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }
  .block-one .child-pages .hentry {
    margin-bottom: 30px;
  }
}


/*
	CSS Migrated from Jetpack:
*/

img.custom-logo {
  max-width: 160px;
  margin-bottom: -10px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.store-wrapper .store-item {
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: -1px;
}
.store-wrapper .store-item .store-item-thumb {
  float: left;
}
.store-wrapper .store-item .store-item-thumb img {
  max-width: 150px;
}
.store-wrapper .store-item .store-item-info {
  float: left;
  padding-left: 15px;
}
.store-wrapper .store-item .store-item-info .store-item-name {
  font-weight: bold;
  font-size: 1.5em;
}
.store-wrapper .store-item .store-item-info .store-item-price > span {
  font-style: italic;
}
.store-wrapper .store-item .store-item-info .store-item-link > a {
  color: #337ab7;
}