/*
 * Theme Name:  Authentic Child
 * Theme URI:   https://codesupply.co/themes/authentic/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    authentic
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/*
    1.GENERAL
    2.HEADER
    3.FOOTER
    4.ELEMENTS
      4.1 Buttons
      4.2 Bottom box
      4.3 Post archive
    5.MAILERLITE
      5.1 Homepage newsletter
    6.OTHER PAGES
      6.1 Homepage
      6.2 Kontakt
      6.3 Orgány UHS
      6.4 Zoznam členov
      6.5 Aktuality
      6.6 Archív článkov
      6.7 Vyhľadávanie
      6.8 GDPR
      6.9 Landing page Newsletter
    7.SINGLE POST
      8.1 Post layout
      8.2 Post header
      8.3 Post content elements
      8.4 Related posts
      8.5 Post comments

*/

/* ----------------------------------------
  1.GENERAL
---------------------------------------- */
p,
span,
li,
ul,
ol {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  color: #484847;
  letter-spacing: 0.02em;
}

p,
ol,
ul,
span {
  font-weight: 500;
}

.page-heading {
  position: relative;
  background-color: #eff4fb;
  text-align: center;
  padding: 64px 0px 40px;
  margin-bottom: 0px !important;
}

.page-heading h1::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/heading-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 62px;
}

.page-heading h1 {
  position: relative;
  margin: 0 auto;
  color: #164798;
}

/* --- Layout settings --- */
.navbar,
.footer-section {
  max-width: 924px;
  margin: 0 auto;
}

/* medium width layout */
.medium-width {
  max-width: 1024px;
  margin: 0 auto;
}

/* narrow width layout */
.narrow-width {
  max-width: 964px;
  margin: 0 auto;
}

.site-content,
.main-content .entry-content .cnvs-block-section {
  margin-top: 0px;
}

@media (max-width: 650px) {
  .site-content {
    margin-bottom: 0px;
  }
}

/* ----------------------------------------
  2.HEADER
---------------------------------------- */

/* --- Navigation --- */
.navbar-primary {
  -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

.navbar-primary:not(.sticky-nav-slide) .navbar {
  border: none !important;
}

.navbar {
  padding: 3em 0px;
}

.navbar .logo-image {
  min-width: 165px;
}

/* --- Sticky navigation --- */
#page .navbar-primary.sticky-nav {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

/* --- Mobile menu --- */
.offcanvas .widget_nav_menu h5 {
  display: none;
}

.offcanvas-sidebar .sub-menu li {
  margin-left: 8px;
}

.offcanvas-sidebar .sub-menu li + li {
  margin-top: 8px;
}

.offcanvas .widget_nav_menu #menu-main-menu li a {
  color: #1d1d1b;
}

@media (min-width: 1120px) {
  .navbar-primary .cs-container .navbar-col > div,
  .navbar-primary .cs-container .navbar-col > div li {
    height: 48px;
  }
}

@media (max-width: 1119.97px) {
  .navbar-primary .logo-image {
    min-width: 130px;
  }

  .navbar .navbar-col:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .navbar .navbar-col:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .navbar .navbar-col:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .navbar-primary .navbar-brand {
    position: absolute;
    top: unset;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navbar-primary .navbar-toggle {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 759.98px) {
  .navbar-primary .navbar-brand {
    padding-left: 20px !important;
  }

  .home .main .wp-container-4.wp-block-columns {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 780px) {
  .home .main .wp-container-4.wp-block-columns {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 620px) {
  .home .main .wp-container-4.wp-block-columns {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .home .main .wp-container-2.wp-block-column {
    text-align: center;
  }
  .home .wp-container-1.wp-block-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home .wp-container-3.wp-block-column .main-img {
    max-width: 260px;
    margin: 0 auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

/* ----------------------------------------
  3.FOOTER
---------------------------------------- */
.site-footer .copy-txt p,
.site-footer #menu-footer-menu li a,
.site-footer a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.site-footer {
  background-color: #1d1d1b !important;
  background-image: url("/wp-assets/uploads/web/bg-footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer .widget_nav_menu .menu > .menu-item:not(:first-child),
.footer-section + .footer-section > .cs-container > * {
  border: none;
}

#page .footer-widgets {
  padding-bottom: 30px;
}

.sidebar-footer .widget + .widget {
  margin-top: 32px;
}

.site-footer .footer-widgets .sidebar-footer.widget-area img.image {
  max-width: 165px !important;
}

.site-footer #menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.site-footer #menu-footer-menu li a {
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.site-footer #menu-footer-menu li:first-child {
  margin-right: 60px;
}

.site-footer .contact-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.site-footer .contact-info .phone,
.site-footer .contact-info .mail {
  position: relative;
  margin-left: 40px;
  font-size: 15px;
}

.site-footer .contact-info .phone::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/icon/icon-phone.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -40px;
}

.site-footer .contact-info .mail::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/icon/icon-mail.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -40px;
}

.site-footer .social-icons .mail {
  padding-left: 60px;
}

.site-footer .footer-info {
  padding-top: 0px !important;
}

.site-footer .copy-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 0.5px solid #ffffff;
  padding-top: 10px;
}

.site-footer .txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 26px;
}

.site-footer .copy-txt .copy {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  letter-spacing: 0.2em;
}

.site-footer .copy-txt .gdpr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  letter-spacing: 0.2em;
  text-align: right;
}

.site-footer .copy-txt .made {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.site-footer .copy-txt .made a {
  letter-spacing: 0.055em;
}

.site-footer .copy-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.site-footer .copy-txt .made {
  letter-spacing: 0.055em;
  text-align: center;
  margin-bottom: 0px;
}

.site-footer .pk-social-links-scheme-light .pk-social-links-icon {
  color: #164798 !important;
  font-size: 1.3rem;
}

.site-footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.site-footer .social-icons .ig {
  margin-left: 40px;
}

.site-footer .widget_text.widget.custom_html-7.widget_custom_html,
.site-footer .custom_html-7 .textwidget.custom-html-widget {
  height: 100%;
}

@media (min-width: 1020px) {
  .footer-sidebars {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 1fr;
    grid-template-columns: 60% 1fr;
  }

  .footer-sidebars .sidebar-footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
  }
}

@media (max-width: 1019.98px) {
  .footer-sidebars {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sidebar-footer + .sidebar-footer:last-child .widget {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top-style: none;
  }

  .sidebar-footer + .sidebar-footer:last-child .widget {
    margin-top: 0rem;
    padding-top: 0rem;
    border-top-style: none;
  }
}

@media (max-width: 740px) {
  .footer-sidebars {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sidebar-footer .widget + .widget {
    margin-top: 0px;
  }

  .footer-sidebars .social-icons,
  .widget.media_image-3.widget_media_image,
  .sidebar-footer.widget-area:nth-of-type(2) {
    display: none;
  }

  .site-footer #menu-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-footer #menu-footer-menu li:first-child {
    margin-right: 0;
    margin-bottom: 22px;
  }

  .site-footer .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .site-footer .contact-info .phone,
  .site-footer .contact-info .mail {
    min-width: 145px;
  }

  .footer-copyright .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }

  .footer-copyright .txt .copy,
  .footer-copyright .txt .gdpr {
    text-align: center;
    letter-spacing: 0.055em;
  }

  .site-footer .copy-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 581px) {
  .site-footer .contact-info .phone,
  .site-footer .contact-info .mail {
    margin-bottom: 0px;
  }
}

@media (max-width: 580px) {
  .site-footer .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 240px;
    margin: 0 auto;
  }

  .site-footer .copy-txt {
    border-top: 0px;
    position: relative;
  }

  .site-footer .copy-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -118px;
    border-top: 0.1px solid #ffffff;
    width: 236px;
  }
}

