: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;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navigation {
  color: #141414;
  background-color: #141414;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-logo {
  max-width: 75px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.container.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  display: flex;
}

.container.cc-post-image {
  max-width: 1400px;
}

.container.postcategory {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #141414;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.top-section {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-title-text {
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.footer-links {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-categories {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start space-between;
  display: flex;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

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

.top-post.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-small-text {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-post-image {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.top-posts-litem {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.top-post-text {
  flex-flow: column;
  width: 50%;
  padding-left: 50px;
  display: flex;
}

.category-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.category-link:hover {
  text-decoration: underline;
}

.h3 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Tenor Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

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

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

.h3.left {
  margin-bottom: 32px;
}

.post-short-text {
  color: #666;
  font-family: Source Serif Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.date {
  margin-left: 0;
}

.post-author.cc-top-margin {
  margin-right: 5px;
}

.post-author-text {
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

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

.post-author-text.cc-small-thumbnail {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 16px;
}

.posts-collection-list-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-image {
  margin-bottom: 20px;
}

.top-post-link-block {
  text-decoration: none;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

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

.post-info-text {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 16px;
  display: flex;
}

.all-posts-item-list {
  flex-wrap: wrap;
  align-items: stretch;
  margin: -25px -10px;
  display: flex;
}

.all-posts-item-list.latest-posts {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.all-posts-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  padding: 20px 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.no-margin {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.post-image {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.logo.w--current {
  flex: 0 auto;
  max-width: 33%;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.footer-links-inner {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.link-navbar {
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

.link-navbar.w--current {
  color: #fff;
  font-weight: 700;
}

.social-media-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-icon {
  max-width: 24px;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
}

.image {
  min-height: 100%;
}

.h1-pocetna {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

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

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.podnaslov-glavni {
  text-align: center;
  text-transform: none;
  font-family: Tenor Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
}

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

.gornji-div {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.pagination {
  margin-top: 0;
}

.no-underline {
  text-decoration: none;
}

.automatic-slider-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 120px;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
}

.reuslt {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 10%;
  margin: 0;
  display: flex;
  position: relative;
}

.grb {
  max-width: 20%;
  margin: 5px;
}

.results-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  min-width: 200%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: auto;
  overflow: visible;
}

.paragraph-rezultat {
  padding-left: 10px;
  padding-right: 10px;
}

@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%;
  }
}
