/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/
/* mixins */
/* general */
.nkg-grid-sys .nkg-item img {
  max-width: none;
  width: 100%;
}

/* filters */
.nkg-filters {
  list-style: none;
  text-align: center;
}
.nkg-filters li {
  display: inline-block;
  line-height: 1;
}
.nkg-filters li a {
  opacity: 0.7;
  text-transform: uppercase;
}
.nkg-filters li:not(:last-child) a:after {
  content: " / ";
  display: inline-block;
  width: 2em;
}
.nkg-filters li.nkg-active a {
  opacity: 1;
}

/* masonry */
.nkg-masonry-active {
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

/* Grid */
.nkg-row .nkg-item[class*=nkg-col-md-] {
  margin-bottom: 30px;
}

.nkg-row:not(.nkg-masonry-active) {
  /*  Large Desktop  */
}
@media (min-width: 992px) {
  .nkg-row:not(.nkg-masonry-active) {
    /* Column clear fix */
  }
  .nkg-row:not(.nkg-masonry-active) .nkg-col-md-2:nth-child(6n+1),
.nkg-row:not(.nkg-masonry-active) .nkg-col-md-3:nth-child(4n+1),
.nkg-row:not(.nkg-masonry-active) .nkg-col-md-4:nth-child(3n+1),
.nkg-row:not(.nkg-masonry-active) .nkg-col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .nkg-row:not(.nkg-masonry-active) .nkg-col-md-2:nth-child(6n+1),
.nkg-row:not(.nkg-masonry-active) .nkg-col-md-3:nth-child(4n+1),
.nkg-row:not(.nkg-masonry-active) .nkg-col-md-4:nth-child(3n+1),
.nkg-row:not(.nkg-masonry-active) .nkg-col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

/* mosaic system */
.nkg-mosaic-row {
  overflow: hidden;
  width: 100%;
}

.nkg-mosaic-row .nkg-item {
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nkg-mosaic-row [class*=nkg-mosaic-col-md-] {
  width: 100%;
}

.nkg-mosaic-row [class*=nkg-mosaic-col-md-] img {
  width: 100.3%;
  max-width: none;
}

.nkg-mosaic-row:not(.nkg-masonry-active) {
  /*  Tablette Desktop  */
  /*  Large Desktop  */
}
@media (min-width: 768px) {
  .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .nkg-mosaic-row:not(.nkg-masonry-active) {
    /* reset previous media query */
  }
  .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(2n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
    clear: initial;
  }
  .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(6n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(4n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(3n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-2:nth-child(6n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-3:nth-child(4n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-4:nth-child(3n+1),
.nkg-mosaic-row:not(.nkg-masonry-active) .nkg-mosaic-col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .nkg-mosaic-row [class*=nkg-mosaic-col-md-] {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .nkg-mosaic-row .nkg-mosaic-col-md-2 {
    width: 16.66%;
  }

  .nkg-mosaic-row .nkg-mosaic-col-md-3 {
    width: 25%;
  }

  .nkg-mosaic-row .nkg-mosaic-col-md-4 {
    width: 33.33333333%;
  }
}
/* Content under */
.nkg-content-under {
  padding: 25px;
  text-align: center;
  border: 1px solid transparent;
}
.nkg-content-under h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}
.nkg-content-under h3 a:not(.btn):hover {
  color: inherit;
}
.nkg-content-under h3 + p {
  margin-top: 13px;
  font-size: 13px;
  margin-bottom: 0;
}

/* Roll over commn styles */
.nkg-item figure {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: -1px !important;
}

.nkg-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid transparent;
}
.nkg-item figcaption h3 {
  font-weight: bold;
}
.nkg-item figcaption h3, .nkg-item figcaption p {
  margin-bottom: 0;
  color: inherit;
}
.nkg-item figcaption h3 + p {
  letter-spacing: 0.05em;
}
.nkg-item figcaption .nkg-term {
  text-transform: uppercase;
  font-size: 11px;
}

.nkg-item:hover figcaption {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.nkg-item a.nkg-coverlink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nkg-item a.nkg-coverlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

/* icons*/
.nkg-item figcaption a {
  display: inline-block;
}
.nkg-item figcaption a:not(.nkg-coverlink) {
  margin: 10px;
}
.nkg-item figcaption a span {
  display: none;
}
.nkg-item figcaption a:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "custom-icons";
  font-size: 30px;
}

.nkg-default .nkg-item img {
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.nkg-default .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.nkg-default .nkg-item figcaption a {
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.nkg-default .nkg-item figcaption a:not(.nkg-coverlink), .nkg-default .nkg-item figcaption a.nkg-coverlink:before {
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  font-size: 15px;
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 57px;
}
.nkg-default .nkg-item figcaption a:before {
  font-size: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nkg-default .nkg-item figcaption a {
    /*chrome  safari */
    line-height: 56px;
  }
}
@media screen and (-moz-images-in-menus: 0) {
  .nkg-default .nkg-item figcaption a {
    /*firefox*/
    line-height: 56px;
  }
}
.nkg-default .nkg-item figcaption a:not(.nkg-coverlink):first-child {
  -webkit-transform: translateX(-200%) translateY(-200%) scale(0);
  transform: translateX(-200%) translateY(-200%) scale(0);
}
.nkg-default .nkg-item figcaption a:not(.nkg-coverlink):last-child {
  -webkit-transform: translateX(200%) translateY(200%) scale(0);
  transform: translateX(200%) translateY(200%) scale(0);
}
.nkg-default .nkg-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.nkg-default .nkg-item:hover figcaption a:not(.nkg-coverlink) {
  -webkit-transform: translateX(0) translateY(0) scale(1);
  transform: translateX(0) translateY(0) scale(1);
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.nkg-cornish-rex-center .nkg-item figcaption,
.nkg-cornish-rex-bottom-left .nkg-item figcaption,
.nkg-cornish-rex-top-right .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  padding: 26px;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.nkg-cornish-rex-center .nkg-item figcaption .nkg-btn,
.nkg-cornish-rex-bottom-left .nkg-item figcaption .nkg-btn,
.nkg-cornish-rex-top-right .nkg-item figcaption .nkg-btn {
  text-align: center;
}
.nkg-cornish-rex-center .nkg-item figcaption h3,
.nkg-cornish-rex-center .nkg-item figcaption .nkg-term,
.nkg-cornish-rex-bottom-left .nkg-item figcaption h3,
.nkg-cornish-rex-bottom-left .nkg-item figcaption .nkg-term,
.nkg-cornish-rex-top-right .nkg-item figcaption h3,
.nkg-cornish-rex-top-right .nkg-item figcaption .nkg-term {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.nkg-cornish-rex-center .nkg-item figcaption a,
.nkg-cornish-rex-bottom-left .nkg-item figcaption a,
.nkg-cornish-rex-top-right .nkg-item figcaption a {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  margin: 0;
}
.nkg-cornish-rex-center .nkg-item figcaption a:last-of-type,
.nkg-cornish-rex-bottom-left .nkg-item figcaption a:last-of-type,
.nkg-cornish-rex-top-right .nkg-item figcaption a:last-of-type {
  margin-left: 10px;
}
.nkg-cornish-rex-center .nkg-item:hover figcaption,
.nkg-cornish-rex-bottom-left .nkg-item:hover figcaption,
.nkg-cornish-rex-top-right .nkg-item:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.nkg-cornish-rex-center .nkg-item:hover figcaption h3,
.nkg-cornish-rex-center .nkg-item:hover figcaption .nkg-term,
.nkg-cornish-rex-bottom-left .nkg-item:hover figcaption h3,
.nkg-cornish-rex-bottom-left .nkg-item:hover figcaption .nkg-term,
.nkg-cornish-rex-top-right .nkg-item:hover figcaption h3,
.nkg-cornish-rex-top-right .nkg-item:hover figcaption .nkg-term {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nkg-cornish-rex-center .nkg-item:hover figcaption a,
.nkg-cornish-rex-bottom-left .nkg-item:hover figcaption a,
.nkg-cornish-rex-top-right .nkg-item:hover figcaption a {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
}
.nkg-cornish-rex-center .nkg-item .nkg-coverlink span, .nkg-cornish-rex-center .nkg-item .nkg-coverlink:before,
.nkg-cornish-rex-bottom-left .nkg-item .nkg-coverlink span,
.nkg-cornish-rex-bottom-left .nkg-item .nkg-coverlink:before,
.nkg-cornish-rex-top-right .nkg-item .nkg-coverlink span,
.nkg-cornish-rex-top-right .nkg-item .nkg-coverlink:before {
  display: none;
}

.nkg-cornish-rex-center .nkg-item figcaption {
  -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;
}

.nkg-cornish-rex-bottom-left .nkg-item figcaption {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
}

.nkg-cornish-rex-top-right .nkg-item figcaption {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.nkg-dragon-li .nkg-item img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
}
.nkg-dragon-li .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.nkg-dragon-li .nkg-item figcaption a {
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.nkg-dragon-li .nkg-item figcaption a:first-child {
  -webkit-transform: translateY(-200%) scale(0);
  transform: translateY(-200%) scale(0);
}
.nkg-dragon-li .nkg-item figcaption a:last-child {
  -webkit-transform: translateY(200%) scale(0);
  transform: translateY(200%) scale(0);
}
.nkg-dragon-li .nkg-item figcaption div:not(.nkg-dragon-li-content) {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.nkg-dragon-li .nkg-item .nkg-coverlink:before {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.nkg-dragon-li .nkg-item .nkg-dragon-li-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 26px;
  text-align: left;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
.nkg-dragon-li .nkg-item .nkg-dragon-li-content h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.nkg-dragon-li .nkg-item:hover a:first-child,
.nkg-dragon-li .nkg-item:hover a:last-child {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s;
}
.nkg-dragon-li .nkg-item:hover img {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: transform 0.3s ease-in-out 0.2s;
  transition: transform 0.3s ease-in-out 0.2s;
}
.nkg-dragon-li .nkg-item:hover .nkg-dragon-li-content {
  bottom: 0;
  -webkit-transition: bottom 0.4;
  transition: bottom 0.4;
}

.nkg-bambino .nkg-item img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.nkg-bambino .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 0;
  top: auto;
  opacity: 1;
}
.nkg-bambino .nkg-item figcaption a {
  opacity: 0;
}
.nkg-bambino .nkg-item figcaption a:first-child {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.nkg-bambino .nkg-item figcaption a:last-child {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.nkg-bambino .nkg-item:hover figcaption {
  height: 100%;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.nkg-bambino .nkg-item:hover figcaption a {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s ease-out 0.3s, opacity 0.5s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.5s ease-out 0.3s;
  opacity: 1;
}

.nkg-ragdoll .nkg-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  padding: 26px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
}
.nkg-ragdoll .nkg-item figcaption .nkg-btn:not(.nkg-coverlink) {
  text-align: center;
  font-size: 12px;
  padding: 10px 20px;
}
.nkg-ragdoll .nkg-item figcaption .nkg-btn:not(.nkg-coverlink) span {
  display: inline-block;
}
.nkg-ragdoll .nkg-item figcaption h3 {
  margin-bottom: 15px;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.nkg-ragdoll .nkg-item figcaption a:not(.nkg-coverlink),
.nkg-ragdoll .nkg-item figcaption .nkg-fakebtn {
  opacity: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  font-size: 12px;
  padding: 10px 20px;
  -webkit-transition: transform 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out 0.3s;
  margin: 0;
}
.nkg-ragdoll .nkg-item figcaption a:not(.nkg-coverlink):before,
.nkg-ragdoll .nkg-item figcaption .nkg-fakebtn:before {
  content: "";
  display: none;
}
.nkg-ragdoll .nkg-item figcaption a:not(.nkg-coverlink):not(.nkg-fakebtn):last-of-type,
.nkg-ragdoll .nkg-item figcaption .nkg-fakebtn:not(.nkg-fakebtn):last-of-type {
  margin-left: 10px;
}
.nkg-ragdoll .nkg-item:hover figcaption {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nkg-ragdoll .nkg-item:hover figcaption h3,
.nkg-ragdoll .nkg-item:hover figcaption .nkg-term {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.nkg-ragdoll .nkg-item:hover figcaption a:not(.nkg-coverlink),
.nkg-ragdoll .nkg-item:hover figcaption .nkg-fakebtn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
}
.nkg-ragdoll .nkg-item .nkg-coverlink span, .nkg-ragdoll .nkg-item .nkg-coverlink:before {
  display: none;
}

.nkg-cornish-rex-center .nkg-item figcaption {
  -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;
}

/* SINGLE NAVIGATION */
.nkg-prev-page-icon,
.nkg-next-page-icon,
.nkg-return-page-icon {
  font-style: normal;
}

#nkg-post-navigation {
  list-style: none;
  display: block;
}
#nkg-post-navigation li {
  display: inline-block;
}

/* Rounded Image navigation */
#nkg-post-navigation.nkg-rounded-nav-thumb {
  display: flex;
  align-items: center;
}
#nkg-post-navigation.nkg-rounded-nav-thumb li {
  width: 33.33%;
}
#nkg-post-navigation.nkg-rounded-nav-thumb img {
  display: none;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev {
  justify-content: flex-start;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a {
  justify-content: flex-start;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next {
  justify-content: flex-end;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a {
  justify-content: flex-end;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev, #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next {
  display: inline-flex;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a, #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 140px;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a span, #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a span {
  font-size: 15px;
  text-align: center;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a span span:first-of-type, #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a span span:first-of-type {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a span span:last-of-type, #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a span span:last-of-type {
  font-weight: bold;
  display: none;
}
#nkg-post-navigation.nkg-rounded-nav-thumb #nkg-return-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
#nkg-post-navigation.nkg-rounded-nav-thumb #nkg-return-page a {
  border: 1px solid #ccc;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nkg-post-navigation.nkg-rounded-nav-thumb #nkg-return-page i {
  font-size: 25px;
}
#nkg-post-navigation.nkg-rounded-nav-thumb #nkg-return-page span {
  display: none;
}

@media (min-width: 992px) {
  #nkg-post-navigation.nkg-rounded-nav-thumb img {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 100%;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a, #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a {
    width: 250px;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a span span:last-of-type, #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a span span:last-of-type {
    display: inline;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb #nkg-return-page a {
    height: 90px;
    width: 90px;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a {
    justify-content: flex-start;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a img {
    margin-right: 10px;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-prev a > span {
    text-align: left;
    padding-right: 15px;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a {
    justify-content: flex-end;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a img {
    margin-left: 10px;
  }
  #nkg-post-navigation.nkg-rounded-nav-thumb .nkg-nav-next a > span {
    text-align: right;
    padding-left: 15px;
  }
}
/* Simple Arrow navigation */
#nkg-post-navigation.nkg-simple-arrow-nav {
  margin: 1.8em 0;
}
#nkg-post-navigation.nkg-simple-arrow-nav li {
  display: block;
  float: left;
}
#nkg-post-navigation.nkg-simple-arrow-nav li:not(:last-of-type) {
  margin-right: 5px;
}
#nkg-post-navigation.nkg-simple-arrow-nav li a {
  display: block;
  border: 1px solid #ededed;
  width: 50px;
  height: 50px;
  text-align: center;
}
#nkg-post-navigation.nkg-simple-arrow-nav li i {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  line-height: 50px;
  width: 100%;
}

/* COMMENTS */
.single-nkg-grid-item #respond {
  margin: 3rem 0 0 0;
}

/* RELATED WORKS */
.nkg-related-works {
  margin-top: 3rem;
}

.nkg-teaser {
  /* button */
}
.nkg-teaser img {
  max-width: none;
  width: 100%;
}
.nkg-teaser figure {
  margin-bottom: -1px;
}
.nkg-teaser .nkg-teaser-more-works {
  display: block;
  padding: 30px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.25em;
}
.nkg-teaser .nkg-teaser-more-works:hover {
  text-decoration: none;
}
@media (min-width: 991px) {
  .nkg-teaser .nkg-teaser-more-works span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 991px) {
  .nkg-teaser {
    position: relative;
    /* button */
  }
  .nkg-teaser .nkg-teaser-title {
    text-align: right;
    margin-bottom: 17px;
  }
  .nkg-teaser .nkg-teaser-left {
    width: 35%;
    float: left;
    padding-top: 7%;
  }
  .nkg-teaser .nkg-teaser-center {
    width: 50%;
    float: left;
    padding: 0 30px;
  }
  .nkg-teaser .nkg-teaser-right {
    width: 15%;
    float: left;
    padding-top: 4%;
  }
  .nkg-teaser .nkg-teaser-small {
    width: 70%;
    margin-left: 30%;
    margin-top: 30px;
  }
  .nkg-teaser .nkg-teaser-medium {
    width: 100%;
  }
  .nkg-teaser .nkg-teaser-large {
    width: 75%;
    margin-top: 30px;
  }
  .nkg-teaser .nkg-teaser-x-large {
    width: 100%;
  }
  .nkg-teaser .nkg-teaser-more-works-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
  }
  .nkg-teaser .nkg-teaser-more-works {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 40%;
  }
}

@media (min-width: 1400px) {
  .container-half-width {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/*# sourceMappingURL=style.css.map */
