@charset "UTF-8";
/*
Theme Name: PM Core
Author: mardor - MadWorks
Author URI: https://madworks.hu
Version: 1.001
Description: MadWorks egyedi sablonja - 
*/
/* ========================= BASE =============================== */
html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  --wp--preset--shadow--natural: 4px 4px 8px #d7d5d5;
}

body {
  font-family: var(--wp--preset--font-family--body);
  margin: 0;
}
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);
}
body strong {
  font-weight: 600;
}
body em {
  font-style: normal;
}
body nav {
  font-weight: 400;
}
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 section {
  position: relative;
  margin: 0;
  z-index: 0;
}
@media screen and (min-width: 999px) {
  body section { /* desktop */
    scroll-margin-top: calc(2vh + 50px);
  }
}
@media screen and (max-width: 998px) {
  body section { /* smartphone */
    scroll-margin-top: calc(2vh + 10px);
  }
}
body section:not(:first-child) {
  margin-block-start: 0;
}
body .wp-block-spacer {
  margin: 0 !important;
}
body .wp-block-image img {
  vertical-align: middle;
}
body .is-layout-flow > * + * {
  margin-block-start: 1em;
  margin-block-end: 0;
}
body .wp-block-group.has-background {
  padding: 0;
}
body .wp-block-columns, body .wp-block-image {
  margin-bottom: 0;
}
body .wp-block-column {
  box-sizing: border-box;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .full-page {
    height: 90vh;
  }
  body main .justified.is-layout-flex > div.wp-block-column > div.wp-block-group {
    height: 100%;
  }
  body main .justified.is-layout-flex > div.wp-block-column .wp-block-cover {
    height: 100%;
  }
  body main ul.justified > li > div.wp-block-group {
    height: 100%;
  }
}
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%;
}
body .bcg-img {
  height: 100%;
  width: 100%;
}
body .bcg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body .main-content {
  height: 100vh;
}
@media screen and (max-width: 998px) {
  body { /* smartphone */ }
  body .m-order-2 {
    order: 2;
  }
  body .m-align-left {
    text-align: left !important;
  }
}

/* ========================= EFFECTS ============================ */
body a:hover {
  animation: flash-link 2s;
}
@keyframes flash-link {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body .bcg-pattern .wp-block-cover__background {
  z-index: -1;
}
body .bcg-pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .bcg-pattern.stripe-h:before {
  background: repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 42px);
}
body .bcg-pattern.stripe-v:before {
  background: repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 42px);
}
body .bcg-pattern.diagonal:before {
  background: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 22px);
}
body .bcg-pattern.dots:before {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}
body .bcg-pattern.dots-lg:before {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.06) 2px, transparent 2px);
  background-size: 48px 48px;
}
body .bcg-pattern.grid:before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
body .bcg-pattern.cross:before {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px), radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

/* ========================= HEADER, FOOTER, MAIN =============== */
body.fixed-header {
  padding-top: 65px;
}
body.fixed-header #page > header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
  opacity: 0.9;
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.35);
}
body.fixed-header #page > header #logo-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}
body footer h2 {
  font-weight: normal;
}
body footer {
  padding-top: 2em;
  padding-bottom: 1em;
  background-color: var(--wp--preset--color--bcg-dark);
  color: var(--wp--preset--color--txt-light);
}
body footer a, body footer a:hover {
  color: var(--wp--preset--color--txt-light);
  text-decoration: none;
}
body footer ul.menu {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 998px) {
  body footer { /* smartphone */
    text-align: center;
  }
  body footer .is-layout-flex {
    justify-content: center !important;
    align-items: center !important;
  }
}

