@charset "UTF-8";
/*
Theme Name: PM Core
Author: mardor - MadWorks
Author URI: https://madworks.hu/
Version: 1.001
Description: egyed, minimalista sablon - BudapestColors
*/
@font-face {
  font-family: "NotoSans";
  src: url(https://budapestcolors.com/wp-content/themes/pm-core/fonts/NotoSans-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url(https://budapestcolors.com/wp-content/themes/pm-core/fonts/NotoSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "NotoSans";
  src: url(https://budapestcolors.com/wp-content/themes/pm-core/fonts/NotoSans-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "NotoSerif";
  src: url(https://budapestcolors.com/wp-content/themes/pm-core/fonts/NotoSerif-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "NotoSerif";
  src: url(https://budapestcolors.com/wp-content/themes/pm-core/fonts/NotoSerif-Bold.ttf);
  font-weight: 700;
}
/* ========================= BASE =============================== */
html, body {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

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 a, body a:hover {
  color: var(--wp--preset--color--txt-dark);
  text-decoration: none;
}
body a:hover {
  animation: flash 2s;
}
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: 4vh;
  }
}
@media screen and (max-width: 998px) {
  body section { /* smartphone */
    scroll-margin-top: 3vh;
  }
}
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 ul.justified.wp-block-post-template-is-layout-grid li > div {
    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 .shadowed a {
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
}
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;
  }
}

/* ========================= EFFECTS ============================ */
body {
  /* typing effects */
}
body a:hover {
  animation: flash 2s;
}
@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body:not(.home) h1 {
  position: relative;
  display: inline-block;
  z-index: 0;
}
body:not(.home) h1::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 90%;
  height: 13px;
  background-color: var(--wp--preset--color--tertiary);
  z-index: -1;
  opacity: 0.6;
}
body main a:not(.wp-block-button__link) {
  text-decoration: none;
  position: relative;
}
body main a:not(.wp-block-button__link)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: var(--wp--preset--color--primary); /* Alapértelmezett kék szín */
  transition: height 0.3s;
}
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 div.hover__scaleUp {
  transition: transform 0.3s ease-in-out; /* Animáció a hover esetén */
}
body div.hover__scaleUp:hover {
  transform: scale(1.01); /* Kicsit nagyobb, amikor fölé viszik az egeret */
}
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 #page > header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.35);
}
body.fixed-header #page > header #logo img {
  height: 32px !important;
}
body aside.sidebar {
  padding: 1em var(--wp--preset--spacing--h-s) !important;
}
@media screen and (min-width: 999px) {
  body aside.sidebar { /* desktop */
    position: sticky;
    top: 6em;
    width: 100%;
    min-height: 75vh;
    overflow-y: auto;
    background-color: var(--wp--preset--color--bcg-light);
    border-radius: 20px;
  }
  body aside.sidebar h1 {
    margin-bottom: 0.5em;
  }
  body aside.sidebar h1:before {
    bottom: 6px;
  }
}
body footer {
  background-color: var(--wp--preset--color--bcg-dark);
  color: var(--wp--preset--color--txt-light);
}
body footer h2 {
  font-weight: normal;
}
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;
}

/* ========================= MENUS ===================================== */
body header {
  background-color: var(--wp--preset--color--tertiary);
  /* === #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;
  text-transform: uppercase;
  font-weight: bold;
}
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;
  border-radius: 10px;
}
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:hover ul.sub-menu, body header .menu > li.active ul.sub-menu {
  visibility: visible;
  opacity: 1;
  min-width: 240px;
}
@media screen and (max-width: 998px) {
  body header .menu { /* smartphone */
    display: none;
  }
}
body header #hamburger-wrapper {
  margin: 0;
}
@media screen and (min-width: 999px) {
  body header #hamburger-wrapper { /* desktop */
    display: none;
  }
}
body header #hamburger-wrapper .hamburger-btn a {
  width: 30px;
  background: transparent;
  border: 0;
  float: right;
  color: black;
  cursor: pointer;
  font-weight: 600;
}
body header .widget.widget_polylang ul {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5em;
  font-weight: bold;
}
body header .widget.widget_polylang ul li:not(:last-child) {
  position: relative;
  margin-right: 0.5em;
}
body header .widget.widget_polylang ul li:not(:last-child)::after {
  content: "|";
  font-weight: 300;
  position: absolute;
  right: -0.6em;
  top: -1px;
  color: var(--wp--preset--color--secondary);
}
body .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--tertiary);
}
body .slide-in-menu.opened {
  margin-right: 0;
}
body .slide-in-menu #close-btn {
  text-align: right;
}
body .slide-in-menu #close-btn a .dashicons::before {
  font-size: 30px;
}
body .slide-in-menu #close-btn a:after {
  content: none;
}
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--bcg-dark);
  border-radius: 50%;
}
body #nav-mobile.slide-in-menu div#close-btn a {
  color: var(--wp--preset--color--txt-dark);
}
body #nav-mobile.slide-in-menu div#close-btn span.dashicons {
  width: 30px;
  height: 30px;
}

