/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Theme Name: Szt3 Enfold
 * Author: C2
 * Template: enfold
 * Version: 1.0.0
 */
@keyframes slideFromTopToCenter {
  0% {
    transform: translate(-50%, -200%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%, -50%);
    opacity: 1;
  }
}
@keyframes fadeInOverlay {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
/**
 * General page styles
 */
#top .title_container .container:not(:has(.main-title)) {
  min-height: 30px;
}
#top .title_container .container .breadcrumb-trail .trail-before {
  display: none;
}
#top .title_container .container .breadcrumb-trail a {
  text-decoration: underline;
}

#header_main .main_menu li.menu-item a span {
  vertical-align: middle;
}

#menu-item-search a svg {
  vertical-align: middle;
  z-index: 1;
}

@media (min-width: 767px) {
  body.page#top #main {
    background-color: var(--enfold-main-color-bg);
  }
}
body.page#top #main .avia-section {
  background: none;
  min-height: 0;
}
body.page#top #main .avia-section .container {
  background-color: var(--enfold-main-color-bg2);
}
@media (max-width: 767px) {
  body.page#top #main .avia-section .container {
    margin: 0;
    width: 100%;
    padding: 5vw;
    max-width: 100%;
  }
}
body.page#top .entry-content-header:has(.page-thumb) {
  display: none;
  width: 100vw;
  margin-left: calc(655px - 50vw - 50px);
  margin-top: -30px;
}
body.page#top .entry-content-header:has(.page-thumb) img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
  display: block;
}

.container_wrap {
  border-top: 0;
}

.content, .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 989px) {
  #footer > .container > .flex_column {
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

footer#socket .sub_menu_socket li {
  line-height: 1.5;
  vertical-align: middle;
}

.avia-cookie-consent-wrap .avia-cookie-consent {
  padding: 10px;
}
.avia-cookie-consent-wrap .avia-cookie-consent .avia-cookie-consent-button {
  padding: 5px 10px;
}

body.page .page-cover-image {
  position: relative;
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: fadeIn 0.7s ease-in-out;
}
body.page .page-cover-image .page-cover-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--enfold-main-color-heading);
  opacity: 0.2;
  animation: fadeInOverlay 0.7s ease-in-out;
}
body.page .page-cover-image .page-cover-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--enfold-main-color-border);
  padding: 0.5rem 2rem;
  animation: slideFromTopToCenter 0.7s ease-in-out;
  text-align: center;
  max-width: 50%;
}
@media (max-width: 767px) {
  body.page .page-cover-image .page-cover-image-content {
    width: 90%;
    max-width: 90%;
  }
}
body.page .page-cover-image .page-cover-image-content h1, body.page .page-cover-image .page-cover-image-content h2 {
  position: relative;
  padding: 0.5rem 0.5rem;
  line-height: 1.5;
}
body.page .page-cover-image .page-cover-image-content h1:after, body.page .page-cover-image .page-cover-image-content h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--enfold-main-color-heading);
  opacity: 0.9;
  z-index: -1;
}
body.page .page-cover-image .page-cover-image-content h1 {
  margin: 0;
}
body.page .page-cover-image .page-cover-image-content h2 {
  margin-top: 10px;
  font-size: var(--enfold-font-size-h2);
}
body.page .avia-fullwidth-slider, body.page .page-cover-image {
  z-index: 0;
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  body.page .avia-fullwidth-slider, body.page .page-cover-image {
    margin-bottom: 0;
  }
}
body.page .page-cover-image + .container_wrap.container_wrap_first {
  background: none;
}
body.page .page-cover-image + .container_wrap.container_wrap_first .container {
  background-color: var(--enfold-main-color-bg2);
}

/**
 * Content styles
 */
body.page .main-title.entry-title {
  font-weight: bold;
  color: black;
}
body.page .main_color strong {
  color: var(--enfold-main-color-color);
}

/**
 * Special headings
 */