/* ========================= MENUS ===================================== */
body:not(.home) header .hamburger-btn {
  display: none;
}
body header {
  /* === #menu-wrapper === */
}
body header .menu {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
}
body header .menu > li {
  float: left;
  padding: 2px 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
body header .menu > li > ul.sub-menu {
  background-color: white;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 10px;
  left: -25px;
  list-style: none;
  z-index: 1000;
  text-align: left;
  padding: 1em 2em;
}
body header .menu > li > ul.sub-menu li {
  font-weight: 700;
}
body header .menu > li > ul.sub-menu li > a {
  display: block;
}
body header .menu > li > ul.sub-menu li ul.sub-sub-menu {
  padding-left: 5px;
}
body header .menu > li > ul.sub-menu li ul.sub-sub-menu li {
  font-weight: normal;
}
body header .menu > li > ul.sub-menu {
  border-radius: 10px;
}
body header .menu > li:hover ul.sub-menu, body header .menu > li.active ul.sub-menu {
  visibility: visible;
  opacity: 1;
  min-width: 240px;
}
body header .menu > li a {
  color: var(--wp--preset--color--txt-light);
}
body header .menu > li.current-menu-item a {
  color: var(--wp--preset--color--primary);
}
body header #hamburger-wrapper {
  margin: 0;
}
@media screen and (min-width: 999px) {
  body header #hamburger-wrapper { /* desktop */
    display: none;
  }
}
body header #hamburger-wrapper button.hamburger {
  margin-top: 5px;
  width: 50px;
  background: transparent;
  border: 0;
  float: right;
  cursor: pointer;
}
body header #hamburger-wrapper button.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: black;
  margin: 7px 0;
}
body header #hamburger-wrapper button.hamburger a {
  color: var(--wp--preset--color--txt-light);
}
body .slide-in-menu {
  z-index: 110;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  margin-right: -100%;
}
body .slide-in-menu.opened {
  margin-right: 0;
}
body .slide-in-menu {
  height: 100vh;
  box-sizing: border-box;
  transition: all 1s;
  background-color: var(--wp--preset--color--bcg-dark);
  color: var(--wp--preset--color--txt-light);
}
body .slide-in-menu #close-btn {
  text-align: right;
}
body .slide-in-menu #close-btn a .dashicons::before {
  font-size: 30px;
}
body #nav-mobile.slide-in-menu .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 10vh 1em 10vh 1em;
  padding: 0;
}
body #nav-mobile.slide-in-menu .menu > li {
  float: none;
  padding: 2px 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
}
body #nav-mobile.slide-in-menu div#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 50%;
}
body #nav-mobile.slide-in-menu div#close-btn a {
  color: var(--wp--preset--color--primary);
}
body #nav-mobile.slide-in-menu div#close-btn span.dashicons {
  width: 30px;
  height: 30px;
}

