@charset "UTF-8";
/*
Theme Name: PM Core
Author: mardor - MaD Works
Author URI: https://madworks.hu/
Version: 2.002
Description: MaD Works egyedi sablonja - HSP Network
*/
@font-face {
  font-family: "Rubik";
  src: url(https://hspnetwork.hellononprofit.hu/wp-content/themes/pm-core/fonts/Rubik-VariableFont_wght.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(https://hspnetwork.hellononprofit.hu/wp-content/themes/pm-core/fonts/Rubik-SemiBold.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Rubik";
  src: url(https://hspnetwork.hellononprofit.hu/wp-content/themes/pm-core/fonts/Rubik-Bold.ttf);
  font-weight: 600;
}
/* ========================= BASE =============================== */
html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  height: auto;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: var(--wp--preset--font-family--body);
  margin: 0;
  color: black;
  /* stripes */
  /* === owl carousel === */
}
body div#page { /* header - main - footer felosztás */
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}
body header, body footer {
  box-sizing: border-box;
}
body header ul, body footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body h1 {
  font-weight: 500;
}
body h2, body h3 {
  font-weight: 700;
}
body h1, body h2, body h3, body nav, body header a, body header a:hover, body footer h2 {
  font-family: var(--wp--preset--font-family--header);
  text-transform: uppercase;
}
body a, body a:hover {
  color: #000;
  text-decoration: none;
}
body a:hover {
  animation: flash 2s;
}
body em {
  font-style: normal;
}
body nav {
  font-weight: 400;
}
body section {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 999px) {
  body section { /* desktop */
    scroll-margin-top: calc(3vh + 60px);
  }
}
@media screen and (max-width: 998px) {
  body section { /* smartphone */
    scroll-margin-top: calc(3vh + 10px);
  }
}
body section:not(:first-child) {
  margin-block-start: 0;
}
body .wp-block-columns, body .wp-block-image {
  margin-bottom: 0;
}
body .wp-block-column {
  box-sizing: border-box;
}
body .grecaptcha-badge {
  visibility: hidden;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .full-page {
    height: 90vh;
  }
}
body .full-height, body .full-height img {
  height: 100%;
}
body .full-width, body .full-width img {
  width: 100%;
}
@media screen and (max-width: 998px) {
  body .bcg-img { /* smartphone */
    min-height: 150px !important;
  }
}
body .wp-block-group-is-layout-flex .wp-block-image img {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
body .square.wp-block-group {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
body .square.wp-block-group > .wp-block-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
body .square.wp-block-group > .wp-block-group > .wp-block-group {
  width: 100%;
  height: 100%;
}
body .wp-block-cover.stripe-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
body .owl-carousel .owl-stage {
  display: flex;
  align-items: center !important;
  align-items: stretch;
}
body .owl-carousel .owl-stage .owl-item > div {
  height: 100%;
  display: flex;
}
body .owl-carousel .owl-item img {
  width: 185px;
}
body .owl-nav {
  text-align: center;
}
body .owl-nav button .nav-btn {
  font-family: dashicons;
  font-size: 26px;
}
body .owl-nav button .nav-btn.prev-slide:before {
  content: "\f340";
}
body .owl-nav button .nav-btn.next-slide:before {
  content: "\f344";
}
@media screen and (min-width: 999px) {
  body .owl-nav button { /* desktop */
    margin: 25px;
  }
}
@media screen and (max-width: 998px) {
  body .owl-nav button { /* smartphone */
    width: 30%;
  }
  body .owl-nav button.owl-prev {
    margin: 20px 20% 20px 0;
  }
  body .owl-nav button.owl-next {
    margin: 20px 0 20px 20%;
  }
}
body p.subtitle {
  margin-top: 10px;
}
body .main-content {
  height: 100vh;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  body { /* smartphone */ }
  body .mobile-hidden {
    display: none !important;
  }
  body .m-order-2 {
    order: 2;
  }
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .wp-block-columns.data-table p {
    min-height: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
}

/* ========================= EFFECTS ============================ */
body {
  /* typing effects */
}
body a:hover {
  animation: flash 2s;
}
@keyframes flash {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
body .animated {
  animation-name: none;
}
body .animated.animate__backInLeft, body .animated.animate__slideInLeft, body .animated.animate__backInUp,
body .animated.animate__fadeIn, body .animated.animate__fadeInLeft .animated.animate__fadeInUp, body .animated.animate__fadeInDown {
  opacity: 0;
}
body .do-animation {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
body .shining-text {
  position: relative;
  animation: shine 3s infinite;
}
@keyframes shine {
  0% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 15px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.4);
  }
  100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 15px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
  }
}
body .op-move-up:not(body .op-move-up.do-animation) {
  opacity: 0;
}
body .op-move-up.do-animation {
  animation-name: opMoveUp100;
  -moz-animation-name: opMoveUp100;
  -webkit-animation-name: opMoveUp100;
}
@keyframes opMoveUp100 {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
body .hover__scaleUp {
  transition: transform 0.2s ease-in-out;
}
body .hover__scaleUp:hover {
  transform: scale(1.03);
}
body .typing-effect::after {
  content: "|";
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
body .typing-effect.animated {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* ========================= HEADER, FOOTER, MAIN =============== */
body.fixed-header {
  padding-top: 65px;
}
body.fixed-header header#masthead {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.35);
  padding-top: 5px;
  padding-bottom: 5px;
}
body.fixed-header header#masthead #logo-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
body.fixed-header header#masthead #logo-wrapper .custom-logo-link img {
  width: auto;
}
@media screen and (min-width: 999px) {
  body.fixed-header header#masthead #logo-wrapper { /* desktop */ }
  body.fixed-header header#masthead #logo-wrapper .custom-logo-link img {
    height: 50px;
  }
}
@media screen and (max-width: 998px) {
  body.fixed-header header#masthead #logo-wrapper { /* smartphone */ }
  body.fixed-header header#masthead #logo-wrapper .custom-logo-link img {
    height: 40px;
  }
}
body:not(.home) header .menu {
  display: none;
}
body.home header .menu {
  display: flex;
  justify-content: flex-end;
}
body.home header .menu li {
  float: left;
  margin-left: 4rem;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-width: 998px) {
  body.home header .menu { /* smartphone */
    display: none;
  }
}
body header#masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
@media screen and (min-width: 999px) {
  body header#masthead { /* desktop */ }
  body header#masthead #logo-wrapper .custom-logo-link img {
    height: 80px;
    width: auto;
  }
}
body header#masthead div#menu-wrapper {
  margin-left: auto;
}
@media screen and (max-width: 998px) {
  body header#masthead { /* smartphone */
    justify-content: center;
    gap: 0;
  }
  body header#masthead #logo-wrapper .custom-logo-link img {
    height: 50px;
    width: auto;
  }
}
body footer .menu-lablec-menu-container li {
  margin-bottom: 23px;
}
body footer a:hover {
  color: #fff;
}

