/*
Theme Name: m
Theme URI: 
Author: 2046
Author URI: http://2046.cz/
Description: 
Version: 0.3s
License: Aggressive Copyright
License URI: http://aggresive-copyright.org
Tags: 
*/
*:hover,
a:hover,
.slick-arrow:hover,
*:active,
a:active,
.slick-arrow:active,
*:focus,
a:focus,
.slick-arrow:focus {
  outline: 0px;
}
body {
  background-color: #F0EDE4;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}
.d-flex {
  display: flex;
}
.homePost {
  margin: 1rem auto;
  width: 50%;
}
#dbf {
  position: absolute;
  z-index: 21;
  top: 2.6rem;
  right: 2rem;
  width: 7rem;
  height: 9rem;
  transition: all 0.8s ease-out;
}
#logo {
  position: absolute;
  z-index: 21;
  padding: 2.3rem 2.2rem 2rem 2rem;
  top: 0;
  left: 0;
  width: 12rem;
  text-align: center;
}
#logo img {
  width: auto;
}
#logo span img {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  transition: all 0.6s cubic-bezier(0.28, -0.15, 0.1, 1.05);
}
#logo:hover span img {
  transition: all 0.6s cubic-bezier(0.28, -0.15, 0.1, 1.05);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
img {
  width: 100%;
  display: inline-block;
  height: auto;
}
a {
  color: #000;
  text-decoration: underline;
}
article img {
  width: 100%;
  height: auto;
}
article img.with_trip {
  width: 25px;
  height: auto;
  margin-top: -12px;
}
article .gallery img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 600;
}
h1 .cat {
  font-weight: 400;
  text-decoration: none;
}
h2,
h5,
.date {
  font-size: 2.4rem;
  color: #4b6483;
  min-width: 12rem;
}
h2 a,
h5 a,
.date a {
  transition: all 0.8s ease-out;
  color: #4b6483;
  text-decoration: none;
  display: block;
}
h2 a:hover,
h5 a:hover,
.date a:hover,
h2 a:active,
h5 a:active,
.date a:active,
h2 a:focus,
h5 a:focus,
.date a:focus {
  color: inherit;
  text-decoration: inherit;
}
h5 {
  font-size: 1.5rem;
}
h2 {
  margin: 1.2rem 0 0.8rem 0;
  text-align: right;
}
h2:hover {
  opacity: 0.5;
}
.category_ a {
  display: inline-block;
  font-size: 2.4rem;
  color: #4b6483;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-decoration: none;
  opacity: 0.4;
  margin-top: 7px;
}
.inner {
  padding: 3rem;
  margin-bottom: 0.5rem;
}
.date {
  margin-top: 0.7rem;
  margin-right: 2rem;
  font-weight: 300;
}
.date .time {
  opacity: 0.4;
}
.galleryBlock {
  padding: 0;
  margin: 0;
}
.galleryBlock * {
  padding: 0;
  margin: 0;
}
.galleryBlock img {
  width: 100%;
}
.galleryBlock .sticky_holder {
  position: sticky;
  width: 100%;
  z-index: 100;
  top: 0;
}
.galleryBlock .sticky_holder h1 {
  font-size: clamp(1.2rem, 4vw, 7rem);
  position: absolute;
  top: 45vh;
  z-index: 102;
  text-align: center;
  color: #fff;
  width: 100%;
  text-shadow: 0px 0 184px black;
}
.gallery img {
  width: auto;
  margin-bottom: 4rem;
}
.fb_link {
  color: white;
  background: #0090FF;
  padding: 0.5rem 1.2rem;
  border-radius: 100%;
  font-weight: bold;
  text-decoration: none;
  margin-left: 1rem;
  transition: all 0.8s ease-out;
}
.fb_link:hover {
  transition: all 0.8s ease-out;
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.trip {
  width: 30px;
  display: inline-block;
  background: url(img/plavba.svg);
  color: transparent;
  overflow: hidden;
  position: relative;
  top: 5px;
}
.trip:hover {
  cursor: help;
}
.p {
  overflow: hidden;
}
.p .entry,
.p .post_image {
  opacity: 0;
  max-height: 0;
  transition: all 2s cubic-bezier(0.28, -0.15, 0.265, 1.05);
  margin: 0;
}
.p svg {
  height: 0;
  display: none;
}
.p.opened svg {
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  margin-top: -17px;
  height: auto;
}
.p.opened .entry,
.p.opened .post_image {
  opacity: 1;
  height: auto;
  max-height: 30000px;
  transition: all 2s cubic-bezier(0.28, -0.15, 0.265, 1.05);
}
.p.opened .entry {
  margin-bottom: 3rem;
}
.p.opened .go {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.5rem 1.6rem;
  border-radius: 100%;
  position: relative;
  left: -1.4rem;
  transition: all 0.8s ease-out;
}
.p.opened .go:hover {
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.8s ease-out;
}
.p.opened .go span {
  position: relative;
  top: 3px;
  left: -5px;
  border-top: 3px solid #6D9E8D;
  border-right: 3px solid #609180;
}
.accord .entry {
  color: #4b6483;
}
.flexme {
  display: flex;
  flex-flow: row wrap;
}
.arrow_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.more-link {
  margin-top: 1rem;
  display: block;
}
.more-link:hover {
  text-decoration: none;
}
.edit-link {
  color: red;
  text-decoration: none;
  opacity: 0.5;
}
.edit-link:hover {
  opacity: 1;
  color: red;
  text-decoration: none;
}
.archive_link_box {
  background-color: #77CFA7;
}
.go {
  float: right;
  display: block;
  text-align: right;
}
.go span {
  border-top: 3px solid #707070;
  border-right: 3px solid #707070;
  transform: rotate(45deg);
  width: 2rem;
  height: 2rem;
  display: inline-block;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
.go:hover span {
  opacity: 1;
}
.main {
  transition: all 0.8s ease-out;
  opacity: 1;
}
.opened .go span {
  width: 3rem;
  height: 3rem;
}
.opened .main {
  opacity: 0.3;
  transition: all 0.8s ease-out;
}
.eager {
  position: fixed;
  background-color: #fff;
  display: block;
  z-index: 20;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  transition: all 0.6s cubic-bezier(0.28, -0.15, 0.1, 1.05);
}
.awaiting .eager {
  width: 2rem;
}
.awaiting #dbf {
  margin-right: 2rem;
}
.top_menu {
  position: fixed;
  z-index: 100;
  width: 100vw;
}
.main-nav {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
  transition: all 0.8s ease-out;
}
.main-nav.awaiting {
  transition: all 0.6s cubic-bezier(0.28, -0.15, 0.1, 1.05);
  max-height: 6.5rem;
}
.main-nav.opened {
  height: auto;
  max-height: 200vh;
  transition: all 2s cubic-bezier(0.28, -0.15, 0.265, 1.05);
}
.main-nav .nav-main-item a {
  color: #63615B;
  font-size: 2.05rem;
  margin: 1.2rem 0 0.8rem 0;
  text-align: right;
  display: block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 0.15rem;
  font-weight: 800;
  text-decoration: none;
}
.main-nav .nav-main-item a:hover {
  opacity: 0.5;
}
.main-nav .row {
  background-color: #8FCFC4;
}
.main-nav .row:nth-child(2n+2) {
  background-color: #CF8F49;
}
.main-nav .row:nth-child(3n+3) {
  background-color: #83C569;
}
.main-nav .row:nth-child(4n+4) {
  background-color: #CF9840;
}
.singular .gold,
.single .gold,
.page .gold {
  margin-top: 40vh;
}
.singular .inner,
.single .inner,
.page .inner {
  padding: 0.5rem 2rem 2rem 2rem;
  background: #fff;
}
.singular .date,
.single .date,
.page .date {
  color: #000;
  display: inline-block;
  margin-top: 0.6rem;
  vertical-align: bottom;
}
.singular .ticket_url,
.single .ticket_url,
.page .ticket_url {
  margin-top: 0;
  margin-left: 1rem;
  text-decoration: none;
}
.singular .more_info .inner,
.single .more_info .inner,
.page .more_info .inner {
  padding: 0.5rem 2rem 1rem 2rem;
}
blockquote {
  padding: 10px 10px;
  margin: 4rem;
  font-size: 26.5px;
  border-left: 0;
  font-style: italic;
  line-height: 3.6rem;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
blockquote p {
  margin-bottom: 2rem;
}
.tool-pagination {
  text-align: center;
  height: auto;
}
.tool-pagination ul {
  padding: 0;
}
.tool-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.tool-pagination ul li a {
  color: #333333;
  padding: 1rem 1.5rem;
  margin: 0 0.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border-radius: 100%;
  transition: all 0.8s ease-out;
}
.tool-pagination ul li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.tool-pagination ul li a.next {
  background-color: transparent;
}
.tool-pagination ul li a.next span {
  position: relative;
  left: -3px;
  top: 4px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  width: 2rem;
  height: 2rem;
  display: inline-block;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
.tool-pagination ul li a.next:hover span {
  opacity: 1;
}
.tool-pagination ul li a.prev {
  background-color: transparent;
}
.tool-pagination ul li a.prev span {
  position: relative;
  left: -3px;
  top: 4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  width: 2rem;
  height: 2rem;
  display: inline-block;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
.tool-pagination ul li a.prev:hover span {
  opacity: 1;
}
.tool-pagination ul li .current {
  padding: 1rem 1.5rem;
  margin: 0 0.2rem;
}
.btn {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  margin-top: 1rem;
}
.releated {
  margin-bottom: 2rem;
}
.releated .each {
  margin-bottom: 0.5rem;
}
.releated .each h5 {
  margin-left: 2rem;
  margin-top: 1.4rem;
  font-size: 2rem;
}
.releated .each h5:hover {
  opacity: 0.8;
}
.page-id-228 .releated,
.page-id-2563 .releated {
  margin-bottom: 0.5rem;
}
.page-id-228 .releated .date,
.page-id-2563 .releated .date {
  margin-left: 1.5rem;
}
.page-id-228 h1,
.page-id-2563 h1 {
  font-size: 7rem;
  margin-top: -8rem;
  color: white;
}
.logos {
  margin-top: 30vh;
}
.logos .each {
  margin-bottom: 3rem;
}
.logos .each a {
  min-height: 150px;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.annual h2 {
  text-align: center;
  font-size: 5rem;
}
.annual h2:hover {
  opacity: 1;
}
.page-id-734 h1.partners_title {
  margin-top: 4rem;
}
#goOutPlaceHolder {
  margin-top: 1.5rem;
}
#goOutPlaceHolder::empty {
  display: none;
}
#newsletter {
  position: fixed;
  z-index: 2046;
  left: 1rem;
  bottom: 1rem;
}
#newsletter.show form {
  left: 8rem;
}
#newsletter .newsletter_toggler {
  background-color: transparent;
  border: 0;
  transition: all 0.8s ease-out;
}
#newsletter .newsletter_toggler:hover {
  transform: rotate(-3deg) scale(0.9);
  transition: all 0.3s ease-out;
}
#newsletter img {
  width: 150px;
}
#newsletter form {
  background-color: #6D9E8D;
  color: #fff;
  padding: 2rem;
  left: -120%;
  position: relative;
  display: flex;
  flex-flow: column;
  border-radius: 1rem;
  transition: all 0.3s ease-out;
}
#newsletter form label {
  display: block;
}
#newsletter form input {
  margin-right: 0.7rem;
  margin-bottom: 0.4rem;
  color: #4b6483;
  border-radius: none;
  border: 0;
  width: 100%;
}
#newsletter form input[type="submit"] {
  font-weight: 600;
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.8s ease-out;
}
.anim2 {
  transition: all 0.3s ease-out;
}
.anim3 {
  transition: all 1.8s ease-out;
}
.anim_elastic {
  transition: all 0.6s cubic-bezier(0.28, -0.15, 0.1, 1.05);
}
.anim_elastic2 {
  transition: all 2s cubic-bezier(0.28, -0.15, 0.265, 1.05);
}
.zero_opacity {
  opacity: 0;
}
.moderate_opacity {
  opacity: 0.5;
}
.full_opacity {
  opacity: 1;
}
@media all and (max-width: 769px) {
  .container {
    width: 100%;
  }
  .main-nav .nav-main-item a {
    margin: 0.7rem 1.2rem 0.5rem 0;
    font-size: 1.85rem;
  }
  .nad h2 {
    text-align: left;
  }
  .gallery {
    max-width: 100%;
  }
  .gallery img {
    max-width: 100%;
    height: auto;
  }
  .date {
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 769px) {
  .homePost {
    margin: 1rem auto;
    width: 100%;
  }
}
@media all and (max-width: 560px) {
  .home .flexme .date,
  .blog .flexme .date {
    margin: 0 1rem 0 0;
  }
  .home .flexme .category_,
  .blog .flexme .category_ {
    margin-top: 0.2rem;
  }
  .home .flexme .date,
  .blog .flexme .date {
    display: inline;
  }
  .home h2,
  .blog h2 {
    text-align: left;
  }
  .home .annual h2,
  .blog .annual h2 {
    text-align: center;
  }
  .top_img {
    display: none;
  }
  .accord {
    margin-top: 14rem;
  }
  .top_menu {
    position: absolute;
  }
  .homePost {
    margin-top: 13rem;
  }
  .arrow_box {
    display: none;
  }
  .more_info {
    margin-bottom: 14rem;
  }
  #newsletter img {
    width: 80px;
  }
}
