/* 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
--------------------------------------------------- */
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,600,700%7CPT+Serif:400,700';
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background: #ffffff;
  color: #505050;
  margin: 0;
  padding: 0; }

a {
  color: #222222;
  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 "Montserrat", sans-serif;
  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-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #222222;
  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: 68px !important; }
  .site-header .site-logo {
    font-family: "Montserrat", sans-serif;
    /* font-size: 1.8rem; */
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -.04rem;
    /* max-width: 200px; */
    max-width: 250px;
    line-height: 100px;
    margin: 0;
    text-transform: uppercase; }
    .site-header .site-logo .img-logo {
        max-width: 80px;
    }
    @media (max-width: 1300px) {
        .site-header .site-logo .text-logo {
            display: none!important; }
    }
  .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:not(:last-child) > ul {
    display: none;
    top: 100%;
    left: 0; }
  .site-header .primary-menu .menu > li:not(:last-child):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: 220px;
      font-size: 11px;
      padding: .6rem 1rem;
      color: #8c8c8c;
      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; }

    .menu-barva:before {
        display: inline-block;
        content: '';
        background: transparent;
        width: 12px;
        height: 12px;
        position: relative;
        left: -5px;
        top: 1px; }
    .menu-barva-ms:before {
        background: #ffa100; /* barva materska skola MS */
    }
    .menu-barva-zs:before {
        background: #64A604; /* barva zakladni skola ZS */
    }
    .menu-barva-sd:before {
        background: #ff644a; /* barva skolni druzina SD */
    }
    .menu-barva-st:before {
        background: #69afac; /* barva stravovani ST */
    }

    .menu .menu-barva:before {
        width: 15px;
        height: 15px;
        left: -6px;
        top: 2px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
      .site-header .primary-menu .menu > li > ul li a:hover {
        padding-left: 20px; }
    .site-header .primary-menu .menu > li > ul li a:hover {
      color: #222222; }
    .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: #8c8c8c; }
    .site-header .search .toggle:hover {
      color: #222222; }
  .site-header .search .uk-drop {
    padding-right: 1rem;
    width: 200px; }
    .site-header .search .uk-drop .uk-search-input {
      background-color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      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.1); }
  .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; } */
  margin-top: 50px; }
  .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 {
    font-family: "PT Serif", sans-serif;
    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: #222222; }

.post .entry-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  .post .entry-meta > div > span {
    color: #8c8c8c; }
    .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: #8c8c8c;
      margin-right: 5px; }
    .post .entry-meta > div > span.meta-author cite {
      color: #8c8c8c;
      font-style: normal; }
      .post .entry-meta > div > span.meta-author cite:hover {
        color: #222222; }

.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: "PT Serif", sans-serif; */
  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 {
    /* font-family: "PT Serif", sans-serif; */
    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: 13px;
      padding-top: 15px;
      color: #acacac;
      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;
  /* padding-top: 100px; } */
  padding-top: 50px; }
  .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 .post.trend-index .entry-content .entry-title {
        text-transform: uppercase;
        font-weight: normal;
    }

      .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: #8c8c8C; }
          .site-primary .pagination ul li > *:hover {
            color: #222222; }
        .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: #222222;
        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: #8c8c8c;
      text-transform: uppercase;
      display: block; }
  .author-box .author-info p {
    font-size: 16px;
    font-family: "PT Serif", sans-serif;
    margin: 0; }

.comments-area {
  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: "PT Serif", sans-serif;
        color: #505050; }
  .comments-area .no-comments {
    margin-top: 60px;
    font-family: "PT Serif", sans-serif;
    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: "Montserrat", sans-serif;
      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.newsletter {
  text-align: center; }
  .widget.newsletter p {
    margin: 0 0 10px; }
  .widget.newsletter input[type="email"] {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px; }
  .widget.newsletter input[type="submit"] {
    width: 100%;
    display: block;
    margin: 10px 0; }
  .widget.newsletter button {
    width: 100%;
    display: block;
    margin: 10px 0; }
  .widget.newsletter .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%; }

/* 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; }

/* 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: #222222;
    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 {
      text-transform: capitalize;
      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: #222222; }
  .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-top: 5px; }
  /* margin-top: 100px; } */
  .site-about .inner {
    background-color: #fafafa;
    padding: 100px 20px;
    text-align: center; }
    .site-about .inner span {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #acacac; }
    .site-about .inner p {
      margin-top: 10px;
      font-family: "PT Serif", sans-serif;
      letter-spacing: .5px;
      color: #8c8c8c;
      max-width: 768px;
      margin: auto; }
    .site-about .inner .title {
      margin-top: 20px;
      text-transform: uppercase; }
    .site-about .inner .more {
      margin-top: 30px; }

.site-newsletter {
  display: block;
  position: relative;
  margin-bottom: 100px; }
  .site-newsletter .inner {
    background-color: #fafafa;
    padding: 40px; }
    .site-newsletter .inner h4 {
      margin: 0; }
    .site-newsletter .inner p {
      margin-top: 5px;
      font-family: "PT Serif", sans-serif;
      font-size: 14px;
      letter-spacing: .5px;
      color: #8c8c8c; }
    .site-newsletter .inner .form-container {
      display: block; }
      .site-newsletter .inner .form-container .form-group {
        display: block; }
        .site-newsletter .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-newsletter .inner .form-container .form-group input:focus {
            border-color: rgba(0, 0, 0, 0.5); }
        .site-newsletter .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 {
    background-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
    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: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0 20px; }

.cover-image {
  /* background-color: #ececec; */
  background-color: #fff;
  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-newsletter .inner .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .site-newsletter .inner .form-container .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .site-newsletter .inner .form-container .form-group input {
        margin-bottom: 0;
        margin-left: 40px; }
        .site-newsletter .inner .form-container .form-group input:first-child {
          margin-left: 0; }
      .site-newsletter .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; } }


/* my css custtomized **********************************************************/
.site-primary .block-listing .block-layout .trend-index .entry-content {
    text-align: center;
    padding-top: 15px; }
.trend-index .cover-image {
    background-size: contain;
    padding-top: 44.47300771208226%; }
.trend-index .entry-content .entry-snippet {
    font-size: inherit;
    text-align: center; }
.site-slider.background-style .post .entry-inner {
    background-color: rgba(0, 0, 0, 0.1); }
.site-footer .inner .instagram-feeds .title {
    color: #8c8c8c; }
.site-footer .copyrights {
    color: #8c8c8c; }
/* .site-primary .block-listing {
    margin-top: 50px; } */
.site-trending.my-frontpage-heading {
    margin-top: 0; }
.widget.post-listing.popular.my-popular-posts .post.type-post .entry-outer .entry-thumb {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px; }
.widget.post-listing.popular.my-popular-posts .post.type-post .entry-outer .entry-thumb p {
    margin-bottom: 10px; }
.widget.post-listing.popular .post.type-post {
    margin-top: 20px; }
.widget.post-listing.popular .post.type-post:not(:last-child) {
    border-bottom: 1px solid #e5e5e5; }
.my-post-kategorie {
    display: inline;
    list-style-type: none;
    padding-left: 0; }
.my-post-kategorie > li {
    display: inline; }
.my-post-kategorie > li > img {
    width: 30px;
    margin: 0 3px; }
.my-popular-posts .entry-meta div span {
    text-transform: lowercase;
    font-size: 12px; }
/* .site-primary .site-main {
    padding-bottom: 50px; }
.site-sidebar {
    padding-bottom: 50px; } */
.my-list-projekty {
    margin-bottom: 0; }
.my-list-projekty img {
    border: 1px solid #e5e5e5; }
#projekty.widget {
    background-color: transparent; }
.trend-index .cover-image {
    background-color: transparent; }
.site-primary .site-main .block-listing {
    margin-top: 75px; }
.site-primary .site-main .block-listing ~ .block-listing{
    margin-top: 100px; }
.my-prace-zaku {
    margin-top: 100px; }
.my-prace-zaku .inner .instagram-feeds {
    display: block;
    position: relative;
    overflow: hidden; }
.my-prace-zaku .inner .instagram-feeds .title {
/* .block-listing .heading.center h4 { */
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 40px;
    color: #8c8c8c;
    font-weight: normal; }
.heading .title {
    font-size: 18px; }
.site-footer {
    padding-top: 0;
    border-top: none; }
.site-footer .my-footer-info {
    background-color: rgba(210, 157, 15, 1);
    color: #fff; }
.site-footer .my-footer-info h1,
.site-footer .my-footer-info h2 {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;  }
 .site-footer .my-footer-info p {
     margin-top: 10px;
     font-size: 14px;  }
.site-footer .my-footer-info ul {
    text-align: left;
    list-style: none;  }
 .site-footer .my-footer-info ul * {
     color: #fff;
     text-transform: uppercase;
     font-size: 13px;  }
.site-footer .my-footer-info a:focus,
.site-footer .my-footer-info a:hover {
  /* color: #7c7c7c; */
  color: #333;
  text-decoration: none; }
.site-footer .my-footer-info .img-kostky {
    max-width: 320px;
    width: 100%;
    max-height: 100px;
    height: auto; }
.page-heading .inner .uk-breadcrumb {
    color: #8c8c8c; }
.my-site-content .site-primary .page-heading {
    margin-bottom: 0; }
.my-novinka-kategorie-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline; }
.my-novinka-kategorie-list > li {
    display: inline; }
.my-novinka-kategorie-list > li:not(:first-child)::before {
    content: '/';
    padding: 0 5px 0 3px;
}
.my-kategorie-background, {
    background-color: rgba(158, 204, 69, 0.5); }
.my-kategorie-background-ms {
    background-color: rgba(255, 161, 0, 0.4);
}
.my-kategorie-background-zs {
    background-color: rgba(158, 204, 69, 0.5);
}
.my-kategorie-background-sd {
    background-color: rgba(255, 100, 74, 0.3);
}
.my-kategorie-background-st {
    background-color: rgba(105, 175, 172, 0.5);
}
.my-novinky-list-thumb {
    background-color: rgba(0, 0, 0, 0.5); }
.page-heading .inner .title.my-title {
    text-transform: none; }
.my-stranka-content a:not(.no-after):after {
    font-family: "Floicons";
    font-size: 10px;
    font-weight: 400;
    /* content: "\ea5b"; */
    content: "\ea7e";
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 1px;
    color: #0f6ecd; }
.my-stranka-content a:hover:after {
    color: #7c7c7c; }
.my-stranka-content a {
    color: #0f6ecd; }
.my-stranka-content a:hover {
    color: #7c7c7c; }
.my-site-content .site-primary .my-stranka-page-heading {
    margin-bottom: 50px; }
.site-header .primary-menu {
    font-size: 15px;
    letter-spacing: 1px;
}
.my-entry-title {
    display: inline;
    text-transform: none; }
.my-post-thumb:hover {
    /* background-color: rgba(238, 238, 238, 0.5); */
    background-color: rgba(255, 255, 255, 0.2);
    }
.my-post-thumb {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.my-h3-platby-titulek {
    display: inline;
    text-transform: none;
    font-weight: normal; }
.site-header .primary-menu .menu > li > ul li a {
    color: #636262;
}
@media (max-width: 1509px) {
    .site-logo .text-logo {
        display:none;
    }
}
.site-header .primary-menu .menu > li > a:not(:last-child):after {
    color: #fff; }
.site-header .mobile-menu .trigger div span {
    background-color: #fff;
    height: 2px;
}
@media (min-width: 1200px) and (max-width: 1340px) {
    .site-header .primary-menu .menu, .site-header .primary-menu .menu li {
        font-size: 12px;
    }
}
.my-kontakty-telefony {
    font-size: 15px;
}
.my-kontakty-telefony a, .my-kontakty-telefony a {
    font-weight: bold;
    color: #0f6ecd; }
.my-kontakty-telefony a:hover, .my-kontakty-telefony a:active {
    color: #7c7c7c; }
.my-kontakt-thumb  *{
}
.my-kontakt-thumb h3 {
    font-size: 16px;
}
.my-kontakt-thumb a {
    font-size: 14px;
    color: #0f6ecd; }
.my-kontakt-thumb a:hover, .my-kontakt-thumb a:active {
    color: #7c7c7c; }

/* ZMENY 25.09.2020 [start] ****************************************************/
#header {
    /* background-color: rgba( 210, 157, 15, 1 ); */
    background-color: #fff;
    /* background-color: rgba(142, 219, 235, 1) !important; */
    /* background-color: #8edbeb !important; */
    background-color: #e8f4f7 !important;
    border-bottom: 0 !important;
}
#header .site-logo .text-logo {
    /* color: #7c7c7c; */
    color: #333;
    letter-spacing: 1px; }
.site-header .primary-menu .menu, .site-header .primary-menu .menu li {
    padding: 0 20px;
    display: inline-flex; }
.menu > .menu-li-ms {
    /* background-color: #DB7E08; } */
    background-color: #ffa100; }
.menu > .menu-li-ms:hover ul li:hover {
    /* background-color: #ffa100; } */
    /* background-color: rgba(255, 161, 0, 0.3); } */
    background-color: #da8a00; }
.menu > .menu-li-ms a:hover, .menu > .menu-li-ms a:active,
.site-header .primary-menu .menu > li > ul.menu-li-ms li a:hover, .site-header .primary-menu .menu > li > ul.menu-li-ms li a:active {
    color: #fff; }
.site-header .primary-menu .menu ul.menu-li-ms {
    background-color: #ffa100; }
.site-header .primary-menu .menu > li > ul.menu-li-ms li a {
    color: #333; }
.menu > .menu-li-ms a, .menu > .menu-li-ms a:hover {
    color: #333; }

.menu > .menu-li-zs {
    background-color: #64A604; }
.menu > .menu-li-zs a:hover, .menu > .menu-li-zs a:active,
.site-header .primary-menu .menu > li > ul.menu-li-zs li a:hover, .site-header .primary-menu .menu > li > ul.menu-li-zs li a:active {
    color: #333; }
.site-header .primary-menu .menu ul.menu-li-zs {
    background-color: #64A604; }
.site-header .primary-menu .menu > li > ul.menu-li-zs li a {
    color: #fff; }
.menu > .menu-li-zs:hover ul li:hover {
    /* background-color: #ffa100; } */
    background-color: rgba(72, 113, 13, 0.2); }

.menu > .menu-li-sd {
    background-color: #FF6040; }
.menu > .menu-li-sd a:hover, .menu > .menu-li-sd a:active,
.site-header .primary-menu .menu > li > ul.menu-li-sd li a:hover, .site-header .primary-menu .menu > li > ul.menu-li-sd li a:active {
    color: #333; }
.site-header .primary-menu .menu ul.menu-li-sd {
    background-color: #FF6040; }
.site-header .primary-menu .menu > li > ul.menu-li-sd li a {
    color: #fff; }
.menu > .menu-li-sd:hover ul li:hover {
    /* background-color: #ffa100; } */
    background-color: rgba(208, 74, 47, 0.5); }


.menu > .menu-li-st {
    background-color: #699EA0; }
.menu > .menu-li-st a:hover, .menu > .menu-li-st a:active,
.site-header .primary-menu .menu > li > ul.menu-li-st li a:hover, .site-header .primary-menu .menu > li > ul.menu-li-st li a:active {
    color: #333; }
.site-header .primary-menu .menu ul.menu-li-st {
    background-color: #699EA0; }
.site-header .primary-menu .menu > li > ul.menu-li-st li a {
    color: #fff; }
.menu > .menu-li-st:hover ul li:hover {
    /* background-color: #ffa100; } */
    background-color: rgba(67, 123, 125, 0.5); }

.menu > .menu-li-os {
    background-color: #C28B16; }
.menu > .menu-li-os a:hover, .menu > .menu-li-os a:active,
.site-header .primary-menu .menu > li > ul.menu-li-os li a:hover, .site-header .primary-menu .menu > li > ul.menu-li-os li a:active {
    color: #333; }
.site-header .primary-menu .menu ul.menu-li-os {
    background-color: #C28B16; }
.site-header .primary-menu .menu > li > ul.menu-li-os li a {
    color: #fff; }
.menu > .menu-li-os:hover ul li:hover {
    /* background-color: #ffa100; } */
    background-color: rgba(156, 109, 8, 0.5); }


.menu .menu-barva:before {
    display:none;
}
.menu > li a {
    color: #fff; }
.site-header .primary-menu .menu > li > ul li a {
    font-size: 13px; }
.site-header .primary-menu .menu > li > a:not(:last-child):after {
    display: none;
}
.site-header .primary-menu .menu > li + li {
    margin-left: 0;
}
.site-header .primary-menu .menu > li > a {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: normal;; }
.site-header .site-logo .img-logo {
    max-width: 60px; }
.site-header .primary-menu, .site-header .site-logo {
    line-height: 64px; }
.site-header .primary-menu .menu > li.menu-li-kontakt > a {
    font-size: 12px; }
.site-header .primary-menu {
    letter-spacing: inherit; }
body {
    background-color: #fafafa; }
#header {
    border-bottom: 1px solid rgba(156, 156, 156, 0.3);
    background: #fff;
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(194,139,22,1) 100%); */
}
.trend-index .entry-content .entry-snippet {
    font-size: 14px;
}
.trend-index .entry-content .entry-snippet p {
    /* margin: 0 10px 20px 10px; } */
    margin: 0 20px 20px 20px; }
.img-logo-rukou {
    width: 140px;
    height: auto; }

@media (min-width: 1200px) and (max-width: 1290px) {
    .img-logo-rukou {
        display: none; }

}
@media (min-width: 1291px) and (max-width: 1331px) {
    .img-logo-rukou {
        width: 100px; }
}
.site-header .mobile-menu .trigger div span {
    background-color: #c28b16; }
.my-prace-zaku {
    margin-top: auto; }
.motto-index.groucho > p {
    font-size: 16px;
    position: relative;
    padding-right: 2.5em;
}
.motto-index.groucho footer {
    font-size: 16px;
    font-weight: 700;
    color: rgba( 156, 156, 156, 1); }
.motto-index.groucho > p:after {
    font-family: "PT Serif", sans-serif;
    content: '\201D';
    position: absolute;
    top: -0.5em;
    right: 0;
    font-size: 6em;
    font-style: italic;
    color: rgba( 156, 156, 156, 0.3);
    z-index: 0;
}


.menu > .btn-hover-effect {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  /* padding: 22px 36px; */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.05);
  /* overflow: hidden; */
}

.menu > .btn-hover-effect--effect-1:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
}
.menu > .btn-hover-effect--effect-1:after {
  position: absolute;
  top: 1px;
  right: -40px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  line-height: inherit;
  opacity: 0;
}
.menu > .btn-hover-effect--effect-1:hover {
  /* padding-left: 26px;
  padding-right: 46px; */
}
.menu > .btn-hover-effect--effect-1:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.menu > .btn-hover-effect--effect-1:hover:after {
  right: 0;
  opacity: 1;
}
.my-popular-post {
    position: relative;
    /* background-color: rgba(255, 193, 7, 0.8);  */
    border-left: 60px solid rgba(255, 193, 7, 0.8);
    padding-left: 0px;
}
.my-popular-post::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 15px;
    right: 12px;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 0, 0, 0.7);
    -webkit-transform: rotateZ(20deg);
    -ms-transform: rotate(20deg);
    transform: rotateZ(20deg);
    z-index: 1; }
body.my-background-image {
    background-image: url(../../img//blue-sky-background/blue-sky-background_my_v2.png); }
/* .my-popular-post {
    border-top: 10px solid rgba(255, 0, 0, 0.3); } */
/* .my-popular-post .my-entry-title a {
    color: rgba(255, 0, 0, 0.7); } */
.article-feed .post .my-post-kategorie > li > img {
    width: 25px;
    position: relative;
    top: -3px; }
.site-slider.background-style .post .entry-inner .entry-content .entry-title {
    /* color: #ff5722; */
    color: #fff;
    text-shadow: #333 1px 0 10px;
    letter-spacing: 2px; }
.site-slider.background-style .post .entry-inner-dark {
    background-color: rgba(255, 255, 255, 0.4); }
.page-heading .inner .title.my-title {
    color: #666;
    text-shadow: #fff 1px 0 10px;
    line-height: 1.4; }
.site-footer .my-footer-info a {
    color: #fff; }
.site-footer .my-footer-info a:hover {
    color: #333; }
.my-mobile-menu-footer {
    color: #333; }
.page-heading {
  margin-bottom: 30px; }
.site-primary .site-main {
    padding-bottom: 30px;
}
.uk-form-icon:not(.uk-form-icon-flip)~.uk-textarea {
    padding-left: 40px!important; }
#modal-omluvenka .uk-modal-footer {
    border-top: none; }
/* ZMENY 25.09.2020 [end] ******************************************************/
