/*
Theme Name: ZM
Author: Zoner Software
Author URI: https://zoner.eu/
Version: 1.0
Text Domain: zm
*/

/* Table of content
---------------------------------------------------
01. Body
02. Typogaphy
03. Header
04. Slider
05. Main
06. Sidebar
07. Footer
08. Shop
09. Utilities
10. Responsive
--------------------------------------------------- */
/* 01. Body
--------------------------------------------------- */

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-lightitalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-mediumitalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-semibolditalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'BCNovatica';
  src: url('../woff2/bcnovatica-bolditalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background: #ffffff;
  color: #505050;
  margin: 0;
  padding: 0;
  --primary-green: #80c341;
  --primary-blue: #00bfe8;
  --primary-blue2: #e8f9fd;
  --primary-black: #141414;
}

a {
  color: #141414;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #7c7c7c;
    text-decoration: none; }

/* 02. Typography
--------------------------------------------------- */


body {
  font: 400 15px "BCNovatica", Arial, Helvetica, sans-serif;
  font-display: swap;
  line-height: 1.815;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
	font-display: swap;
  font-family: "BCNovatica", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #141414;
  letter-spacing: -.2px;
  text-transform: unset;
  font-style: normal; }

/* 03. Header
--------------------------------------------------- */
.site-header {
  display: block;
  position: relative;
  z-index: 999; }
  .site-header.fixed-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    width: 100%; }
    .site-header.fixed-header.uk-active {
      background-color: #fff; }
  .site-header.light:not(.uk-active) .site-logo > a,
  .site-header.light:not(.uk-active) .primary-menu .menu > li > a,
  .site-header.light:not(.uk-active) .secondary-menu > div > a,
  .site-header.light:not(.uk-active) .search .toggle,
  .site-header.light:not(.uk-active) .cart a {
    color: #fff; }
  .site-header.light:not(.uk-active) .mobile-menu .trigger div span {
    background-color: #fff; }
  .site-header.light:not(.uk-active) .mobile-menu .cart .count {
    background-color: #aaa;
    color: #fff; }
  .site-header.light:not(.uk-active) .search .uk-drop .uk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
  .site-header.uk-active {
    background-color: #fff; }
    .site-header.uk-active .site-logo,
    .site-header.uk-active .primary-menu {
      line-height: 70px !important; }
  .site-header .site-logo {
    font-family: "BCNovatica", Arial, Helvetica, sans-serif;
	font-display: swap;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -.04rem;
    max-width: 200px;
    line-height: 100px;
    margin: 0; }
  .site-header .primary-menu {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .site-header .primary-menu .menu,
  .site-header .primary-menu .menu li {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative; }
  .site-header .primary-menu .menu > li + li {
    margin-left: 3rem; }
  .site-header .primary-menu .menu > li > a:not(:last-child):after {
    content: "\ea77";
    font-size: 10px;
    font-weight: 400;
    font-family: "Floicons";
    position: relative;
    margin-left: 5px;
    top: 1px; }
  .site-header .primary-menu .menu ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    line-height: 1;
    list-style: none;
    background-color: #fff;
    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, 0.07); }
  .site-header .primary-menu .menu > li > ul {
    display: none;
    top: 100%;
    left: 0; }
  .site-header .primary-menu .menu > li:hover > ul {
    display: block; }
  .site-header .primary-menu .menu > li ul ul {
    visibility: hidden;
    top: -21px;
    left: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0); }
  .site-header .primary-menu .menu > li > ul li {
    display: inline-block;
    position: relative;
    padding: 0; }
    .site-header .primary-menu .menu > li > ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      min-width: 230px;
      font-size: 11px;
      padding: .6rem 1rem;
      color: #717171;
      text-decoration: none;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .site-header .primary-menu .menu > li > ul li a:not(:last-child):after {
        content: "\ea76";
        font-size: 9px;
        font-weight: 400;
        font-family: "Floicons";
        position: relative;
        top: 2px; }
      .site-header .primary-menu .menu > li > ul li a:hover {
        padding-left: 20px; }
    .site-header .primary-menu .menu > li > ul li a:hover {
      color: #141414; }
    .site-header .primary-menu .menu > li > ul li:hover > ul {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .site-header .secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
    .site-header .secondary-menu > div {
      margin-left: 3rem; }
      .site-header .secondary-menu > div:first-child {
        margin: 0; }
    .site-header .secondary-menu .membership {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .site-header .secondary-menu .membership > a {
        margin-left: 3rem; }
        .site-header .secondary-menu .membership > a:first-child {
          margin: 0; }
  .site-header .search .toggle {
    font-size: 14px;
    position: relative;
    top: 2px;
    color: #6aa744; }
    .site-header .search .toggle:hover {
      color: #141414; }
  .site-header .search .uk-drop {
    padding-right: 1rem;
    width: 200px; }
    .site-header .search .uk-drop .uk-search-input {
      background-color: #fff;
      font-size: 12px;
      letter-spacing: 1.2px;
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .site-header .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .site-header .mobile-menu .cart {
      display: block;
      position: relative; }
      .site-header .mobile-menu .cart .icon {
        font-size: 24px; }
      .site-header .mobile-menu .cart .count {
        display: block;
        width: 18px;
        height: 18px;
        font-size: 11px;
        background: #000;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        right: -5px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .site-header .mobile-menu .trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 30px;
      margin-left: 2rem;
      cursor: pointer; }
      .site-header .mobile-menu .trigger div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .site-header .mobile-menu .trigger div span {
          width: 26px;
          display: block;
          height: 1px;
          background-color: #000;
          margin: 3px 0;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

body:not(.front-page) .site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  body:not(.front-page) .site-header .site-logo,
  body:not(.front-page) .site-header .primary-menu {
    line-height: 80px; }

#mobile-menu .inner {
  background-color: #fff;
  padding: 0; }
  #mobile-menu .inner .header {
    padding: .5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #mobile-menu .inner .header .site-logo {
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: -.02rem; }
      #mobile-menu .inner .header .site-logo a {
        color: #000; }
    #mobile-menu .inner .header .uk-offcanvas-close {
      color: #000;
      position: relative;
      top: auto;
      right: auto;
      padding: 0; }
  #mobile-menu .inner .content {
    padding: 2rem 0; }
    #mobile-menu .inner .content .mobile-nav {
      padding: 0;
      margin: 0; }
      #mobile-menu .inner .content .mobile-nav li {
        padding: 0 1rem; }
        #mobile-menu .inner .content .mobile-nav li a {
          text-transform: uppercase;
          letter-spacing: 1.2px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        #mobile-menu .inner .content .mobile-nav li.uk-parent > a::after {
          content: "\ea71";
          font-family: "Floicons";
          font-size: 10px;
          font-weight: 400;
          position: relative;
          background: none !important;
          width: auto;
          height: auto;
          float: none; }
        #mobile-menu .inner .content .mobile-nav li.uk-parent.uk-open > a::after {
          content: "\ea77"; }
      #mobile-menu .inner .content .mobile-nav > li > a {
        font-size: 12px;
        color: #222; }
      #mobile-menu .inner .content .mobile-nav > li ul {
        padding: 0;
        margin: 0; }
        #mobile-menu .inner .content .mobile-nav > li ul > li > a {
          padding: 5px 0;
          font-size: 11px;
          color: #7c7c7c; }

/* 04. Slider
--------------------------------------------------- */
.site-slider {
  display: block;
  position: relative; }
  .site-slider .post {
    background-color: #fff; }
    .site-slider .post .entry-content {
      text-align: center;
      padding-top: 40px; }
      .site-slider .post .entry-content > * {
        opacity: 0;
        -webkit-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out; }
      .site-slider .post .entry-content .entry-category,
      .site-slider .post .entry-content .entry-title {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px); }
      .site-slider .post .entry-content .entry-meta {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px); }
      .site-slider .post .entry-content .entry-divider {
        margin: 40px auto; }
  .site-slider.background-style .post .entry-thumb .cover-image {
    height: 80vh;
    padding: 0; }
  .site-slider.background-style .post .entry-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .site-slider.background-style .post .entry-inner .entry-content .entry-category a {
      color: #fff; }
    .site-slider.background-style .post .entry-inner .entry-content .entry-title {
      padding: 0 60px;
      font-size: 1.7rem; }
      .site-slider.background-style .post .entry-inner .entry-content .entry-title a {
        color: #fff; }
    .site-slider.background-style .post .entry-inner .entry-content .entry-meta {
      margin-top: 40px; }
      .site-slider.background-style .post .entry-inner .entry-content .entry-meta span {
        color: #fff; }
  .site-slider.background-style .post:hover .entry-inner {
    background-color: rgba(0, 0, 0, 0.6); }
  .site-slider.background-style .navigation button {
    color: #fff; }
  .site-slider.background-style .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 1; }
    .site-slider.background-style .owl-dots .owl-dot {
      background-color: rgba(255, 255, 255, 0.3); }
      .site-slider.background-style .owl-dots .owl-dot.active {
        background-color: #fff; }
  .site-slider.background-style.boxed-layout .post .entry-thumb .cover-image {
    height: 70vh; }
  .site-slider.background-style.grid-layout.two-cols .post .entry-thumb .cover-image {
    height: 80vh; }
  .site-slider.background-style.grid-layout.two-cols .post .entry-title {
    font-size: 2.2rem !important; }
  .site-slider.background-style.grid-layout.three-cols .post .entry-thumb .cover-image {
    height: 80vh; }
  .site-slider.background-style.grid-layout.three-cols .post .entry-title {
    font-size: 1.9rem !important; }
  .site-slider.background-style.grid-layout.four-cols .post .entry-thumb .cover-image {
    height: 70vh; }
  .site-slider.background-style.grid-layout.four-cols .post .entry-title {
    font-size: 1.7rem !important; }
  .site-slider .owl-item.active .entry-content > * {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .site-slider .navigation {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .site-slider .navigation button {
      display: block;
      background: none;
      border: 0;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
      z-index: 9999;
      outline: 0;
      cursor: pointer; }
      .site-slider .navigation button.owl-next {
        right: 0; }

.site-trending {
  display: block;
  position: relative;
  margin-top: 100px; }
  .site-trending .post .entry-content {
    padding-top: 20px; }
    .site-trending .post .entry-content .entry-title {
      margin-top: 0; }
  .site-trending .owl-dots {
    margin-top: 20px; }

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  counter-reset: dots; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background-color: #ececec;
    border-radius: 100%;
    border: 0;
    outline: 0;
    cursor: pointer; }
    .owl-dots .owl-dot.active {
      background-color: #000; }
  .owl-dots.numbred .owl-dot {
    display: inline-block;
    margin: 0 5px;
    color: #acacac;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer; }
    .owl-dots.numbred .owl-dot.active {
      color: #000; }
    .owl-dots.numbred .owl-dot:before {
      counter-increment: dots;
      content: counter(dots); }

/* 05. Main
--------------------------------------------------- */
.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 50px;
  text-align: left; }
  .heading.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .heading .title {
    font-size: 20pt;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1.5px; }
  .heading .text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  .heading .more-link, .heading .more-link-mobile {
    font-family: 'BCNovatica', Arial, Helvetica, serif;
	font-display: swap;
    font-style: italic;
    border-bottom: 1px solid; }

.post .entry-thumb {
  display: block;
  position: relative; }
  .post .entry-thumb .link-overlay {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .post .entry-thumb:hover .link-overlay {
    opacity: 1; }

.post .entry-category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1; }
  .post .entry-category a {
    color: #7c7c7c; }
    .post .entry-category a:hover {
      color: #141414; }

.post .entry-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  .post .entry-meta > div > span {
    color: #717171; }
    .post .entry-meta > div > span:after {
      content: "";
      display: inline-block;
      width: 2px;
      height: 2px;
      background-color: #ccc;
      border-radius: 100%;
      margin: 0 .5rem; }
    .post .entry-meta > div > span:last-child:after {
      display: none; }
    .post .entry-meta > div > span.meta-author span {
      color: #717171;
      margin-right: 5px; }
    .post .entry-meta > div > span.meta-author cite {
      color: #717171;
      font-style: normal; }
      .post .entry-meta > div > span.meta-author cite:hover {
        color: #141414; }

.post .entry-content .entry-title {
  margin-bottom: 15px; }

.post .entry-content > * + .entry-title {
  margin: 15px 0; }

.post .entry-content .entry-divider {
  width: 50px;
  margin: 40px 0 20px; }

.post .entry-content .entry-snippet {
  font-family: 'BCNovatica', Arial, Helvetica, serif;
  font-display: swap;
  font-size: 16px;
  line-height: 1.6875; }

.post .entry-content > *:last-child {
  margin-bottom: 0; }

.post .entry-body {
  /*font-family: "PT Serif", sans-serif, sans-serif;*/
  font-size: 1.1rem;
  line-height: 1.815;
  color: #505050; }
  .post .entry-body blockquote, .nicebox {
    font-family: "BCNovatica", Arial, Helvetica, sans-serif !important;
	font-display: swap;
    font-size: 1.3rem;
    line-height: 1.415;
    border-left: 2px solid rgba(0, 0, 0, 0.07);
    padding: 20px 40px;
    font-style: normal;
    font-style: italic;
    clear: both; }
  .post .entry-body .wp-caption {
    display: block;
    margin: 40px 0; }
    .post .entry-body .wp-caption .wp-caption-text {
      display: block;
      font-size: 15px;
      padding-top: 15px;
      color: #505050;
      font-style: italic; }
    .post .entry-body .wp-caption.alignleft {
      width: 50%;
      float: left;
      margin-right: 40px;
      margin-top: 10px; }
    .post .entry-body .wp-caption.alignright {
      width: 50%;
      float: right;
      margin-left: 40px;
      margin-top: 10px; }
  .post .entry-body .aligncenter {
    text-align: center; }
  .post .entry-body .alignleft {
    text-align: left; }
  .post .entry-body .alignright {
    text-align: right; }

.post .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .post .entry-footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .post .entry-footer > div .entry-more {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .post .entry-footer > div .entry-more .icon {
        font-size: 12px;
        position: relative;
        top: 1px; }
    .post .entry-footer > div .entry-share.mini-share {
      font-size: 12px; }
      .post .entry-footer > div .entry-share.mini-share a {
        margin-left: .7rem; }
        .post .entry-footer > div .entry-share.mini-share a:first-child {
          margin-left: 0; }
    .post .entry-footer > div .entry-comments {
      margin-left: 2rem;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .5px; }
      .post .entry-footer > div .entry-comments i {
        margin-right: 5px; }
    .post .entry-footer > div .entry-tags {
      font-size: 12px; }
      .post .entry-footer > div .entry-tags a:not(:last-child)::after {
        content: ","; }

.site-primary {
  display: block;
  position: relative;
  margin-top: 90px; /* bylo padding*/ }
  .site-primary .site-main {
    display: block;
    position: relative;
    padding-bottom: 100px; }
  .site-primary .block-listing {
    display: block;
    position: relative;
    margin-top: 100px;
    overflow: hidden; }
    .site-primary .block-listing .block-layout .post .entry-content {
      text-align: left;
      padding-top: 20px; }
    .site-primary .block-listing .block-layout.classic-layout .post .entry-content {
      padding: 40px 0; }
      .site-primary .block-listing .block-layout.classic-layout .post .entry-content .entry-title {
        font-size: 2rem; }
      .site-primary .block-listing .block-layout.classic-layout .post .entry-content .entry-snippet {
        margin-top: 30px; }
        .site-primary .block-listing .block-layout.classic-layout .post .entry-content .entry-snippet p {
          margin: 0; }
      .site-primary .block-listing .block-layout.classic-layout .post .entry-content .entry-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .site-primary .block-listing .block-layout.grid-layout.two-cols .post .entry-title {
      font-size: 1.5rem; }
    .site-primary .block-listing .block-layout.grid-layout.three-cols .post .entry-title {
      font-size: 1.3rem; }
    .site-primary .block-listing .block-layout.grid-layout.four-cols .post .entry-title {
      font-size: 1.1rem; }
    .site-primary .block-listing:first-child {
      margin-top: 0; }
  .site-primary.has-sidebar .heading .title {
    font-size: 1.4rem; }
  .site-primary.has-sidebar .block-listing .block-layout.grid-layout.two-cols .post .entry-title {
    font-size: 1.4rem; }
  .site-primary.has-sidebar .block-listing .block-layout.grid-layout.three-cols .post .entry-title {
    font-size: 1.1rem; }
  .site-primary.has-sidebar .block-listing .block-layout.grid-layout.four-cols .post .entry-title {
    font-size: 1rem; }
  .site-primary .pagination {
    margin-top: 100px; }
    .site-primary .pagination ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-primary .pagination ul li {
        padding: 0;
        margin: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100%; }
        .site-primary .pagination ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .site-primary .pagination ul li a i {
            font-size: 18px; }
        .site-primary .pagination ul li > * {
          color: #717171; }
          .site-primary .pagination ul li > *:hover {
            color: #141414; }
        .site-primary .pagination ul li.uk-active > * {
          color: #000; }
    .site-primary .pagination > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .site-primary .pagination > div a {
        font-weight: 700; }

.post.single {
  position: relative;
  z-index: 1; }
  .post.single .entry-thumb {
    margin-bottom: 60px; }
  .post.single .entry-header {
    margin-bottom: 60px; }
    .post.single .entry-header .entry-title {
      font-weight: 700;
      margin: 30px 0 20px; }
    .post.single .entry-header .entry-share:not(.mini-share) {
      display: block;
      margin-top: 40px; }
      .post.single .entry-header .entry-share:not(.mini-share) a {
        width: 40px;
        height: 40px;
        display: inline-block;
        background-color: #141414;
        color: #fff;
        margin: 0 1px;
        text-align: center;
        border-radius: 50%; }
        .post.single .entry-header .entry-share:not(.mini-share) a i {
          line-height: 40px; }
        .post.single .entry-header .entry-share:not(.mini-share) a.facebook {
          background-color: #4267b2; }
        .post.single .entry-header .entry-share:not(.mini-share) a.twitter {
          background-color: #1da1f2; }
        .post.single .entry-header .entry-share:not(.mini-share) a.gplus {
          background-color: #db4437; }
        .post.single .entry-header .entry-share:not(.mini-share) a:hover {
          opacity: .9; }
  .post.single .entry-footer {
   /* margin-top: 100px; */ }
    .post.single .entry-footer .entry-share.mini-share,
    .post.single .entry-footer .entry-tags {
      font-size: 14px; }

.related-posts {
  margin-top: 100px;
  position: relative;
  z-index: 1; }
  .related-posts .heading .title {
    font-size: 14pt !important; }
  .related-posts .entry-thumb {
    margin-bottom: 20px !important; }

.author-box {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 60px;
  margin-top: 100px;
  position: relative;
  z-index: 1; }
  .author-box .author-avatar img {
    width: 80px;
    border-radius: 100%; }
  .author-box .author-info .author-name {
    font-size: 20px; }
    .author-box .author-info .author-name span {
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 1.2px;
      margin-bottom: 5px;
      color: #717171;
      text-transform: uppercase;
      display: block; }
  .author-box .author-info p {
    font-size: 16px;
    font-family: 'BCNovatica', Arial, Helvetica, serif;
	font-display: swap;
    margin: 0; }

.comments-area {
  margin-top: 50px;
  /*margin-top: 100px;
  padding-top: 100px;
  border-top: 1px dashed #eee;*/
  position: relative;
  z-index: 1; }
  .comments-area .comments-title h2 {
    font-size: 14pt;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 1.5px; }
  .comments-area .comments-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .comments-area .comments-list > li {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 1px dashed #eee; }
      .comments-area .comments-list > li:first-child {
        margin: 0;
        padding: 0;
        border: 0; }
      .comments-area .comments-list > li .comment-avatar {
        border-radius: 100%; }
      .comments-area .comments-list > li .comment-name {
        display: block;
        font-size: 13pt;
        margin-bottom: 5px !important; }
      .comments-area .comments-list > li .comment-meta > li a {
        font-size: 9pt; }
      .comments-area .comments-list > li .comment-content {
        font-family: 'BCNovatica', Arial, Helvetica, serif;
		font-display: swap;
        color: #505050; }

		.comments-list li, .comments-list ol li {
			list-style-type: none;
		}

		.comments-area .comments-list > ol > li {
			margin-top: 40px;
			padding-top: 40px;
			border-top: 1px dashed #eee; }
			.comments-area .comments-list > ol > li:first-child {
			  margin: 0;
			  padding: 0;
			  border: 0; }
			.comments-area .comments-list > ol > li .comment-avatar {
			  border-radius: 100%; }
			.comments-area .comments-list > ol > li .comment-name {
			  display: block;
			  font-size: 13pt;
			  margin-bottom: 5px !important; }
			.comments-area .comments-list > ol > li .comment-meta > li a {
			  font-size: 9pt; }
			.comments-area .comments-list > ol > li .comment-content {
			  font-family: 'BCNovatica', Arial, Helvetica, serif;
			  font-display: swap;
			  color: #505050; }



		.comments-area .comments-list > ol > li > ol {
			margin-top: 40px;
			padding-top: 40px;
			border-top: 1px dashed #eee; }
			.comments-area .comments-list > ol > ol > li:first-child {
			  margin: 0;
			  padding: 0;
			  border: 0; }
			.comments-area .comments-list > ol > ol > li .comment-avatar {
			  border-radius: 100%; }
			.comments-area .comments-list > ol > ol > li .comment-name {
			  display: block;
			  font-size: 13pt;
			  margin-bottom: 5px !important; }
			.comments-area .comments-list > ol > ol > li .comment-meta > li a {
			  font-size: 9pt; }
			.comments-area .comments-list > ol > ol > li .comment-content {
			  font-family: 'BCNovatica', Arial,  serif;
			  font-display: swap;
			  color: #505050; }


  .comments-area .no-comments {
    margin-top: 60px;
    font-family: 'BCNovatica', Arial, Helvetica, serif;
	font-display: swap;
    color: #acacac;
    font-style: italic; }

.float-pagination .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 9999; }
  .float-pagination .inner a {
    position: fixed;
    top: 50%;
    margin-top: -100px;
    background-color: #fafafa;
    padding: 20px;
    max-width: 360px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .float-pagination .inner a:before {
      font-family: "Floicons";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .float-pagination .inner a.prev {
      left: 0;
      text-align: right;
      padding-right: 80px;
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px); }
      .float-pagination .inner a.prev:before {
        content: "\ea71";
        right: 0; }
    .float-pagination .inner a.next {
      right: 0;
      padding-left: 80px;
      -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
      transform: translateX(300px); }
      .float-pagination .inner a.next:before {
        content: "\ea76";
        left: 0; }
    .float-pagination .inner a span {
      font-size: 14px;
      letter-spacing: .2px;
      color: #acacac; }
    .float-pagination .inner a h5 {
      margin: 0;
      margin-top: 10px; }
    .float-pagination .inner a:hover {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      background-color: #f4f4f4; }

/* 06. Sidebar
--------------------------------------------------- */
.site-sidebar {
  display: block;
  position: relative;
  padding-bottom: 100px; }
  .site-sidebar.uk-sticky-fixed {
    z-index: 99; }
  .site-sidebar .widget {
    display: block;
    position: relative;
    background-color: #fafafa;
    padding: 2rem 1rem;
    margin-bottom: 40px;
    overflow: hidden; }
    .site-sidebar .widget:last-child {
      margin: 0; }
    .site-sidebar .widget > .title {
      font-family: "BCNovatica", Arial, Helvetica, sans-serif;
	  font-display: swap;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      text-align: center;
      padding: 20px 0;
      margin: 0; }
    .site-sidebar .widget .title {
      padding: 0;
      margin-bottom: 30px; }

.widget.zm-n-l-w {
  text-align: center; }
  .widget.zm-n-l-w p {
    margin: 0 0 10px; }
  .widget.zm-n-l-w input[type="email"] {
    font-size: 10px;
    letter-spacing: 1.2px; }
  .widget.zm-n-l-w input[type="submit"] {
    width: 100%;
    display: block;
    margin: 10px 0; }
  .widget.zm-n-l-w button {
    width: 100%;
    display: block;
    margin: 10px 0; }
  .widget.zm-n-l-w .spamMsg {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #acacac; }

.widget.categories-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .widget.categories-list ul li a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .widget.categories-list ul li a span.count {
      color: #9c9c9c; }

.widget.post-listing .post.type-post {
  margin-top: 20px; }
  .widget.post-listing .post.type-post:first-child {
    margin: 0; }
  .widget.post-listing .post.type-post .entry-outer .entry-content {
    padding: 0; }
    .widget.post-listing .post.type-post .entry-outer .entry-content .entry-title {
      margin-top: 5px;
      margin-bottom: 10px; }
    .widget.post-listing .post.type-post .entry-outer .entry-content .entry-meta {
      font-size: 10px; }

.widget.post-listing.popular > div {
  counter-reset: popular; }

.widget.post-listing.popular .post.type-post {
  margin-top: 30px; }
  .widget.post-listing.popular .post.type-post:first-child {
    margin: 0; }
  .widget.post-listing.popular .post.type-post .entry-outer .entry-thumb {
    margin-bottom: 10px; }
    .widget.post-listing.popular .post.type-post .entry-outer .entry-thumb .cover-image {
      padding-top: 66.6666667%; }

.widget.instagram-feeds .thumbnail {
  position: relative; }
  .widget.instagram-feeds .thumbnail .cover-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .widget.instagram-feeds .thumbnail .cover-link span {
      line-height: 1;
      font-weight: 700;
      color: #fff; }
    .widget.instagram-feeds .thumbnail .cover-link:hover {
      opacity: 1;
      background-color: rgba(40, 40, 40, 0.125); }

.widget.stay-connected ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .widget.stay-connected ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%; }

.widget.widget_products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget.widget_products ul li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
    .widget.widget_products ul li:first-child {
      margin: 0;
      padding: 0;
      border: 0; }
    .widget.widget_products ul li img {
      width: 80px;
      float: left;
      clear: left;
      margin-right: 10px; }
    .widget.widget_products ul li .product-title {
      display: block;
      font-size: 14px; }
    .widget.widget_products ul li .amount {
      font-size: 11px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 1px; }
    .widget.widget_products ul li del {
      margin-right: 5px;
      text-decoration: none;
      color: #717171; }
      .widget.widget_products ul li del span {
        text-decoration: line-through; }
    .widget.widget_products ul li ins {
      background-color: transparent;
      color: #000000; }

.widget.widget_shopping_cart ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget.widget_shopping_cart ul li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
    .widget.widget_shopping_cart ul li:first-child {
      margin: 0;
      padding: 0;
      border: 0; }
    .widget.widget_shopping_cart ul li img {
      width: 48px;
      float: left;
      clear: left;
      margin-right: 10px; }
    .widget.widget_shopping_cart ul li a {
      display: block;
      font-size: 14px; }
      .widget.widget_shopping_cart ul li a.remove {
        float: right;
        font-size: 20px !important;
        line-height: 1;
        color: #f0506e; }
    .widget.widget_shopping_cart ul li .quantity {
      display: block;
      font-size: 11px; }
    .widget.widget_shopping_cart ul li .amount {
      font-size: 11px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 1px; }
    .widget.widget_shopping_cart ul li del {
      margin-right: 5px;
      text-decoration: none;
      color: #717171; }
      .widget.widget_shopping_cart ul li del span {
        text-decoration: line-through; }
    .widget.widget_shopping_cart ul li ins {
      background-color: transparent;
      color: #000000; }

.widget.widget_shopping_cart .total {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 10px;
  color: #000; }

.widget.widget_shopping_cart .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0; }
  .widget.widget_shopping_cart .buttons a {
    background-color: #222;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    display: block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2ss ease-in-out;
    -o-transition: all 0.2ss ease-in-out;
    transition: all 0.2ss ease-in-out; }
    .widget.widget_shopping_cart .buttons a:not(.checkout) {
      margin-bottom: 10px;
      background-color: #eee;
      color: inherit; }
      .widget.widget_shopping_cart .buttons a:not(.checkout):hover {
        background-color: #ddd;
        color: #000; }
    .widget.widget_shopping_cart .buttons a:hover {
      background-color: #000;
      color: #fff; }

/* 07. Footer
--------------------------------------------------- */
.site-footer {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  letter-spacing: .2px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.07); }
  .site-footer .inner .instagram-feeds {
    display: block;
    position: relative;
    overflow: hidden; }
    .site-footer .inner .instagram-feeds .title {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 40px; }
  .site-footer .inner .stay-connected {
    margin-top: 60px; }
    .site-footer .inner .stay-connected ul li a {
      font-size: 20px;
      width: 20px;
      height: 20px;
      margin: 0 1rem; }
  .site-footer .copyrights {
    font-size: 13px;
    padding-top: 60px; }

/* 08. Shop
--------------------------------------------------- */
.woocommerce .page-heading {
  margin-bottom: 20px; }

.woocommerce .result-ordering {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }
  .woocommerce .result-ordering .woocommerce-result-count {
    font-size: 13px;
    margin: 0 0 10px; }
  .woocommerce .result-ordering .woocommerce-ordering .orderby {
    display: block;
    background: transparent;
    color: #717171;
    max-width: 200px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 5px;
    border: 0;
    border-radius: 0 !important;
    outline: 0; }

.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 40px;
  list-style: none; }
  .woocommerce .products > * {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .woocommerce .products > * .woocommerce-LoopProduct-link {
      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-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-decoration: none;
      color: #141414;
      position: relative;
      overflow: hidden; }
      .woocommerce .products > * .woocommerce-LoopProduct-link .onsale {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        padding: 5px 10px;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff; }
      .woocommerce .products > * .woocommerce-LoopProduct-link img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .woocommerce .products > * .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
        font-size: 1rem;
        margin-top: 20px;
        margin-bottom: 15px; }
      .woocommerce .products > * .woocommerce-LoopProduct-link .price {
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 1px; }
        .woocommerce .products > * .woocommerce-LoopProduct-link .price del {
          margin-right: 5px;
          text-decoration: none;
          color: #717171; }
          .woocommerce .products > * .woocommerce-LoopProduct-link .price del span {
            text-decoration: line-through; }
        .woocommerce .products > * .woocommerce-LoopProduct-link .price ins {
          background-color: transparent;
          color: #000000; }
    .woocommerce .products > * .add_to_cart_button {
      background: none;
      color: #141414;
      font-size: 11px;
      text-transform: uppercase;
      padding: 0;
      margin-top: 20px;
      height: auto;
      border-radius: 0;
      line-height: 1;
      letter-spacing: 1px;
      visibility: hidden;
      opacity: 0; }
      .woocommerce .products > * .add_to_cart_button:hover {
        color: #7c7c7c; }
    .woocommerce .products > *:hover .add_to_cart_button {
      visibility: visible;
      opacity: 1; }

.woocommerce .woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .woocommerce .woocommerce-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce .woocommerce-pagination ul li {
      margin: 0 10px; }
      .woocommerce .woocommerce-pagination ul li * {
        color: #717171; }
      .woocommerce .woocommerce-pagination ul li .current,
      .woocommerce .woocommerce-pagination ul li:hover * {
        color: #000; }

.woocommerce .woocommerce-cart-form {
  margin: 60px 0 0; }

.woocommerce table.shop_attributes,
.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0; }
  .woocommerce table.shop_attributes th,
  .woocommerce table.shop_table th {
    font-family: "BCNovatica", Arial, Helvetica, sans-serif;
	font-display: swap;
    font-size: 12px !important;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  .woocommerce table.shop_attributes tr,
  .woocommerce table.shop_table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.07); }
  .woocommerce table.shop_attributes th,
  .woocommerce table.shop_attributes td,
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    vertical-align: middle;
    color: #212121; }
    .woocommerce table.shop_attributes th:last-child,
    .woocommerce table.shop_attributes td:last-child,
    .woocommerce table.shop_table th:last-child,
    .woocommerce table.shop_table td:last-child {
      border-right: 0; }
  .woocommerce table.shop_attributes .quantity label,
  .woocommerce table.shop_table .quantity label {
    display: none; }
  .woocommerce table.shop_attributes .quantity .qty,
  .woocommerce table.shop_table .quantity .qty {
    min-height: 44px;
    padding: 5px 15px;
    width: 4em;
    font-size: 15px;
    border-width: 1px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: none; }
  .woocommerce table.shop_attributes .product-remove,
  .woocommerce table.shop_table .product-remove {
    padding: 0; }
    .woocommerce table.shop_attributes .product-remove a,
    .woocommerce table.shop_table .product-remove a {
      display: block;
      font-size: 0;
      height: 26px;
      width: 26px;
      margin-left: auto;
      margin-right: auto;
      color: #717171; }
      .woocommerce table.shop_attributes .product-remove a:hover,
      .woocommerce table.shop_table .product-remove a:hover {
        color: #141414; }
      .woocommerce table.shop_attributes .product-remove a:before,
      .woocommerce table.shop_table .product-remove a:before {
        content: "\ea0d";
        font-family: 'Floicons' !important;
        font-size: 24px;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .woocommerce table.shop_attributes .product-thumbnail,
  .woocommerce table.shop_table .product-thumbnail {
    display: none;
    width: 70px; }
    .woocommerce table.shop_attributes .product-thumbnail img,
    .woocommerce table.shop_table .product-thumbnail img {
      max-width: 100%; }
  .woocommerce table.shop_attributes .actions,
  .woocommerce table.shop_table .actions {
    height: 40px;
    padding: 40px 0 0;
    border: 0; }
    .woocommerce table.shop_attributes .actions .coupon label,
    .woocommerce table.shop_table .actions .coupon label {
      display: none; }
    .woocommerce table.shop_attributes .actions .coupon .input-text,
    .woocommerce table.shop_table .actions .coupon .input-text {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: transparent;
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      padding: 0 10px;
      width: 100%;
      height: 40px;
      font-size: 11px;
      letter-spacing: 1.2px;
      margin-right: 20px;
      outline: 0;
      line-height: 1;
      text-transform: uppercase; }
    .woocommerce table.shop_attributes .actions .button,
    .woocommerce table.shop_table .actions .button {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.2px;
      padding: 0 25px;
      border: 0;
      border-radius: 40px;
      height: 40px;
      line-height: 44px;
      text-transform: uppercase;
      outline: 0;
      margin-top: 20px;
      width: 100%;
      text-align: center;
      cursor: pointer;
      background-color: #ececec;
      border-color: #ececec;
      color: #212121;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .woocommerce table.shop_attributes .actions .button:hover,
      .woocommerce table.shop_table .actions .button:hover {
        background-color: #fbfbfb;
        border-color: #fbfbfb; }
      .woocommerce table.shop_attributes .actions .button:focus,
      .woocommerce table.shop_table .actions .button:focus {
        background-color: #e7e7e7;
        border-color: #e7e7e7; }
      .woocommerce table.shop_attributes .actions .button:not(:disabled):hover,
      .woocommerce table.shop_table .actions .button:not(:disabled):hover {
        color: #7c7c7c; }
      .woocommerce table.shop_attributes .actions .button:disabled,
      .woocommerce table.shop_table .actions .button:disabled {
        background-color: #ececec;
        color: #acacac;
        cursor: not-allowed; }

.woocommerce .cart-collaterals {
  overflow: hidden;
  margin-top: 60px;
  clear: both; }
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%; }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px; }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.2px;
      padding: 0 35px;
      border: 0;
      border-radius: 50px;
      width: 100%;
      height: 50px;
      line-height: 54px;
      text-transform: uppercase;
      outline: 0;
      text-align: center;
      background-color: #212121;
      border-color: #212121;
      color: #ececec;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
        background-color: #303030;
        border-color: #303030; }
      .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:focus {
        background-color: #1c1c1c;
        border-color: #1c1c1c; }

.woocommerce .form-row-first,
.woocommerce .form-row-last {
  width: 100%;
  overflow: visible;
  margin-top: 0; }

.woocommerce .col2-set {
  display: block;
  overflow: hidden; }
  .woocommerce .col2-set .col-2 {
    margin-top: 55px; }

.woocommerce label {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
  display: block; }

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="range"],
.woocommerce input[type="date"],
.woocommerce input[type="month"],
.woocommerce input[type="week"],
.woocommerce input[type="time"],
.woocommerce input[type="datetime"],
.woocommerce input[type="datetime-local"],
.woocommerce input[type="color"],
.woocommerce select,
.woocommerce textarea {
  font-size: 12px;
  padding: 0 10px;
  height: 40px;
  color: #505050;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0;
  width: 100%;
  outline: 0; }

.woocommerce textarea {
  height: auto;
  min-height: 120px;
  padding: 10px; }

.woocommerce label.checkbox:before,
.woocommerce input[type="checkbox"] + label:before,
.woocommerce label.radio:before,
.woocommerce input[type="radio"] + label:before {
  content: ""; }

.woocommerce label.checkbox,
.woocommerce input[type="checkbox"] + label,
.woocommerce form.contact-form label.checkbox,
.woocommerce form.contact-form input[type="checkbox"] + label,
.woocommerce label.radio,
.woocommerce input[type="radio"] + label,
.woocommerce form.contact-form label.radio,
.woocommerce form.contact-form input[type="radio"] + label {
  cursor: pointer;
  padding-left: 24px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 9px;
  display: inline-block;
  margin-bottom: 20px; }

.woocommerce label.checkbox:before,
.woocommerce input[type="checkbox"] + label:before,
.woocommerce label.radio:before,
.woocommerce input[type="radio"] + label:before {
  border: 1px solid #505050;
  color: transparent;
  height: 12px;
  width: 12px;
  opacity: .2;
  text-align: center;
  position: absolute;
  left: 0;
  top: -2px; }

.woocommerce label.checkbox:before,
.woocommerce input[type="checkbox"] + label:before,
.woocommerce label.radio:before,
.woocommerce input[type="radio"] + label:before {
  border-color: #505050; }

.woocommerce .radio.checked:before,
.woocommerce input[type="radio"]:checked + label:before {
  background-color: #505050;
  border-color: #505050; }

.woocommerce .checkbox.checked:before,
.woocommerce input[type="checkbox"]:checked + label:before,
.woocommerce .checkbox.checked:hover:before,
.woocommerce input[type="checkbox"]:checked + label:hover:before,
.woocommerce .radio.checked:before,
.woocommerce input[type="radio"]:checked + label:before,
.woocommerce .radio.checked:hover:before,
.woocommerce input[type="radio"]:checked + label:hover:before {
  opacity: 1; }

.woocommerce .radio:before,
.woocommerce input[type="radio"] + label:before {
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in; }

.woocommerce abbr[title] {
  color: red;
  text-decoration: none; }

.woocommerce .woocommerce-checkout-review-order {
  display: block;
  border: 1px solid #ececec;
  padding: 20px; }

.woocommerce .woocommerce-checkout-payment {
  font-size: 13px;
  background-color: #fafafa;
  margin-top: 20px;
  padding: 20px; }
  .woocommerce .woocommerce-checkout-payment .form-row.place-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .woocommerce .woocommerce-checkout-payment #place_order {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: #222;
    color: #fff;
    border: 0;
    cursor: pointer; }
  .woocommerce .woocommerce-checkout-payment input[type="radio"] + label {
    margin-bottom: 12px; }
  .woocommerce .woocommerce-checkout-payment ul.payment_methods {
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    .woocommerce .woocommerce-checkout-payment ul.payment_methods li {
      line-height: 2;
      text-align: left;
      margin: 0;
      font-weight: 400; }
      .woocommerce .woocommerce-checkout-payment ul.payment_methods li [type=radio] {
        display: none; }
      .woocommerce .woocommerce-checkout-payment ul.payment_methods li p {
        line-height: 1.815;
        margin: 10px 0 15px; }

.woocommerce .woocommerce-form-coupon-toggle {
  display: block;
  margin-top: 20px; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border: 0;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 22px 50px 20px;
  margin-bottom: 40px;
  line-height: 1; }

.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  font-family: 'Floicons';
  content: '\ea24';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 19px;
  left: 1.2em;
  line-height: 1; }

.woocommerce .woocommerce-error::before {
  color: #f0506e; }

.woocommerce .woocommerce-info::before {
  color: #1e87f0; }

.woocommerce .woocommerce-message::before {
  color: #32d296; }

.woocommerce #customer_login h2 {
  margin-bottom: 40px; }

.woocommerce #customer_login .form-row:not(.woocommerce-form-row) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0; }

.woocommerce #customer_login .woocommerce-form__label {
  margin: 0;
  line-height: 1; }

.woocommerce #customer_login .woocommerce-Button {
  height: 48px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 48px;
  padding: 0 20px;
  text-transform: uppercase;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #222;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .woocommerce #customer_login .woocommerce-Button:hover {
    background-color: #444; }

.woocommerce #customer_login .woocommerce-privacy-policy-text {
  font-size: 13px; }

.woocommerce #customer_login .woocommerce-LostPassword.lost_password a {
  font-size: 13px;
  text-decoration: underline; }

.woocommerce-page .product .woocommerce-product-gallery__wrapper {
  width: 100%;
  margin-bottom: 40px; }
  .woocommerce-page .product .woocommerce-product-gallery__wrapper img {
    width: 100%; }

.woocommerce-page .product .summary .woocommerce-product-details__short-description {
  font-size: 15px;
  font-family: "BCNovatica", Arial, Helvetica, sans-serif; font-display: swap;}

.woocommerce-page .product .summary .qty {
  width: 70px !important;
  float: left;
  margin-right: 10px; }

.woocommerce-page .product .summary .single_add_to_cart_button {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  background-color: #222;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer; }

.woocommerce-page .product .summary .product_meta {
  font-size: 12px;
  margin-top: 40px;
  display: block; }

.woocommerce-page .product .woocommerce-tabs {
  display: block;
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 60px;
  padding-top: 60px; }
  .woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 40px; }
    .woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li {
      margin-top: 10px; }
      .woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li:first-child {
        margin-top: 0; }
      .woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li a {
        color: #717171; }
      .woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li.active a, .woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li a:hover {
        color: #000; }

/* 09. Other
--------------------------------------------------- */
#loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999999; }
  #loader .loading,
  #loader .loading > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #loader .loading {
    display: block;
    font-size: 0;
    color: #141414;
    width: 40px;
    height: 40px; }
    #loader .loading > div {
      display: inline-block;
      float: none;
      border: 3px solid;
      width: 40px;
      height: 40px;
      background: transparent;
      border-bottom-color: transparent;
      border-radius: 100%;
      -webkit-animation: loading .75s linear infinite;
      -moz-animation: loading .75s linear infinite;
      -o-animation: loading .75s linear infinite;
      animation: loading .75s linear infinite; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.page-heading {
  display: block;
  margin-bottom: 100px; }
  .page-heading .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .page-heading .inner .title {

      margin: 0;
      line-height: 1; }
    .page-heading .inner .text {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .page-heading .inner .uk-breadcrumb {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      margin: 20px 0 0;
      padding: 0; }
      .page-heading .inner .uk-breadcrumb a {
        font-size: 11px;
        color: #141414; }
  .page-heading.center .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page-heading.center .inner .uk-breadcrumb {
      margin-top: 20px; }

.site-about {
  margin-bottom: -120px; }
  .site-about .inner {
    background-color: white;
    padding: 60px 20px 100px 20px;
    text-align: center; }
    .site-about .inner span {
      font-size: 11px;
      letter-spacing: 1.5px;
      color: #acacac; }
    .site-about .inner p {
      margin-top: 10px;
      font-family: 'BCNovatica', Arial, Helvetica, serif;
      letter-spacing: .5px;
	  font-display: swap;
      color: #717171;
      max-width: 768px;
      margin: auto; }
    .site-about .inner .title {
      margin-top: 20px;
     }
    .site-about .inner .more {
      margin-top: 30px; }

.site-zm-n-l {
  display: block;
  position: relative;
  margin-bottom: 100px; }
  .site-zm-n-l .inner {
    background-color: #fafafa;
    padding: 40px; }
    .site-zm-n-l .inner h4 {
      margin: 0; }
    .site-zm-n-l .inner p {
      margin-top: 5px;
      font-family: 'BCNovatica', Arial, Helvetica, serif;
	  font-display: swap;
      font-size: 14px;
      letter-spacing: .5px;
      color: #717171; }
    .site-zm-n-l .inner .form-container {
      display: block; }
      .site-zm-n-l .inner .form-container .form-group {
        display: block; }
        .site-zm-n-l .inner .form-container .form-group input {
          height: 50px;
          font-size: 11px;
          letter-spacing: 1.2px;
          text-transform: uppercase;
          margin-bottom: 20px;
          border-color: rgba(0, 0, 0, 0.05); }
          .site-zm-n-l .inner .form-container .form-group input:focus {
            border-color: rgba(0, 0, 0, 0.5); }
        .site-zm-n-l .inner .form-container .form-group input[type="submit"] {
          height: 50px;
          padding: 0 20px;
          width: 100%;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 1.5px; }

#error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  #error-page .title {
    font-size: 3rem;
    margin: 0;
    display: block; }
  #error-page .text {
    display: block;
    margin-top: 40px; }
  #error-page input, .search-input {
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 1.2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    max-width: 400px;
    margin-top: 20px;
    text-align: center; }
  #error-page .msg {
    font-size: 13px; }

.screen-reader-text {
  display: none !important; }

/* 10. Utilities
--------------------------------------------------- */
.uk-container-no {
  max-width: none;
  padding: 0; }

.uk-button {
  font-size: 11px;
  font-family: "BCNovatica", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-display: swap;
  padding: 0 20px; }

.cover-image {
  background-color: #ececec;
  display: block;
  padding-top: 66.6666667%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .cover-image.ratio-square {
    padding-top: 100%; }
  .cover-image.ratio-portrait {
    padding-top: 150%; }

.uk-text-lead {
  font-size: 1.2rem;
  color: #000; }

/* 11. Responsive
--------------------------------------------------- */
@media (min-width: 640px) {
  .woocommerce .result-ordering {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .woocommerce .result-ordering .woocommerce-result-count {
      margin: 0; }
  .woocommerce .products {
    margin-left: -30px; }
    .woocommerce .products.columns-2 > *,
    .woocommerce .products.columns-3 > *,
    .woocommerce .products.columns-4 > * {
      width: 50%;
      padding-left: 30px; }
  .woocommerce table.shop_attributes .actions .coupon,
  .woocommerce table.shop_table .actions .coupon {
    float: left; }
    .woocommerce table.shop_attributes .actions .coupon .input-text,
    .woocommerce table.shop_table .actions .coupon .input-text {
      width: auto;
      min-width: 220px; }
  .woocommerce table.shop_attributes .actions .button,
  .woocommerce table.shop_table .actions .button {
    margin: 0;
    width: auto;
    float: right; }
  .woocommerce .cart-collaterals .cart_totals {
    width: 48%;
    float: right; }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    display: inline-block;
    width: auto; } }

@media (max-width: 960px) {
  .col-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 0;
    list-style: none; }
    .col-grid > * {
      width: 50% !important;
      padding-left: 30px;
      margin: 0; } }

@media (min-width: 960px) {
  .site-slider.modern-layout .post .entry-content {
    padding: 0 14%; }
  .site-slider.modern-layout #slider-dots {
    display: none; }
  .site-slider.background-style .post .entry-inner .entry-content .entry-title {
    max-width: 960px;
    font-size: 2.7rem; }
  .page-heading .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left; }
    .page-heading .inner .uk-breadcrumb {
      margin: 0; }
  .site-zm-n-l .inner .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .site-zm-n-l .inner .form-container .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .site-zm-n-l .inner .form-container .form-group input {
        margin-bottom: 0;
        margin-left: 40px; }
        .site-zm-n-l .inner .form-container .form-group input:first-child {
          margin-left: 0; }
		.site-zm-n-l .inner .form-container .form-group input[type="email"] {
		text-transform: none; }
      .site-zm-n-l .inner .form-container .form-group:first-child {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-right: 40px; }
  .woocommerce .products {
    margin-left: -30px; }
    .woocommerce .products.columns-3 > *,
    .woocommerce .products.columns-4 > * {
      width: calc(100% * 1 / 3.001);
      padding-left: 30px; }
  .woocommerce table.shop_attributes .product-thumbnail,
  .woocommerce table.shop_table .product-thumbnail {
    display: table-cell; }
  .woocommerce table.shop_attributes .product-price,
  .woocommerce table.shop_attributes .product-quantity,
  .woocommerce table.shop_attributes .product-subtotal,
  .woocommerce table.shop_table .product-price,
  .woocommerce table.shop_table .product-quantity,
  .woocommerce table.shop_table .product-subtotal {
    width: 140px; }
  .woocommerce .form-row-first,
  .woocommerce .form-row-last {
    width: 47%;
    margin-top: 0; }
  .woocommerce .form-row-first {
    float: left; }
  .woocommerce .form-row-last {
    float: right; }
  .woocommerce .form-row-wide {
    clear: both; }
  .woocommerce .col2-set > div {
    width: 47%;
    float: left; }
    .woocommerce .col2-set > div.col-2 {
      float: right;
      margin-top: 0; }
  .woocommerce.woocommerce-page .product .woocommerce-product-gallery__wrapper {
    width: calc(50% - 30px);
    margin-left: 0;
    float: left;
    margin-bottom: 80px; }
  .woocommerce.woocommerce-page .product .summary {
    width: calc(50% - 30px);
    margin-right: 0;
    float: right; }
  .woocommerce.woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .woocommerce.woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li {
      margin-top: 0;
      margin-left: 40px; }
      .woocommerce.woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li:first-child {
        margin-left: 0; } }

@media (min-width: 1200px) {
  .site-primary:not(.has-sidebar) .post .entry-body .wp-caption.aligncenter {
    margin-left: -8.4em;
    margin-right: -8.4em; }
  .site-primary:not(.has-sidebar) .post .entry-body .wp-caption.alignleft {
    margin-left: -8.4em; }
  .site-primary:not(.has-sidebar) .post .entry-body .wp-caption.alignright {
    margin-right: -8.4em; }
  .woocommerce .products {
    margin-left: -30px; }
    .woocommerce .products.columns-4 > * {
      width: 25%;
      padding-left: 30px; } }

/* Thumbs rating
*/

.thumbs-rating-container .thumbs-rating-up,
.thumbs-rating-container .thumbs-rating-down,
.thumbs-rating-container .thumbs-rating-up:hover,
.thumbs-rating-container .thumbs-rating-down:hover {
    background: transparent;
    color: #000;
    font-weight: 600
}

.thumbs-rating-container button:hover {
    color: #000
}

.thumbs-rating-container button.thumbs-rating-up:before {
    content: '';
    background-image: url(../svg/like.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 5px
}

.thumbs-rating-container button.thumbs-rating-up:hover:before {
    content: '';
    background-image: url(../svg/like-h.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 5px
}

.thumbs-rating-container .thumbs-rating-down {
    display: none;
}

.thumbs-rating-container {
  display: inline-block;
}

.thumbs-rating-container .thumbs-rating-up {
  border-width: 0;
  margin-right: 20px;
}

/*
 Custom upravy
 */
.owl-carousel .entry-category {
  color: #fff;
}

.entry-content {
  margin-bottom: 40px;
}

.site-logo img {
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
  transform: translateZ(0);
}

.search-input {
  height: auto !important;
  font-size: 12pt !important;
}

.hp-search {
  margin-top: 15px;
}

.hp-msg {
  font-size: 13px;
  margin-top: 20px;
}

.zm-article-detail p.capital:first-letter {
  font-size: 60pt;
  float: left;
  line-height: 70px;
  margin-right: 7px;
  /*margin-top: 5px;*/
}

.zm-side-img {
  padding: 0 !important;
}

.zm-side-img img {
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.zm-footer-date {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #717171;
}

#zm-n-l.is-single {
  margin-bottom: 50px;
}

.zm-padding-80 {
  padding-bottom: 80px !important;
}

.zm-author {
  text-align: center;
  background-color: #fafafa;
  border-width: 0;
  margin-top: 0;
}

.zm-author-breadcrumbs {
  margin-bottom: 50px;
  margin-top: -35px;
}

.zm-user-avatar {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

.zm-user-name {
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #141414;
  font-size: 11pt;
}

.zm-authors-margin {
  margin-bottom: 50px;
}

.zm-n-l-between-categories {
  margin-top: 60px;
}

.youtube-wrap, .vimeo-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.youtube-wrap iframe, .vimeo-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vimeo-wrap {
  margin-top: 25px;
}

.entry-body a:not(.too-old-related a):not(.entry-title-calendar a) {
  color: #1e87f0;
}

.entry-body a:hover {
  text-decoration: underline;
}

/* Nicebox */
/*
.nicebox {
    margin: 25px 0;
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: 16px center;
    padding: 30px 30px 30px 80px;
    background-color: rgba(250,250,250,0.8);
    background-size: 48px;
}

.nicebox p {
    margin-bottom: 0;
    padding: 25px 0 25px 25px;
}

@media screen and (max-width: 500px) {
    .nicebox {
        background-size: 30px;
        background-position: 10px center;
        padding-left: 51px;
    }

    .nicebox p {
        padding: 5px 0 5px 15px;
    }
}
*/

/*
.greenbox {
    background-image: url(/wp-content/themes/zm/static/images/camera.svg);
}

.greenbox p {
    border-left: 3px solid rgba(137,186,23,0.6);
}

.bluebox {
    background-image: url(/wp-content/themes/zm/static/images/cepice.svg);
}

.bluebox p {
    border-left: 3px solid rgba(35,186,226,0.6);
}

.purplebox {
    background-image: url(/wp-content/themes/zm/static/images/palec.svg);
}

.purplebox p {
    border-left: 3px solid rgba(145,26,175,0.6);
}

.orangebox {
    background-image: url(/wp-content/themes/zm/static/images/quote.svg);
}

.orangebox p {
    border-left: 3px solid rgba(226,164,15,0.6);
}
*/

#site-logo {
  width: auto;
  height: 45px;
}

.owl-arrow-left {
  width: 50px;
  transform: rotate(270deg);
  -moz-transform:rotate(270deg);
  -webkit-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
}

.owl-arrow-right {
  width: 50px;
  transform: rotate(270deg);
  -moz-transform:rotate(270deg);
  -webkit-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
}

.owl-prev, .owl-next {
  top: 45% !important;
}

.zm_ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.zm_ico_youtube {
  background-image: url(../svg/youtube.svg);
}

.zm_ico_instagram {
  background-image: url(../svg/instagram.svg);
}

.zm_ico_facebook {
  background-image: url(../svg/facebook.svg);
}

.zm_ico_twitter {
  background-image: url(../svg/twitter.svg);
}

.zm_ico_print {
  background-image: url(../svg/print.svg);
  background-size: 100%;
}

.zm_ico_save {
	background-image: url(../png/save.png);
	background-size: 100%;
}

.copyrights {
  padding-top: 40px !important;
}

.top-3px {
  position: relative;
  top: 3px;
}

.author-box {
  margin-top: 40px;
}

.related-posts {
  margin-top: 60px;
}

.site-primary .block-listing {
  margin-top: 80px;
}

.more-link-mobile {
  display: none;
}

@media screen and ( max-width: 570px ) {
  .more-link {
    display: none;
  }

  .more-link-mobile {
    display: block;
    margin-right: 10px;
  }
}

.zm-author {
  margin-top: 10px;
  margin-bottom: -20px;
}

.pagination {
  margin-top: 80px !important;
}

.page-heading {
  margin-bottom: 80px;
}

p.capital strong {
  font-weight: normal !important;
}

.under-twentytwenty i span, i.under-twentytwenty span {
  display: block;
  font-size: 15px;
  padding-top: 15px;
  color: #505050;
  font-style: italic;
  font-family: "BCNovatica", Arial, Helvetica, sans-serif, sans-serif;
  font-display: swap;
  text-align: center;
  margin-top: -20px;
}

.nicebox p i span {
  font-size: 1.3rem !important;
  margin-top: 0 !important;
  font-style: normal !important;
  font-style: italic !important;
  text-align: left !important;
  color: #505050 !important;
  line-height: 1.415 !important;
  font-family: "BCNovatica", Arial, Helvetica, sans-serif, sans-serif !important;
  font-display: swap;
}

.nicebox p {
  font-family: "BCNovatica", Arial, Helvetica, sans-serif, sans-serif !important;
  font-display: swap;
}

.video-thumbnail {position: relative; display: inline-block; cursor: pointer; }
.video-thumbnail:before {position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); content: "\e9f5"; font-family: 'Floicons'; font-size: 200px; color: #fff; opacity: 1; text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); }
.video-thumbnail:hover:before {color: #eee; }
#video-thumbnail-embed { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
#video-thumbnail-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.primary-menu { margin-left: -9%; }

.entry-body p.capital {
  font-family: 'BCNovatica', Arial, Helvetica, serif;
  font-display: swap;
}

.entry-body p:not(.capital) {
  font-family: 'BCNovatica', Arial, Helvetica, serif;
  font-display: swap;
}

/* Categories list */
#mobile-categories-list {
  display: none;
  background-color: #e8f9fd;
  padding: 25px 15px 0 15px;
  position: relative;
  max-width: 500px;
  margin: -30px auto 100px auto;
}
#mobile-categories-list.zm-mc-padding {
  margin-bottom: 50px;
}
#mobile-categories-list .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 12pt;
}
#mobile-categories-list.zm-mc-before:before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  height: 150px;
  width: 100%;
  background: linear-gradient(rgba(0,0,0,0), #fff);
}

.zm-cats-show-more {
  position: absolute;
  margin-top: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}

.zm-cats-show-more i {
  margin-left: 10px;
}

.zm-mc-padding {
  padding-bottom: 20px !important;
}

.zm-menu-hidden {
  display: none;
}

@media screen and ( max-width: 960px ) {
  #mobile-categories-list {
    display: block;
  }

  #categories-list {
    display: none;
  }
}

.post-sidebar-mobile {
  display: none;
}

@media screen and ( max-width: 960px ) {
  .post-sidebar {
    display: none !important;
  }

  .post-sidebar-mobile {
    display: block !important;
    margin-top: 15px;
  }

  body.single-post .site-footer {
    border-top-width: 0 !important;
    padding-top: 0 !important;
  }

  body.single-post #primary {
    margin-bottom: -100px !important;
  }
}

.zmbm {
  display: block;
  max-width: 270px;
  height: 405px;
  border: 0;
  text-decoration: none;
  /* background-image: url('/wp-content/themes/zm/static/images/test.jpeg'); */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  background-position: center center;
}

.zmbm:hover {
  opacity: 0.9;
}

.zmbm-mobile {
  height: 300px !important;
}

.zmbm-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.zmbm-logo {
  position: absolute;
  display: block;
  z-index: 10;
  width: 200px;
  height: 40px;
  top: 20px;
  left: 18px;
  background-image: url('../svg/cz2.svg');
  background-repeat: no-repeat;
}

.zmbm-text {
  position: absolute;
  display: block;
  z-index: 10;
  bottom: 120px;
  left: 18px;
  font-size: 14.6pt;
  color: #fff;
  line-height: 26px;
}

.zmbm-btn {
  position: absolute;
  display: block;
  z-index: 10;
  width: calc(100% - 36px);
  height: 78px;
  bottom: 20px;
  left: 18px;
  background-color: #80c341;
  line-height: 78px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 10pt;
  font-family: 'BCNovatica', Arial, Helvetica, sans-serif !important;
  font-display: swap;
  font-weight: 700 !important;
}

.zmbm-btn:hover {
	background-color: #6DA025;
}


.zmbm-text2 {
	padding: 0 10px;
	position: absolute;
	display: block;
	z-index: 10;
	top: 85px;
	left: 0;
	width: 100%;
  margin-top: 20px;
	font-size: 12pt;
	font-family: 'BCNovatica', Arial, Helvetica, sans-serif;
	color: black;
	line-height: 16px;
	text-align: center;
}

.zmbm-text2 strong {
	font-family: 'BCNovatica', Arial, Helvetica, sans-serif;
	font-size: 15pt;
	margin-top: 3px !important;
	display: inline-block;
	line-height: 25px;
    margin-top: 0;
}

@media (max-width: 1050px ) {
	.zmbm-text2 {
		font-size: 10pt;
	}

	.zmbm-text2 strong {
		font-size: 12pt;
		line-height: 22px;
	}
}

/* @media (min-width: 1050px ) {
	.zmbm-text2 {
		margin-top: -7px;
	}
} */

.zmbm-btn2 {
	position: absolute;
	display: block;
	z-index: 10;
	width: 200px;
	height: 50px;
	bottom: 7px;
	left: calc(50% - 100px);
	background-color: #80c341;
	line-height: 16px;
	text-align: center;
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 9pt;
	font-family: 'BCNovatica', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	font-weight: 700 !important;
	padding-top: 10px;
}

.zmbm-btn2 b {
	font-size: 14pt;
}

.zmbm-btn2:hover {
	background-color: #6DA025;
}

/* Nightmode toggle */
#nightmode {
  margin-top: 30px;
}

#nightmode img {
  width: 28px;
}

#nightmode span {
  font-size: 13px;
  display: inline-block;
  color: #141414;
}

#nightmode-left {
  margin-right: 15px;
}

#nightmode-right {
  margin-left: 15px;
}

/* Uprava sirky obrazovky */
@media screen and ( min-width: 1200px ) and ( max-width: 1920px ) {
  .maincont {
    width: 1100px !important;
  }
}

/* Onesignal */
#onesignal-slidedown-dialog {
  width: 600px;
}

#slidedown-footer {
  margin-top: 15px;
}

em {
  color: #505050;
}

.video-thumbnail:before {
  z-index: 100;
}

.entry-body ul li, .entry-body ul li span {
  font-family: "BCNovatica", Arial, Helvetica, serif;
  font-display: swap;
}

/*
p span i {
  font-weight: 400;
  display: inline;
  font-size: inherit;
  padding-top: inherit;
  color: inherit;
  font-style: italic;
  font-family: inherit;
  text-align: left;
  margin-top: inherit;
}
*/

#zm-n-l .uk-container .inner, .widget-zm-n-l {
  /* border: 1px solid #666; */
  background-color: #e8f9fd;
}

/* m-main__link
#menu-menu, #menu-menu ul li, #menu-menu ul li a {
  font-weight: 700 !important;
}*/

@media screen and ( max-width: 1920px ) {
  body.single-post #zm-n-l .uk-first-column {
    display: block !important;
    width: 100% !important;
  }

  body.single-post #zm-n-l form {
    display: block !important;
    margin-top: 0 !important;
  }

  body.single-post #zm-n-l .form-group:first-child {
    display: block !important;
    margin: 15px 0 20px 0 !important;
    padding-right: 0 !important;
  }

  body.single-post #zm-n-l input[name="email"] {
    width: 100% !important;
  }

  body.single-post #zm-n-l .form-group:nth-child(2) {
    display: block !important;
  }
}


@media screen and ( max-width: 960px ) {
  body.single-post #zm-n-l .form-group:nth-child(2) {
    margin: -20px 0 -20px 0;
  }
}

.mail-err {
  display: none;
  position: absolute;
  bottom: 20px;
  color: #f0506e;
}
.mail-err-is-side {
  position: static !important;
}
.mail-is-err {
  border: 1px solid #f0506e !important;
}

/* Všichni autori - odznacky */
.author-wrapper {
  position: relative;
}

.author-badge {
  position: absolute;
  left: 86px;
  top: 72px;
  color: white;
  background-color: #00bfe8;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  z-index: 10;
  border: 4px solid white;
  font-size: 10pt;
  font-weight: bold;
}

.author-badge-hover {
  z-index: 10;
  border: 4px solid white;
  padding: 0 7px;
  width: auto !important;
  border-radius: 50px;
  min-width: 100px;
}

/* Vyhledavani */
.searchpage-search {
  margin-top: -15px;
  text-align: right;
}

.searchpage-search input {
  text-align: left;
  max-width: 200px;
}

.searchpage-search a {
  position: relative;
  top: 10px;
  left: 10px;
}

@media screen and ( max-width: 960px ) {
  .searchpage-search {
    text-align: center;
  }
}

#menu-menu a {
  font-weight: 700;
}

/* HP otočený telefon fix */
@media screen and (min-width: 640px) and (max-width: 960px ) {
  body.home .three-cols article:nth-child(3) {
    display: none !important;
  }
}

.zm-author-name:hover, .zm-author-name:hover strong, .author-wrapper:hover ~ .zm-author-name strong {
  color: #7c7c7c !important;
  text-decoration: none !important;
}

/* Entry thumb */
.entry-thumb img {
  width: 100%;
}

.entry-body img.aligncenter {
  display: block;
  margin: 0 auto;
}

#menu-menu {
  text-transform: none;
}

#menu-menu li a {
  font-size: 13px !important;
}

.fb_iframe_widget_fluid {
  display: block !important;
}

/* Cookie lišta */
#cookies-information {
  text-align: center;
}

#cookies-information:not([style*="display: none"]) ~ #onesignal-bell-container {
  bottom: 40px !important;
}

.slidedown-body-message {
  margin-top: 15px !important;
}

/* Barva odkazů */
body.single-post .entry-body a:not(.too-old-related a), .authors-content a:not(.too-old-relatede a) {
  color: #00bfe8;
  text-decoration: underline;
  text-decoration-color: #80c341;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: skip;
  text-underline-offset: 1.2px;
}

body.single-post .entry-body a:not(.too-old-related a):hover, .authors-content a:not(.too-old-related a):hover {
  color: #00bfe8;
  text-decoration: none;
}

.zm-nl-note {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  font-size: 10px !important;
  display: none;
}

#zm-n-l-side {
  padding-bottom: 25px;
}

#zm-n-l-side a {
  text-decoration: underline;
}

#zm-n-l input[type="submit"], .zm-n-l-form button {
	background-color: #80c341;
	font-weight: 700 !important;
	font-family: 'BCNovatica', Arial, Helvetica, sans-serif !important;
	font-display: swap;
}

#zm-n-l input[type="submit"]:hover, .zm-n-l-form button:hover {
	background-color: #6DA025;
}

body.single-post #zm-n-l input[name="email"] {
	text-transform: none;
}

/* Nové boxy */
.box { align-items: center; background: #fafafa; display: flex; font-size: 1.1rem; line-height: 1.815; padding: 42px 70px 42px 50px; }
.box + .box { margin-top: 15px;}
.box li { padding: 6px 0 6px 57px; position: relative; }
.box li::before { background: #505050; border-radius: 50%; content: ""; height: 6px; left: 0; position: absolute; top: 18px; width: 6px; }
.box ul { font-weight: bold; list-style: none; }
.box__icon {
	border-right: 4px solid #c1c1c1;
    margin-right: 30px;
    flex: 0 0 100px;
    margin-left: -40px;
    padding: 35px 30px 41px;
}
@media (max-width: 960px) {
  .box { padding-bottom: 20px; padding-top: 20px; }
  .box li { padding-left: 30px; }
  .box li::before { top: 14px; }
  .box__icon { flex: 0 0 100px; padding-bottom: 15px; padding-top: 15px; }
}
@media ( max-width: 570px ) {
  .box { flex-direction: column; padding-left: 20px; padding-right: 20px; }
  .box__icon { border-right-width: 0; flex: 0 1 auto; margin-left: 0; width: 100px; }
}

/* Nové bannery */
.inb { background: #222; height: 170px; padding: 0 14px 0 90px; position: relative; overflow: hidden; text-align: center; width: 890px; }
.inb:not(.inb--2)::after { animation: move--1 20s ease-in-out infinite; background: #3bbec6; border-radius: 50%; bottom: 50px; content: ""; height: 280px; position: absolute; right: -60px; width: 280px; }
.inb:not(.inb--2)::before { animation: move 30s ease-in-out infinite; background: #3bbec6; border-radius: 50%; content: ""; height: 80px; left: -20px; position: absolute; width: 60px; }
.inb--2 { background: #222 url("../foto-clip.html") no-repeat left center; background-size: 50% auto; padding: 0 33px; }
.inb--2::after { background: linear-gradient(90deg,rgba(34,34,34,0),#222 90%); bottom: 0; content: ""; left: calc(50% - 100px); position: absolute; right: 50%; top: 0; }
.inb--2 .inb__container { justify-content: flex-end; }
.inb--2 .inb__center { align-items: flex-end; flex: 1 0 0; text-align: right; }
.inb--2 .inb__image { flex: 1 0 0; padding: 15px; text-align: right; }
.inb h2 { color: #fff; font-size: 20px; font-weight: bold; line-height: 1.3; margin-bottom: 15px; }
.inb .button {
	font-weight: 700 !important;
	font-size: 14px !important;
	font-family: 'BCNovatica', Arial, Helvetica, sans-serif !important; background: #80c341; color: #fff; font-weight: bold; line-height: 1; padding: 10px 25px; text-align: center; font-display: swap; }
.inb .button:hover { background: #6DA025; }

.inb__center { align-items: center; display: flex; flex-direction: column; flex-grow: 1; padding: 15px 0; }
.inb__container { align-items: center; display: flex; gap: 10px; justify-content: space-between; position: relative; z-index: 1; }
.inb__image { height: 170px; }
.inb__image:last-child { padding-top: 25px; }
.inb__image img { height: 100%; max-width: 100%; object-fit: contain; }
.inb__blob { animation: move 50s ease-in-out infinite; fill: #3bbec6; left: 0; position: absolute; top: 0; transform-origin: 50% 50%; width: 150px; }
@media (max-width: 1950px ) {
	.inb { width: 820px; }
}
@media (max-width: 1200px) {
	.inb { height: auto; padding-left: 30px; width: 100%; }
	.inb:not(.inb--2)::after { bottom: 100px; height: 100px; width: 100px; }
}
@media (max-width: 991px) {
	.inb { padding-bottom: 15px; padding-top: 15px; }
	.inb__image--hide-sm { display: none; }
	.inb--2 .inb__image { padding: 0; }
  }
  @media (max-width: 700px) {
	.inb--2 { background-size: cover; background-position: center top; }
	.inb--2::after { background: linear-gradient(rgba(34,34,34,0),#222 50%); left: 0; right: 0; }
	.inb--2 .inb__center { align-items: center; text-align: center; }
	.inb__container { flex-direction: column; }
	.inb__image { order: 2; }
  }
@keyframes move {
  0%   { transform: scale(1)   translate(10px, -30px); }
  38%  { transform: scale(0.8, 1) translate(500%, 30%) rotate(160deg); }
  40%  { transform: scale(0.8, 1) translate(500%, 30%) rotate(160deg); }
  78%  { transform: scale(1.75) translate(0%, 40%) rotate(-20deg); }
  80%  { transform: scale(1.75) translate(0%, 40%) rotate(-20deg); }
  100% { transform: scale(1)   translate(10px, -30px); }
}
@keyframes move--1 {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.5); }
  100% { transform: scale(1); }
}


.box p {
	margin-top: 10px !important;
}

/* COMMENTS */
/* == WP CSS - Comment Styles == */
.comments-list .reply {}
.comments-list .reply a {}

.comments-list .alt {}
.comments-list .odd {}
.comments-list .even {}
.comments-list .thread-alt {}
.comments-list .thread-odd {}
.comments-list .thread-even {}
.comments-list li ul.children .alt {}
.comments-list li ul.children .odd {}
.comments-list li ul.children .even {}


.comments-list .parent {}
.comments-list .comment {}
.comments-list .children {}
.comments-list .pingback {}
.comments-list .bypostauthor {}
.comments-list .comment-author {}
.comments-list .comment-author-admin {}

.comments-list {}
.comments-list li {}
.comments-list li p { margin-top: 10px; }
.comments-list li ol { list-style-type: none; }
.comments-list li ol.children li {}
.comments-list li ol.children li.alt {}
.comments-list li ol.children li.byuser {}
.comments-list li ol.children li.comment { margin-top: 40px; }
/* .comments-list li ol.children li.depth-{id} {} */
.comments-list li ol.children li.bypostauthor {}
.comments-list li ol.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}

#commentform label {
	display: block;
}

#commentform p {
	margin: 10px 0;
}

#commentform input[type="submit"] {
	background-color: #80c341;
    font-weight: 700 !important;
    color: white;
    border: 1px solid #80c341;
	font-family: 'BCNovatica', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	text-transform: uppercase;
	font-size: 10pt;
}

#commentform input[type="submit"]:hover {
	background-color: #6DA025;
	cursor: pointer;
}

.comments-area .no-comments {
	margin-top: -20px;
	margin-bottom: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.uk-comment {
	margin-bottom: 40px !important;
}

#reply-title small {
	display: block !important;
    font-size: 12px !important;
    margin-top: 5px !important;
}

#wait_approval {
	border: 2px solid #80c341;
    padding: 30px;
}

.br-50 {
	border-radius: 50% !important;
}

.tagcloud {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: -15px;
	margin-top: -15px;
}

.tagcloud .title {
	margin-bottom: 10px !important;
}

.tagcloud a {
	text-decoration: none;
}

.tagcloud a:hover {
	text-decoration: underline;
}

/* Cover image - video play btn */
.cover-image {
	position: relative;
}

.play-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../svg/play.svg");
	background-repeat: no-repeat;
    background-position: center;
	background-size: 30%;
}

/* Video thumbnail and video duration */
.video-thumbnail {
	position: relative;
}

.video-duration {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: black;
	padding: 3px 10px;
	color: white;
}

body.single .video-duration {
	padding: 10px 20px;
	font-size: 20px;
}

.video-duration-small {
	font-size: 13px !important;
	padding: 5px !important;
}

/* Slider vyska */
.adjustHeight {
	max-height: 500px;
}

@media screen and ( max-width: 1000px ) {
	.adjustHeight {
		max-height: 380px !important;
	}
}

/* Night switch */
.night-switch-sun, .night-switch-moon {
	display: none;
  position: relative;
  top: -2px;
	color: #6aa744;
}

.ns-mobile {
	color: #141414;
}

.night-switch-moon:hover, .night-switch-sun:hover {
	color: #141414;
}

.print-only {
	display: none;
}

.too-old {
	margin-top: 30px;
	padding: 30px;
	border: 2px solid #717171;
	text-align: center;
}
.too-old img {
	max-width: 180px;
}

.fade-out-text {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.fade-out-text p {
	margin: 0;
	padding: 0;
}

.fade-out-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1));
}

.heading-center {
	justify-content: center;
	align-items: center;
}

#zmb-content {
	position: relative;
	width: 801px;
	height: 201px;
	overflow: hidden;
	display: block;
	max-width: 100%;
}

#zmb-micek {
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url('../png/micek.png');
	background-size: cover;
}

.yt-link span {
	color: #FF0000;
}

.yt-link:hover {
	color: #141414;
	text-decoration: underline;
}

.yt-link i {
	font-size: 14px;
	position: relative;
	top: 2px;
}

div:not(.wp-block-column) > .responsive-video-container {
  position: relative;
  padding-bottom: 56.25%;
}

div:not(.wp-block-column) >  .responsive-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rounded-avatar img {
	width: 200px !important;
	border-radius: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
}

/* Novy design HP */
.intro-button {
	/* margin-top: 30px; */
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
}

@media (max-width: 768px ) {
	.intro-button {
		bottom: 60px;
	}
}

@media (max-width: 500px ) {
	.intro-button {
		bottom: 30px;
	}
}

.intro-button a {
	color: white;
	border: 2px solid white;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 1.2rem;
}

.intro-button a:hover {
	background-color: white;
	color: #333;
}

@media (min-width: 960px) {
	.site-slider.background-style .post .entry-inner .entry-content .entry-title {
		font-size: 2.3rem;
	}
}

.new-hp .small-post-title a {
	font-size: 1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
			line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new-hp .small-square {
	margin-bottom: 20px;
	margin-top: 70px; /* bylo 35px */
}

.new-hp .small-square .entry-content {
	padding-top: 0 !important;
}

.new-hp .post-basic {
	margin-bottom: 45px;
}

.new-hp .post-basic .entry-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
			line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new-hp .heading {
	margin-bottom: 30px;
}

.new-hp .more-link, .new-hp .more-link-mobile {
	color: #999;
	text-decoration: underline;
	font-style: italic;
}

.new-hp .more-link:hover, .new-hp .more-link-mobile:hover {
	text-decoration: none;
}

#search-icon-hp {
	position: relative;
	top: 10px;
	right: -21px;
}

#hp-separator {
	margin: 80px auto 0 auto;
	text-align: center;
}

#hp-separator #mf-b-container {
	margin: 0 auto;
}

body.page-template-template-homepage-new .entry-content {
	margin-bottom: 0 !important;
}

.do-border {
	position: relative;
}
.do-border:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	width: 1px; /* Šířka čáry */
	background-color: #dedede; /* Barva čáry */
}

.bn {
  background-size: contain;
  background-repeat: no-repeat;
  width: 750px;
  margin: 0 auto;
  height: 150px;
  border: 1px solid silver;
}

.bn__container {
  float: right;
  text-align: center;
  margin-top: 10px;
  margin-right: 30px;
  width: 300px;
}

.bn__logo {
  text-align: right;
  margin-right: -15px;
}

.bn__logo img {
  width: 75px;
}

.bn__text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14pt;
  line-height: 20px;
}

.bn__btn {
  margin-top: 10px;
}

.bn__btn a {
  background-color: #80c341;
  font-weight: 700 !important;
  font-family: 'BCNovatica', Arial, Helvetica, sans-serif !important;
  color: #fafafa !important;
  border-bottom: 0;
  text-decoration: none !important;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: 5px;
  display: inline-block;
}

.bn__btn a:hover {
  background-color: #6DA025;
}

@media screen and ( max-width: 700px ) {
  .bn {
    width: 100%;
  }

  .bn__logo, .bn__container {
    text-align: right !important;
  }

  .bn__container {
    width: 250px;
  }

  .bn__text {
    font-size: 12pt;
  }
}

@media screen and ( max-width: 500px ) {
  .bn__container {
    float: none;
    margin-top: 140px;
    text-align: left;
    margin-left: 20px;
  }

  .bn {
    height: 300px;
  }

  .bn__text {
    font-size: 14pt;
  }
}

@media screen and ( max-width: 400px ) {
  .bn {
    background-size: 150%;
  }
}

/* H2 nadpisy netučne - viz pozadavek z asany */
body.single .entry-content h2, body.single .entry-content h3 {
	font-weight: 500;
}

.text-bold {
	font-weight: 700 !important;
}

/* event */
.event-header span {
  display: inline-block;
  margin-left: 20px;
}
/*
.event-header span:not(:first-child) {
  border-left: 1px solid #505050;
} */

.event-list-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	padding: 3px 10px;
	color: white;
  font-size: 13px;
  width: 100%;
}

.event-list-meta span:not(:first-child) {
  display: inline-block;
  /* margin-left: 20px; */
}

/* HP calendar */
.hp-calendar {
  margin: 50px auto 0 auto;
  display: flex;
  gap: 20px;
}

.hp-calendar-item {
  margin-bottom: 20px;
  background-color: #fafafa;
  padding: 20px;
  text-align: center;
}

.hp-calendar-item:nth-child(1) {
	width: 30%;
}

.hp-calendar-item:nth-child(2) {
	width: 70%;
}

.hp-calendar-icon {
	margin-bottom: 20px;
}

.hp-calendar-icon i {
  font-size: 60px;
  color: gray;
}

.hp-calendar-box h3 {
  margin-bottom: 5px;
}

.hp-calendar-box p {
  margin-top: 0;
  font-size: 10pt;
  line-height: 18px;
}

.hp-calendar-box p a {
	text-decoration: underline;
}

.hp-calendar-box p a:hover {
	text-decoration: none;
}

@media ( max-width: 800px ) {
	.hp-calendar-item:nth-child(1), .hp-calendar-item:nth-child(2) {
		width: 100%;
	}

	.hp-calendar {
		flex-direction: column;
		gap: 0;
	}
}

/* Kalendar akci v hlavičce */
.calendar-menu-top {
  margin-right: 25px;
  position: relative;
  top: -2px;
}

@media ( max-width: 350px ) {
  .calendar-menu-top {
    display: none;
  }
}

.calendar-menu-top-desktop {
  margin-right: 15px;
  font-size: 12pt;
  color: #6aa744;
  position: relative;
  /* top: 3px; */
}

.calendar-menu-top-desktop:hover {
  color: #141414;
}

/* Kalendář akcí - renderovaný kalendář pro přepínání měsíců apod. */
table.calendar {
	width: 100%;
}

table.calendar td {
	text-align: center;
}

.cal-event-box {
	display: none;
}

.event-that-day .cal-day-box {
	background-color: #80c341;
	border-radius: 50%;
	color: white;
	cursor: pointer;
}

.calendar .today {
	border: 1px solid #80c341;
	border-radius: 50%;
}

.calendar th .icon {
	font-size: 150%;
}

.calendar th a:hover {
	text-decoration: underline;
}

.mw-1200 {
	max-width: 1200px !important;
}

.comparison li a {
	text-decoration: none !important;
}

.comparison-desc {
	text-align: center;
	margin-top: 5px;
}

.comparison-desc p:last-child {
	margin-bottom: 5px;
}

.comparison .uk-tab li.uk-active a {
	background-color: #e8eef1;
}

.comparison .uk-tab::before {
	border-bottom-width: 0 !important;
}

.comparison .uk-tab {
	margin-bottom: -20px;
}

.entry-content p:has(a img) {
	margin: 30px 0 !important;
}

.wp-block-pullquote {
  padding: 0 !important;
}

.wp-block-pullquote blockquote {
  border-left-width: 0 !important;
}

.box {
  margin-bottom: 20px;
}

.wp-block-image {
  margin: 40px 0;
}

.entry-thumb {
	overflow: hidden;
}

.entry-thumb .image {
	transition: transform 0.2s ease;
}

.entry-thumb:hover .image {
	transform: scale(1.05);
}

.entry-title-calendar {
	margin-bottom: 35px;
}

body.page-template-template-events .cover-image {
  padding-top: 50%;
}

/* Nová HP - kalendář */
.mt-15 {
  margin-top: 15px !important;
}

.hp-new {
  background-color: #fafafa;
}

.hp-new-left {
  background-color: #fafafa;
}

.hp-new-calendar-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}

.hp-new-calendar {
  max-width: 500px;
  margin-right: 40px;
}

.hp-new-calendar-item {
  margin-bottom: 20px;
  background-color: #fafafa;
  padding: 20px;
  text-align: center;
}

.hp-new-calendar-icon {
	margin-bottom: 20px;
  width: 60px;
  text-align: right;
}

.hp-new-calendar-icon div {
  width: 50px;
}

.hp-new-calendar-icon i {
  font-size: 45px;
  color: gray;
}

.hp-new-calendar-box {
  width: 100%;
}

.hp-new-calendar-box h3 {
  margin-bottom: 5px;
  text-align: right;
}

.hp-new-calendar-box p {
  margin-top: 0;
  font-size: 10pt;
  line-height: 18px;
  text-align: right;
}

.hp-new-calendar-box p a {
	text-decoration: underline;
}

.hp-new-calendar-box p a:hover {
	text-decoration: none;
}

@media ( max-width: 960px ) {
  .hp-new {
    flex-direction: column-reverse;
  }

  .hp-new-calendar {
    width: 100%;
    margin-right: 0;
  }
}

/* UI kit extension - rozsireni grid tříd */
@media (min-width: 960px) {
    .uk-child-width-2-3\:m > * {
        width: 61.5%;
    }
    .uk-child-width-1-3\:m > * {
        width: 38.5%;
    }
}

@media (min-width: 960px) {
    .custom-width-70 {
        width: 61.5%;
    }
    .custom-width-30 {
        width: 38.5%;
    }
}

.new-hp-2024 .intro-button {
  bottom: 150px;
  margin-left: 80px;
  text-align: left;
}

@media ( max-width: 1000px ) {
  .new-hp-2024 .intro-button {
    bottom: 50px;
  }
}

.new-hp-2024 .entry-title {
  text-align: left;
  margin-left: 20px !important;
}

.new-hp-2024 .entry-category {
  text-align: left;
  margin-left: 83px;
}

.new-hp-2024 .entry-content {
  margin-top: 40px;
}

@media ( min-width: 1600px ) {
  .new-hp-2024 .entry-content {
    margin-top: 70px;
  }
}

/* Box pro stažení souboru */
.download-file {

}

.download-file a {
	height: 50px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
	display: inline-block;
	line-height: 50px;
	color: white !important;
	text-decoration: none !important;
	text-align: center;
	font-family: 'BCNovatica', Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
}

.download-file a:hover {
	background-color: #6DA025 !important;
}

.two-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.entry-title {
	text-wrap: balance;
}

.show-darkmode {
	display: none;
}

.new-hp-bg {
	background-color: #fafafa;
}

.post .entry-category a, span.meta-author a {
  color: #00bfe8 !important;
}

.site-sidebar .widget:not(.widget-zm-n-l) .title {
    color: #00bfe8 !important;
}

.author-box .author-info .author-name span {
  color: #00bfe8 !important;
}

#header {
  background-color: #e8f9fd;
}

.site-footer {
  background-color: #e8f9fd;
}

.widget.categories-list {
  background-color: #e8f9fd;
}

.entry-body p.capital {
  font-size: 1.3rem;
}