/* ----------------------------------------
  4.ELEMENTS
---------------------------------------- */

/* --- 4.1 Buttons --- */
.wp-block-buttons a.wp-block-button__link {
  color: #164798 !important;
  background-color: transparent !important;
  padding: 8px 30px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.is-style-outline > :where(.wp-block-button__link) {
  border: 1px solid;
}

.wp-block-button .wp-block-button__link:not(.has-background):hover {
  background-color: #164798 !important;
  color: #fff !important;
  border-color: #164798;
}

#page .load-more {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid #164798;
}

/* --- 4.2 Bottom box --- */
.bottom-box {
  /* 	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);  
				box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);*/
  background: -o-radial-gradient(
    0.9% 2.98%,
    97.57% 210.75%,
    rgba(165, 191, 233, 0.5) 0%,
    #eff4fb 100%
  );
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(165, 191, 233, 0.5) 0%,
    #eff4fb 100%
  );
  max-height: 500px;
}

.bottom-box .bg-light {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 452px 20px 1fr;
  grid-template-columns: 452px 1fr;
  height: 100%;
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.bottom-box .bg-dark {
  max-height: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background: -o-linear-gradient(
    318.49deg,
    #164798 18.02%,
    rgba(22, 71, 152, 0.8) 110.04%
  );
  background: linear-gradient(
    131.51deg,
    #164798 18.02%,
    rgba(22, 71, 152, 0.8) 110.04%
  );
  -webkit-clip-path: polygon(0 0, 89% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 89% 0%, 100% 100%, 0% 100%);
}

.bottom-box .bg-dark .img {
  padding-left: 15px;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.bottom-box .bottom-content {
  padding: 50px 40px 40px 0px;
  height: 100%;
}

.bottom-box .bottom-content h3 {
  color: #164798;
}

@media (max-width: 1019px) {
  .bottom-box,
  .bottom-box .bg-dark {
    max-height: unset;
  }
  .bottom-box .bg-light {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 0px 1fr;
    grid-template-columns: 30px 1fr;
    width: 100%;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    margin-top: 40px;
  }

  .bottom-box .bg-dark {
    background: -o-linear-gradient(
      318.49deg,
      #164798 18.02%,
      rgba(22, 71, 152, 0.8) 110.04%
    );
    background: linear-gradient(
      131.51deg,
      #164798 18.02%,
      rgba(22, 71, 152, 0.8) 110.04%
    );
    -webkit-clip-path: polygon(0 0, 40% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 40% 0%, 100% 100%, 0% 100%);
    height: 100%;
  }

  .bottom-box .bg-dark .img {
    padding: 60px 0px 60px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .bottom-box .bottom-content {
    padding: 40px 50px 40px 20px;
  }
}

@media (max-width: 650px) {
  .bottom-box-section.cnvs-block-section > .cnvs-block-section-outer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* --- 4.3 Posts Archive --- */
.archive.tag .page-header h1::before {
  display: none;
}

.post-inner .entry-header h2 {
  font-size: 18px !important;
  text-align: left;
  line-height: 24px;
  margin-bottom: 30px;
}

.post-inner .entry-header .post-meta {
  margin: 10px 0 !important;
}

.post-inner a {
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1b;
}

.post-thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.post-inner .entry-title a:hover {
  color: #164798;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 761px) {
  .cnvs-block-section-outer h3.recent-post {
    text-align: left;
  }
}

@media (min-width: 760px) {
  .post-archive article + article {
    margin-top: 30px;
  }
}

@media (max-width: 1015px) {
  .cnvs-block-section-content-inner h3.recent-post {
    text-align: center;
  }
}

@media (min-width: 560px) {
  .archive-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }

  .archive-grid > article,
  .archive-grid > .widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .archive-grid > article:nth-child(-n + 2) {
    margin-top: 0px;
  }

  .post-archive article + article {
    margin-top: 2rem;
  }
}

@media (max-width: 559px) {
  .archive-grid {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }

  .archive-grid > article,
  .archive-grid > .widget {
    max-width: 100%;
  }
  .archive-grid > article:nth-child(-n + 2),
  .post-archive article + article {
    margin-top: 2rem;
  }

  .archive-grid > article {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* ----------------------------------------
  5.MAILERLITE
---------------------------------------- */
.newsletter-hp {
  width: 100%;
  background: -o-radial-gradient(
    0.9% 2.98%,
    97.57% 210.75%,
    rgba(165, 191, 233, 0.5) 0%,
    #eff4fb 100%
  );
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(165, 191, 233, 0.5) 0%,
    #eff4fb 100%
  );
}

.form h1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #164798;
}

.form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
}

.ml-form-horizontalRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Inputs */
.newsletter .ml-input-horizontal input {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  border: none;
}

.newsletter .ml-form-embedPermissionsContent.horizontal p {
  max-width: 100%;
  font-style: italic;
  font-size: 15px !important;
  color: #737372 !important;
}

.ml-subscribe-form .ml-form-embedBody .ml-form-embedPermissions a {
  color: #737372 !important;
}

.ml-subscribe-form .ml-field-group.ml-error .form-control {
  background: url("/wp-assets/uploads/web/icon/error-form-icon.svg") 98% center
    no-repeat #fff;
  background-size: 24px 24px;
}

.ml-subscribe-form .ml-field-group .form-control:focus {
  border: 1px solid;
  border-color: #737372;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* Button */
.newsletter button,
.ml-subscribe-form .loading {
  background: #164798;
  color: #fff;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.newsletter button:hover {
  background: transparent;
  border: 1px solid #164798;
  color: #164798;
}

/* success message */
.ml-subscribe-form .ml-form-successBody {
  margin-top: 32px;
  z-index: 10;
}

.ml-subscribe-form .ml-form-successContent {
  text-align: center;
}

.ml-subscribe-form .ml-form-successContent p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0px;
}

@media (min-width: 1019.98px) {
  .ml-form-successBody * {
    text-align: left;
  }
}

@media (min-width: 651px) {
  .ml-subscribe-form .ml-form-embedContent {
    padding: 0px 4px;
  }

  .ml-subscribe-form .horizontal-fields,
  .ml-subscribe-form .ml-button-horizontal {
    padding: 0px 0px;
  }

  .ml-subscribe-form .ml-form-embedBodyHorizontal .ml-form-embedPermissions {
    padding: 20px 0px 0px;
  }
}

@media (max-width: 650px) {
  .ml-subscribe-form .ml-form-embedContent h4,
  .ml-subscribe-form .ml-form-successContent h4 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .ml-subscribe-form .horizontal-fields:not(:first-child) {
    margin-top: 16px;
  }

  .ml-subscribe-form .ml-form-embedBodyHorizontal .ml-form-embedPermissions {
    padding: 20px 0px 0px;
  }

  .ml-subscribe-form .ml-mobileButton-horizontal {
    max-width: 100%;
  }
}

/* --- 5.1 Newsletter homepage --- */
.newsletter-hp {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  background: -o-radial-gradient(
    0.9% 2.98%,
    97.57% 210.75%,
    rgba(165, 191, 233, 0.5) 0%,
    #eff4fb 100%
  );
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(165, 191, 233, 0.5) 0%,
    #eff4fb 100%
  );
  max-height: 400px;
}

.newsletter-hp .bg-light {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 452px 20px 1fr;
  grid-template-columns: 452px 1fr;
  height: auto;
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.newsletter-hp .bg-dark {
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 400px;
  background: -o-linear-gradient(
    318.49deg,
    #164798 18.02%,
    rgba(22, 71, 152, 0.8) 110.04%
  );
  background: linear-gradient(
    131.51deg,
    #164798 18.02%,
    rgba(22, 71, 152, 0.8) 110.04%
  );
  -webkit-clip-path: polygon(0 0, 89% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 89% 0%, 100% 100%, 0% 100%);
}

.newsletter-hp .bg-dark .img {
  padding: 60px 0px 60px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.newsletter-hp .bg-dark .img .chickens {
  position: relative;
  z-index: 1;
}

.newsletter-hp .bg-dark .img .chickens::after {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/newspaper.svg");
  width: 241px;
  height: 229px;
  top: -83%;
  left: 62%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.newsletter-hp .form {
  padding: 60px 30px 130px 0px;
}

.newsletter-hp .form p {
  max-width: 325px;
}

/* form */
.ml-form-horizontalRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.ml-subscribe-form.newsletter .ml-input-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.ml-subscribe-form.newsletter .horizontal-fields {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.ml-button-horizontal.primary {
  max-width: 120px;
}

.ml-subscribe-form.newsletter .ml-form-embedBodyHorizontal button,
.ml-subscribe-form.newsletter .ml-subscribe-form .loading {
  width: 100%;
  height: 35.78px;
  margin-bottom: 1px;
}

@media (max-width: 1250px) {
  .ml-form-horizontalRow {
    gap: 20px;
  }
}

@media (max-width: 1019px) {
  .newsletter-hp .bg-light {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 0px 1fr;
    grid-template-columns: 30px 1fr;
    width: 100%;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .newsletter-hp .bg-dark {
    background: -o-linear-gradient(
      318.49deg,
      #164798 18.02%,
      rgba(22, 71, 152, 0.8) 110.04%
    );
    background: linear-gradient(
      131.51deg,
      #164798 18.02%,
      rgba(22, 71, 152, 0.8) 110.04%
    );
    -webkit-clip-path: polygon(0 0, 40% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 40% 0%, 100% 100%, 0% 100%);
    height: 100%;
  }

  .chickens {
    display: none;
  }

  .newsletter-hp .form {
    padding: 50px 40px;
  }

  .form h1,
  .form p {
    text-align: center;
  }
  .newsletter-hp .form p {
    max-width: 100%;
  }

  .ml-subscribe-form.newsletter .ml-form-embedBodyHorizontal button {
    position: relative;
  }

  .ml-subscribe-form.newsletter .ml-form-embedBodyHorizontal button::before {
    content: " ";
    position: absolute;
    background-image: url("/wp-assets/uploads/web/chickens.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: -30%;
    left: -50%;
    width: 107px;
    height: 100px;
  }

  .ml-subscribe-form.newsletter .ml-mobileButton-horizontal {
    width: 100%;
  }

  .ml-subscribe-form.newsletter .ml-form-embedBodyHorizontal button {
    max-width: 100%;
  }
}

@media (min-width: 1000px) {
  .ml-subscribe-form.newsletter .ml-mobileButton-horizontal {
    display: none;
  }
}

@media (max-width: 792px) {
  .newsletter-hp {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .ml-subscribe-form.newsletter .ml-input-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
  }

  .newsletter .ml-field-group {
    margin-right: 0px;
  }

  .ml-form-horizontalRow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ml-subscribe-form.newsletter .ml-form-embedBodyHorizontal button::before {
    top: -10%;
    left: -45%;
    width: 90px;
    height: 80px;
  }
}

@media (min-width: 1120px) {
  .ml-subscribe-form.newsletter .ml-form-embedBody {
    width: 100%;
  }

  .ml-subscribe-form.newsletter .ml-input-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    margin-right: 20px;
  }

  .ml-subscribe-form.newsletter .ml-button-horizontal {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .ml-subscribe-form.newsletter .ml-form-embedPermissionsContent {
    max-width: 521px;
  }
}

@media (max-width: 1019px) {
  .ml-subscribe-form.newsletter .ml-input-horizontal {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .ml-subscribe-form.newsletter .ml-form-embedContent {
    text-align: center;
  }

  .ml-subscribe-form.newsletter .ml-form-embedBody,
  .ml-subscribe-form.newsletter .ml-form-successContent {
    padding: 10px 24px;
  }

  .ml-subscribe-form.newsletter
    .ml-form-embedBodyHorizontal
    .ml-button-horizontal {
    display: none;
  }

  .ml-subscribe-form.newsletter .ml-mobileButton-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 320px;
    margin: 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 650px) {
  .newsletter-hp,
  .newsletter-hp .bg-light {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 576px;
  }

  .newsletter-hp .bg-dark {
    max-height: 100%;
  }

  .home .site-content {
    margin-bottom: 0px;
  }

  .nwsl-section .cnvs-block-section-outer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nwsl-section.cnvs-block-section > .cnvs-block-section-outer {
    margin-left: 0px;
    margin-right: 0px;
  }

  .ml-subscribe-form.newsletter .ml-form-embedBody,
  .ml-subscribe-form.newsletter .ml-form-successContent {
    padding: 10px 0px 40px;
  }

  .ml-subscribe-form.newsletter .ml-form-horizontalRow,
  .ml-subscribe-form.newsletter .ml-input-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ml-subscribe-form.newsletter .horizontal-fields {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .ml-subscribe-form.newsletter .ml-mobileButton-horizontal {
    max-width: 100%;
  }

  .newsletter .ml-mobileButton-horizontal {
    position: relative;
  }

  .ml-subscribe-form.newsletter .ml-form-embedBodyHorizontal button::before {
    display: none;
  }

  .newsletter .ml-mobileButton-horizontal::after {
    content: " ";
    position: absolute;
    background-image: url("/wp-assets/uploads/web/chickens.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    margin-top: 15%;
    left: 50%;
    margin-left: -68.5px;
    width: 137px;
    height: 108px;
  }
}

/* ----------------------------------------
  6.OTHER PAGES
---------------------------------------- */

/* --- 6.1 Homepage --- */
.home .navbar-primary {
  background-color: #eff4fb !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home .site-content {
  margin-top: 0px;
}

/* Main Block */
.home #page .main .main-img {
  position: relative;
  z-index: 2;
}

.home #page .main .main-img::before {
  content: " ";
  z-index: -1;
  position: absolute;
  display: block;
  background-image: url("/wp-assets/uploads/web/bg-main-img-kura.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 1em;
  left: 1.7em;
  height: 80%;
  width: 90%;
  -webkit-filter: drop-shadow(0px 5px 25px rgb(0 0 0 / 0.25));
  filter: drop-shadow(0px 5px 25px rgb(0 0 0 / 0.25));
}

.home .wp-container-6 {
  gap: 0px;
}

.home .wp-container-6.wp-block-columns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .cnvs-block-section-1657820888441 {
  background-color: #eff4fb !important;
  position: relative;
  z-index: -2;
}

.home .main p {
  font-size: 20px;
  color: #1d1d1b !important;
}

.home .main .wp-container-4.wp-block-columns {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.home .main .main-img {
  position: relative;
  z-index: 2;
}

.home .main .main-img::before {
  content: " ";
  z-index: -1;
  position: absolute;
  display: block;
  background-image: url("wp-assets/uploads/web/bg-main-img-kura.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 1em;
  left: 1.7em;
  height: 80%;
  width: 90%;
  -webkit-filter: drop-shadow(0px 5px 25px rgb(0 0 0 / 0.25));
  filter: drop-shadow(0px 5px 25px rgb(0 0 0 / 0.25));
}

.home .about {
  margin-bottom: 60px;
}

.home .about .cnvs-block-column-inner {
  max-width: 800px;
}

/* Response Main content*/
@media (min-width: 1024px) {
  .home .wp-container-4.wp-block-columns {
    padding: 0 20px;
  }
}

@media (max-width: 1019px) {
  .home .main h1 {
    font-size: 36px;
  }
  .home .main p {
    font-size: 18px;
  }

  .cnvs-block-section-with-background-color {
    padding-bottom: 60px;
  }
}

/* Main Numbers */
.home h3 {
  color: #164798;
}

.home .numbers .cnvs-block-column {
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .numbers .col-number {
  border-right: 1px solid rgba(29, 29, 27, 0.21);
}

.home .numbers .col-number:nth-of-type(4) {
  border-right: none;
}

.home .numbers .cnvs-block-row-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  text-align: center;
}

.home .numbers .col-number h2 {
  margin-bottom: 0px;
  color: #164798;
}

.home .numbers .col-number p {
  margin-top: 3px;
  color: #737372 !important;
}

/* Responsive Main Numerous */
@media (max-width: 1010px) {
  .home .numbers h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 720px) {
  .home .numbers .cnvs-block-row-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home .numbers .cnvs-block-row-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home .numbers .cnvs-block-row-inner > *:nth-child(2) {
    -ms-grid-row: 1;

    -ms-grid-column: 2;
  }
  .home .numbers .cnvs-block-row-inner > *:nth-child(3) {
    -ms-grid-row: 2;

    -ms-grid-column: 1;
  }
  .home .numbers .cnvs-block-row-inner > *:nth-child(4) {
    -ms-grid-row: 2;

    -ms-grid-column: 2;
  }

  .home .numbers .cnvs-block-column {
    height: 10em;
  }

  .home .numbers .col-number:nth-of-type(even) {
    border-right: none;
  }

  .home .numbers .col-number:nth-of-type(1),
  .home .numbers .col-number:nth-of-type(2) {
    border-bottom: 1px solid rgba(29, 29, 27, 0.21);
  }
}

@media (max-width: 480px) {
  .home .numbers .cnvs-block-row-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .home .numbers .cnvs-block-column {
    height: 100%;
  }

  .home .numbers .cnvs-block-column-inner {
    margin: 0px 0px 20px 0px;
  }

  .home .numbers .col-number {
    border-right: none;
  }
  .home .numbers .col-number:nth-of-type(1),
  .home .numbers .col-number:nth-of-type(2) {
    border-bottom: none;
  }
}

/* Mission */
.home ul.mission {
  list-style: none;
  padding: 0px;
  max-width: 770px;
}

.home ul.mission li {
  margin-bottom: 20px;
  padding-left: 3.5em;
  position: relative;
}

.home ul.mission li p {
  color: #484847 !important;
}

.home ul.mission li:nth-of-type(1)::before {
  content: " ";
  background-image: url("/wp-assets/uploads/web/icon/icon-support.svg");
  position: absolute;
  width: 34px;
  height: 39px;
  top: 50%;
  margin-top: -19.5px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.home ul.mission li:nth-of-type(2)::before {
  content: " ";
  background-image: url("/wp-assets/uploads/web/icon/icon-doc.svg");
  position: absolute;
  width: 34px;
  height: 39px;
  top: 50%;
  margin-top: -19.5px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.home ul.mission li:nth-of-type(3)::before {
  content: " ";
  background-image: url("/wp-assets/uploads/web/icon/icon-coop.svg");
  position: absolute;
  width: 36px;
  height: 44px;
  top: 50%;
  margin-top: -19.5px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.home ul.mission li:nth-of-type(4)::before {
  content: " ";
  background-image: url("/wp-assets/uploads/web/icon/icon-market.svg");
  position: absolute;
  width: 36px;
  height: 44px;
  top: 50%;
  margin-top: -19.5px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.home ul.mission li:nth-of-type(5)::before {
  content: " ";
  background-image: url("/wp-assets/uploads/web/icon/icon-info.svg");
  position: absolute;
  width: 36px;
  height: 44px;
  top: 50%;
  margin-top: -19.5px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Responsive Mission */
@media (max-width: 600px) {
  .home .mission {
    text-align: center;
  }

  .home .mission-title {
    text-align: center;
  }

  .home ul.mission li {
    margin-bottom: 20px;
    padding-left: 0em;
    position: relative;
  }

  .home ul.mission li {
    margin-bottom: 50px;
  }

  .home ul.mission li:last-child {
    margin-bottom: 0px;
  }

  .home ul.mission li p {
    margin: 18px 0px 0px;
  }

  .home ul.mission li:nth-of-type(1)::before {
    content: " ";
    background-image: url("/wp-assets/uploads/web/icon/icon-support.svg");
    display: block;
    position: relative;
    margin: 0 auto;
    width: 34px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .home ul.mission li:nth-of-type(2)::before {
    content: " ";
    background-image: url("/wp-assets/uploads/web/icon/icon-doc.svg");
    display: block;
    position: relative;
    margin: 0 auto;
    width: 34px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .home ul.mission li:nth-of-type(3)::before {
    content: " ";
    background-image: url("/wp-assets/uploads/web/icon/icon-coop.svg");
    display: block;
    position: relative;
    margin: 0 auto;
    width: 36px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .home ul.mission li:nth-of-type(4)::before {
    content: " ";
    background-image: url("/wp-assets/uploads/web/icon/icon-market.svg");
    display: block;
    position: relative;
    margin: 0 auto;
    width: 36px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .home ul.mission li:nth-of-type(5)::before {
    content: " ";
    background-image: url("/wp-assets/uploads/web/icon/icon-info.svg");
    display: block;
    position: relative;
    margin: 0 auto;
    width: 36px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* Home Posts Block */
.home .post-outer {
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.home .post-outer .post-inner {
  margin: 0px !important;
}

.home .post-inner .entry-header h2 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 30px;
  height: 100%;
}

.home .post-inner a {
  font-size: 15px;
  line-height: 18px;
  color: #1d1d1b;
}

.home .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 650px) {
  .home .post-thumbnail img {
    max-height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* --- 6.2 Kontakt ---  */
.page-heading.contact h1 {
  max-width: 159px;
}

.page-heading.contact h1::before {
  top: -56%;
  left: -28%;
}

.page-id-51 .wp-container-2.wp-block-columns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0px;
  margin-top: 0px;
}

.page-id-51 .cnvs-block-section.cnvs-block-section-fullwidth {
  margin-bottom: 0px;
}

.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 354px;
}

.contact-page {
  background-image: url("/wp-assets/uploads/web/contact-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contact-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.contact-page h2 {
  font-size: 36px;
  color: #164798;
  margin-top: 50px;
}

.page-id-51 .contact-page .col {
  min-width: 350px;
}

.contact-page .col .name {
  color: rgba(22, 71, 152, 0.8) !important;
  font-weight: 700;
  font-size: 15px;
  width: 300px;
  margin-bottom: 0px;
  letter-spacing: 0.2px;
  line-height: 43px;
}

.contact-page .contact-info {
  margin-left: 60px;
}

.contact-info .phone,
.contact-info .mail {
  position: relative;
}

.contact-page a {
  color: rgba(29, 29, 27, 0.79) !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
}

.contact-info .phone::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/icon/icon-phone.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30px;
}

.contact-info .mail::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/icon/icon-mail.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -27px;
}

.page-id-51 .bottom-box {
  margin-top: -30px !important;
}

/* Responsive Kontakt */
@media (max-width: 740px) {
  .page-heading.contact h1 {
    font-size: 36px;
  }

  .page-heading.contact h1::before {
    width: 50px;
    height: 50px;
    top: -56%;
    left: -13%;
  }

  .contact-page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    min-height: 354px;
  }

  .contact-page {
    background-image: url("/wp-assets/uploads/web/contact-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }

  .page-id-51 .wp-container-2.wp-block-columns {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .contact-page h2 {
    font-size: 25px !important;
    color: #164798;
    margin-top: 40px;
  }
  .contact-page .contact-info {
    margin-left: 30px;
  }

  .page-id-51 .bottom-box {
    margin-top: 0px !important;
  }
}

@media (max-width: 560px) {
  .contact-page {
    background-image: none;
  }
}

/* --- 6.3 Orgány ÚHS ---  */
.page-heading.management {
  padding-left: 40px;
  padding-right: 40px;
}

.page-heading.management h1 {
  max-width: 660px;
}

.page-heading.management h1::before {
  top: -56%;
  left: -6%;
}

.page-id-47 .main-content {
  position: relative;
}

.page-id-47 .main-content::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/bg-left-authority.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  height: 338px;
  width: 368px;
  top: 10.5%;
  left: -4.3%;
}

.page-id-47 .main-content::after {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/bg-right-authority.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  height: 361px;
  width: 375px;
  right: 14%;
  bottom: 40.5%;
  z-index: -1;
}

@media (max-width: 756px) {
  .page-id-47 .main-content::before,
  .page-id-47 .main-content:after {
    display: none;
  }
}

.management-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.management-box .col.directors {
  border-right: 0.5px solid #708eb9;
  padding-right: 42px;
}

.management-box .col.supervisors {
  padding-left: 60px;
}

.management-box h2 {
  color: #164798;
  margin-bottom: 30px;
  line-height: 43px;
}

.management-box h3 {
  color: rgba(22, 71, 152, 0.8);
  line-height: 22px;
  margin-bottom: 7px;
  margin-top: 20px;
}

.management-box .name {
  margin-left: 37px;
  padding: 20px 0px;
  border-top: 0.5px solid #708eb9;
}

.management-box .name:nth-child(3),
.management-box .name:nth-child(5),
.management-box .name:nth-child(7) {
  border-top: none;
}

.management-box .name .contact-info {
  margin-left: 30px;
}

.management-box .name p {
  margin-bottom: 10px;
  font-size: 15px;
  color: rgba(29, 29, 27, 0.79) !important;
  line-height: 22px;
}

.management-box .contact-info a {
  font-size: 13px;
  color: rgba(29, 29, 27, 0.79) !important;
  line-height: 19px;
}

.management-box .docs {
  border-top: 0.5px solid #708eb9;
  padding-top: 30px;
}

.col.supervisors ul {
  list-style: none;
  padding-left: 0px;
}

.col.supervisors li {
  margin-bottom: 20px;
  position: relative;
  margin-left: 30px;
  line-height: 22px;
}

.col.supervisors li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1d1d1b;
}

.col.supervisors li:nth-child(odd)::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/icon/icon-docs-pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  margin-left: -30px;
}

.col.supervisors li:nth-child(even)::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/icon/icon-docs.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 0;
  margin-left: -30px;
}

/* Responsive Orgány ÚHS */
@media (max-width: 1020px) {
  .page-id-47 .narrow-width {
    margin-bottom: 0px !important;
  }

  .page-heading.management h1 {
    font-size: 36px;
    max-width: 541px;
  }

  .page-heading.management h1::before {
    top: -70%;
    left: -7%;
  }

  .management-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .management-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .management-box > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .management-box .name {
    margin-left: 0px;
  }

  .management-box .col.directors {
    border-right: none;
    padding-right: 0px;
  }

  .management-box .col.supervisors {
    padding-left: 0px;
  }

  .management-box .col.supervisors h2 {
    margin-top: 30px;
  }
  .management-box .contact-info {
    max-width: 70%;
  }
}

@media (max-width: 700px) {
  .page-heading.management h1 {
    font-size: 36px;
    word-wrap: break-word;
    max-width: 376px;
  }

  .page-heading.management h1::before {
    top: -37%;
    left: -10%;
  }
}

@media (max-width: 580px) {
  .management-box .name .contact-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }

  .page-heading.management h1 {
    max-width: 242px;
  }

  .page-heading.management h1::before {
    width: 64px;
    height: 62px;
    top: -26%;
    left: 8%;
  }
}

/* --- 6.4 Zoznam členov --- */
.page-id-1043 .medium-width {
  margin: 0 auto;
}

.page-id-1043 .main-content {
  position: relative;
}

.page-id-1043 .main-content::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/bg-left-egg-members.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 391px;
  width: 534px;
  top: 12%;
  left: 0;
}

.page-id-1043 .main-content::after {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/bg-right-chick-members.svg");
  background-repeat: no-repeat;
  height: 325px;
  width: 443px;
  right: 20%;
  bottom: 25.5%;
}

@media (max-width: 756px) {
  .page-id-1043 .main-content::before,
  .page-id-1043 .main-content:after {
    display: none;
  }
}

.members-box .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-heading.members h1 {
  max-width: 302px;
}

.page-heading.members h1::before {
  top: -58%;
  left: -14%;
}

.members-box h2 {
  color: #164798;
  line-height: 43px;
  margin: 30px 0px 20px 0px;
}

.members-box h4 {
  color: rgba(22, 71, 152, 0.8);
  margin-bottom: 0px;
  line-height: 22px;
  font-size: 15px !important;
}

.members-box p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0px;
}

.members-box .col p a {
  color: rgba(29, 29, 27, 0.5) !important;
  font-weight: 500px;
  font-size: 13px;
}

.members-box .line {
  grid-column: 1 / -1;
  height: 0.5px;
  border-bottom: 0.5px solid transparent !important;
  position: relative;
}

.members-box .line::before {
  content: " ";
  width: 668px;
  height: 0.5px;
  position: absolute;
  border-bottom: 0.5px solid #164798;
  top: 0;
  left: 50%;
  margin-left: -334px;
}

/* Responsive Zoznam členov */
@media (max-width: 700px) {
  .page-heading.members h1 {
    font-size: 36px;
  }

  .members-box .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page-heading.members h1::before {
    top: -77%;
    left: -5%;
  }
}

@media (max-width: 560px) {
  .page-heading.members h1 {
    font-size: 36px;
  }

  .members-box .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .members-box .line {
    display: none;
  }
}

/* --- 6.5 Aktuality --- */
.page-heading.news h1 {
  max-width: 182px;
}
.page-heading.news h1::before {
  top: -60%;
  left: -25%;
}

.page-id-49 .post-list .post-list-one-third .post-list-content {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.page-id-49 .post-archive .post:not(.post-standard) .post-excerpt {
  color: #1d1d1b;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0px;
}

.page-id-49 .post-meta a {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #164798;
}

.page-id-49 .post-list .post-list-one-third .post-list-content {
  position: relative;
}

.page-id-49 .post-inner .entry-header .post-meta {
  position: absolute;
  bottom: 0;
  margin: -30px 0 !important;
}

/* Responsive Aktuality */
@media (min-width: 760px) {
  .page-id-49 .post-list .post-outer .post-inner:last-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}

@media (max-width: 740px) {
  .page-heading.news h1 {
    font-size: 36px;
  }

  .page-heading.news h1::before {
    width: 50px;
    height: 50px;
    top: -55%;
    left: -9%;
  }
}

@media (max-width: 559px) {
  .page-id-49 .post-inner.post-list-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

/* --- 6.6 Archív článkov --- */
.archive .page-header {
  background-color: #eff4fb;
  text-align: center;
  padding: 64px 0px 40px;
  margin-bottom: 0px !important;
}

.archive .page-header h1 {
  position: relative;
  margin: 0 auto;
  color: #164798;
  max-width: 402px;
}

.archive .page-header h1::before {
  content: " ";
  position: absolute;
  background-image: url("/wp-assets/uploads/web/heading-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 62px;
  top: -60%;
  left: -11%;
}

.archive .post-count {
  display: none;
}

.archive .post-archive .archive-first .post-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}

.archive .post-archive .archive-first .post-inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.archive .post-archive .archive-first .post-inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.archive .archive-first .post-media {
  margin: 0 auto;
  width: 100%;
}

.archive .archive-first .post-media a {
  position: relative;
  display: block;
  width: 100%;
}

.archive .archive-first .post-media a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background: -o-linear-gradient(top, #c3d8f5 0%, #eff4fb 86.72%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c3d8f5),
    color-stop(86.72%, #eff4fb)
  );
  background: linear-gradient(180deg, #c3d8f5 0%, #eff4fb 86.72%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  opacity: 0.62;
}

.archive .archive-first.archive-standard .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.archive .post-archive article .post-excerpt:not(:last-child) {
  margin: 0px 0px 4px;
}

.archive .post-archive {
  padding-bottom: 3rem;
}

.archive .entry-header {
  text-align: left;
}

.archive .archive-first.archive-standard .post-inner .entry-title {
  margin-bottom: 20px;
}

.archive .archive-first.archive-standard .post-inner .entry-title a {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #164798;
}

.archive .meta-author {
  display: none;
}

.archive .post-inner .post-meta a {
  font-size: 13px;
  font-weight: 700;
  color: #164798;
}

.post-inner .post-excerpt {
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  color: #1d1d1b;
}

.archive .meta-category .post-categories a {
  color: #164798 !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
}

.archive .archive-main .post-outer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.archive .archive-main .post-inner:nth-child(2) {
  display: flex;
  height: 100%;
  margin-top: 20px !important;
}

.archive .archive-main .post-inner .post-excerpt {
  flex-grow: 1;
}

.archive .archive-main .post-inner .entry-header {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.archive .archive-main .post-inner .post-excerpt {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.archive .post-inner .entry-header h2 {
  margin-bottom: 16px;
}

.archive .post-thumbnail img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* tipy a zaujímavosti */
.archive.category-tipy-a-zaujimavosti .page-header h1::before {
  top: -60%;
  left: -8%;
}

/* Responsive Archive Category */
@media (max-width: 1020px) {
  .archive .post-archive .archive-first .post-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 20px auto;
    grid-template-rows: 1fr auto;
    gap: 20px;
  }
  .archive .post-archive .archive-first .post-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .archive .post-archive .archive-first .post-inner > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .archive .archive-first.archive-standard .entry-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
  }

  .archive-main .post-inner:nth-child(2) {
    padding: 0 0px;
  }
}

@media (max-width: 559px) {
  .archive-grid > article {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 560px) {
  .archive .archive-first.archive-standard .post-inner .entry-title a {
    font-size: 18px;
    line-height: 24px;
    color: #1d1d1b;
  }
}

/* --- 6.7 Vyhľadávanie --- */
#search .sr-only,
#search p {
  font-size: 14px;
  font-weight: 500;
  color: #484847;
}

/* Search + 404 */
.search.search-no-results .site-content,
.error404 .site-content,
.search.search-results .site-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.search .sub-title,
.error404 .sub-title {
  font-size: 1rem;
}

.post-archive .alert.alert-warning,
.error404 .page-main {
  color: #1d1d1b;
  font-size: 18px;
}

.post-archive .search-form.form .sr-only,
.error404 .sr-only {
  visibility: hidden;
}

.post-archive .cs-input-group .search-field,
.error404 .cs-input-group .search-field {
  color: #737372;
  font-size: 16px !important;
}
.post-archive .form-control:focus,
.error404 .form-control:focus {
  border-color: #164798;
}

.post-archive
  .cs-input-group
  .cs-input-group-btn
  .search-submit.button.button-primary.button-effect,
.error404
  .cs-input-group
  .cs-input-group-btn
  .search-submit.button.button-primary.button-effect {
  background-color: #164798;
  min-width: 121px;
}

.post-archive
  .cs-input-group
  .cs-input-group-btn
  .search-submit.button.button-primary.button-effect:hover,
.error404
  .cs-input-group
  .cs-input-group-btn
  .search-submit.button.button-primary.button-effect:hover {
  border: 1px solid #164798;
  background-color: #fff;
}

.post-archive .cs-input-group .cs-input-group-btn span .cs-icon.cs-icon-search {
  color: #164798;
}

.post-archive .cs-input-group .cs-input-group-btn span,
.error404 .cs-input-group .cs-input-group-btn span {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}

.searchwp-live-search-no-min-chars:after {
  content: "Pokračujte v písaní" !important;
}

/* Search Result */
.search.search-results .post-categories a,
.search.search-results .post-inner .meta-date a {
  color: #164798;
  font-size: 15px;
  font-weight: 700;
  text-transform: none !important;
}

.search.search-results .post-categories,
.search.search-results .post-meta {
  text-align: left;
}

.search.search-results article {
  margin-bottom: 30px;
}

.search.search-results .post-outer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 20px 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
  gap: 20px;
}

.search.search-results .entry-header {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: 1fr;

  grid-template-columns: 1fr;

  -ms-grid-rows: 13px 1fr 1fr auto;

  grid-template-rows: 13px 1fr 1fr auto;
}

.search.search-results .entry-header > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.search.search-results .entry-header > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.search.search-results .entry-header > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.search.search-results .entry-header > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.search.search-results .post-inner:nth-child(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 0 20px;
  height: 100%;
  margin-top: 0px !important;
}

.search.search-results .post-inner .entry-header h2 {
  margin-bottom: 0px;
}

.search.search-results .post-meta {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.search.search-results .post-archive article .post-excerpt:not(:last-child) {
  margin-top: 10px;
  margin-bottom: 0px;
}

.search.search-results .post-archive article + article {
  margin-top: 0px;
}

@media (max-width: 759.98px) {
  #search input[type="search"][name="s"] {
    font-size: 1.8rem !important;
  }
}

/* --- 6.8 GDPR --- */
.privacy-policy .main-content {
  margin: 40px 0px 48px;
}

@media (max-width: 480px) {
  .privacy-policy h1 {
    font-size: 40px;
  }
}

/* --- 6.9 Landing page Newsletter --- */

.page-id-2678 .navbar-primary {
  background-color: #eff4fb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lp-newsletter .nwsl-content {
  padding-top: 115px;
  padding-bottom: 140px;
}

.lp-newsletter .form-section .cnvs-block-row-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 924px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.lp-newsletter .form-section .cnvs-block-column-1668087266722 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.lp-newsletter
  .form-section
  .cnvs-block-column-1668087266722
  .cnvs-block-column-inner {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lp-newsletter .form {
  background-color: #eff4fb;
  padding: 40px;
  -webkit-box-shadow: 0px 5px 25px rgba(22, 71, 152, 0.14);
  box-shadow: 0px 5px 25px rgba(22, 71, 152, 0.14);
  max-width: 334px;
  margin: 0 auto;
}

.lp-newsletter .ml-form-horizontalRow,
.lp-newsletter .ml-subscribe-form.newsletter .ml-input-horizontal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.lp-newsletter .nwsl-form label {
  font-weight: 450;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #56729a;
}

.lp-newsletter .nwsl-form .ml-field-group.ml-field-name {
  margin-top: 22px;
}

.lp-newsletter input {
  height: 44px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(22, 71, 152, 0.15);
  box-shadow: inset 0px 1px 3px rgba(22, 71, 152, 0.15);
}

.lp-newsletter input::-webkit-input-placeholder {
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #9bb2d2;
}

.lp-newsletter input::-moz-placeholder {
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #9bb2d2;
}

.lp-newsletter input:-ms-input-placeholder {
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #9bb2d2;
}

.lp-newsletter input::-ms-input-placeholder {
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #9bb2d2;
}

.lp-newsletter input::placeholder {
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #9bb2d2;
}

.lp-newsletter button.primary,
.lp-newsletter button.loading {
  width: 100%;
  padding: 10px 0px;
  margin: 34px 0px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lp-newsletter .ml-form-embedPermissions p,
.lp-newsletter
  .ml-subscribe-form
  .ml-form-embedBody
  .ml-form-embedPermissions
  a {
  font-weight: 450;
  font-size: 10px;
  line-height: 15px;
  color: #56729a !important;
}

.lp-newsletter .form-section {
  margin-top: -18% !important;
}

/* Responsive */
@media (max-width: 1120px) {
  .page-id-2678 .navbar-primary {
    background-color: #fff;
  }
}

@media (max-width: 1019px) {
  .lp-newsletter .ml-subscribe-form.newsletter .ml-form-embedBody,
  .ml-subscribe-form.newsletter .ml-form-successContent {
    padding: 0px;
  }

  .lp-newsletter .form p {
    text-align: left;
  }
  .lp-newsletter .form-section {
    margin-top: -28% !important;
  }
}

@media (max-width: 759px) {
  .lp-newsletter .nwsl-content {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .lp-newsletter .form-section {
    margin-top: -20% !important;
  }
  .lp-newsletter .form-section .cnvs-block-row-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lp-newsletter .nwsl-content {
    padding-top: 17px;
    padding-bottom: 23px;
  }
  .lp-newsletter h5 {
    max-width: 320px;
    line-height: 150.4%;
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  .page-id-2678 .site-content {
    margin-bottom: 30px;
  }

  .lp-newsletter .form-section {
    margin-top: -23% !important;
  }

  .lp-newsletter h2 {
    max-width: 230px;
    margin: 0 auto;
    font-size: 27px;
    line-height: 107.1%;
  }
}

@media (max-width: 500px) {
  .lp-newsletter .form-section {
    margin-top: -30% !important;
  }

  .lp-newsletter p {
    font-size: 17px;
  }
}

@media (max-width: 400px) {
  .lp-newsletter .form-section {
    margin-top: -37% !important;
  }
}

@media (max-width: 350px) {
  .lp-newsletter .form {
    padding: 20px;
  }
}

/* ----------------------------------------
  8.SINGLE POST
---------------------------------------- */

/* --- 8.1 Layout --- */
.single article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single article > .post-media {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 32px auto 0px;
  width: 100%;
  max-width: 920px;
}

.single article > .page-header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.single article > .post-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.single article > .section-related-posts {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.single article > .post-comments {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.category-aktuality .post-wrap {
  margin-bottom: 48px;
}

/* --- 8.2 Post header --- */
.single article > .post-media a {
  pointer-events: none;
}

.single article > .post-media img {
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single article > .page-header {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 40px;
  text-align: left;
}

.single article > .page-header .meta-category {
  display: none;
}

.single article > .page-header .meta-date a {
  font-size: 15px;
  font-weight: 600;
  color: #164798;
}

/* --- 8.3 Post content elements --- */

/* Tip + Vedeli ste, že? */
.single .post-tip:before,
.single .did-you-know:before {
  position: absolute;
  top: -10px;
  left: -30px;
  content: " ";
  width: 156px;
  height: 124px;
}

.single .post-tip:before {
  background: url("/wp-assets/uploads/web/icon-rooster-tip.svg") no-repeat top;
  background-size: contain;
}

.single .did-you-know:before {
  background: url("/wp-assets/uploads/web/icon-rooster.svg") no-repeat top;
  background-size: contain;
}

.single .post-tip,
.single .did-you-know {
  position: relative;
  padding-left: 170px;
  margin-top: 48px;
  min-height: 116px;
}

.single .post-tip *,
.single .did-you-know * {
  color: #164798;
}

.did-you-know h3 {
  font-size: 20px;
}

.single .did-you-know.list ul {
  padding-left: 20px;
}

.single .did-you-know.list ul li {
  line-height: 26px;
}

.single .did-you-know.list ul li + li {
  margin-top: 10px;
}

.single .did-you-know.list.alpha li{ 
  list-style-type: lower-alpha;
}

@media (min-width: 760px) {
  .single .post-tip p {
    padding-top: 26px;
  }
}

@media (max-width: 759.98px) {
  .single .post-tip:before,
  .single .did-you-know:before {
    position: relative;
    display: block;
    margin-bottom: 10px;
  }

  .single .post-tip,
  .single .did-you-know {
    padding-left: 32px;
  }
}

@media (max-width: 600px) {
  .single .post-tip:before,
  .single .did-you-know:before {
    position: relative;
    display: block;
  }

  .single .post-tip,
  .single .did-you-know {
    padding-left: 32px;
  }
}

/* List */
.single .entry-content ul,
.single .entry-content ol {
  padding-left: 32px;
}

.single .entry-content ul li + li,
.single .entry-content ol li + li {
  margin-top: 16px;
}

/* Post tags */
.single .post-tags {
  margin-top: 0;
  padding: 40px 0px;
  border: unset;
  border-bottom: 1px solid #d2d2d1;
}

.single .post-tags h5 {
  font-size: 24px;
}

.single .post-tags ul li {
  margin: 0 0.5rem 0.25rem 0;
}

.single .post-tags ul li + li {
  margin-left: 0;
}

.single .post-tags a {
  font-size: 13px;
  font-weight: 600;
  color: #164798;
  text-transform: lowercase;
  letter-spacing: 0.08em;
  background: #eff4fb;
  padding: 4px 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.single .post-tags a:hover {
  font-weight: 600;
  color: #fff;
  background: #164798;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 759.98px) {
  .single .entry-title {
    font-size: 2.2rem;
  }
}

/* Table */
.single .wp-block-table td {
  border: 2px solid #a5bfe9;
  padding-left: 20px;
}

.single .wp-block-table h4 {
  color: #a5bfe9;
  font-weight: 500;
  font-size: 18px;
}

.single .wp-block-table ul li + li {
  margin-top: 0px;
}

.single .text-tab td{ 
  min-width: 100%;
  width: 50%;
  }

/* Infographic carousel */
.ig-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0px;
}

.ig-carousel .splide__track {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  outline: 1px solid #cccccc;
}

.ig-carousel .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.ig-carousel .splide__list .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ig-carousel .splide__list .splide__slide > a {
  z-index: 10;
  cursor: pointer;
}

/* prev/next buttons */
.ig-carousel .splide__arrows {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 12px;
}

.ig-carousel .splide__arrow {
  border: 1px solid #164798;
  background-color: #164798;
  background-image: url("/wp-assets/uploads/web/arrow-light.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px 64px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.ig-carousel .splide__arrow:hover {
  background-color: #fff;
	background-image: url("/wp-assets/uploads/web/arrow-dark.svg");
}

.ig-carousel .splide__arrow--prev {
  float: left;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ig-carousel .splide__arrow--next {
  float: right;
}

.ig-carousel .splide__arrow[aria-label="Go to last slide"] {
  display: none;
}

.ig-carousel .splide__arrow svg {
  display: none;
}

/* author */
.infographic-author {
  text-align: center;
  font-style: italic;
  margin-top: -12px !important;
}

@media (min-width: 677px) {
  .ig-carousel .splide__slide:not(.is-active)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    border-left: 2px dashed #c0c0c0;
  }
}


/* --- 8.4 Related posts --- */
.category-aktuality .section-related-posts {
  display: none;
}

.single .section-related-posts {
  width: 100%;
  max-width: 800px;
  margin: 48px auto;
}

.single .section-related-posts .cnvs-section-title > span {
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1b;
}

.single .section-related-posts article .entry-title {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.single .section-related-posts .post-categories a {
  font-size: 13px;
  font-weight: 600;
  color: #164798;
}

.single .section-related-posts .meta-date a {
  font-size: 13px;
  font-weight: 500;
}

/* --- 8.5 Comments --- */
.single #comments {
  max-width: 920px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  background: #d2d2d1;
}

.single .comment-respond {
  margin-bottom: 0;
}

#comments .comment-reply-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

#comments label:after,
#comments label .required,
.post-comments .comment-notes {
  display: none;
}

#comments .comment-form > p > label {
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1b;
  margin-bottom: 4px;
}

.comment-form-comment textarea,
.comment-form-email input[type="email"],
.comment-form-author input[type="text"] {
  font-size: 15px !important;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.comment-form-comment textarea:focus-visible,
.comment-form-email input[type="email"]:focus-visible,
.comment-form-author input[type="text"]:focus-visible {
  outline: 1px solid #164798;
}

.post-comments .comment-form-author,
.post-comments .comment-form-email {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 100%;
}

#comments input[type="submit"] {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 1px solid #164798;
}

#comments .comment-content {
  font-style: italic;
}

#comments .comment-metadata a {
  font-size: 13px;
  color: #1d1d1b;
}

#comments .comment-reply-link {
  font-size: 15px;
  font-weight: 600;
  color: #164798;
}

#comments .comment-reply-link:hover {
  opacity: 0.85;
}

#comments .comment-list + .comment-respond {
  margin-top: 0;
}

#comments .comment-edit-link {
  margin-left: 8px;
}

@media (max-width: 1119.98px) {
  .single #comments {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #comments input[type="submit"] {
    width: 100%;
  }
}

/* Tabulky */
.simple-tab table td,
.simple-tab table tr th{ 
border: 1px solid #a5bfe9!important;
}

.single .simple-tab td,
.simple-tab table thead th, 
.simple-tab .wp-block-table thead th{ 
padding: 5px 0.80rem 5px;
}

.simple-tab table thead th, 
.simple-tab .wp-block-table thead th{ 
vertical-align: top;
}

.simple-tab figcaption{ 
font-size: 14px;
color: #484847!important;
letter-spacing: 0.02em;
}

.simple-tab td p{ 
margin-bottom: 0px;
}


@media (max-width: 500px){
.single .simple-tab td,
.simple-tab table thead th, 
.simple-tab .wp-block-table thead th{ 
padding: 2px;
text-align: center;
}
}