.av-special-heading:not(.modern-quote) {
  border: none;
  text-align: center;
  margin-bottom: 30px;
}
.av-special-heading:not(.modern-quote) h1, .av-special-heading:not(.modern-quote) h2, .av-special-heading:not(.modern-quote) h3, .av-special-heading:not(.modern-quote) h4, .av-special-heading:not(.modern-quote) h5, .av-special-heading:not(.modern-quote) h6 {
  float: none;
}
.av-special-heading:not(.modern-quote) .special-heading-border {
  display: none;
}

.wp-block-heading {
  font-weight: 300;
  display: flex;
  align-items: center;
}
.wp-block-heading:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--enfold-main-color-border);
  margin-left: 20px;
  margin-right: 20px;
}

.wp-block-group + h1, .wp-block-group + h2, .wp-block-group + h3, .wp-block-group + h4, .wp-block-group + h5, .wp-block-group + h6 {
  margin-top: 1.5rem;
}

.av-special-heading.modern-quote {
  display: flex;
  align-items: center;
}
.av-special-heading.modern-quote:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--enfold-main-color-border);
  margin-left: 20px;
  margin-right: 20px;
}

.event-magazine .entry-content-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.event-magazine .event-magazine-date {
  border-right: 1px solid var(--enfold-main-color-border);
  padding: 0 10px;
  flex: 0 0 100px;
  text-align: center;
}
.event-magazine .event-magazine-date > span {
  display: block;
  text-align: center;
  color: var(--enfold-main-color);
  line-height: 1;
  margin-bottom: 5px;
}
.event-magazine .event-magazine-date > span:last-child {
  margin-bottom: 0;
}
.event-magazine .event-magazine-date .month, .event-magazine .event-magazine-date .day {
  display: inline-block;
  font-size: var(--enfold-font-size-theme-h4);
}
.event-magazine .event-magazine-date .month {
  margin-right: 5px;
}
.event-magazine .event-magazine-date .day {
  font-weight: bold;
}
.event-magazine .event-magazine-date .day-name {
  font-size: calc(var(--enfold-font-size-theme-h6) / 1.2);
}
.event-magazine .event-magazine-date .time {
  font-weight: bold;
  font-size: var(--enfold-font-size-theme-h6);
}
.event-magazine .event-magazine-data-wrapper h1, .event-magazine .event-magazine-data-wrapper h2, .event-magazine .event-magazine-data-wrapper h3, .event-magazine .event-magazine-data-wrapper h4, .event-magazine .event-magazine-data-wrapper h5, .event-magazine .event-magazine-data-wrapper h6 {
  font-weight: normal;
  font-size: var(--enfold-main-font-size);
}
.event-magazine .event-magazine-data-wrapper .event-magazine-location {
  font-size: var(--enfold-font-size-theme-content);
}

