.icon {
  display: inline-block;
  min-width: 5px;
  min-height: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.icon-print {
  background-image: url("../icons/print.svg");
  min-width: 20px;
  min-height: 20px;
}

.icon.icon-cart {
  background-image: url("../icons/cart.svg");
  min-width: 20px;
  min-height: 20px;
}

.icon.icon-facebook {
  background-image: url("../icons/social/facebook.svg");
  min-width: 20px;
  min-height: 20px;
}

.icon.icon-twitter {
  background-image: url("../icons/social/twitter.svg");
  min-width: 20px;
  min-height: 20px;
}

.icon.icon-instagram {
  background-image: url("../icons/social/instagram.svg");
  min-width: 20px;
  min-height: 20px;
}

.icon.icon-envelope {
  background-image: url("../icons/social/envelope.svg");
  min-width: 20px;
  min-height: 20px;
}

.icon.icon-phone {
  background-image: url("../icons/social/phone.svg");
  min-width: 20px;
  min-height: 20px;
}

.icon.icon-chevron-down {
  background-image: url("../images/icons/chevron-down.svg");
  min-width: 20px;
  min-height: 20px;
}

.grid {
  display: grid;
  grid-gap: 30px;
}

/*Small devices */
@media (min-width: 768px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px;
  }
} /*END*/
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .grid-3,
  .grid-4,
  .grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
} /*END*/
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
} /*END*/
/* Large devices (large desktops, 1400px and up) */
/*END*/
body {
  background: radial-gradient(circle farthest-corner at 10% 20%, rgba(234, 249, 249, 0.67) 0.1%, rgba(239, 249, 251, 0.63) 90.1%);
}

#primary.content {
  background: white;
}

aside#secondary {
  background: white;
}

.p-0 {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

h1.entry-title {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
  margin-bottom: 20px;
}

.ngg-pro-mosaic-container.justified-gallery {
  margin-bottom: 30px;
}

/************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, sans-serif;
}

body {
  margin-bottom: 0 !important;
  overflow-x: hidden;
}

.site-main p {
  line-height: 1.8;
}

.align-center-y {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
}

/************************************/
.site-main .wrap {
  margin: 0 20px;
}

/************************************/
.site-footer {
  background: black;
  color: white;
  padding: 30px;
  text-align: center;
}
.site-footer a {
  color: white;
}

/************************************/
.buttons {
  margin: 50px 0;
  display: block;
}
.buttons a {
  background: #fff;
  border: 2px solid;
  color: black;
  font-size: 1.2rem;
  margin: 0 20px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.buttons a:hover {
  background: transparent;
  color: white;
}
.buttons a.outline {
  background: transparent;
  border: 2px solid;
  color: white;
}
.buttons a.outline:hover {
  background: white;
  color: black;
}

/************************************/
.home h1.entry-title {
  display: none;
}
.home h2 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.home p.lead {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

/************************************/
.ninja-form {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
  padding: 30px;
  border-radius: 30px;
  max-width: 500px;
  display: block;
  margin: 60px auto;
  position: relative;
  z-index: 2;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-title {
  margin-bottom: 30px;
  display: block;
}
.nf-form-title h3 {
  font-size: 2rem;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  color: black !important;
  display: none;
}

.nf-field label {
  font-weight: 400 !important;
}
.nf-field label a {
  color: black !important;
}

#nf-field-9 {
  margin-bottom: -20px;
  font-size: 1.4rem !important;
  font-weight: 300;
}

/************************************/
.kisokos {
  position: relative;
}
.kisokos .blur-light-xl {
  z-index: 0;
  opacity: 0.1;
}

.img-kisokos {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}

/************************************/
#displayed_gallery_1274349e5e091eb0b00aadb02fab1c59 img {
  border: solid 0px #ffffff !important;
}

.home .gallery .nextgen_pro_thumbnail_grid {
  text-align: center;
  width: 100%;
  max-width: 1500px !important;
  display: grid;
  margin: auto;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .home .gallery .nextgen_pro_thumbnail_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1000px) {
  .home .gallery .nextgen_pro_thumbnail_grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1280px) {
  .home .gallery .nextgen_pro_thumbnail_grid {
    gap: 5px;
    font-size: 5.5rem;
  }
}
.home .gallery .nextgen_pro_thumbnail_grid br {
  display: none;
}
.home .minicrm .nextgen_pro_thumbnail_grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px !important;
  display: grid;
}
.home .minicrm .nextgen_pro_thumbnail_grid br {
  display: none;
}

/************************************/
.velemenyek {
  margin-bottom: 80px !important;
  position: relative;
}
.velemenyek .blur-orange {
  right: auto !important;
  opacity: 0.2;
}
.velemenyek .blur-blue {
  left: auto !important;
  opacity: 0.2;
  bottom: 0;
}

.ugyfelszolgalat {
  margin-bottom: 80px !important;
  position: relative;
}
.ugyfelszolgalat .blur-blue {
  left: auto;
  top: -300px;
  z-index: -1;
}

/************************************/
.card-box,
#nf-form-4-cont,
.crm-wrapper,
.client-support {
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
}

.crm-wrapper {
  margin-top: 0;
  padding-bottom: 10px;
}
.crm-wrapper h2 {
  font-size: 2rem;
}

/************************************/
.client-support .btn-cta {
  margin-bottom: 15px !important;
}

/************************************/
.site-footer {
  background: linear-gradient(to bottom, #323232 0%, #3f3f3f 40%, #1c1c1c 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  padding: 0;
  clear: both;
}
.site-footer .site-info {
  margin-bottom: 30px;
  padding: 50px;
  text-align: left;
}
.site-footer .site-info h4 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.site-footer .site-info p,
.site-footer .site-info li {
  font-size: 1.2rem;
}
.site-footer .site-info ul {
  margin-left: 0;
}
.site-footer .site-info ul li {
  list-style: none;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}
.site-footer .site-info ul li a {
  text-decoration: none;
}
.site-footer .privacy {
  margin-bottom: 30px;
  background: black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px;
  margin-bottom: 0;
}
.site-footer .copyright {
  background: black;
  padding: 40px;
}

/************************************/
section#owlcarousel {
  margin: 80px auto;
}
section#owlcarousel .carousel .card a {
  text-decoration: none;
  color: black;
}
section#owlcarousel .carousel .card a .card-cover {
  width: 100%;
  height: 220px;
  background-size: cover;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  section#owlcarousel .carousel .card a .card-cover {
    border-radius: 50%;
  }
}

