@charset "UTF-8";
.single__day {
  color: #999;
  margin-bottom: 5px;
}
.single__heading {
  font-size: 18px;
  margin-bottom: 10px;
}
.single__category__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #8a877e;
  color: #fff;
  padding: 4px 10px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 1;
}
@media only screen and (max-width: 749px) {
  .single__head__content {
    padding: 20px 5.33333% 0;
  }
}
@media only screen and (min-width: 750px) {
  .single__head__img {
    min-width: 240px;
    max-width: 240px;
  }
  .single__head__content {
    padding-left: 40px;
  }
}
/* ------------------------------
- single__relation
------------------------------ */
.news__relation__item {
  width: 48.65671%;
}
.news__relation__content {
  padding: 5px 0 30px;
  position: relative;
}
.news__relation__date {
  color: #999;
  font-size: 12px;
}
.news__relation__heading {
  font-size: 12px;
  font-weight: normal;
}
.news__relation__category {
  position: absolute;
  left: 0;
  bottom: 0;
}
.news__relation__category__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #8a877e;
  border: 1px solid #e6e6e6;
  padding: 4px 10px;
  margin-right: 5px;
  font-size: 10px;
}
@media only screen and (max-width: 749px) {
  .news__relation__item:nth-child(n+3){
    margin-top: 5%;
  }
}
@media only screen and (min-width: 750px) {
  .news__relation__item {
    width: 32.08%;
  }
  .news__relation__item:not(:nth-child(3n)) {
    margin-right: 1.88%;
  }
  .news__relation__item:nth-child(n+4){
    display: none;
  }
  .news__relation__content {
    padding: 5px 0 35px;
  }
  .news__relation__heading {
    font-size: 13px;
  }
  .news__relation__date,
  .news__relation__heading,
  .news__relation__category__item {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
  }
  .news__relation__item:hover {
    opacity: .7;
  }
  .news__relation__item:hover .news__relation__date,
  .news__relation__item:hover .news__relation__heading {
    color: #f0801d;
  }
  .news__relation__item:hover .news__relation__category__item {
    background: #f0801d;
    color: #fff;
  }

}
/* ------------------------------
- single__pager
------------------------------ */
.single__pager {
  padding-top: 8.95522%;
  margin-top: 8.95522%;
  border-top: 1px solid #ccc;
}
.single__pager__inner {
  position: relative;
  text-align: center;
  width: 100%
}
[class*="single__pager__item"] {
  font-size: 16px;
}
.single__pager__item__all {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
}
.single__pager__item__prev,
.single__pager__item__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single__pager__item__prev {
  left: 0;
}
.single__pager__item__next {
  right: 0;
}
.single__pager__item__prev .inner,
.single__pager__item__next .inner {
  position: relative;
}
.single__pager__item__prev .inner {
  padding-left: 40px;
}
.single__pager__item__next .inner {
  padding-right: 40px;
}
.single__pager__item__prev .inner::before,
.single__pager__item__next .inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #ccc;
}
.single__pager__item__prev .inner::before {
  left: 0;
}
.single__pager__item__next .inner::before {
  right: 0;
}
@media only screen and (min-width: 750px) {
  .single__pager {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #ccc;
  }
  [class*="single__pager__item"] {
    font-size: 18px;
  }
  .single__pager__item__all {
    width: 110px;
    height: 110px;
  }
  .single__pager__item__prev {
    left: 30px;
  }
  .single__pager__item__next {
    right: 30px;
  }
  .single__pager__item__prev .inner::before,
  .single__pager__item__next .inner::before {
    width: 60px;
  }
  .single__pager__item__prev .inner {
    padding-left: 80px;
  }
  .single__pager__item__next .inner {
    padding-right: 80px;
  }
  [class*="single__pager__item"]:hover {
    color: #f0801d;
    opacity: .7;
  }
  [class*="single__pager__item"]:hover .inner::before {
    background: #f0801d;
  }
  .single__pager__item__all:hover {
    background: #f0801d;
    color: #fff;
  }
}
