/*
Theme Name: Podkrušnohorská farma
Author: Petr Pojer
Author URI: https://www.petrpojer.cz/
Description: Template for Podkrušnohorská farma website
Version: 1.0
*/
html {
  font-family: Arial;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ahover,
aactive {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: 'fieldwork', sans-serif;
  font-size: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
*:focus {
  outline: 0;
}
body {
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
  color: #303030;
  background-color: #fff;
  font-family: 'fieldwork', sans-serif;
  font-size: 18px;
  font-weight: 100;
}
body.noscroll {
  overflow: hidden;
}
a {
  color: #85b75d;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  line-height: 1.1;
  color: #85b75d;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}
h1 {
  color: #303030;
  font-size: 90px;
}
h1 span {
  color: #85b75d;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0px;
}
p {
  margin: 30px auto;
  line-height: 1.44;
}
strong {
  font-weight: 700;
}
table {
  width: 100%;
  font-family: 'fieldwork', sans-serif;
  font-size: 18px;
  border-collapse: collapse;
}
iframe {
  max-width: 100%;
  display: block;
}
ul {
  margin: 25px 0px;
  padding-left: 20px;
}
ul li {
  margin-bottom: 5px;
  padding-left: 10px;
}
textarea {
  resize: none;
}
.perex p {
  margin: 20px 0px 0px;
  font-size: 20px;
  font-weight: 400;
}
.aligncenter {
  margin: 5px auto;
  display: block;
}
.alignright {
  margin: 15px 0px 20px 20px;
  float: right;
}
.alignleft {
  margin: 15px 20px 20px 0px;
  float: left;
}
@media (max-width: 991px) {
  .margin-top-sm {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .margin-top-xs {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
#footer {
  padding: 50px 0px;
  line-height: 100px;
  background: #0f6535;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991px) {
  #footer {
    padding: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 20px 0px;
    line-height: 3;
  }
}
#footer img {
  height: 100px;
}
@media (max-width: 991px) {
  #footer img {
    margin: 30px 0px;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#header {
  width: 100%;
  height: 80px;
  background: #85b75d;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  -webkit-box-shadow: 0px 6px 46px rgba(84,50,15,0.25);
  -moz-box-shadow: 0px 6px 46px rgba(84,50,15,0.25);
  box-shadow: 0px 6px 46px rgba(84,50,15,0.25);
}
#logo {
  margin-top: -5px;
  display: inline-block;
}
@media (max-width: 991px) {
  #logo {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  #logo img {
    height: 80px;
  }
}
.button {
  padding: 0px 30px;
  width: 300px;
  max-width: 100%;
  height: 65px;
  line-height: 65px;
  font-family: 'Amatic SC', cursive;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button:hover {
  text-decoration: none;
}
.button.button-full {
  width: 100%;
}
.button.button-green {
  background: #85b75d;
  color: #fff;
  border: 1px solid #85b75d;
}
.button.button-green:hover {
  background: #fff;
  color: #85b75d;
}
.button.button-green-dark {
  background: #0f6535;
  color: #fff;
  border: 1px solid #0f6535;
}
.button.button-green-dark:hover {
  background: #fff;
  color: #0f6535;
}
.form-item {
  margin-bottom: 30px;
  position: relative;
}
.form-item textarea,
.form-item input {
  padding: 0px 25px;
  width: 100%;
  height: 60px;
  background: #fff;
  color: #197847;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #fdf8ee;
  border-radius: 50px;
  display: block;
}
.form-item textarea:focus,
.form-item input:focus {
  border-color: #85b75d;
}
.form-item textarea {
  padding: 25px;
  height: 330px;
  line-height: 1.5;
  border-radius: 30px;
}
.form-button {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 640px) {
  .form-button .button {
    width: 100%;
  }
}
.validator .erorr-s {
  padding: 5px 10px;
  background: #fc6f6f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.mean-container {
  margin: 0;
  padding: 0;
  max-height: 100%;
}
.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: #fcfcfc;
  z-index: 999999;
  overflow: auto !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar img {
  padding: 3px 0 6px 10px;
  max-width: 130px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  line-height: 1;
  float: left;
  width: 100%;
  background-color: #85b75d;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  padding: 0px;
  position: relative;
  width: 100% !important;
  margin: 0;
  list-style-image: none;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #f0f0eb;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover {
  background: #fff;
  color: #85b75d;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  padding: 14px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: #f0f0eb;
  border: none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #fff;
}
.mean-container .mean-nav ul li ul li {
  background: #f0f0eb;
}
.mean-container .mean-nav ul li ul li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #8f8f8f;
  opacity: 1;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-remove {
  display: none !important;
}
.pp-meanmenu-reveal {
  border: 2px solid #fff;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: none;
  display: none;
  margin-left: 0px;
  position: relative;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 992px) {
  .pp-meanmenu-reveal {
    display: block;
  }
}
.pp-meanmenu-reveal span {
  width: 25px;
  background-color: #fff;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 10px;
  -moz-transition: all ease-in-out 80ms;
  -o-transition: all ease-in-out 80ms;
  -webkit-transition: all ease-in-out 80ms;
  transition: all ease-in-out 80ms;
}
.pp-meanmenu-reveal span.top-line {
  top: 13px;
}
.pp-meanmenu-reveal span.middle-line {
  top: 21px;
}
.pp-meanmenu-reveal span.bottom-line {
  top: 29px;
}
.pp-meanmenu-reveal:hover span.top-line {
  margin-top: -3px;
}
.pp-meanmenu-reveal:hover span.bottom-line {
  margin-top: 3px;
}
.pp-meanmenu-reveal.meanclose span.middle-line {
  display: none;
}
.pp-meanmenu-reveal.meanclose span.top-line {
  -ms-transform: rotate(45deg) /* IE 9 */;
  -webkit-transform: rotate(45deg) /* Chrome, Safari, Opera */;
  transform: rotate(45deg);
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 22px;
}
.pp-meanmenu-reveal.meanclose span.bottom-line {
  -ms-transform: rotate(-45deg) /* IE 9 */;
  -webkit-transform: rotate(-45deg) /* Chrome, Safari, Opera */;
  transform: rotate(-45deg);
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 80ms;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 22px;
}
.pp-meanmenu-reveal.meanclose:hover span.top-line,
.pp-meanmenu-reveal.meanclose:hover span.bottom-line {
  margin-top: 0px;
}
.modal-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  overflow: auto;
  display: none;
}
.modal-overlay .modal-inner {
  padding: 40px 30px 30px;
  width: 700px;
  max-width: 100%;
  height: 700px;
  max-height: 100%;
  background: #fff;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-overlay .modal-inner .modal-close {
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 15px;
}
#menu-main-wrapper .menu-main {
  margin: 0px auto;
  padding: 0px;
  height: 80px;
  line-height: 80px;
  list-style-type: none;
  display: inline-block;
  position: relative;
}
#menu-main-wrapper .menu-main li {
  margin: 0px 0px 0px 35px;
  padding: 0px;
  font-family: 'Amatic SC', cursive;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  float: left;
}
#menu-main-wrapper .menu-main li:first-child {
  margin-left: 0px;
}
#menu-main-wrapper .menu-main li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
#menu-main-wrapper .menu-main li a:hover {
  text-decoration: underline;
}
#menu-main-wrapper .menu-main li.current-menu-item a {
  text-decoration: underline;
}
#about {
  padding: 70px 0px;
  min-height: 1170px;
  background: url("images/bg-about.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 991px) {
  #about {
    min-height: 0px;
  }
}
#about h2 {
  color: #fff;
  font-size: 90px;
}
#about h3 {
  margin-bottom: 60px;
  color: #fff;
}
#about iframe {
  margin: 60px 0px;
  width: 100%;
}
#about .content-two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
#about .content-two-columns li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 600px) {
  #about .content-two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  #about .content-two-columns li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