/* ========================= POSTS ============================== */
body {
  /* MEMBERS */
}
@media screen and (min-width: 999px) {
  body .wp-block-post-template.is-flex-container > li { /* desktop */
    width: 22.75% !important;
  }
}
@media screen and (max-width: 998px) {
  body .wp-block-post-template.is-flex-container > li { /* smartphone */
    width: 100% !important;
  }
}
body .wp-block-post-featured-image {
  margin-bottom: gap-s;
}
body .wp-block-post-featured-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body ul.wp-block-post-template {
  display: flex;
}
body ul.wp-block-post-template li.wp-block-post h3 {
  min-height: 90px;
  font-weight: 500;
}
body ul.wp-block-post-template.col {
  flex-direction: column;
}
body ul.wp-block-post-template:not(.col) {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (min-width: 999px) {
  body ul.wp-block-post-template:not(.col) > li { /* desktop */
    width: 22%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  body ul.wp-block-post-template:not(.col) > li .txt-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  body ul.wp-block-post-template:not(.col) > li .txt-wrapper h2 {
    font-size: 1.5em;
    font-weight: 500;
    min-height: 2em;
    text-transform: none;
  }
}
body ul.wp-block-post-template:not(.col) > li .img-wrapper, body ul.wp-block-post-template:not(.col) > li figure.wp-block-post-featured-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  width: 100%;
}
body ul.wp-block-post-template:not(.col) > li .img-wrapper img, body ul.wp-block-post-template:not(.col) > li figure.wp-block-post-featured-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
body ul.wp-block-post-template:not(.col) > li h2, body ul.wp-block-post-template:not(.col) > li h3 {
  cursor: pointer;
}
body section.related-posts h2 {
  text-transform: uppercase;
}
body section.related-posts ul {
  padding: 0;
  margin: 0;
}
body section.related-posts time {
  font-size: 0.8em;
}
body.single .featured-img img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body .flex-layout {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 999px) {
  body .flex-layout { /* desktop */
    flex-direction: row;
    align-items: stretch;
    gap: 3%;
  }
  body .flex-layout.col-3 > div {
    flex-basis: 30%;
  }
  body .flex-layout.col-4 > div {
    flex-basis: 22%;
  }
}
@media screen and (max-width: 998px) {
  body .flex-layout { /* SMARTPHONE */
    flex-direction: column;
  }
}
body .members .member h2, body .members .member h3 {
  color: var(--wp--preset--color--primary) !important;
}
body .members .member:hover h2, body .members .member:hover h3 {
  color: var(--wp--preset--color--primary) !important;
}
body .members .member:hover .img-wrapper::after {
  background-color: var(--wp--preset--color--primary);
}
body .members .member .img-wrapper {
  line-height: 0;
}
body .members .member .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body .members .member .img-wrapper, body .members .owl-item .img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
body .members .member:nth-of-type(odd) .img-wrapper, body .members .owl-item:nth-of-type(odd) .img-wrapper {
  border-bottom-left-radius: 130px;
  border-top-right-radius: 130px;
}
body .members .member:nth-of-type(even) .img-wrapper, body .members .owl-item:nth-of-type(even) .img-wrapper {
  border-bottom-right-radius: 130px;
  border-top-left-radius: 130px;
}
body .members.vertical .member {
  cursor: pointer;
  max-width: 300px;
  flex-basis: 22%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body .members.vertical .member .position {
  max-width: 450px;
}
body .members.vertical .member .arrow-wrapper {
  margin-top: auto !important;
}
@media screen and (max-width: 998px) {
  body .members.vertical .member { /* SMARTPHONE */
    text-align: center;
    margin: auto;
  }
}
body .members.vertical .member .img-wrapper, body .members.vertical .owl-item .img-wrapper {
  position: relative;
  overflow: hidden;
}
body .members.vertical .member:hover .img-wrapper::after, body .members.vertical .owl-item:hover .img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: all 0.4s;
}
body .members.vertical .member h2, body .members.vertical .member h3, body .members.vertical .owl-item h2, body .members.vertical .owl-item h3 {
  font-weight: 500;
}
body .members.horizontal {
  max-width: 800px;
  margin: 0 auto;
}
body .members.horizontal .member {
  display: flex;
  gap: 10px;
}
body .members.horizontal .member h1 {
  margin: 0;
}
body .members.horizontal .member .img-wrapper {
  min-width: 246px;
}
body .members.horizontal .member .img-wrapper img {
  width: auto;
}
body .members.horizontal .member .position {
  font-weight: 600;
}
@media screen and (max-width: 998px) {
  body .members.horizontal .member { /* SMARTPHONE */
    flex-direction: column;
  }
  body .members.horizontal .member img {
    height: auto;
  }
}
body.single-member .entry-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
}
body.single-member .entry-content .img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  border-bottom-left-radius: 130px;
  border-top-right-radius: 130px;
}
body.single-event figure.wp-block-image img {
  border-radius: 20px;
}
body.single-event .wp-block-column svg {
  max-width: 40px;
}
body .event-grid {
  max-width: 1200px;
  margin: 0 auto;
}
body .events-list .event-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2em;
}
body .events-list .event-item .event-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body .events-list .event-item .event-thumbnail {
  margin-bottom: 20px;
}
body .events-list .event-item .event-thumbnail img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