.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 960px) {
  .html_elegant-blog #top .post-entry.post-entry-type-page .news-posts {
    grid-template-columns: 100%;
  }
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .post-entry-type-standard {
  background-color: white;
  padding: 2rem;
  box-shadow: 0 0 5px var(--enfold-main-color-color);
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .post-entry-type-standard:nth-child(even) {
  margin-top: 3rem;
  margin-bottom: -3rem;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .post-entry-type-standard:hover {
  box-shadow: 0 0 10px var(--enfold-main-color-primary);
}
@media (max-width: 960px) {
  .html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .post-entry-type-standard:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper {
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper:before {
  display: none;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-content-header {
  order: 1;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-content-header h2 {
  font-size: 24px;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-content-header h2 a {
  color: var(--enfold-main-color-color);
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .big-preview.single-big {
  order: 3;
  margin: 0 auto;
  width: auto;
  align-self: center;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .big-preview.single-big img {
  max-height: 60vh;
  max-width: 100%;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .big-preview.single-big .image-overlay {
  display: none !important;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .post-meta-infos {
  order: 2;
  margin-top: 0;
  padding: 5px 0;
  border: none;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .post-meta-infos .minor-meta {
  font-family: var(--enfold-font-family-body);
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .post_delimiter {
  display: none;
  order: 5;
  align-self: end;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-content {
  order: 4;
  flex-grow: 1;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .post-title.entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper h2.post-title {
    font-size: 20px;
  }
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .av-vertical-delimiter, .html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .entry-content-wrapper .entry-footer {
  display: none;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts .single-big:has(.pagination) {
  grid-column: 1/3;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts.publishes-posts {
  grid-template-columns: 1fr;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts.publishes-posts .single-big:has(.pagination) {
  grid-column: 1/2;
}
.html_elegant-blog #top .post-entry.post-entry-type-page .news-posts.publishes-posts .post-entry-type-standard:nth-child(even) {
  margin-top: 0;
  margin-bottom: 0;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: none;
}

.post-template-default.single article.post-entry .entry-content-wrapper .big-preview.single-big {
  max-width: 60% !important;
}

#top.community-template-default.single .post-entry.type-community .post-meta-infos {
  margin: 2rem auto;
  text-align: left;
}
#top.community-template-default.single .post-entry.type-community .post-meta-infos .community-meta h6 {
  display: inline;
}
#top.community-template-default.single .post-entry.type-community .post-meta-infos .community-meta p {
  margin: 0 0 0 2rem;
}
#top.community-template-default.single .post-entry.type-community .post-meta-infos .community-meta-manager {
  margin-top: 15px;
}
#top.community-template-default.single .post-entry.type-community .post-meta-infos .community-meta-manager-email, #top.community-template-default.single .post-entry.type-community .post-meta-infos .community-meta-manager-phone {
  margin: 0 0 0 1rem;
}

.av-masonry-entry .av-masonry-image-container {
  filter: grayscale(30%) brightness(1);
}
.av-masonry-entry:hover .av-masonry-image-container {
  filter: grayscale(0%) brightness(1);
}
.av-masonry-entry .av-masonry-entry-title {
  position: relative;
  padding: 0.5rem;
}
.av-masonry-entry .av-masonry-entry-title:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--enfold-main-color-primary);
  opacity: 0.8;
  z-index: -1;
}

body.page-id-8022 .entry-content a {
  color: var(--enfold-main-color-color);
  text-decoration: underline !important;
}
body.page-id-8022 .entry-content a:hover {
  color: var(--enfold-main-color-primary);
}
body.page-id-8022 .entry-content a[href*="photos.google.com"]:before, body.page-id-8022 .entry-content a[href*="photos.app.goo.gl"]:before {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCA1OSA1OSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGpldHdheS1ob29rcz0ie30iPjxnIGpldHdheS1ob29rLWlkPSJEMzJBMEM0RC00NDM3LTQ3QjItQTg1Mi03QjM5Rjk0M0QzRjEiPjxnIGpldHdheS1ob29rLWlkPSI2NDdBMEJFOC02QTU0LTRGRDMtOTJFNy0zQzBDNTRBMDdDNTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGpldHdheS1ob29rLWlkPSI0QjQ5OTFEQS1CNkE3LTRBNjEtQjA2NC1CNkJDREM4NTk5NDQiPjxnIGpldHdheS1ob29rLWlkPSJGN0M2NEY1NC0wOUI4LTRENkQtOTQ1NC1GNTgyMTlBQTU2MDEiPjxnIGpldHdheS1ob29rLWlkPSI0NUIwMjQyNi0zQTVGLTQ5QUYtODIzMi0zQzFGMDlEMjlEMzciPjxwYXRoIGpldHdheS1ob29rLWlkPSI2ODA5NzU2Mi00M0NELTQxNzUtQkQwRi04MTMxNzA4QTI0MzQiIGQ9Ik0tMy0zaDY0djY0SC0zeiIvPjxnIGpldHdheS1ob29rLWlkPSJERDkyMzYyMy05NDNBLTQ1RTMtOERFOC1BNEE0QjhBN0MxOTgiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBhdGggZD0iTTE0Ljc1IDEzLjQxYzguMTQ2IDAgMTQuNzUgNi42MDMgMTQuNzUgMTQuNzV2MS4zNEgxLjM0Qy42IDI5LjUgMCAyOC45IDAgMjguMTZjMC04LjE0NyA2LjYwNC0xNC43NSAxNC43NS0xNC43NXoiIGpldHdheS1ob29rLWlkPSJCNDI4N0IzMC05QjNELTRGNkItOUMwMS0yQTdDMkNBMjNENkYiIGZpbGw9IiNGQkJDMDQiLz48cGF0aCBkPSJNNDUuNTkgMTQuNzVjMCA4LjE0Ni02LjYwMyAxNC43NS0xNC43NSAxNC43NUgyOS41VjEuMzRDMjkuNS42IDMwLjEgMCAzMC44NCAwYzguMTQ3IDAgMTQuNzUgNi42MDQgMTQuNzUgMTQuNzV6IiBqZXR3YXktaG9vay1pZD0iNTg3MkREN0UtNTk3MS00MzkzLTkyOTktMzY0NzA4RDY2OUJDIiBmaWxsPSIjRUE0MzM1Ii8+PHBhdGggZD0iTTQ0LjI1IDQ1LjU5Yy04LjE0NiAwLTE0Ljc1LTYuNjAzLTE0Ljc1LTE0Ljc1VjI5LjVoMjguMTZjLjc0IDAgMS4zNC42IDEuMzQgMS4zNCAwIDguMTQ3LTYuNjA0IDE0Ljc1LTE0Ljc1IDE0Ljc1eiIgamV0d2F5LWhvb2staWQ9IjE4NEIyMjc5LTZGRkUtNENBMi1COTYxLTU0MDkyQjEyMkVCOCIgZmlsbD0iIzQyODVGNCIvPjxwYXRoIGQ9Ik0xMy40MSA0NC4yNWMwLTguMTQ2IDYuNjAzLTE0Ljc1IDE0Ljc1LTE0Ljc1aDEuMzR2MjguMTZjMCAuNzQtLjYgMS4zNC0xLjM0IDEuMzQtOC4xNDcgMC0xNC43NS02LjYwNC0xNC43NS0xNC43NXoiIGpldHdheS1ob29rLWlkPSIyQUQ5QzkzMC1BNDFDLTQ3NEUtOTE1Mi0xRTUwRkMyQzQ1N0MiIGZpbGw9IiMzNEE4NTMiLz48L2c+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
  width: 1.1rem;
  height: 1.1rem;
  background-size: contain;
  vertical-align: text-top;
  margin-right: 0.5rem;
}
body.page-id-8022 .entry-content a[href*="drive.google.com"]:before {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcuMyA3OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNi42IDY2Ljg1IDMuODUgNi42NWMuOCAxLjQgMS45NSAyLjUgMy4zIDMuM2wxMy43NS0yMy44aC0yNy41YzAgMS41NS40IDMuMSAxLjIgNC41eiIgZmlsbD0iIzAwNjZkYSIvPjxwYXRoIGQ9Im00My42NSAyNS0xMy43NS0yMy44Yy0xLjM1LjgtMi41IDEuOS0zLjMgMy4zbC0yNS40IDQ0YTkuMDYgOS4wNiAwIDAgMCAtMS4yIDQuNWgyNy41eiIgZmlsbD0iIzAwYWM0NyIvPjxwYXRoIGQ9Im03My41NSA3Ni44YzEuMzUtLjggMi41LTEuOSAzLjMtMy4zbDEuNi0yLjc1IDcuNjUtMTMuMjVjLjgtMS40IDEuMi0yLjk1IDEuMi00LjVoLTI3LjUwMmw1Ljg1MiAxMS41eiIgZmlsbD0iI2VhNDMzNSIvPjxwYXRoIGQ9Im00My42NSAyNSAxMy43NS0yMy44Yy0xLjM1LS44LTIuOS0xLjItNC41LTEuMmgtMTguNWMtMS42IDAtMy4xNS40NS00LjUgMS4yeiIgZmlsbD0iIzAwODMyZCIvPjxwYXRoIGQ9Im01OS44IDUzaC0zMi4zbC0xMy43NSAyMy44YzEuMzUuOCAyLjkgMS4yIDQuNSAxLjJoNTAuOGMxLjYgMCAzLjE1LS40NSA0LjUtMS4yeiIgZmlsbD0iIzI2ODRmYyIvPjxwYXRoIGQ9Im03My40IDI2LjUtMTIuNy0yMmMtLjgtMS40LTEuOTUtMi41LTMuMy0zLjNsLTEzLjc1IDIzLjggMTYuMTUgMjhoMjcuNDVjMC0xLjU1LS40LTMuMS0xLjItNC41eiIgZmlsbD0iI2ZmYmEwMCIvPjwvc3ZnPg==);
  width: 1.1rem;
  height: 1.1rem;
  background-size: contain;
  vertical-align: text-top;
  margin-right: 0.5rem;
}

/**
 * Page styles
 */
.teamGrid .avia-team-member {
  text-align: center;
}
.teamGrid .avia-team-member h3 {
  font-size: 18px;
}

body.page-id-10972 .entry-content a {
  color: var(--enfold-main-color-color);
  text-decoration: underline !important;
}
body.page-id-10972 .entry-content a:hover {
  color: var(--enfold-main-color-primary);
}

@keyframes slideFromTopToCenter {
  0% {
    transform: translate(-50%, -200%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%, -50%);
    opacity: 1;
  }
}
@keyframes fadeInOverlay {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
body#top.page-id-12 .container_wrap:has(.container .avia-breadcrumbs) {
  display: none;
}
body#top.page-id-12 .avia-slideshow .avia-slideshow-inner {
  height: 70vh;
}
body#top.page-id-12 .avia-slideshow .avia-slideshow-inner > li {
  height: 100%;
}
body#top.page-id-12 .avia-slideshow .avia-slideshow-inner > li > div {
  height: 100%;
}
body#top.page-id-12 .avia-slideshow .avia-slideshow-inner > li > div > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body#top.page-id-12 #main .home-highlight.avia-section {
  margin-top: 0 !important;
}
body#top.page-id-12 #main .home-highlight.avia-section .container {
  background-color: var(--enfold-main-color-primary);
}
body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h1, body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h2, body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h3, body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h4, body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h5, body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock h6, body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock p {
  margin-bottom: 10px;
  line-height: 1.5;
}
body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock p > a:only-child {
  color: var(--enfold-main-color-bg);
  background-color: var(--enfold-main-color-secondary);
  padding: 7px 10px;
  font-size: 16px;
  min-width: 80px;
  display: inline-block;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body#top.page-id-12 #main .home-highlight.avia-section .av_textblock_section .avia_textblock p > a:only-child:hover {
  color: var(--enfold-main-color-bg);
  background-color: var(--enfold-main-color-secondary);
  filter: brightness(0.9);
}
body#top.page-id-12 .av-masonry.home-wall {
  background-color: var(--enfold-main-color-masonry);
  background-repeat: repeat;
  padding: 20px !important;
  padding-right: 5px !important;
  border: 5px solid var(--enfold-main-color-primary);
  width: 100% !important;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry {
  padding: 10px;
  background-color: var(--enfold-main-color-bg2);
  position: relative;
  overflow: visible;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-outerimage-container + .av-inner-masonry-content {
  display: none !important;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-date {
  display: none !important;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-entry-content.entry-content {
  display: none !important;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-outerimage-container {
  background: none;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-outerimage-container .av-masonry-image-container {
  filter: none;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-masonry-outerimage-container .av-masonry-image-container img {
  border: none;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry figure.av-inner-masonry .av-inner-masonry-content {
  padding: 0;
  background-color: var(--enfold-main-color-bg);
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry .home-wall-icon-publish {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0id2hpdGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi4wMjM0IDMuMTk5MjJDMjIuMDIzNCAyLjc4NTAxIDIxLjY4NzcgMi40NDkyMiAyMS4yNzM0IDIuNDQ5MjJDMjAuODU5MiAyLjQ0OTIyIDIwLjUyMzQgMi43ODUwMSAyMC41MjM0IDMuMTk5MjJWMy40NTk4NUwxMC4yMzMxIDYuODk4NDRINC4yNzM0NEMzLjAzMDggNi44OTg0NCAyLjAyMzQ0IDcuOTA1OCAyLjAyMzQ0IDkuMTQ4NDRWMTIuMjQ5OEMyLjAyMzQ0IDEzLjQ5MjQgMy4wMzA4IDE0LjQ5OTggNC4yNzM0NCAxNC40OTk4SDYuNzQ0NTRMNy4xODMzMSAxNy41OTQ5QzcuMzM4MiAxOC42ODc1IDguMjczNDggMTkuNDk5NSA5LjM3Njk2IDE5LjQ5OTVDMTAuNzQ0OCAxOS40OTk1IDExLjc4NTggMTguMjcyNCAxMS41NjI5IDE2LjkyMjlMMTEuMjE3MSAxNC44MjlMMjAuNTIzNCAxNy45Mzg4VjE4LjE5OTJDMjAuNTIzNCAxOC42MTM0IDIwLjg1OTIgMTguOTQ5MiAyMS4yNzM0IDE4Ljk0OTJDMjEuNjg3NyAxOC45NDkyIDIyLjAyMzQgMTguNjEzNCAyMi4wMjM0IDE4LjE5OTJWMy4xOTkyMlpNMjAuNTIzNCAxNi4zNTczVjUuMDQxMzhMMTEuMTA0NSA4LjE4ODc5VjEzLjIwOTlMMjAuNTIzNCAxNi4zNTczWk05LjYwNDQ5IDEyLjk5OThWOC4zOTg0NEg0LjI3MzQ0QzMuODU5MjIgOC4zOTg0NCAzLjUyMzQ0IDguNzM0MjIgMy41MjM0NCA5LjE0ODQ0VjEyLjI0OThDMy41MjM0NCAxMi42NjQgMy44NTkyMiAxMi45OTk4IDQuMjczNDQgMTIuOTk5OEg5LjYwNDQ5Wk05LjY0MjM2IDE0LjQ5OThIOC4yNTk1NEw4LjY2ODQ2IDE3LjM4NDRDOC43MTg0OSAxNy43MzcyIDkuMDIwNTYgMTcuOTk5NSA5LjM3Njk2IDE3Ljk5OTVDOS44MTg3MyAxNy45OTk1IDEwLjE1NSAxNy42MDMyIDEwLjA4MyAxNy4xNjczTDkuNjQyMzYgMTQuNDk5OFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+IA==);
  background-color: var(--enfold-main-color-secondary);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry.category-hirdetesek .av-masonry-entry-title {
  padding-right: 25px;
  color: var(--enfold-main-color-bg);
}
body#top.page-id-12 .av-masonry.home-wall .av-masonry-entry.category-hirdetesek .av-masonry-entry-title::after {
  background-color: var(--enfold-main-color-secondary);
  opacity: 1;
}

.home-wall-dialogs .home-wall-dialog {
  background-color: var(--enfold-main-color-bg);
  display: none;
  max-width: 70vw;
  box-shadow: 0 0 20px var(--enfold-main-color-color);
  border-color: var(--enfold-main-color-primary);
  padding: 20px;
  text-align: justify;
}
@media (max-width: 767px) {
  .home-wall-dialogs .home-wall-dialog {
    max-width: 90vw;
  }
}
.home-wall-dialogs .home-wall-dialog h2, .home-wall-dialogs .home-wall-dialog h3 {
  color: var(--enfold-main-color-color);
}
.home-wall-dialogs .home-wall-dialog h2:hover, .home-wall-dialogs .home-wall-dialog h3:hover {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .home-wall-dialogs .home-wall-dialog h2, .home-wall-dialogs .home-wall-dialog h3 {
    font-size: 20px !important;
  }
}
.home-wall-dialogs .home-wall-dialog .home-wall-dialog-close-container {
  text-align: right;
  font-size: 40px;
  line-height: 40px;
}
.home-wall-dialogs .home-wall-dialog .home-wall-post-content a:has(img) {
  pointer-events: none;
}
.home-wall-dialogs .home-wall-dialog .home-wall-post-more {
  text-align: center;
}
.home-wall-dialogs .home-wall-dialog .home-wall-post-more a {
  color: var(--enfold-main-color-bg);
  background-color: var(--enfold-main-color-secondary);
  padding: 7px 10px;
  font-size: 16px;
  min-width: 80px;
  display: inline-block;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.home-wall-dialogs .home-wall-dialog .home-wall-post-more a:hover {
  color: var(--enfold-main-color-bg);
  background-color: var(--enfold-main-color-secondary);
  filter: brightness(0.9);
}
.home-wall-dialogs .home-wall-dialog.open {
  display: block;
}
