@charset "UTF-8";
/*
Theme Name: PM Core
Author: mardor - PM Creative
Author URI: https://pmcreative.hu
Version: 1.002
Description: P.M. Creative egyedi sablonja - Eridor
*/
/* Gravity font */
@font-face {
  font-family: "Gravity";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Gravity-Regular.otf"); /* IE9 Compat Modes */
  src: url("fonts/Gravity-Regular.woff") format("woff"); /* Legacy iOS */
}
/* ========================= 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--text);
  font-optical-sizing: auto;
  margin: 0;
}
body :where(.wp-block-group.has-background) {
  padding: 0;
}
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, body h2, body h3, body footer h2 {
  font-family: var(--wp--preset--font-family--heading);
  text-transform: uppercase;
}
body a, body a:hover {
  color: var(--wp--preset--color--txt-dark);
  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: var(--wp--style--block-gap);
}
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 .is-layout-flex { /* desktop */
    gap: 3em;
  }
}
@media screen and (max-width: 998px) {
  body .is-layout-flex { /* smartphone */
    gap: 2em;
  }
}
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 figure.img-border-1 {
  background-repeat: no-repeat;
  background-image: url(images/img_bcg.svg);
  background-size: 100%;
  padding: 12px;
  box-sizing: border-box;
}
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;
  }
}

/* ========================= HTML TAGS & GUTENBRG CLASSES ======= */
/* ========================= OWN CLASSES ======================== */
body {
  /* === tabs === */
}
body .tabs ol {
  display: flex;
  gap: 3em;
  list-style: none;
  padding: 0;
}
body .tabs ol li {
  cursor: pointer;
}
body .tabs ol li.selected {
  font-weight: bold;
}
body .tabs ol li:hover {
  animation: flash 2s;
}
body .tabs .wp-block-group.tab-content {
  margin-top: 0;
}
body .tabs .wp-block-group.tab-content:not(:first-child) {
  display: none;
}
body .system-diagram .wp-block-group {
  gap: 10px;
}
body .system-diagram .wp-block-group .wp-block-group {
  max-width: 355px;
}
body .system-diagram .wp-block-group .wp-block-group p {
  border-radius: 18px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
}

/* ========================= EFFECTS ============================ */
/* ========================= HEADER, FOOTER, MAIN =============== */
body header {
  background-color: var(--wp--preset--color--bcg-header);
  box-shadow: 0px 19px 22px rgba(0, 0, 0, 0.2);
}
body header .wp-block-columns {
  z-index: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1720px) {
  body header .wp-block-columns { /* desktop */
    gap: 3em;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1719px) {
  body header .wp-block-columns {
    gap: 1em;
  }
}
@media screen and (min-width: 999px) and (max-width: 1499px) {
  body header .wp-block-columns {
    gap: 20px;
  }
}
@media screen and (max-width: 998px) {
  body header .wp-block-columns { /* smartphone */
    gap: 10px;
  }
}
body header .menu {
  display: flex;
  justify-content: flex-end;
}
body header .menu > li {
  float: left;
  padding: 2px 1.5em;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
body header .menu > li.current_page_item a {
  text-decoration: underline;
  color: var(--wp--preset--color--olive);
}
@media screen and (max-width: 998px) {
  body header .menu { /* smartphone */
    display: none;
  }
}
body header .wp-block-search .wp-block-search__inside-wrapper {
  border-radius: 1em;
  border: 0;
  background-color: var(--wp--preset--color--brown-2);
}
body header .wp-block-search input[type=search] {
  order: 2;
  background-color: transparent;
}
body header .wp-block-search button.wp-block-search__button {
  padding: 0px;
  margin-left: 0px;
  background-color: transparent;
}
body header .wp-block-search button.wp-block-search__button svg.search-icon {
  min-height: 42px;
  min-width: 42px;
}
body header #hamburger-wrapper {
  margin: 0;
}
@media screen and (min-width: 999px) {
  body header #hamburger-wrapper { /* desktop */
    display: none;
  }
}
body footer {
  background-color: var(--wp--preset--color--bcg-footer);
}