/* ========================= TOOLS ============================== */
body {
  /* === #back-to-top === */
}
body #back-to-top {
  width: 45px;
  height: 45px;
  display: block;
  color: white;
  position: fixed;
  right: 20px;
  bottom: 5vh;
  z-index: 350;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
}
body #back-to-top .dashicons {
  font-size: 40px;
  font-weight: 600;
  margin: 1px 3px;
}
@media screen and (max-width: 998px) {
  body #back-to-top { /* smartphone */
    width: 35px;
    height: 35px;
    right: 10px;
  }
  body #back-to-top .dashicons {
    font-size: 30px;
  }
}
body #back-to-top.show {
  pointer-events: visible;
  opacity: 1;
  transform: scale(1);
  border-radius: 3px;
}
body #back-to-top {
  background: var(--wp--preset--color--primary);
}
body {
  /* === Read more === */
}
body .read-more, body .schema-faq-section {
  padding-bottom: 1em;
  padding-top: 1em;
}
body .read-more h3, body .read-more .schema-faq-question, body .schema-faq-section h3, body .schema-faq-section .schema-faq-question {
  cursor: pointer;
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 18px;
  line-height: 28px;
}
body .read-more h3:after, body .read-more .schema-faq-question:after, body .schema-faq-section h3:after, body .schema-faq-section .schema-faq-question:after {
  content: "\f347";
  font-family: dashicons;
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
body .read-more .more-txt, body .read-more .schema-faq-answer, body .schema-faq-section .more-txt, body .schema-faq-section .schema-faq-answer {
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  display: none;
}
body .read-more.opened h3:after, body .read-more.opened .schema-faq-question:after, body .schema-faq-section.opened h3:after, body .schema-faq-section.opened .schema-faq-question:after {
  transform: rotate(180deg);
}
body .read-more.opened .more-txt, body .schema-faq-section.opened .more-txt {
  display: block;
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
body .read-more.opened .txt, body .schema-faq-section.opened .txt {
  display: none;
}
body .read-more, body .schema-faq-section {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
body .read-more h2:after {
  color: var(--wp--preset--color--primary);
}

/* ========================= POSTS ============================== */
body li.wp-block-post > div {
  overflow: hidden;
  height: 100%;
  display: grid;
  align-items: stretch;
  align-content: space-around;
  grid-template-rows: 300px 1fr;
}
body li.wp-block-post > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body li.wp-block-post > div .is-layout-flex {
  gap: 10px;
}
body li.wp-block-post h2.wp-block-post-title {
  margin: 0 !important;
}
body li.wp-block-post img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========================= BUTTONS ============================ */
body button,
body a.wp-block-read-more,
body a.wp-block-post-excerpt__more-link,
body .wp-block-button a {
  padding: 5px 1em;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: inherit;
  border: 0 !important;
  border-radius: 20px;
}
body .hamburger-btn a {
  color: var(--wp--preset--color--txt-light);
}
body .hamburger-btn a:hover {
  color: var(--wp--preset--color--txt-light);
}

/* ========================= FORMS ============================== */
body .fluentform button.ff-btn.ff-btn-submit {
  font-family: var(--wp--preset--font-family--header);
}
body .fluentform .ff-el-group.ff-el-form-hide_label {
  margin-bottom: 17px;
}
body .fluentform .ff-el-input--content {
  position: relative;
}
body .fluentform .ff-el-input--content::before {
  font-family: "dashicons";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  z-index: 1;
  color: rgb(40, 40, 40);
}
body .fluentform .ff-el-input--content input,
body .fluentform .ff-el-input--content textarea {
  padding-left: 2.5rem;
}
body .fluentform .ff-name-field-wrapper .ff-el-input--content::before {
  content: "\f110";
}
body .fluentform .ff-el-input--content:has(input[name=email])::before {
  content: "\f466";
}
body .fluentform .ff-el-input--content:has(input[name=phone])::before {
  content: "\f525";
}
body .fluentform .ff-el-input--content:has(textarea[name=message])::before {
  content: "\f122";
  top: 1rem;
  transform: none;
}

/* ========================= OTHER PAGES ======================== */
/* ========================= FONT SIZES ========================= */
body {
  font-size: 18px;
  line-height: 1.75em;
}
body h1 {
  font-size: 2.85rem;
  line-height: 130%;
}
body h1 span {
  font-size: 40px;
  line-height: 36px;
  font-weight: 300;
}
body h1 span:last-child {
  margin-top: 10px;
  display: block;
}
body h2 {
  font-size: 2.25rem;
  line-height: 120%;
}
body h3 {
  font-size: 1.5rem;
  line-height: 120%;
}
body .font-weight-200 {
  font-weight: 200;
  letter-spacing: 1px;
}
body .font-weight-300 {
  font-weight: 300;
}
body li.wp-block-post h2 {
  font-size: 2rem;
  line-height: 50px;
}
body article h1 {
  font-size: 32px;
  line-height: 48px;
}
body article h2 {
  font-size: 22px;
  line-height: 28px;
}
body footer h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
@media screen and (min-width: 1500px) and (max-width: 3199px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    font-size: 16px;
    line-height: 24px;
  }
  body h1 {
    font-size: 1.8rem;
    line-height: 130%;
  }
  body h2 {
    font-size: 1.75rem;
    line-height: 120%;
  }
  body h3 {
    font-size: 1.4rem;
    line-height: 120%;
  }
}
@media screen and (max-width: 319px) {
  body { /* small */
    --wp--preset--font-size--small: 12px;
    --wp--preset--font-size--medium: 16px;
    --wp--preset--font-size--large: 18px;
    --wp--preset--font-size--extra-large: 22px;
    font-size: 12px;
    line-height: 20px;
  }
}

/* ========================= SPACINGS =========================== */
body article {
  padding-left: var(--wp--preset--spacing--h-l);
  padding-right: var(--wp--preset--spacing--h-l);
}
body article, body article h1 {
  margin-left: var(--wp--preset--spacing--h-m);
  margin-right: var(--wp--preset--spacing--h-m);
}
body article {
  max-width: 1200px;
  margin: auto;
}
body article {
  margin-bottom: var(--wp--preset--spacing--v-m);
}
@media screen and (min-width: 1500px) and (max-width: 1719px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    --wp--preset--spacing--h-m: 30px;
    --wp--preset--spacing--h-l: 30px;
  }
  body article {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body .m-order-2 {
    order: 2;
  }
}

/* ========================= ACCESSIBILITY ============================ */
body .visually-hidden {
  position: absolute;
  left: -10000em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
body .skiplink {
  margin: 0;
  position: relative;
}
body .skiplink a {
  line-height: 1em;
  position: absolute;
  left: 0;
  top: -5em;
  width: 100%;
  background-color: #362e59;
  color: white;
  outline: 2px solid white;
  text-decoration: none;
  padding: 1.5em 0;
  margin: 0 auto;
  text-align: center;
  -moz-transition-duration: 0.3s;
  -moz-transition-property: top opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: top opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: top opacity;
  transition-timing-function: ease-out;
  display: block;
  opacity: 0;
  z-index: 200;
}
body .skiplink a:focus, body .skiplink a:hover {
  top: 0;
  outline-color: var(--wp--preset--color--primary);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */