/* File: https://www.masozpastvin.cz/assets/cs/css/app.css
   Compiled at: 2026-05-13 09:25:13 
================================ */
.menu__wrapper::before,
.menu__wrapper::after {
  display: none!important;
}

.block-image .image, .entry-media {
    border-radius: 0!important;
    box-shadow: none!important;
}

#footer {
    padding-bottom: 0;
}

#footer .block-html {
    font-size: 0;
    padding-bottom: 0;
}

#lands_herbs_section .section-body .row-main:nth-child(4) {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

@media (max-width: 640px) {
  .logo img {
    max-width: 200px;
  }
  
  .nav__item--btn:first-child {
    margin-bottom: 30px;
  }
  
  #homepage_icons_section .row-main {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  #homepage_icons_section .row-main > .col {
    width: 33.3333%;
    flex: 0 0 auto;
  }

  #homepage_icons_section .row-main > .col .image-icon img {
    width: 80%;
  }

  #homepage_icons_section .row-main > .col h4 {
    font-size: 12px;
  }
  
  #lands_herbs_section .section-body .row-main:nth-child(4) {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  #lands_herbs_section .section-body .row-main:nth-child(4) > .col {
    width: 33.3333%;
    flex: 0 0 auto;
  }

  #lands_herbs_section .section-body .row-main:nth-child(4) > .col .image-icon img {
    width: 80%;
  }

  #lands_herbs_section .section-body .row-main:nth-child(4) > .col h4 {
    font-size: 12px;
  }
  
  .box {
    padding: 30px 0;
  }
  
  .box .row {
    flex-direction: column;
  }
  
  .box .row .col {
    flex-basis: auto;
    max-width: none;
  }
  
  #contact_info_section .row-main > .col:nth-child(1) {
    order: 3;
  }
  
  #contact_info_section .row-main > .col:nth-child(3) {
    order: 1;
  }
  
  #contact_info_section .row-main > .col > .row {
    flex-direction: column;
  }
  
  #contact_info_section .row-main > .col > .row > .col {
    max-width: unset;
  }
  
  .article-hero .col:not(:only-child):after {
    display: none;
  }
}

#contact_logo {
    margin-left: 25%;
    margin-right: 25%;
}

@media (min-width: 641px) {
  #contact_logo {
    margin-left: 50%;
    margin-right: unset;
  }

  .flexcard-card .flexcard-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 641px) and (max-width: 959px) {
  #contact_section .section-body .row-main:nth-child(5) {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  #contact_section .section-body .row-main:nth-child(5) > .col {
    max-width: 33.3333%;
    flex: 0 0 auto;
  }
  
  #contact_info_section .row-main > .col > .block-spacer,
  #contact_info_section .row-main > .col > .row:first-child .block-spacer {
    display: none
  }
}

@media (min-width: 960px) {
  .flexcard-card .flexcard-content-wrapper {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.notif {
  background: #F7CF94;
  padding: 3px 15px;
  width: 100%;
  text-align: center;
  font-weight: 600
  color: #000000;
}

.notif a {
  color: #000000;
}

.recipe-list .filter-label {
  flex: 0 0 100%;
  line-height: 1.8;
  font-weight: bold;
}

.recipe-list .filter-break {
  flex-basis: 100%;
  height: 20px;
}