/* ========================= TOOLS ============================== */
body {
  /* === #back-to-top === */
  /* === Read more === */
  /* === owl carousel === */
}
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 {
  padding: 0.5em 0;
  margin-top: 0;
}
body .read-more h3 {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  line-height: 50px;
}
body .read-more h3:after {
  content: "\f347";
  font-family: dashicons;
  font-size: 30px;
  color: var(--wp--preset--color--secondary);
  position: absolute;
  right: 0;
  top: 0px;
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform-origin: bottom;
}
body .read-more .more-txt {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  margin-top: 0;
}
body .read-more.opened h3:after {
  transform: rotate(180deg);
}
body .read-more.opened .more-txt {
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
body .read-more.opened .txt {
  display: none;
}
body .read-more {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
body .read-more h2:after {
  color: var(--wp--preset--color--primary);
}
body main ul.bullet {
  list-style: none;
  padding: 0;
}
body main ul.bullet li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1em;
}
body main ul.bullet li:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
}
body main hr {
  border-bottom: 1px solid var(--wp--preset--color--secondary) !important;
}
body .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  align-items: stretch;
}
body .owl-carousel .owl-stage .owl-item {
  margin: 0 1px;
}
body .owl-carousel .owl-stage .owl-item > div {
  height: 100%;
  display: flex;
}
body .owl-carousel .owl-item img {
  width: auto;
}
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%;
  }
}

/* ========================= POSTS ============================== */
body li.wp-block-post > div {
  overflow: hidden;
  display: grid;
  align-items: stretch;
  align-content: space-around;
}
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:not(.hamburger-btn),
body a.wp-block-read-more,
body .wp-block-button:not(.hamburger-btn) a {
  padding: 5px 1em;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: inherit;
  border: 0 !important;
  border-radius: 0;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--txt-dark);
  box-shadow: 4px 4px 25px 0px rgba(67, 67, 67, 0.25);
}
body button:not(.hamburger-btn):hover,
body a.wp-block-read-more:hover,
body .wp-block-button:not(.hamburger-btn) a:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--txt-dark);
}
body .wp-block-button.black a,
body a.wp-block-post-excerpt__more-link {
  background: url(https://budapestcolors.com/wp-content/themes/pm-core/img/btn-bcg.jpg);
  color: var(--wp--preset--color--txt-light);
  padding: 8px 3em;
  border-radius: 10px;
}
body .wp-block-button.black a:after,
body a.wp-block-post-excerpt__more-link:after {
  content: none !important;
}

/* ========================= FORMS ============================== */
body form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit {
  background: url(https://budapestcolors.com/wp-content/themes/pm-core/img/btn-bcg.jpg);
  padding: 10px 20px;
  border-radius: 10px;
}
body .ff-message-success {
  border: 0;
  box-shadow: none;
}

/* ========================= HOME =============================== */
@media screen and (max-width: 998px) {
  body.home { /* SMARTPHONE */ }
  body.home .wp-block-cover.is-light.feat-img {
    padding-top: 0;
  }
  body.home .wp-block-cover.is-light.feat-img .wp-block-column:first-child {
    border-radius: 0 !important;
  }
}

/* ========================= OTHER PAGES ======================== */
/* ========================= FONT SIZES ========================= */
body {
  font-size: 18px;
  line-height: 1.5em;
}
body h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 1em;
}
body h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}
body h3 {
  font-size: 1.3em;
  line-height: 1.2em;
}
body li.wp-block-post h2 {
  font-size: 2rem;
  line-height: 50px;
}
body footer h2 {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 1500px) and (max-width: 1719px) {
  body {
    font-size: 18px;
    --wp--preset--font-size--extra-large: 2.2rem;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    font-size: 18px;
    --wp--preset--font-size--extra-large: 2rem;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    font-size: 16px;
    --wp--preset--font-size--extra-large: 2rem;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    font-size: 15px;
    --wp--preset--font-size--extra-large: 1.8rem;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    font-size: 16px;
    line-height: 24px;
    --wp--preset--font-size--extra-large: 2rem;
  }
  body h1 {
    font-size: 2.2em;
    line-height: 1.2em;
  }
  body h2 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  body h3 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
@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-s);
  padding-right: var(--wp--preset--spacing--h-s);
}
body article, body article h1 {
  margin-left: var(--wp--preset--spacing--h-s);
  margin-right: var(--wp--preset--spacing--h-s);
}
body article {
  max-width: 1600px;
  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-l: 5rem;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    --wp--preset--spacing--h-l: 5rem;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 5rem;
  }
}
@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 (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    --wp--preset--spacing--h-m: 30px;
    --wp--preset--spacing--h-l: 30px;
    --wp--preset--spacing--v-s: 10px;
    --wp--preset--spacing--v-m: 20px;
  }
  body article {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }
  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 */