/* ========================= MENUS ===================================== */
.slide-in-menu {
  z-index: 110;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  margin-right: -100%;
  height: 100vh;
  box-sizing: border-box;
  transition: all 1s;
  background-color: var(--wp--preset--color--secondary);
}
.slide-in-menu.opened {
  margin-right: 0;
}
.slide-in-menu .close-btn {
  text-align: right;
}
.slide-in-menu .close-btn a {
  background: white;
  color: var(--wp--preset--color--txt-dark);
  font-weight: 800;
  border-radius: 50%;
  padding: 10px 15px;
}

/* ========================= POSTS ============================== */
/* ========================= BUTTONS ============================ */
body .wp-block-button.shadowed {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
body a.has-blue-2-background-color {
  background-color: var(--wp--preset--color--blue-2);
  color: var(--wp--preset--color--txt-dark);
}
body a.has-blue-2-background-color:hover {
  background-color: var(--wp--preset--color--blue-1) !important;
  color: var(--wp--preset--color--txt-light) !important;
}
body a.has-rose-2-background-color {
  background-color: var(--wp--preset--color--rose-2);
  color: var(--wp--preset--color--txt-dark);
}
body a.has-rose-2-background-color:hover {
  background-color: var(--wp--preset--color--rose-1) !important;
  color: var(--wp--preset--color--txt-light) !important;
}
body.woocommerce button.single_add_to_cart_button {
  background-color: var(--wp--preset--color--rose-2) !important;
  color: var(--wp--preset--color--txt-dark) !important;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
body.woocommerce button.single_add_to_cart_button:hover {
  background-color: var(--wp--preset--color--rose-1) !important;
  color: var(--wp--preset--color--txt-light) !important;
}

/* ========================= FORMS ============================== */
/* ========================= HOME =============================== */
/* ========================= OTHER PAGES ======================== */
.woocommerce img, .woocommerce-page img {
  height: auto;
  width: 100%;
}

/* ========================= COLORS ============================= */
/* ========================= FONT SIZES ========================= */
body {
  font-size: 20px;
  line-height: 1.5em;
}
body h1 {
  font-size: 3em;
  line-height: 1.4em;
  margin: 5px;
}
body h2 {
  font-size: 1.5em;
  line-height: 1.3em;
}
body h3 {
  font-size: 1.2em;
  line-height: 1.3em;
}
body header {
  font-size: 18px;
  line-height: 1.1em;
}
body footer {
  font-size: 18px;
  line-height: 1.1em;
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    font-size: 14px;
  }
  body h1 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  body h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  body .has-x-large-font-size {
    font-size: 4em !important;
  }
  body .has-large-font-size {
    font-size: 2em !important;
  }
  body .has-medium-font-size {
    font-size: 1.2em !important;
  }
  body small, body .has-small-font-size, body span.wpcf7-not-valid-tip, body footer #footer-info {
    font-size: 0.9em;
  }
}

/* ========================= SPACINGS =========================== */
body header, body footer, body main {
  padding-left: var(--wp--preset--spacing--h-m);
  padding-right: var(--wp--preset--spacing--h-m);
}
body footer {
  padding-top: var(--wp--preset--spacing--v-s);
  padding-bottom: var(--wp--preset--spacing--v-m);
}
body main {
  padding-top: var(--wp--preset--spacing--v-m);
  padding-bottom: var(--wp--preset--spacing--v-s);
}
@media screen and (max-width: 3199px) {
  body {
    --wp--preset--spacing--h-m: 6vw;
  }
}
@media screen and (max-width: 1499px) {
  body {
    --wp--preset--spacing--h-m: 2vw;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */ }
}/*# sourceMappingURL=style.css.map */