/*
Theme Name: LYFLE - Chodov ZŠ
Template: lyfle-03
Version: 3.0
Author: LYFLE — Jakub Rejlek
Author URI: https://lyfle.com
*/
.child .transition-none {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.child .main-header .logo {
  width: 120px;
  margin: 15px 0;
}
.child .main-header .title {
  margin-left: 150px;
}
.child .main-header.shrinky .logo {
  width: 80px;
  margin: 9px 0;
}
.child .main-header.shrinky .title {
  margin-left: 100px;
}
@media screen and (max-width: 600px) {
  .child .main-header {
    top: 38px;
  }
  .child .main-header .logo {
    width: 90px;
    margin: 13px 0;
  }
  .child .main-header .title {
    margin-left: 110px;
  }
  .child .main-header.shrinky .logo {
    width: 60px;
    margin: 9px 0;
  }
  .child .main-header.shrinky .title {
    margin-left: 75px;
  }
}
.child .main-nav ul li a:hover {
  color: #29afc6;
}
.child .super-header {
  background: #29afc6;
}
.child .super-header a:hover {
  color: #fff;
}
.child .footer .contact section.contact-info i {
  color: #29afc6;
  border-right: 1px solid #29afc6;
}
.child .footer .contact section.contact-info span {
  color: #29afc6;
}
.child .post-category:hover h1 {
  color: #453f3b;
}
.child .post-category h1:hover {
  color: #29afc6;
}
.child .post-category .post-content a {
  text-decoration: underline;
}
.child .post-category .post-content a:hover {
  color: #29afc6;
  text-decoration: underline;
}
.child a:hover {
  color: #29afc6;
}
.child #tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background: #29afc6;
}
@media screen and (min-width: 200px) {
  .child #tribe-events-.main-header .tribe-events-.main-nav-pagination .tribe-events-sub-.main-nav li a:hover,
  .child #tribe-events-footer .tribe-events-.main-nav-pagination .tribe-events-sub-.main-nav li a:hover {
    color: #29afc6;
  }
}
@media screen and (max-width: 768px) {
  .child .tribe-events-calendar td.tribe-events-present {
    background: #29afc6;
  }
  .child .tribe-events-calendar td.tribe-events-present:hover {
    background: #29afc6 !important;
  }
  .child .tribe-events-calendar td.tribe-events-present.mobile-active {
    background: #29afc6;
  }
  .child .tribe-events-calendar td.tribe-events-present.mobile-active:hover {
    background: #29afc6 !important;
  }
}
@media screen and (max-width: 1100px) {
  .child .menu-icon {
    display: block;
    position: absolute;
    z-index: 99999;
  }
  .child .menu-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #29afc6;
    text-align: left;
    overflow: scroll;
  }
  .child .menu-overlay.open {
    display: block;
  }
  .child .main-nav {
    width: 100%;
    top: 0;
    left: 0;
  }
  .child .main-nav ul {
    margin: 80px 7%;
  }
  .child .main-nav ul li {
    display: block;
    margin: 4px 0;
    border-bottom: 1px solid #fff;
  }
  .child .main-nav ul li:last-of-type {
    border-bottom: 0;
  }
  .child .main-nav ul li a {
    padding: 8px;
    color: #fff;
    display: block;
  }
  .child .main-nav ul li a:hover {
    color: #fff;
  }
  .child .main-nav ul li a:hover:after,
  .child .main-nav ul li a:hover:before {
    color: #fff;
  }
  .child .main-nav ul li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    content: '\e145';
    color: #fff;
    font-weight: 300;
    font-size: 12.8px;
    padding-left: 12px;
  }
  .child .main-nav ul li.menu-item-has-children.active > a:after {
    font-family: 'Material Icons';
    content: '\e15b';
    color: #fff;
    font-weight: 300;
    font-size: 12.8px;
    padding-left: 12px;
  }
  .child .main-nav ul li ul {
    position: relative;
    background: none;
    display: none;
    margin: 0;
    padding: 0 0 24px 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .child .main-nav ul li ul.slide-down {
    display: block;
  }
  .child .main-nav ul li ul li {
    width: 100%;
    border-bottom: 0;
    opacity: 1;
    left: 0;
  }
  .child .main-nav ul li ul li:hover {
    background: none;
  }
  .child .main-nav ul li ul li a:before {
    content: '\2014';
    color: #fff;
    padding-right: 6px;
  }
  .child .main-header.shrinky .main-nav ul li ul {
    padding-top: 0px;
  }
}
.child .post-content ul li {
  list-style: disc;
  padding-left: 12px;
}
.child .post-content ul li:before {
  content: '';
}
.child .post-category .post-content a {
  word-wrap: break-word;
}
.child .header-photo {
  height: 30vh;
}
@media screen and (max-width: 600px) {
  .child .header-photo {
    height: 30vh;
  }
}
/*# sourceMappingURL=style.css.map */