/* Enter Your Custom CSS Here */
.page-template-default .entry {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .page-template-default.has-featured-image .entry {
    float: right;
    margin-left: 3.82979%;
    width: 100%;
  }
}
.page-header-description{
  display: none;
}
.wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
    max-width: unset;
    width: 80%;
    vertical-align: middle;
}
.entry {
    float: right;
    width: 100%;
}
.single .post-header, .post-header-fullwidth {
    display: none;
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
    padding: 15%;
}