@charset "UTF-8";
/*
Theme Name: PM Core
Author: mardor - PM Creative
Author URI: https://pmcreative.hu
Version: 1.001
Description: KEMCS - egyedi téma
*/
/* ========================= 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);
  margin: 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 nav, body header span, 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: var(--wp--preset--color--txt-dark);
  text-decoration: none;
}
body a:hover, body button:hover {
  animation: flash 2s;
  cursor: pointer;
}
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 .main-content {
  height: 100vh;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 998px) {
  body { /* smartphone */ }
  body .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }
  body .m-order-2 {
    order: 2;
  }
  body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
body .otgs-development-site-front-end,
body .wpml-ls-statics-footer {
  display: none !important;
}
body .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  bottom: -100%;
}

/* ========================= HTML TAGS & GUTENBRG CLASSES ======= */
/* ========================= OWN CLASSES ======================== */
body .document-categories {
  max-width: 1075px;
  margin: 2em auto 3em auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
body .document-categories button {
  background-color: transparent;
  border: 0;
  color: var(--wp--preset--color--txt-light);
  text-transform: uppercase;
  padding: 0.5em 2em;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 10px;
  background-color: var(--wp--preset--color--secondary);
}
body .document-categories button.active {
  background-color: var(--wp--preset--color--primary);
}
body ul.downloads {
  list-style: none;
  max-width: 1075px;
  margin: 1em auto;
  padding: 0;
}
body ul.downloads li {
  display: none;
}
body ul.downloads li.active {
  display: block;
}
body ul.downloads li > .wp-block-columns {
  padding-bottom: 1em;
  margin-top: 1em;
  gap: var(--wp--preset--spacing--m) var(--wp--preset--spacing--m);
}
body ul.downloads li > .wp-block-columns .file-date {
  flex-basis: 88px !important;
  text-align: center;
}
body ul.downloads li > .wp-block-columns .file-date time {
  display: flex;
  flex-direction: column;
  align-content: center;
}
body ul.downloads li > .wp-block-columns .file-date strong {
  font-weight: normal;
  display: block;
}

/* ========================= TOOLS ============================== */
/* === #search-bar === */
.search-bar .search-input-container {
  width: 100%;
  border-radius: 10px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0px 10px;
  box-sizing: border-box;
  position: relative;
}
.search-bar .search-input-container span.algolia-autocomplete {
  width: 100%;
}
.search-bar .search-input-container input.search-input {
  width: 100%;
  border: 0 !important;
  background-color: transparent;
  color: white;
}
.search-bar .search-input-container input.search-input::-webkit-input-placeholder {
  color: var(--wp--preset--color--bcg-gray);
}
.search-bar .search-input-container input.search-input:-moz-placeholder {
  color: var(--wp--preset--color--bcg-gray);
}
.search-bar .search-input-container input.search-input::-moz-placeholder {
  color: var(--wp--preset--color--bcg-gray);
}
.search-bar .search-input-container input.search-input:-moz-placeholder {
  color: var(--wp--preset--color--bcg-gray);
}
.search-bar .search-input-container input.search-input:placeholder-shown {
  color: var(--wp--preset--color--bcg-gray);
}
.search-bar .search-input-container input.search-input::-webkit-search-cancel-button {
  position: relative;
  right: 10px;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(/wp-content/themes/pm-core/images/x-circle.svg) no-repeat 50% 50%;
  background-size: contain;
}
.search-bar .search-input-container input.search-input:hover, .search-bar .search-input-container input.search-input:active {
  outline: none;
}
.search-bar .search-input-container .aa-dropdown-menu {
  font-family: inherit;
  border-radius: 10px;
  padding: 1em 0;
  margin-top: 10px;
}
.search-bar .search-input-container .aa-dropdown-menu .aa-suggestion {
  padding: 0 2em;
}
.search-bar .search-input-container .aa-dropdown-menu .aa-suggestion a {
  color: var(--wp--preset--color--primary) !important;
}
.search-bar .search-input-container .aa-dropdown-menu .search-result-excerp {
  display: none;
}

#search-bar-mobile .wp-block-search__inside-wrapper,
#search-bar-mobile form.search-form {
  width: 100%;
}
#search-bar-mobile button.wp-block-search__button {
  background: transparent;
  border: 0;
}

#search-bar-main {
  display: none;
  z-index: 10;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100%;
  height: 100vh;
  left: 0;
  box-sizing: border-box;
}
#search-bar-main.active {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 998px) {
  #search-bar-main { /* smartphone */
    top: 135px;
    height: calc(100vh - 135px);
  }
}
#search-bar-main h2 {
  color: white;
}
#search-bar-main > div.wp-block-search__inside-wrapper {
  min-height: 90vh;
  width: 100%;
  padding: 8em 0 8em 0;
  box-sizing: border-box;
  background: #246340;
  opacity: 0.8;
  color: white;
  display: block;
  text-align: center;
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form {
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form .form-row {
  width: 100%;
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form input.search-input {
  width: 100%;
  padding-left: 45px;
  outline: none;
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container {
  width: 100%;
  border-radius: 10px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 10px;
  position: relative;
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container:before {
  content: url(/wp-content/themes/pm-core/images/search-ico.png);
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  display: block;
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container span.algolia-autocomplete {
  width: 100%;
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container .search-auto-complete.show {
  display: block;
  font-family: sans-serif;
  background-color: #fff;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
  width: 100%;
  text-align: left;
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container .search-auto-complete.show a {
  color: var(--wp--preset--color--primary);
}
#search-bar-main > div.wp-block-search__inside-wrapper form.search-form button.wp-block-search__button {
  height: 33px;
  padding: 0 40px;
}

.search-btn, button.wp-block-search__button {
  cursor: pointer;
}

/* ========================= EFFECTS ============================ */
@keyframes flash {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

/* ========================= HEADER, FOOTER, MAIN =============== */
body div.menu-wrapper .menu {
  display: flex;
  justify-content: flex-end;
}
body header#masthead {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 998px) {
  body header#masthead { /* smartphone */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}
body header#masthead .wpml-language-switcher-block {
  width: auto !important;
}
body header#masthead .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing {
  gap: 0 !important;
}
body header#masthead .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li:not(:last-child) {
  margin-right: 5px !important;
}
body header#masthead .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li:not(:last-child)::after {
  content: "/";
  color: var(--wp--preset--color--secondary);
  margin-left: 5px;
}
body header#masthead .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item, body header#masthead .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item {
  color: var(--wp--preset--color--txt-light);
  font-weight: bold;
  margin-top: 0 !important;
  margin-right: 5px !important;
}
body header#masthead .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item.current-language-item a, body header#masthead .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item.current-language-item a {
  color: var(--wp--preset--color--secondary);
}
body header#masthead .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing [data-wpml=current-language-item] span {
  color: var(--wp--preset--color--tertiary);
}
body header#masthead div.menu-wrapper {
  margin-left: auto;
  margin-right: auto;
}
body header#masthead div.menu-wrapper .menu > li {
  float: left;
  margin-left: 20px;
  padding: 0 5px;
  font-weight: bold;
  position: relative;
}
body header#masthead div.menu-wrapper .menu > li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--wp--preset--color--secondary); /* Háromszög színe */
}
body header#masthead div.menu-wrapper .menu > li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 20px;
  left: -50px;
  list-style: none;
  z-index: 1000;
  min-width: 250px;
  padding: 0px;
  padding-top: 5px;
  background: var(--wp--preset--color--secondary);
  text-align: center;
  transition: all 0.4s;
}
body header#masthead div.menu-wrapper .menu > li ul.sub-menu li {
  margin-bottom: 5px;
  padding: 8px 30px;
}
body header#masthead div.menu-wrapper .menu > li ul.sub-menu li a {
  color: white;
}
body header#masthead div.menu-wrapper .menu > li ul.sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4392156863);
}
body header#masthead div.menu-wrapper .menu > li:hover ul.sub-menu, body header#masthead div.menu-wrapper .menu > li.active ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media screen and (max-width: 998px) {
  body header#masthead div.menu-wrapper .menu { /* smartphone */
    display: none;
  }
}
body header#masthead #hamburger-wrapper {
  margin: 0;
}
body header#masthead #hamburger-wrapper button.hamburger {
  margin-top: 5px;
  width: 50px;
  background: transparent;
  border: 0;
  float: right;
  cursor: pointer;
}
body header#masthead #hamburger-wrapper button.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 7px 0;
}
@media screen and (min-width: 999px) {
  body header#masthead #hamburger-wrapper { /* desktop */
    display: none;
  }
}
body .slide-in-menu {
  z-index: 110;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  padding-top: 2em;
  width: 100%;
  margin-right: -100%;
  height: 100vh;
  box-sizing: border-box;
  transition: all 1s;
  background-color: var(--wp--preset--color--secondary);
}
body .slide-in-menu.opened {
  margin-right: 0;
}
body .slide-in-menu #close-btn {
  position: absolute;
  top: 3em;
  right: 3em;
}
body .slide-in-menu #close-btn a {
  background-image: url(/wp-content/themes/pm-core/images/KEMCS-menu-x.svg);
  color: transparent;
  width: 45px;
  height: 45px;
  display: block;
}
body footer div#footer-wrapper {
  width: 100%;
}
@media screen and (max-width: 998px) {
  body footer { /* smartphone */
    text-align: center;
  }
  body footer .wp-block-column {
    text-align: center;
  }
  body footer figure.wp-block-image.alignright {
    float: none;
    margin: 0 auto;
  }
}
body footer ul#menu-social-menu {
  gap: 1em;
}
body footer ul#menu-social-menu li a {
  width: 54px;
  height: 54px;
  display: inline-block;
  color: transparent;
}
body footer ul#menu-social-menu li.fb-icon a {
  background-image: url(https://km.pcvilag.hu/wp-content/uploads/2023/06/KEMCS-facebook-icon-1.svg);
  background-repeat: no-repeat;
}
body footer ul#menu-social-menu li.ln-icon a {
  background-image: url(https://km.pcvilag.hu/wp-content/uploads/2023/06/KEMCS-linkedin-icon.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 998px) {
  body footer ul#menu-social-menu { /* smartphone */ }
}
body footer ul#menu-lablec-menu {
  gap: 2em;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 998px) {
  body footer ul#menu-lablec-menu { /* smartphone */
    flex-direction: column;
    text-align: center;
    gap: 1em;
  }
}
body nav#nav-mobile {
  display: flex;
  flex-direction: column;
  text-align: center;
}
body nav#nav-mobile div#mobile-menu {
  margin-top: auto;
}
body nav#nav-mobile ul.menu {
  list-style: none;
  padding: 0;
}
body nav#nav-mobile ul.menu li {
  margin: 1.5em;
}
body nav#nav-mobile ul.menu li.menu-item-has-children > a {
  display: none;
}
body nav#nav-mobile ul.menu li ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
body nav#nav-mobile ul.menu li ul.sub-menu li {
  margin-bottom: 0;
  padding: 0;
}

/* ========================= POSTS ============================== */
/* ========================= BUTTONS ============================ */
/* ========================= FORMS ============================== */
/* ========================= HOME =============================== */
/* ========================= OTHER PAGES ======================== */
.page-id-56 p.has-primary-color {
  margin-bottom: 45px;
}

/* ========================= COLORS ============================= */
body {
  color: var(--wp--preset--color--secondary);
}
body header#masthead div.menu-wrapper .menu > li.current-menu-item {
  color: var(--wp--preset--color--primary);
}
body #hamburger-wrapper button.hamburger span {
  background-color: var(--wp--preset--color--primary);
}
body footer {
  background-color: var(--wp--preset--color--secondary);
  color: white;
}
body nav#nav-mobile {
  color: white;
}
body h1 {
  color: var(--wp--preset--color--primary);
}
body ul.downloads li > .wp-block-columns {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}

/* ========================= FONT SIZES ========================= */
body {
  line-height: 1.5em;
}
body h1 {
  font-size: 2.65em;
  line-height: 1.2em;
  margin: 5px;
}
body h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}
body h3 {
  font-size: 1.2em;
  line-height: 1.2em;
}
body .has-x-large-font-size {
  font-size: 4em !important;
}
body .has-large-font-size {
  font-size: 1.6em !important;
  line-height: 1.3em;
}
body .has-medium-font-size, body a.wp-block-read-more, body a.wp-block-post-excerpt__more-link, body button.btn-more, body button.wp-block-search__button, body .wp-block-button a {
  font-size: 1.25em !important;
}
body small, body .has-small-font-size, body header #header-info p, body header #main-menu, body footer #footer-info h3 {
  font-size: 0.9em;
}
body footer h2 {
  font-size: 1em;
}
body nav#nav-mobile ul.menu > li {
  font-size: 1.5em;
}
@media screen and (min-width: 1800px) and (max-width: 3199px) {
  body {
    font-size: 19px;
  }
  body h1 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 5px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1799px) {
  body {
    font-size: 16px;
  }
  body h1 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 5px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    font-size: 16px;
  }
  body h1 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 5px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  body {
    font-size: 16px;
  }
  body h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 999px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  body h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    font-size: 15px;
  }
  body h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }
  body h1 {
    font-size: 1.6em;
  }
}

/* ========================= SPACINGS =========================== */
body header, body footer, body main {
  padding-left: var(--wp--preset--spacing--l);
  padding-right: var(--wp--preset--spacing--l);
}
body header {
  margin-top: 1em;
  margin-bottom: 1em;
}
body footer {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 3em;
}
@media screen and (min-width: 1500px) and (max-width: 1799px) {
  body {
    --wp--preset--spacing--l: 4rem;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    --wp--preset--spacing--l: 4rem;
  }
  body header#masthead div.menu-wrapper .menu > li {
    padding: 0 3px;
  }
}
@media screen and (max-width: 1365px) {
  body .title-wrapper .m-order-2 {
    flex-basis: 45% !important;
  }
  body .file-list > .wp-block-column:first-child,
  body .file-list > .wp-block-column:last-child {
    flex-basis: 12% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
  body {
    --wp--preset--spacing--l: 5rem;
  }
}
@media screen and (min-width: 999px) and (max-width: 1199px) {
  body {
    --wp--preset--spacing--l: 3rem;
  }
}
@media screen and (max-width: 998px) {
  body { /* smartphone */
    --wp--preset--spacing--m: 30px;
    --wp--preset--spacing--l: 30px;
  }
  body div#logo-wrapper img {
    max-width: 180px;
  }
}

/* ========================= 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: #246340;
  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 */