/************************************/
blockquote {
  background: radial-gradient(circle farthest-corner at 10% 20%, rgba(234, 249, 249, 0.67) 0.1%, rgba(239, 249, 251, 0.63) 90.1%);
  padding: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-left: 6px solid orange;
  border-right: 6px solid orange;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
blockquote::before {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  left: -400px;
  height: 500px;
  width: 1200px;
}
blockquote .icon-quote {
  width: 40px;
  opacity: 0.1;
  position: absolute;
  bottom: 10px;
}
blockquote footer {
  text-align: right;
}
blockquote footer cite {
  font-style: normal;
}

/************************************/
#arrow-down {
  width: 30px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 5px;
}

.align-center {
  display: block !important;
  margin: 10px auto 50px !important;
}

ul.downloads {
  margin-left: 0;
}
ul.downloads li {
  list-style: none;
}
ul.downloads li a {
  padding: 10px 0;
  text-decoration: none;
  color: black;
  display: block;
}

article.letoltes {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
article.letoltes .title {
  width: 90%;
}
article.letoltes .download {
  width: 10%;
}
article.letoltes .download #download-icon {
  margin: auto;
  display: block;
  position: relative;
  top: 10px;
}

.archive-description {
  font-size: 1.3rem;
  font-weight: 600;
}

/************************************/
.archive main article h2 a {
  text-decoration: none;
  color: black;
}

/************************************/
.blog main article p {
  margin-bottom: 15px;
}
.blog main article .entry-footer {
  margin-top: 15px;
}

/************************************/
#breadcrumbs {
  max-width: 1200px;
  margin: 20px auto;
  width: 96%;
}
#breadcrumbs a {
  color: black;
}
#breadcrumbs p,
#breadcrumbs a,
#breadcrumbs span {
  font-size: 0.8rem;
}

/************************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************/
.client-support {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ajanlatkeres-wrapper .other-text {
  margin-top: 30px;
}
.ajanlatkeres-wrapper .h-divider {
  margin: 40px auto 20px;
}

.gallery.wrap {
  max-width: 1200px;
}

.entry-content h2 {
  font-size: 1.7rem;
}

.menu-item.flag {
  width: 56px;
  height: 38px;
  margin-top: 2px;
}
.menu-item.flag a {
  width: 56px;
}

.cert img {
  max-width: 800px;
  width: 100%;
  margin: auto;
  display: block;
}

.grid-item.knauf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 700px;
}

.grid-item.ursa {
  max-width: 576px;
}

#site-navigation .ajanlatkeres a {
  border: 2px solid #f98a2d;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}

.menu-item.flag img.flag {
  width: 30px;
}

.avatar.photo {
  border-radius: 50%;
  margin-right: 4px;
}

