@charset "UTF-8";
/*
Theme Name: Joskoker Gastronomie
Theme URI: https://collective.hu
Author: Collective
Author URI: https://collective.hu
*/
/*** FONTOK ***/
/*********************/
/*** SZÍNEK ***/
/*********************************************************/
.hide-on-mobile {
  display: block !important;
}

.hide-on-desktop {
  display: none !important;
}

* {
  font: 400 14px/22px "Roboto", sans-serif;
  color: #000000;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

strong {
  font-weight: bold !important;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  list-style-position: outside;
}

.wpcf7-form .blokk {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 36px;
}
.wpcf7-form .blokk .bal, .wpcf7-form .blokk .jobb {
  flex: 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
input, textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
  padding: 16px 32px;
  filter: drop-shadow(0px 0px 10px #CCCCCC);
  color: #414040;
  font-size: 24px;
}

textarea {
  border-radius: 40px;
  resize: none;
  padding: 32px;
  height: 100%;
}

label {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.blokk.accept label, .blokk.gomb label {
  display: block;
}
.blokk.accept input, .blokk.gomb input {
  width: auto;
}
.blokk.gomb {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.blokk.accept input {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.blokk.accept label {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  flex-direction: row;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 24px;
}

.button a,
input[type=submit] {
  display: block;
  padding: 15px 60px;
  border-radius: 100px;
  background-color: #E3211F;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  font: 400 10px/10px "Roboto", sans-serif;
}
.button a:hover,
input[type=submit]:hover {
  background-color: #8a0b0b;
}
.button a.szurke,
input[type=submit].szurke {
  background-color: #696969;
}
.button a.szurke:hover,
input[type=submit].szurke:hover {
  background-color: #414040;
}

.telefon,
.email {
  display: flex;
  gap: 5px;
  align-items: center;
}
.telefon:before,
.email:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.telefon.white::before {
  background-image: url(img/ikon-telefon-white.svg);
}
.telefon.black::before {
  background-image: url(img/ikon-telefon-black.svg);
}

.email.white::before {
  background-image: url(img/ikon-email-white.svg);
}
.email.black::before {
  background-image: url(img/ikon-email-black.svg);
}

header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
header .site-branding a {
  display: block;
  width: 100%;
  max-width: 186px;
}
header .site-branding img {
  display: block;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.piros-cim {
  font: 500 38px/45px "Roboto", sans-serif;
  color: #E3211F;
}

.page-blokk {
  width: 100%;
}
.page-blokk img {
  width: 100%;
  height: auto;
  display: block;
}

#kontakt {
  width: 100%;
  max-width: calc(69px * 10 + 32px * 9);
  margin: 70px auto;
  padding: 0 24px;
}
#kontakt .piros-cim {
  text-align: center;
  margin: 0 auto 36px;
}

.munkatars-blokk {
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.munkatars-blokk .mtars {
  flex: 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 40px;
}
.munkatars-blokk .mtars img {
  width: 100%;
  max-width: 147px;
  height: auto;
  margin: 0 auto 22px;
  display: block;
}
.munkatars-blokk .mtars .nev {
  font-weight: bold;
}
.munkatars-blokk .mtars .beosztas {
  margin-bottom: 16px;
}

.thank-you-blokk {
  width: 100%;
  max-width: 600px;
  margin: 48px auto 160px;
}
.thank-you-blokk p {
  font-size: 24px;
  line-height: 36px;
}
.thank-you-blokk a {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 16px auto;
  text-align: center;
}

footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  align-content: center;
}
footer .footer-content * {
  color: #ffffff;
  font: 400 20px/30px "Roboto", sans-serif;
}
footer .footer-content .bal,
footer .footer-content .jobb {
  flex: 1 350px;
  min-height: 250px;
}
footer .footer-content .bal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: #E3211F;
  padding: 60px 36px;
}
footer .footer-content .bal .belso {
  width: 100%;
  max-width: calc(69px * 5 + 32px * 4.5);
}
footer .footer-content .bal .footer-logo {
  display: block;
  width: 100%;
  max-width: 235px;
  height: auto;
  margin-bottom: 32px;
}
footer .footer-content .jobb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
footer .footer-content .telefon {
  margin: 16px 0 8px;
}
footer .footer-content .copyright {
  margin-top: 16px;
  font-size: 12px;
}

.messenger-link {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000000000;
  width: 50px;
  height: 50px;
  background-image: url(img/ikon-chat.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: box-shadow 0.3s ease;
  transition: filter 0.3s ease;
}
.messenger-link:hover {
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.3));
}

@media (max-width: 900px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hide-on-desktop {
    display: block !important;
  }
  main {
    padding: 0;
  }
  #kontakt {
    padding: 0 24px;
  }
}
@media (max-width: 600px) {
  header {
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */
