section .narrow-wrap {
  width: 85%;
  margin: 0 auto;
}

.breadcrumbs {
  margin-top: 30px;
}

section.single-item {
  padding-bottom: 50px;
}

section.single-item article {
  width: 100%;
}

section.single-item article .title {
  font-family: 'Akrobat SemiBold';
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

section.single-item article .title:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -50px;
}

section.single-item article .title a {
  color: #000;
  text-decoration: none;
}

section.single-item article .title a:link,
section.single-item article .title a:visited,
section.single-item article .title a:hover,
section.single-item article .title a:focus,
section.single-item article .title a:active {
  color: #000;
  text-decoration: none;
}

section.single-page-slider .main-items {
  padding: 0 7.5%;
}

@media (max-width: 991.98px) {
  section.single-page-slider .main-items {
    padding: 0 60px;
  }
}

section.single-page-slider .main-items .item {
  height: 500px;
}

section.single-page-slider .main-items .item .image {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

section.single-page-slider .main-items .slick-slide {
  position: relative;
  height: 500px;
}

section.single-page-slider .main-items .slick-arrow {
  position: absolute;
  height: 500px;
  top: 0;
  z-index: 1;
  background-color: transparent;
  border: none;
  color: transparent;
  width: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
}

section.single-page-slider .main-items .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/themes/faktorkultura-theme/dist/fe358601a9264e447b6318f8cb0d73a6.png);
}

section.single-page-slider .main-items .slick-arrow.slick-next {
  right: 0;
  background-image: url(/themes/faktorkultura-theme/dist/a94813bd6cde7a32026889805ebba962.png);
}

section.single-page-slider .main-items .slick-arrow.slick-disabled {
  display: none !important;
}

@media (max-width: 991.98px) {
  section.single-page-slider .main-items .slick-arrow {
    background-size: 30px 55px;
  }

  section.single-page-slider .main-items .slick-arrow.slick-prev {
    background-position-x: left;
  }

  section.single-page-slider .main-items .slick-arrow.slick-next {
    background-position-x: right;
  }
}

section.single-page-slider .nav-items {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 7.5%;
  padding-right: calc(7.5% - 20px);
}

@media (max-width: 991.98px) {
  section.single-page-slider .nav-items {
    padding: 0 60px;
    padding-right: 40px;
  }
}

section.single-page-slider .nav-items .item {
  height: 100px;
}

section.single-page-slider .nav-items .item .image {
  height: 100px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

section.single-page-slider .nav-items .slick-slide {
  position: relative;
  height: 100px;
  margin-right: 20px;
}

section.single-item article .categories {
  color: #df0784;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

section.single-item article .date {
  margin-bottom: 20px;
}

section.featured {
  margin-top: 40px;
}

section.featured article {
  padding-bottom: 50px;
}

section.featured article .image {
  padding-top: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

section.featured article .image a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section.featured article .categories {
  color: #df0784;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

section.featured article .title {
  font-family: 'Akrobat SemiBold';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

section.featured article .title a {
  color: #000;
  text-decoration: none;
}

section.featured article .title a:link,
section.featured article .title a:visited,
section.featured article .title a:hover,
section.featured article .title a:focus,
section.featured article .title a:active {
  color: #000;
  text-decoration: none;
}

section.featured article .date {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.1em;
}

section.featured article .date:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  margin-top: 15px;
}

section.featured article .excerpt {
  font-size: 1.2em;
}

section.featured article .share {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

section.featured .more {
  color: #df0784;
  text-decoration: none;
  font-weight: bold;
}

section.featured .more:link,
section.featured .more:visited,
section.featured .more:hover,
section.featured .more:focus,
section.featured .more:active {
  color: #df0784;
  text-decoration: none;
}

section.featured .more img {
  margin-left: 10px;
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