.entry-meta {
  display: flex;
  align-items: center;
}
.entry-meta .byline {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .grid.crm {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1280px) {
  /************************************/
  .site-header .wrap,
  .site-main .wrap {
    margin: 0 auto;
  }
}
p {
  font-size: 1.1rem;
}

/************************************/
.cover-caption h2 {
  font-size: 2.2rem;
}
@media (min-width: 576px) {
  .cover-caption h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .cover-caption h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1000px) {
  .cover-caption h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .cover-caption h2 {
    font-size: 5rem;
  }
}
.cover-caption h2 span {
  display: block;
}
.cover-caption h2 span.line-2 {
  margin-left: 20px;
}
@media (min-width: 576px) {
  .cover-caption h2 span.line-2 {
    margin-left: 50px;
  }
}
.cover-caption h2 span.line-4 {
  font-weight: 300;
  font-size: 60%;
}
.cover-caption p {
  font-size: 1.4rem;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .cover-caption p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1000px) {
  .cover-caption p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1280px) {
  .cover-caption p {
    font-size: 1.8rem;
  }
}
.cover-caption p {
  font-weight: 300;
  line-height: 1.5;
}

.site-inner {
  font-size: 20px;
}

.page h1.entry-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 15px;
}
.page h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
.page h3 {
  font-weight: 600;
}

h1.entry-title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  h1.entry-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  h1.entry-title {
    font-size: 2.6rem;
  }
}

.single h1.entry-title {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (min-width: 1000px) {
  .single h1.entry-title {
    font-size: 2.2rem;
  }
}
.single h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.home:not .entry-content p.lead {
  background: radial-gradient(circle farthest-corner at 10% 20%, rgba(234, 249, 249, 0.67) 0.1%, rgba(239, 249, 251, 0.63) 90.1%);
  padding: 20px;
  border-left: 5px solid #f98a2d;
  box-shadow: 0 15px 20px -12px rgba(0, 0, 0, 0.8);
  border-radius: 0 10px 10px 0;
}

.home .entry-content h2 {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .home .entry-content h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .home .entry-content h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1000px) {
  .home .entry-content h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1280px) {
  .home .entry-content h2 {
    font-size: 2.8rem;
  }
}
.home .entry-content p.lead {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .home .entry-content p.lead {
    font-size: 1.3rem;
  }
}
@media (min-width: 1000px) {
  .home .entry-content p.lead {
    font-size: 1.5rem;
  }
}

.crm-wrapper h2 {
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .crm-wrapper h2 {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 768px) {
  .crm-wrapper h2 {
    font-size: 2rem !important;
  }
}

.navigation.pagination {
  margin: 60px 0;
}
.navigation.pagination a.page-numbers {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: black;
  padding: 10px;
  text-decoration: none;
}
.navigation.pagination span.current {
  padding: 10px;
  background: black;
  color: white;
}

.edit-link {
  display: none;
}

.d-none {
  display: none;
}

.entry-content ul,
.entry-content ol {
  margin: 15px;
}

.site-inner {
  margin: 0 auto;
  padding: 0 10px;
}

.content-sidebar-wrap {
  max-width: 1200px;
  margin: 0 auto 120px;
  position: relative;
}

main.content {
  position: relative;
  max-width: 800px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 10px;
}
@media (min-width: 992px) {
  main.content {
    padding: 20px;
  }
}

aside#secondary {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  z-index: 0;
}

.entry-content {
  margin: 15px;
}

@media only screen and (min-width: 960px) {
  .site-inner {
    max-width: 1280px;
    padding: 0 0 30px;
  }
  .content-sidebar-wrap {
    display: flex;
    justify-content: space-between;
  }
  #primary.content {
    width: 65%;
    margin-right: 2%;
    clear: both;
  }
  #secondary.sidebar {
    width: 33%;
  }
}
.blog article header a,
.single article header a {
  color: black;
  text-decoration: none;
}
.blog article header .entry-meta,
.single article header .entry-meta {
  font-size: 16px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  padding-top: 10px;
}
.blog article .post-thumbnail img,
.single article .post-thumbnail img {
  box-shadow: 0 15px 20px -12px rgba(0, 0, 0, 0.8);
}
.blog article footer,
.single article footer {
  font-size: 16px;
}
.blog article footer a,
.single article footer a {
  color: black;
}

#Submit_52994-08hz1uokz71rm76aj6l30xujcx36p0,
#Submit_52994-08ee31e6tj2qgqd9vmbh,
.btn-cta,
#nf-field-9,
#nf-field-9_1,
#nf-field-18 {
  background-image: linear-gradient(to right, #008fae 0%, #3a7bd5 51%, #008fae 100%);
}

.btn-cta,
#Submit_52994-08hz1uokz71rm76aj6l30xujcx36p0,
#Submit_52994-08ee31e6tj2qgqd9vmbh,
#nf-field-9,
#nf-field-9_1,
#nf-field-18 {
  margin: 10px 0;
  padding: 15px 20px;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  background-size: 200% auto;
  color: #fff !important;
  border-radius: 50px;
  font-size: 1.2rem;
  display: block;
  width: 200px;
}
@media (min-width: 992px) {
  .btn-cta,
  #Submit_52994-08hz1uokz71rm76aj6l30xujcx36p0,
  #Submit_52994-08ee31e6tj2qgqd9vmbh,
  #nf-field-9,
  #nf-field-9_1,
  #nf-field-18 {
    width: 280px;
  }
}

.btn-cta:hover,
#nf-field-9:hover,
#nf-field-9_1:hover,
#nf-field-18:hover,
#Submit_52994-08ee31e6tj2qgqd9vmbh {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.TurnKeyCRM input[type=button],
.TurnKeyCRM input[type=submit] {
  height: auto !important;
}

/************************************/
.btn-cta.back {
  position: relative;
  text-align: right;
  width: 240px;
}
.btn-cta.back:hover span {
  left: 20px;
}
.btn-cta.back span {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
}
.btn-cta.back span svg {
  fill: white;
}

/************************************/
.btn-cta.read-more {
  color: black;
  padding: 5px;
  width: 160px;
  position: relative;
  text-align: center;
  width: 180px;
  background-image: linear-gradient(to right, #e0eafc 0%, #cfdef3 51%, #e0eafc 100%);
}
.btn-cta.read-more:hover span.icon {
  right: 20px;
  left: auto;
}
.btn-cta.read-more span.text {
  color: black;
  position: relative;
  left: -10px;
}
.btn-cta.read-more span.icon {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  left: auto;
}

/************************************/
.btn-cta.phone {
  position: relative;
  text-align: center;
  width: 260px;
}
@media (max-width: 992px) {
  .btn-cta.phone {
    width: 60px !important;
    height: 60px !important;
  }
  .btn-cta.phone span.icon {
    position: relative !important;
    left: 0 !important;
    top: 5px !important;
  }
}
.btn-cta.phone:hover span.icon {
  left: 20px;
  right: auto;
}
.btn-cta.phone span.text {
  position: relative;
  left: 10px;
  display: none;
}
@media (min-width: 992px) {
  .btn-cta.phone span.text {
    display: inline-block;
  }
}
.btn-cta.phone span.icon {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: auto;
}
.btn-cta.phone span.icon svg {
  fill: white;
}

/************************************/
.btn-cta.email {
  position: relative;
  text-align: center;
  width: 60px !important;
  height: 60px !important;
}
.btn-cta.email span.icon {
  position: relative !important;
  left: 0 !important;
  top: 5px !important;
}
.btn-cta.email:hover span.icon {
  left: 20px;
  right: auto;
}
.btn-cta.email span.text {
  position: relative;
  left: 10px;
  display: none;
}
.btn-cta.email span.icon {
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: auto;
}
.btn-cta.email span.icon svg {
  fill: white;
}

.blur-orange {
  background: orange;
  content: "";
}
@media (min-width: 576px) {
  .blur-orange {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .blur-orange {
    width: 400px;
    height: 400px;
  }
}
.blur-orange {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
  opacity: 0;
}
@media (min-width: 1000px) {
  .blur-orange {
    opacity: 0.3;
  }
}

.blur-blue {
  background: #3a7bd5;
  content: "";
}
@media (min-width: 576px) {
  .blur-blue {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .blur-blue {
    width: 400px;
    height: 400px;
  }
}
.blur-blue {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
}

.blur-light-xl {
  background: #00d2ff;
  content: "";
}
@media (min-width: 576px) {
  .blur-light-xl {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .blur-light-xl {
    width: 400px;
    height: 400px;
  }
}
.blur-light-xl {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
}
@media (min-width: 992px) {
  .blur-light-xl {
    width: 600px;
    height: 600px;
  }
}
@media (min-width: 1000px) {
  .blur-light-xl {
    width: 700px;
    height: 700px;
  }
}
@media (min-width: 1280px) {
  .blur-light-xl {
    width: 800px;
    height: 800px;
  }
}

.boxes {
  display: block;
  margin-top: 60px !important;
  margin-bottom: 80px !important;
  position: relative;
  padding: 0 !important;
}
.boxes .blur-orange {
  left: 100px;
  right: auto !important;
}
.boxes .blur-blue {
  right: 0;
  left: auto !important;
  top: 200px;
}
.boxes .container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.boxes .container .card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.boxes .container .card .imgBx {
  position: relative;
  width: 320px;
  height: 320px;
}
.boxes .container .card .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxes .container .card:nth-child(even) {
  flex-direction: column-reverse;
}
.boxes .container .card .content {
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxes .container .card .content div {
  padding: 8px;
  text-align: center;
}
.boxes .container .card .content div h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.boxes .container .card .content div p {
  font-size: 16px;
}

/*ONLY MOBILE*/
@media (max-width: 1000px) {
  body .container {
    margin: 30px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 10px;
  }
  body .container .card {
    flex-direction: row;
    margin: 10px 0;
  }
  body .container .card:nth-child(even) {
    flex-direction: row-reverse;
  }
  body .container .card .imgBx,
  body .container .card .content {
    width: 50%;
  }
} /*END*/
@media (max-width: 600px) {
  .boxes .container .card {
    flex-direction: column;
  }
  .boxes .container .card:nth-child(even) {
    flex-direction: column;
  }
  .boxes .container .card .imgBx,
  .boxes .container .card .content {
    width: 100%;
  }
  .boxes .container .card .content {
    display: block;
    height: auto;
  }
} /*END*/
.boxes-grid {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media (min-width: 1000px) {
  .boxes-grid {
    margin-top: 100px !important;
    margin-bottom: 80px !important;
  }
}
.boxes-grid {
  max-width: 1500px;
  margin: auto;
  position: relative;
}
.boxes-grid .blur-orange {
  right: auto !important;
}
.boxes-grid .blur-blue {
  left: auto !important;
  top: 200px !important;
}
.boxes-grid .container {
  position: relative;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: minmax(100px, auto);
  grid-auto-flow: dense;
  grid-gap: 20px;
}
.boxes-grid .container .box {
  background: #0d1113;
  padding: 20px;
  display: grid;
  font-size: 18px;
  place-items: center;
  text-align: center;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.boxes-grid .container .box .content p {
  margin-bottom: 0;
}
.boxes-grid .container .box .content.knauf {
  overflow: hidden;
  border-radius: 10px;
}
.boxes-grid .container .box .content.knauf img {
  transform: scale(1.06);
}
.boxes-grid .container .box.orange {
  background: linear-gradient(135deg, #f87537 0%, #fba82a 100%);
}
.boxes-grid .container .box.dark {
  color: white;
  background: linear-gradient(90deg, #000000 0%, #434343 100%);
}
.boxes-grid .container .box:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
}
.boxes-grid .container .box:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
}
.boxes-grid .container .box:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}
.boxes-grid .container .box:nth-child(5) {
  grid-column: span 3;
  grid-row: span 1;
}
.boxes-grid .container .box svg.icon {
  width: 100px;
  color: #f84443;
  margin-bottom: 10px;
}
.boxes-grid .btn-cta {
  display: block;
  margin: 50px auto;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .container {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-template-rows: minmax(auto, auto);
  }
  .container .box {
    grid-column: unset !important;
    grid-row: unset !important;
  }
} /*END*/
.boxes-flex {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .boxes-flex .row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 80px;
  }
  .boxes-flex .row .box {
    width: 48%;
  }
  .boxes-flex .row .box .caption {
    background: white;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: relative;
    z-index: 3;
  }
  .boxes-flex .row .box .caption p {
    margin-bottom: 0;
  }
  .boxes-flex .row .box.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .boxes-flex .row#row-1 .txtBx, .boxes-flex .row#row-3 .txtBx {
    order: 1;
  }
  .boxes-flex .row#row-1 .txtBx .caption, .boxes-flex .row#row-3 .txtBx .caption {
    left: 50px;
  }
  .boxes-flex .row#row-1 .imgBx, .boxes-flex .row#row-3 .imgBx {
    order: 2;
    position: relative;
    right: 50px;
    z-index: 2;
  }
  .boxes-flex .row#row-1 .txtBx {
    margin-top: -60px;
  }
  .boxes-flex .row#row-2 .txtBx {
    margin-top: -60px;
  }
  .boxes-flex .row#row-2 .txtBx .caption {
    right: 100px;
  }
}

aside.sidebar blockquote {
  margin: 30px 0;
  padding: 0;
  box-shadow: 0 15px 20px -12px rgba(0, 0, 0, 0.4);
}
aside.sidebar blockquote::before {
  display: none;
}
aside.sidebar blockquote .icon-quote {
  width: 30px;
  left: 10px;
}
aside.sidebar blockquote footer .author {
  font-size: 1rem;
  font-weight: 600;
  margin: 10px;
}
aside.sidebar .h-divider {
  margin: 20px auto;
}
aside.sidebar .widget .widget-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
}
aside.sidebar .widget .widget-description {
  text-align: center;
  font-size: 1.1rem;
}
aside.sidebar .optin {
  position: relative;
}
aside.sidebar .optin .ninja-form {
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px;
}
aside.sidebar .optin .ninja-form .nf-form-title {
  margin-bottom: 20px;
  text-align: center;
}
aside.sidebar .optin .ninja-form .nf-form-title h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
aside.sidebar .optin .ninja-form #nf-field-9-container {
  margin-bottom: 0;
}
aside.sidebar .optin .ninja-form #nf-field-9 {
  margin: auto;
  padding: 10px 30px 12px;
  width: 200px;
}
aside.sidebar .optin .ninja-form #nf-label-field-7 {
  font-size: 0.9rem;
}
aside.sidebar .optin .ninja-form #nf-label-field-7 a {
  font-size: 0.9rem;
}
aside.sidebar .optin img.kisokos {
  box-shadow: 0 15px 20px -12px rgba(0, 0, 0, 0.8);
}

.page-id-2209 aside.sidebar .optin {
  display: none;
}

#nf-form-4-cont {
  text-align: left;
  margin-top: 30px;
}
#nf-form-4-cont .nf-form-title {
  margin-bottom: 15px;
}
#nf-form-4-cont .nf-form-title h3 {
  font-size: 1.8rem;
  font-weight: 500;
}

.client-support h2 {
  font-size: 1.8rem;
}

.kapcsolat .client-support {
  margin-top: 0;
  margin-bottom: 45px;
}

#infograph {
  margin-bottom: 50px;
}
#infograph .box {
  background: radial-gradient(circle farthest-corner at 10% 20%, rgba(234, 249, 249, 0.67) 0.1%, rgba(239, 249, 251, 0.63) 90.1%);
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  padding: 14px;
  padding-top: 10px;
}
#infograph .box span.szam {
  position: absolute;
  top: -8px;
  right: 10px;
  font-size: 3rem;
  font-weight: 800;
  opacity: 0.3;
}
#infograph .box .box-header {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
  width: 95%;
}
#infograph .box .box-header .iconBx {
  margin-right: 10px;
}
#infograph .box .box-header .iconBx svg {
  width: 50px;
}
#infograph .box .box-header .titleBx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#infograph .box .box-header .titleBx h4 {
  font-size: 1.2rem;
}
#infograph .box .txtBx p {
  margin-bottom: 0;
}
#infograph .box .txtBx span {
  display: block;
}

.exit-intent-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(33, 33, 33, 0.8);
  transform: translateY(60%) scale(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}
.exit-intent-popup.visible {
  transform: translateY(0) scale(1);
}
.exit-intent-popup .newsletter {
  position: absolute;
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 560px;
  padding: 20px;
  padding-top: 0;
  border-radius: 10px;
  box-shadow: 0 15px 20px -12px rgba(0, 0, 0, 0.8);
}
.exit-intent-popup .newsletter .caption {
  grid-gap: 20px;
}
.exit-intent-popup .newsletter .caption img {
  box-shadow: 0 15px 20px -12px rgba(0, 0, 0, 0.8);
  display: block;
  margin: auto;
}
.exit-intent-popup .newsletter h2 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .exit-intent-popup .newsletter h2 {
    font-size: 1.6rem;
  }
}
.exit-intent-popup .newsletter h2 {
  margin: 20px;
  text-align: center;
  line-height: 1.3;
}
.exit-intent-popup .newsletter p,
.exit-intent-popup .newsletter li {
  font-size: 1rem;
  padding: 8px;
  margin-bottom: 0;
}
.exit-intent-popup .newsletter ul.lista {
  margin-left: 0;
}
.exit-intent-popup .newsletter ul.lista li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 10px 0;
  display: block;
}
.exit-intent-popup .close {
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transform: scale(2);
}
.exit-intent-popup #nf-form-title-2,
.exit-intent-popup #nf-form-title-2_1,
.exit-intent-popup .nf-field-label,
.exit-intent-popup .ninja-forms-req-symbol,
.exit-intent-popup .nf-form-fields-required {
  display: none;
}
.exit-intent-popup #ninja_forms_required_items,
.exit-intent-popup .nf-field-container {
  margin-bottom: 0 !important;
}
.exit-intent-popup #nf-label-field-6 {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.exit-intent-popup #nf-label-field-6_1 {
  font-weight: normal !important;
  font-size: 16px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.exit-intent-popup #nf-field-7 {
  text-transform: uppercase;
  font-weight: bold;
}
.exit-intent-popup #nf-label-field-7_1 {
  font-size: 0.8rem;
  margin: 10px 0 10px 30px;
}
.exit-intent-popup #nf-field-7 {
  background-image: linear-gradient(to right, #ff512f 0%, #f09819 51%, #ff512f 100%);
}
.exit-intent-popup #nf-field-7 {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 6px;
  display: block;
}
.exit-intent-popup #nf-field-7:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}
.InputBlock.checkbox-wrapper-mini {
  display: flex;
}
.InputBlock.checkbox-wrapper-mini label {
  width: auto;
  text-align: left;
  margin-left: 10px;
  font-weight: normal;
}

#Contact_HirlevelFeliratkozas_1412,
#Contact_AdatkezelesiTajekoztatoElfogadva_1412 {
  margin-left: 30px;
}

input#Contact_HirlevelFeliratkozas_1412_2678,
input#Contact_AdatkezelesiTajekoztatoElfogadva_1412_2682 {
  top: 5px;
  position: relative;
  transform: scale(1.5);
  left: -5px;
}

.TurnKeyCRM label.Required {
  font-weight: normal !important;
}

label.Required.hozzajarulok {
  left: 6px;
  position: relative;
}

