/**
 1. Next & Previous Post in Single Post
 2. Post Format UI
 */
/* ========== 1. Next & Previous Post in Single Post ========== */
.navigation-post {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #ababab;
}
.navigation-post .item-title {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  margin: 0;
}
.navigation-post .old-post {
  text-align: right;
}
.navigation-post i {
  font-size: 12px;
  display: inline-block;
  line-height: 28px;
  margin-right: 8px;
}
.navigation-post .old-post i {
  margin-right: 0;
  margin-left: 8px;
}
.navigation-post + #comments {
  margin-top: 0;
  padding-top: 30px;
  border-top: none;
}
hr {
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
}
/* ========== 2. Post Format UI ========== */
.kd-images-slider {
  position: relative;
}
.kd-images-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kd-images-slider .owl-nav > * {
  width: 40px;
  height: 40px;
  background-color: rgba(238, 238, 238, 0.5);
  line-height: 40px;
  text-align: center;
  position: relative;
}
.kd-images-slider .owl-nav > *:hover {
  background-color: #ffffff;
}
.kd-images-slider .owl-nav .owl-prev:before {
  content: '\f053';
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000000;
}
.kd-images-slider .owl-nav .owl-next:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
}
.project .support-post-format {
  margin-top: 50px;
}
.project .support-post-format + .images-project {
  margin-top: 30px;
}
