.smb-section__title::after {
  display: none;
}

.l-contents__main .c-section:first-child {
  padding-top: 0;
}

.home-section .c-entries {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
}

.home-section .c-entries__item {
  width: inherit;
  max-width: inherit;
}

.home-section .c-entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-section .c-entry-summary__figure {
  width: 35%;
}

.home-section .c-entry-summary__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60%;
  margin-left: 20px;
}

.home-section .c-entry-summary__meta {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.home-section .wp-block-snow-monkey-blocks-buttons.smb-buttons {
  margin-top: 80px;
}

.home-section .wp-block-column {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.home-section .center-column {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 781px) {
  .home-section .center-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.smb-section__header {
  text-shadow: 0 0 5px #000;
}

.home-section .smb-items__item__figure {
  border-radius: 50%;
  overflow: hidden;
}

.home-section .wp-block-latest-posts__featured-image {
  position: relative;
  width: 30%;
}

.home-section .wp-block-latest-posts__featured-image::before {
  content: "";
  display: block;
  padding-top: 56.6666666667%;
}

.home-section .wp-block-latest-posts__featured-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-entry-summary__figure:before {
  padding-top: 50%;
}

.c-entries {
  --entries--item-width: 25%;
}
@media screen and (max-width: 781px) {
  .c-entries {
    --entries--item-width: 50%;
  }
}

.blog .c-entry-summary__figure {
  margin-bottom: 0;
}

.c-page-header[data-has-image=true] {
  max-width: 500px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
}

.c-page-header[data-has-image=true]::before {
  content: "";
  display: block;
  padding-top: 35%;
}

.c-page-header__bgimage {
  top: 50%;
  left: 50%;
  bottom: inherit;
  right: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}