nav ul.mainmenu li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #222222;
  padding: 20px 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
nav ul.mainmenu li a {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  color: #023e7d;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
nav ul.mainmenu li a:hover {
  color: grey;
}
nav ul.mainmenu li.current-menu-item a {
  color: grey;
}

@media screen and (max-width: 991px) {
  nav ul.mainmenu {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-left: 0;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #304ba7;
    margin-bottom: 0;
  }
  nav ul.mainmenu li {
    height: auto;
    max-width: none;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    font-weight: 400;
  }
  nav ul.mainmenu li a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 18px;
    color: #fff;
    font-weight: 400;
    background-color: #304ba7;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: pointer;
  }
  nav ul.mainmenu li a:hover {
    background-color: #405cb9;
    color: #fff;
  }
}
h2.h1 a {
  color: #333;
  text-decoration: none;
}
h2.h1 a:hover {
  color: #000;
}

.maincontent p {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
}
.maincontent p.zvyrazneny {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
}
.maincontent a {
  color: #023e7d;
  text-align: left;
  text-decoration: none;
}

.navigation-button.lang.active {
  color: #bbb;
  font-weight: 500;
}

.wp-block-button a.wp-block-button__link {
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px 15px;
  background-color: #004b9b;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
}
.wp-block-button a.wp-block-button__link:hover {
  background-color: #5f5f5f;
}

.cover-image-box {
  margin-bottom: 50px;
}
.cover-image-box .blog-post-cover-image {
  margin-bottom: 0 !important;
}

.img_autor {
  display: inline-block;
  width: 75px;
  height: 75px;
  max-height: none;
  max-width: none;
  border-radius: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 150;
}

.about-us {
  grid-column-gap: 80px;
}
.about-us .clanky_autora p {
  font-size: 16px;
}

.zp-grid {
  grid-column-gap: 30px;
}

img.ico_footer {
  height: 18px;
}

/*# sourceMappingURL=sfpa.css.map */
