:root {
  --white: white;
  --gainsboro: #e6e6e6;
  --black: black;
  --dark-grey: #999;
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

ul, ol {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  text-align: center;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.rich-text {
  text-align: justify;
}

.rich-text h2, .rich-text h3 {
  font-family: Source Serif Pro, sans-serif;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: Source Serif Pro, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.rich-text h4 {
  font-family: Source Serif Pro, sans-serif;
  font-weight: 400;
  position: static;
}

.rich-text h5, .rich-text h6 {
  font-family: Source Serif Pro, sans-serif;
  font-weight: 400;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    z-index: 9999;
    position: relative;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .footer-categories {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .navigation-link {
    background-color: #fff;
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #141414;
    justify-content: center;
    align-items: flex-end;
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #00000040;
  }

  .menu-button {
    color: #000;
    font-family: Libre Franklin, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

  .menu-button.w--open {
    background-color: #141414;
    margin-right: 0;
  }

  .top-post-image {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .top-posts-litem {
    flex-flow: wrap;
  }

  .top-post-text {
    border-radius: 0;
    width: 100%;
    margin-top: auto;
    padding-left: 0;
  }

  .category-link {
    text-align: center;
    margin-bottom: 0;
  }

  .h3 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .h3.cc-title-section {
    margin-top: 0;
  }

  .h3.left {
    text-align: center;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-short-text {
    text-align: center;
  }

  .post-author {
    margin: 0;
  }

  .post-author-text {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .post-author-text.cc-small-thumbnail {
    padding-left: 0;
  }

  .post-author-text.cc-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .post-info-text {
    padding-left: 0;
  }

  .all-posts-item-list.latest-posts {
    margin-bottom: 0;
  }

  .all-posts-item {
    width: 50%;
  }

  .icon-2 {
    color: #fff;
  }

  .kategorija {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .kategorija.smanjenje {
    padding-top: 64px;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .post-content {
    padding-top: 32px;
  }

  .link-navbar {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
  }

  .tn-image-in-post {
    margin-bottom: 24px;
  }

  .h1-pocetna {
    font-size: 48px;
    line-height: 110%;
  }

  .by-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .section {
    margin-top: 64px;
  }

  .podnaslov-glavni {
    font-size: 32px;
  }

  .naslov-div {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .automatic-slider-wrapper {
    margin-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .reuslt {
    min-width: 10%;
    margin: 0;
    overflow: visible;
  }

  .results-container {
    min-width: 300%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 75px;
  }

  .top-section {
    flex-flow: column;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .top-post {
    margin-top: 0;
    padding-top: 32px;
  }

  .navigation-link {
    display: flex;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 600;
  }

  .category-link {
    text-align: center;
  }

  .h3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 24px;
  }

  .h3.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  .post-short-text {
    text-align: center;
  }

  .post-author {
    margin: 0;
  }

  .post-author-text {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .post-author-text.cc-small-thumbnail {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  ._3-collection-item {
    width: 100%;
  }

  .h4 {
    text-align: center;
  }

  .post-info-text {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .all-posts-item {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .section-title-text {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
  }

  ._2-collection-item {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .kategorija {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .kategorija.smanjenje {
    padding-top: 32px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .text-container {
    margin-top: 0;
  }

  .title-section {
    padding-top: 120px;
    padding-bottom: 32px;
  }

  .post-content {
    padding-top: 32px;
  }

  .logo.cc-footer {
    margin-right: 0;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: auto;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
  }

  .h1-pocetna {
    margin-bottom: 10px;
  }

  .by-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .podnaslov-glavni {
    margin-top: 10px;
    font-size: 24px;
    line-height: 120%;
  }

  .naslov-div {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .automatic-slider-wrapper {
    margin-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.white {
    margin-right: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .top-post {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .top-posts-litem {
    padding-bottom: 48px;
  }

  .top-post-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
  }

  .category-link {
    text-align: center;
    margin-bottom: 0;
  }

  .h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3.cc-title-section.cc-push-text, .h3.left, .h3.cc-title-section.cc-push-text, .h3.cc-title-section.cc-push-text, .h3.left {
    margin-bottom: 0;
  }

  .post-author, .post-author-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .post-author-text.cc-small-thumbnail {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .h4 {
    text-align: center;
  }

  .post-info-text {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .latest-posts {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .all-posts-item {
    justify-content: space-between;
    align-items: center;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .section-title-text {
    margin-bottom: 16px;
    font-size: 8px;
  }

  ._2-collection-item {
    justify-content: center;
    align-items: stretch;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kategorija {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .kategorija.smanjenje {
    padding-top: 32px;
  }

  .h1 {
    font-size: 24px;
    line-height: 120%;
  }

  .text-container {
    margin-top: 0;
  }

  .title-section {
    padding-top: 120px;
    padding-bottom: 16px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .post-content {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .post-content-wrapper {
    max-width: 100%;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .tag-wraps {
    flex-flow: column;
    padding-top: 16px;
    display: flex;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
  }

  .intro-text {
    font-size: 20px;
  }

  .article-image {
    margin-top: 0;
  }

  .h1-pocetna {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.5rem;
  }

  .by-wrap {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .podnaslov-glavni {
    margin-top: 0;
    font-size: 20px;
  }

  .naslov-div {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .automatic-slider-wrapper {
    margin-top: 100px;
  }

  .results-container {
    min-width: 500%;
  }
}
