.page-template-page-blocks main .wrapper,
.entry-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content {
  padding-bottom: 100px;
}
.entry-content > * + * {
  margin-top: 20px;
}

.entry-content .alignfull,
.entry-content .alignwide {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

@media only screen and (min-width: 1050px) {
  .entry-content .alignwide {
    margin-left: -125px;
    margin-right: -125px;
    max-width: 1050px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wp-block-button__link,
.btn {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.wp-block-button__link:hover,
.btn:hover {
  opacity: 0.7;
}

.btn {
  padding: 18px 26px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn svg {
  display: inline-block;
  margin-right: 8px;
}
.btn svg * {
  fill: #fff;
}

.wp-social-link svg * {
  fill: #fff;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.links .btn {
  margin: 10px;
}

.links.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.links.alignleft {
  display: block;
}

.btn--icon svg {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.fade {
  position: relative;
}
.fade::after {
  content: "";
  display: block;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.add-logo {
  position: relative;
}
.add-logo::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url("https://royksopp.com/wp-content/uploads/2021/01/logo-4772-300x123.png");
  background-size: 200px auto;
  background-position: center 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-template-page-simple-blocks {
  background: #111;
}
.page-template-page-simple-blocks [role=main] {
  padding-top: 20px !important;
}
.page-template-page-simple-blocks #header,
.page-template-page-simple-blocks #nav,
.page-template-page-simple-blocks .social,
.page-template-page-simple-blocks .promo-bar,
.page-template-page-simple-blocks aside,
.page-template-page-simple-blocks .header-strip,
.page-template-page-simple-blocks .share-post {
  display: none;
}

.subscribe-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
/*# sourceMappingURL=gutenberg.css.map */