/* ========================= BUTTONS ============================ */
body button,
body a.wp-block-read-more, body a.read-more,
body a.wp-block-post-excerpt__more-link,
body .wp-block-button a {
  padding: 0.5em 3em;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: inherit;
  border-radius: 10px;
  display: inline-block;
}
@media screen and (max-width: 998px) {
  body button,
  body a.wp-block-read-more, body a.read-more,
  body a.wp-block-post-excerpt__more-link,
  body .wp-block-button a { /* smartphone */
    text-align: center;
    font-size: 0.8em !important;
    line-height: 1.4em !important;
  }
}

/* ========================= FORMS ============================== */
body .ff-default .ff-el-input--label label {
  font-weight: 400 !important;
}
body button.ff-btn.ff-btn-submit {
  padding: 10px 3em;
}

/* ========================= HOME =============================== */
@media screen and (min-width: 999px) {
  .home section.main-cover .wp-block-cover, .home section.main-cover .wp-block-cover figure.wp-block-image img {
    height: calc(100vh - 210px);
  }
}
.home section#csomagok-tablazat .wp-block-columns h2, .home section#csomagok-tablazat .wp-block-columns p, .home section#csomagok-tablazat .wp-block-columns .wp-block-buttons {
  max-width: 385px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 998px) {
  .home section#csomagok-tablazat .wp-block-columns { /* smartphone */ }
  .home section#csomagok-tablazat .wp-block-columns .wp-block-column:nth-child(2) {
    background-color: #F3ECF4;
    padding: 2em 0;
  }
}
@media screen and (max-width: 998px) {
  .home section#csomagok-tablazat, .home section#testulet, .home section#tamogatok-tablazat { /* smartphone */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home section#csomagok-tablazat .wp-block-column p, .home section#csomagok-tablazat .wp-block-column .wp-block-buttons, .home section#csomagok-tablazat .wp-block-column h2, .home section#testulet .wp-block-column p, .home section#testulet .wp-block-column .wp-block-buttons, .home section#testulet .wp-block-column h2, .home section#tamogatok-tablazat .wp-block-column p, .home section#tamogatok-tablazat .wp-block-column .wp-block-buttons, .home section#tamogatok-tablazat .wp-block-column h2 {
    padding-left: var(--wp--preset--spacing--s);
    padding-right: var(--wp--preset--spacing--s);
    box-sizing: border-box;
  }
}
.home section#testulet .wp-block-image img {
  width: 246px;
  height: 246px;
}
.home section#testulet .col-height {
  position: relative;
}
@media screen and (min-width: 999px) {
  .home section#testulet .col-height {
    min-height: 300px;
  }
}
.home section#tamogatok-tablazat .wp-block-columns h2, .home section#tamogatok-tablazat .wp-block-columns p, .home section#tamogatok-tablazat .wp-block-columns .wp-block-buttons {
  max-width: 385px;
}
@media screen and (max-width: 998px) {
  .home section#tamogatok-tablazat .wp-block-columns { /* smartphone */ }
  .home section#tamogatok-tablazat .wp-block-columns .wp-block-column:nth-child(2) {
    background-color: #F3ECF4;
    padding: 2em 0;
  }
}