#Contact_AdatkezelesiTajekoztatoElfogadva_1614_2682,
#Contact_HirlevelFeliratkozas_1614_2678 {
  top: 0;
  position: relative;
  transform: scale(1.5);
  left: -5px;
}

.TurnKeyCRM .InputBlock > div {
  margin-left: 3% !important;
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    overflow-x: hidden;
  }
  .cover img#shape-2 {
    top: -50px;
    width: 360px !important;
    right: -80px !important;
  }
  .boxes {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .boxes .container .card .content {
    width: auto;
  }
  .boxes-grid {
    margin-top: 0;
  }
  .boxes-flex {
    margin-top: 100px !important;
  }
  .home .entry-content h2 {
    margin-bottom: 30px;
  }
  #section-11 .grid-2 {
    display: block;
  }
}
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .cover .caption h2 span.line-4 {
    font-size: 65% !important;
  }
  .cover {
    min-height: 650px;
  }
  .boxes .container .card .imgBx,
  .boxes .container .card .content {
    width: 260px;
    height: 260px;
  }
  .boxes .container .card .imgBx div,
  .boxes .container .card .content div {
    padding: 5px;
  }
  .boxes .container .card .imgBx h3,
  .boxes .container .card .content h3 {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .boxes .container .card .imgBx p,
  .boxes .container .card .content p {
    font-size: 0.9rem;
  }
  .boxes-grid {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .home .entry-content h2 {
    margin-bottom: 30px;
  }
  section#owlcarousel .carousel .card a .card-cover {
    border-radius: 0;
    height: 200px;
  }
}
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/************************************/
.cover {
  min-height: 280px;
}
@media (min-width: 576px) {
  .cover {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cover {
    min-height: 550px;
  }
}
@media (min-width: 1000px) {
  .cover {
    min-height: 600px;
  }
}
.cover {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
}
.cover img#shape {
  position: absolute;
  top: -30px;
  left: -200px;
  z-index: -1;
}
.cover img#shape-2 {
  position: absolute;
  top: 200px;
  right: 50px;
  width: 620px;
  z-index: 0;
  opacity: 0;
}
@media (min-width: 768px) {
  .cover img#shape-2 {
    opacity: 1;
    top: 20px;
    width: 360px !important;
    right: 0 !important;
  }
}
@media (min-width: 1000px) {
  .cover img#shape-2 {
    width: 400px !important;
    right: 20px !important;
  }
}
@media (min-width: 1280px) {
  .cover img#shape-2 {
    width: 550px !important;
    right: 50px !important;
  }
}
.cover-container {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
}
.cover-caption {
  margin-left: 20px;
  top: 20px;
}
@media (min-width: 768px) {
  .cover-caption {
    margin: 0 20px;
    top: 60px;
  }
}
@media (min-width: 1000px) {
  .cover-caption {
    top: 80px;
  }
}
@media (min-width: 1280px) {
  .cover-caption {
    top: 0px;
  }
}
.cover-caption {
  margin-right: auto;
  max-width: 830px;
  position: relative;
  z-index: 0;
}
.cover-caption h2 {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  color: black;
}
.cover-caption h2 span {
  display: block;
}
.cover-caption h2 span.line-2 {
  margin-left: 50px;
}
.cover-caption h2 span.line-4 {
  font-weight: 300;
  margin-top: 10px;
}
.cover-caption p {
  font-weight: 300;
  line-height: 1.5;
}

/************************************/
@media (max-width: 1228px) {
  header #toggle {
    padding: 10px;
    transition: 0.8s;
    z-index: 9;
    margin-right: 15px;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  header #toggle span {
    position: relative;
    width: 36px;
    height: 4px;
    background: white;
    border-radius: 4px;
    display: block;
    margin-bottom: 8px;
    transition: 0.5s;
  }
  header #toggle span:nth-child(1) {
    transform-origin: left;
  }
  header #toggle span:nth-child(2) {
    transform-origin: center;
  }
  header #toggle span:nth-child(3) {
    transform-origin: left;
    margin-bottom: 0;
  }
  header #toggle.active {
    width: 55px;
    transition: 0.5s;
    z-index: 9;
  }
  header #toggle.active span {
    background: white;
  }
  header #toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    left: 3px;
  }
  header #toggle.active span:nth-child(2) {
    transform: rotate(315deg);
    right: 3px;
  }
  header #toggle.active span:nth-child(3) {
    opacity: 0;
    transform: scale(0);
  }
  header nav {
    position: relative;
  }
  #toggle.active ul.menu {
    transform: translateX(-10%);
  }
}
.sliding-menu-container {
  position: absolute;
  width: 100%;
  width: 300px;
  height: 100vh;
  background: black;
  left: -100%;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.sliding-menu-container .icon.icon-chevron-down {
  display: none;
}
.sliding-menu-container.active {
  left: 0;
}
.sliding-menu-container ul {
  margin: 0;
  padding: 0;
  background-color: black;
}
.sliding-menu-container a {
  text-decoration: none;
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  color: #f3efe0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: 1px solid white;
}
.sliding-menu-container ul li {
  color: #333;
  list-style: none;
  margin: 0;
  padding: 0;
  background: black;
}
.sliding-menu-container ul li a:hover {
  background-color: #f98a2d !important;
  color: white;
}
.sliding-menu-container ul#layer3 li a:hover {
  background-color: white;
  color: white;
}
.sliding-menu-container li span {
  font-size: 1.5em;
  line-height: 0.25em;
}
.sliding-menu-container .hide {
  margin-left: -300px;
  transition: all 0.8s ease;
}
.sliding-menu-container .sub-menu {
  position: absolute;
  top: 0px;
  background: #eeeeee;
  color: white;
  width: 299px;
  height: 100vh;
  background: transparent;
  background-color: black;
}
.sliding-menu-container .sub-menu ul li a {
  background-color: black;
}
.sliding-menu-container .sub-menu:last-child ul li a {
  background-color: black;
}
.sliding-menu-container .show-menu {
  margin-left: 0 !important;
}
.sliding-menu-container .back-link {
  background: black !important;
  color: white;
  cursor: pointer;
  border: none;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  padding: 20px;
}
.sliding-menu-container .back-link:hover {
  background: #f98a2d !important;
}