#advantages {
  margin-top: -250px;
  min-height: 230px;
  background: url("images/bg-advantages.png") no-repeat center top;
}
@media (max-width: 991px) {
  #advantages {
    margin-top: 0px;
    padding: 20px 0px;
    min-height: 0px;
    background: #fbeed6;
  }
}
.advantages-item {
  padding: 0px 30px;
  min-height: 230px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .advantages-item {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  .advantages-item {
    padding: 15px;
    min-height: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .advantages-item {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.advantages-item .icon {
  margin-right: 25px;
  line-height: 1;
  color: #85b75d;
  font-size: 50px;
}
@media (max-width: 500px) {
  .advantages-item .icon {
    margin: 0px;
  }
}
.advantages-item span {
  font-size: 20px;
  font-weight: 400;
}
#contact {
  padding: 100px 0px;
  min-height: 1060px;
  background: url("images/bg-contact.jpg") no-repeat center center;
}
@media (max-width: 991px) {
  #contact {
    padding: 50px 0px;
    min-height: 0px;
    background: #fbeed6;
  }
}
#contact h2 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  #contact h2 {
    margin-bottom: 40px;
  }
}
#contact .contact-note {
  margin-bottom: 40px;
  font-weight: 300;
}
#contact .contact-note strong {
  color: #85b75d;
  font-size: 25px;
}
#contact .contact-inner {
  padding: 0px 70px;
  border: #85b75d dashed;
  border-width: 0px 1px;
}
@media (max-width: 991px) {
  #contact .contact-inner {
    margin-top: 80px;
    padding: 0px 30px;
  }
}
@media (max-width: 640px) {
  #contact .contact-inner {
    padding: 0px;
    border: 0px;
  }
}
#contact .contact-inner .contact-name {
  margin-bottom: 30px;
  color: #197847;
  font-size: 20px;
  font-weight: 400;
}
#contact .contact-inner .contact-item {
  margin-bottom: 15px;
  color: #197847;
  font-size: 20px;
  font-weight: 400;
}
#customers {
  padding: 70px 0px;
}
#customers h2 {
  margin-bottom: 70px;
}
.customers-list {
  margin: 0px -10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .customers-list {
    margin: 0px;
    display: block;
  }
}
.customers-list .customers-column {
  padding: 0px 10px;
  width: 33.33%;
}
@media (max-width: 991px) {
  .customers-list .customers-column {
    margin-bottom: 30px;
    padding: 0px;
    width: 100%;
  }
}
.customers-list .customers-column .customers-item {
  padding-bottom: 200px;
  height: 100%;
  background: #fdf8ee;
  position: relative;
}
@media (max-width: 991px) {
  .customers-list .customers-column .customers-item {
    padding-bottom: 0px;
  }
}
.customers-list .customers-column .customers-item img {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 991px) {
  .customers-list .customers-column .customers-item img {
    position: static;
  }
}
.customers-list .customers-column .customers-inner {
  padding: 60px 30px 20px;
  text-align: center;
}
.customers-list .customers-column .customers-inner h3 {
  margin-bottom: 50px;
  color: #0f6535;
}
#farm {
  padding: 130px 0px 100px;
}
@media (max-width: 991px) {
  #farm {
    padding: 60px 0px;
  }
}
#farm header {
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  #farm header {
    text-align: center;
    display: block;
  }
}
#farm header h3 {
  color: #0f6535;
}
@media (max-width: 1199px) {
  #farm header h3 {
    margin-bottom: 30px;
  }
}
#farm header span {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
}
.gallery-wrapper {
  margin: 0px -25px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 640px) {
  .gallery-wrapper {
    margin: 0px -10px;
  }
}
.gallery-wrapper .gallery-item {
  margin-bottom: 50px;
  padding: 0px 25px;
  width: 25%;
}
@media (max-width: 991px) {
  .gallery-wrapper .gallery-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .gallery-wrapper .gallery-item {
    margin-bottom: 20px;
    padding: 0px 10px;
    width: 50%;
  }
}
#main-visual {
  padding-top: 290px;
  min-height: 1300px;
  background: url("images/bg-top.jpg") no-repeat center -150px;
}
@media (max-width: 991px) {
  #main-visual {
    padding: 200px 0px 100px;
    min-height: 0px;
  }
}
#main-visual p {
  margin: 100px 0px 120px;
  color: #0f6535;
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #main-visual p {
    margin: 60px 0px;
  }
}
#products {
  padding: 60px 0px 150px;
}
@media (max-width: 991px) {
  #products {
    padding: 0px 0px 60px;
  }
}
#products h2 {
  margin: 50px 0px 30px;
  padding-bottom: 30px;
  position: relative;
}
#products h2:before {
  width: 130px;
  height: 1px;
  content: '';
  border-top: 1px dashed #85b75d;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#products ul {
  margin: 40px 0px 0px;
  padding: 0px;
  font-weight: 300;
  list-style-type: none;
}
#products ul li {
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 35px;
  position: relative;
}
#products ul li:last-child {
  margin-bottom: 0px;
}
#products ul li:before {
  color: #85b75d;
  content: '\e900';
  font-family: 'icomoon';
  font-size: 15px;
  position: absolute;
  top: 2px;
  left: 0px;
}
@media (max-width: 991px) {
  .product-item {
    margin-bottom: 40px;
  }
}
.product-item img {
  width: 100%;
}
.product-info-block {
  background: #fbeed6;
  text-align: center;
}
.product-info-block header {
  padding: 40px 50px;
  background: #85b75d;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.product-info-block main {
  padding: 60px 40px 0px;
}
.product-info-block main .product-info-block-title {
  color: #0f6535;
  font-size: 30px;
  font-weight: 700;
}
.product-info-block main .button {
  margin: 50px 0px;
}
.product-info-block main p {
  margin: 0px 0px 40px;
}
.product-info-block main .icon {
  color: #f3d2a9;
  font-size: 160px;
}
#stores {
  padding-top: 130px;
}
@media (max-width: 991px) {
  #stores {
    padding-top: 60px;
  }
}
#stores h3 {
  color: #0f6535;
}
.store-list {
  margin-top: 40px;
  padding: 40px 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: #85b75d dashed;
  border-width: 1px 0px;
}
@media (max-width: 767px) {
  .store-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