/* ========================= OTHER PAGES ======================== */
body:not(.home) h1 {
  color: var(--wp--preset--color--primary);
  padding-bottom: 1em;
  text-transform: uppercase;
}

/* ========================= FONT SIZES ========================= */
html, body {
  --wp--preset--font-size--normal: 18px;
  --wp--preset--font-size--large: 32px;
  font-size: 18px;
  line-height: 26px;
}
html strong, body strong {
  font-weight: 500;
}
html h1, body h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
html h2, body h2 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
}
html h3, body h3 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
html h1, html .has-extra-large-font-size, body h1, body .has-extra-large-font-size {
  line-height: 1.4em;
}
html h2, html .has-large-font-size, body h2, body .has-large-font-size {
  line-height: 1.3em;
}
html h3, html .has-medium-font-size, body h3, body .has-medium-font-size {
  line-height: 1.6em;
}
html .has-small-font-size, body .has-small-font-size {
  line-height: 1.8rem;
}
html header nav, body header nav {
  font-size: 0.85rem;
}
html.single h1, body.single h1 {
  font-size: 2em;
}
html .members.horizontal .member h1, body .members.horizontal .member h1 {
  font-size: 2em;
}
html .members h3, html .team h3, html li.wp-block-post h3, body .members h3, body .team h3, body li.wp-block-post h3 {
  font-size: 1.3em;
}
html .members .description, html .members .position, body .members .description, body .members .position {
  font-size: 0.9em;
}
@media screen and (min-width: 1367px) and (max-width: 1500px) {
  html, body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
  html, body {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1200px) {
  html, body {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 998px) {
  html, body { /* SMARTPHONE */
    font-size: 16px;
    line-height: 24px;
    --wp--preset--font-size--extra-large: 1.5em;
    --wp--preset--font-size--large: 1.4em;
    --wp--preset--font-size--medium: 1.2em;
    --wp--preset--font-size--small: 1.1em;
  }
  html h1, body h1 {
    font-size: 2.5rem;
  }
}

/* ========================= SPACINGS =========================== */
body .padding-lr {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: var(--wp--preset--spacing--m);
  padding-right: var(--wp--preset--spacing--m);
}
body header {
  padding-left: var(--wp--preset--spacing--m);
  padding-right: var(--wp--preset--spacing--m);
  padding-bottom: 5px;
  padding-top: 5px;
}
body.page.page-id-563 main {
  padding-left: var(--wp--preset--spacing--l);
  padding-right: var(--wp--preset--spacing--l);
}
body:not(.home) main {
  padding-bottom: 1em;
  padding-bottom: 2em;
}
body.single-member main {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--wp--preset--spacing--s);
  padding-right: var(--wp--preset--spacing--s);
}
body.single-event main {
  padding-left: var(--wp--preset--spacing--l);
  padding-right: var(--wp--preset--spacing--l);
}
body .members .txt-wrapper {
  padding-top: 10px;
}
body .members .arrow-wrapper {
  padding-top: 10px;
}
body ul.wp-block-post-template .wp-block-post-date {
  margin: 5px 0;
}
body ul.wp-block-post-template li.wp-block-post h3, body ul.wp-block-post-template li.wp-block-post h2, body ul.wp-block-post-template .wp-block-post-excerpt {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
body ul.wp-block-post-template.col li {
  padding-bottom: 5px;
}
body ul.wp-block-post-template:not(.col) h2 {
  margin: 5px 0 !important;
}
body ul.wp-block-post-template:not(.col) time {
  margin: 5px 0;
}
@media screen and (min-width: 3200px) {
  body {
    --wp--preset--spacing--l: 30%;
  }
  body header {
    padding-left: var(--wp--preset--spacing--l);
    padding-right: var(--wp--preset--spacing--l);
  }
  body .wp-block-spacer.title-spacer {
    flex-basis: 4rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: 3199px) {
  body header {
    padding-left: var(--wp--preset--spacing--l);
    padding-right: var(--wp--preset--spacing--l);
  }
  body .wp-block-spacer.title-spacer {
    flex-basis: 4rem;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1919px) {
  body {
    --wp--preset--spacing--l: 6rem;
    --wp--preset--spacing--xl: 13rem;
  }
  body .wp-block-spacer.title-spacer {
    flex-basis: 3rem;
  }
}
@media screen and (min-width: 1501px) and (max-width: 3199px) {
  body.fixed-header #header-nav {
    width: 80%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1500px) {
  body {
    --wp--preset--spacing--m: 4vw;
    --wp--preset--spacing--l: 4rem;
    --wp--preset--spacing--xl: 10rem;
  }
  body.fixed-header #header-nav {
    width: 80%;
  }
  body.home .is-layout-flex {
    gap: 15px;
  }
  body .wp-block-spacer.title-spacer {
    flex-basis: 2rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1366px) {
  body {
    --wp--preset--spacing--m: 4vw;
    --wp--preset--spacing--l: 4rem;
    --wp--preset--spacing--xl: 8rem;
  }
  body.fixed-header #header-nav {
    width: 90%;
  }
  body.home .is-layout-flex {
    gap: 3em;
  }
  body .wp-block-spacer.title-spacer {
    flex-basis: 2rem;
  }
}
@media screen and (min-width: 999px) and (max-width: 1200px) {
  body {
    --wp--preset--spacing--m: 4vw;
    --wp--preset--spacing--l: 3rem;
    --wp--preset--spacing--xl: 5rem;
  }
  body.fixed-header #header-nav {
    width: 90%;
  }
  body.home .is-layout-flex {
    gap: 5px;
  }
  body .wp-block-spacer.title-spacer {
    flex-basis: 2rem;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    --wp--preset--spacing--s: 4vw;
    --wp--preset--spacing--m: 5vw;
    --wp--preset--spacing--l: 5vw;
    --wp--preset--spacing--xl: 5vw;
  }
  body .wp-block-spacer.title-spacer {
    flex-basis: 0;
  }
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */ }
  body .mobile-hidden {
    display: none !important;
  }
  body .m-order-2 {
    order: 2;
  }
  body .has-text-align-right {
    text-align: left;
  }
  body figure.wp-block-image.size-full.is-resized.deco-img img {
    transform: scale(0.6);
    /* transform-origin: bottom left; */
  }
}/*# sourceMappingURL=style.css.map */