.desktop-menu {
  display: none;
}
@media (min-width: 1228px) {
  .desktop-menu {
    display: flex;
    background: #f98a2d;
    padding: 0px;
  }
  .desktop-menu .menu-primary-container {
    max-width: 1400px;
    display: block;
    margin: auto;
  }
  .desktop-menu-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    gap: 40px;
    width: 100%;
  }
  .desktop-menu-list li.menu-item {
    font-size: 1rem;
    font-weight: 400;
    list-style: none;
    position: relative;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children {
    position: relative;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children:hover .sub-menu-1 {
    position: absolute;
    left: 0px;
    top: 40px;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .icon-chevron-down {
    display: none;
    min-width: 12px;
    min-height: 12px;
    top: 25px;
    right: -22px;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: auto;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 {
    background: black;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    width: 220px;
    padding-top: 12px;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 li.menu-item {
    position: relative;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 li.menu-item a {
    font-weight: 400;
    display: block;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 10px;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 li.menu-item a:hover {
    color: #f98a2d;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 a {
    padding: 20px 0;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 li.menu-item-has-children {
    position: relative;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 li.menu-item-has-children .sub-menu-2 {
    position: absolute;
    left: -100%;
    opacity: 0;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 li.menu-item-has-children:hover .sub-menu-2 {
    left: 188px;
    top: 0;
    opacity: 1;
    background: black;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1.current-menu-item a {
    color: #f98a2d;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1.current-menu-item ul.sub-menu-2 a {
    color: #f98a2d;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1.current-menu-item ul.sub-menu-2 li.menu-item-has-children {
    position: relative;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 ul.sub-menu-1 {
    background: black;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    width: 220px;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 ul.sub-menu-1 li.menu-item {
    position: relative;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 ul.sub-menu-1 li.menu-item a {
    font-weight: 400;
    display: block;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 10px;
  }
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 ul.sub-menu-1 li.menu-item a:hover {
    color: #f98a2d;
  }
}
@media (min-width: 1228px) and (min-width: 1000px) {
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 {
    margin: 0;
  }
}
@media (min-width: 1228px) and (min-width: 1228px) {
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1:hover > ul,
  .desktop-menu-list li.menu-item.menu-item-has-children .sub-menu-1 .primary-menu ul li.focus > ul {
    left: 0;
    margin-left: 0;
    top: 40px;
  }
}
@media (min-width: 1228px) {
  .desktop-menu-list li.menu-item a {
    color: black;
    padding: 20px 15px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    padding: 20px 0;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    display: flex;
    gap: 8px;
  }
  .desktop-menu-list li.menu-item a:after {
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    background: #f98a2d;
    height: 2px;
  }
  .desktop-menu-list li.menu-item a:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  .desktop-menu-list li.menu-item a:hover:after {
    width: 100%;
  }
}

.site-header {
  background: black;
  position: relative;
  z-index: 9;
}
.site-header-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1228px) {
  .site-header-wrap {
    display: block;
  }
}
@media (min-width: 1565px) {
  .site-header-wrap {
    display: flex;
  }
}
.site-header-wrap .site-branding {
  display: flex;
  align-items: center;
}
.site-header-wrap .site-branding .site-title {
  margin-bottom: 0;
  margin: auto;
  padding: 10px 10px 0 10px;
}
.site-header-wrap .site-branding-logo {
  min-width: 270px;
  width: 270px;
}

.menu-item.flag img.flag {
  width: 30px;
}
.menu-item.flag a {
  padding: 8px !important;
}/*# sourceMappingURL=style.css.map */