/* line 4, scss/page-template-minimal.scss */
.page-template-page-template-minimal-layout .header {
  border-radius: 6px 6px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #131316;
  padding: 10px 0;
}

/* line 11, scss/page-template-minimal.scss */
.page-template-page-template-minimal-layout #footer {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Primary-Black, #0B0B0B);
}

/* line 15, scss/page-template-minimal.scss */
.page-template-page-template-minimal-layout #footer > .container {
  max-width: 1100px;
}

/* line 20, scss/page-template-minimal.scss */
.page-template-page-template-minimal-layout #content {
  border-radius: 0px 0px 12px 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 22, 0.92)), to(#131316)), url("../img/page-template-minimal-background.jpg") center/cover no-repeat;
  background: -webkit-linear-gradient(top, rgba(19, 19, 22, 0.92) 0%, #131316 100%), url("../img/page-template-minimal-background.jpg") center/cover no-repeat;
  background: -moz- oldlinear-gradient(top, rgba(19, 19, 22, 0.92) 0%, #131316 100%), url("../img/page-template-minimal-background.jpg") center/cover no-repeat;
  background: linear-gradient(180deg, rgba(19, 19, 22, 0.92) 0%, #131316 100%), url("../img/page-template-minimal-background.jpg") center/cover no-repeat;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  padding: 30px 0;
}

@media all and (min-width: 1024px) {
  /* line 20, scss/page-template-minimal.scss */
  .page-template-page-template-minimal-layout #content {
    padding: 100px 0;
  }
}

/* line 34, scss/page-template-minimal.scss */
.page-template-minimal-content-wrapper {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: -webkit-linear-gradient(340deg, #131316 0.52%, rgba(19, 19, 22, 0.82) 70.32%);
  background: -moz- oldlinear-gradient(340deg, #131316 0.52%, rgba(19, 19, 22, 0.82) 70.32%);
  background: linear-gradient(110deg, #131316 0.52%, rgba(19, 19, 22, 0.82) 70.32%);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
  padding: 8px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
