@charset "UTF-8";

.post-details-content .post-details-body .content .meta {
  margin-top: 34px;
  margin-bottom: 11px;
}
.post-details-content .post-details-body .content .meta a {
  color: #787878;
  font-weight: 500;
  font-size: 18px;
}
.post-details-content .post-details-body .content .meta a i {
  margin-right: 10px;
}
.post-details-content .post-details-body .content .meta a:hover {
  color: #e5ba03;

}
.post-details-content .post-details-body .content .meta .category {
  margin-right: 30px;
}
.post-details-content .post-details-body .content .meta .post-date {
  letter-spacing: 0.25px;
}
.post-details-content .post-details-body .content .title {
  font-size: 42px;
  line-height: 1.3333;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .title {
    font-size: 18px;
  }
}
.post-details-content .post-details-body .content .title a {
  color: #252525;
}
.post-details-content .post-details-body .content .title a:hover {
  color: #e5ba03;
}
.post-details-content .post-details-body .content p {
  color: #252525;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.post-details-content .post-details-body .content .thumb-inner {
  margin-bottom: 36px;
  margin-top: 23px;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
  position: relative;
  padding: 18px 36px 43px;
  margin-top: 33px; background: #fbcf54;
}
.blockquote-area .blockquote-style h3 { font-size: 1.5rem;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
  position: absolute;
  bottom: 20px;
  right: 36px;
}
.post-details-content .post-details-body .content .widget-social-tags {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .widget-social-tags {
    display: block;
  }
}
.post-details-content .post-details-body .content .widget-social-tags .widget-tags {
  display: flex;
  align-items: baseline;
}
.post-details-content .post-details-body .content .widget-social-tags .widget-tags span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
}
.post-details-content .post-details-body .content .widget-social-tags .widget-tags ul {
  display: flex;
}
.post-details-content .post-details-body .content .widget-social-tags .widget-tags ul li {
  font-size: 16px;
}
.post-details-content .post-details-body .content .widget-social-tags .widget-tags ul li a {
  color: #252525;
  border: 1px solid #e0e0e0;
  border-radius: 14.5px;
  display: inline-block;
  margin-right: 8px;
  padding: 0 12px;
}
.post-details-content .post-details-body .content .widget-social-tags .widget-tags ul li a:hover {
  border-color: #e5ba03;
  background-color: #e5ba03;
  color: #fff;
}
.post-details-content .post-details-body .content .widget-social-tags .widget-social-icons {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .widget-social-tags .widget-social-icons {
    margin-bottom: 50px;
  }
}
.post-details-content .post-details-body .content .widget-social-tags .widget-social-icons span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
}
.post-details-content .post-details-body .content .widget-social-tags .widget-social-icons a {
  background-color: #e3e3e3;
  border-radius: 10px;
  color: #252525;
  display: inline-block;
  font-size: 14px;
  height: 27px;
  line-height: 29px;
  margin-right: 10px;
  text-align: center;
  width: 27px;
}
.post-details-content .post-details-body .content .widget-social-tags .widget-social-icons a:hover {
  border-color: #e5ba03;
  background-color: #e5ba03;
  color: #fff;
}
.post-details-content .post-details-body .content .page-next-prev {
  border: 2px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  padding: 30px 23px;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content .page-next-prev {
    padding: 30px 18px;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .page-next-prev {
    display: block;
  }
}
.post-details-content .post-details-body .content .page-next-prev .nav-item {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item {
    max-width: 222px;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item {
    max-width: none;
  }
}
.post-details-content .post-details-body .content .page-next-prev .nav-item i {
  border: 1px solid #adadad;
  border-radius: 50%;
  cursor: pointer;
  font-size: 19.55px;
  width: 36px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item i {
    line-height: 23px;
    width: 26px;
    height: 26px;
  }
}
.post-details-content .post-details-body .content .page-next-prev .nav-item a {
  color: #252525;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.34;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item a br {
    display: none;
  }
}
.post-details-content .post-details-body .content .page-next-prev .nav-item.prev {
  padding-left: 54px;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.prev {
    padding-left: 38px;
    padding-right: 4px;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.prev {
    padding-left: 0;
    padding-right: 5px;
    text-align: left;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.prev {
    margin-bottom: 40px;
    padding-left: 35px;
  }
}
.post-details-content .post-details-body .content .page-next-prev .nav-item.prev i {
  left: 0;
  position: absolute;
  top: 8px;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.prev i {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    margin: 0 auto 10px 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.prev i {
    position: absolute;
    top: 10px;
  }
}
.post-details-content .post-details-body .content .page-next-prev .nav-item.next {
  padding-right: 55px;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.next {
    padding-right: 38px;
    padding-left: 4px;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.next {
    display: flex;
    flex-direction: column-reverse;
    padding-right: 0;
    padding-left: 5px;
    text-align: right;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.next {
    padding-right: 35px;
  }
}
.post-details-content .post-details-body .content .page-next-prev .nav-item.next i {
  right: 0;
  position: absolute;
  top: 8px;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.next i {
    right: 0;
    position: relative;
    top: 0;
    margin: 0 0 10px auto;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .page-next-prev .nav-item.next i {
    position: absolute;
    top: 10px;
  }
}
.post-details-content .post-details-body .content .page-next-prev .nav-item.next a {
  text-align: right;
}
.post-details-content .post-details-body .content .page-next-prev .nav-item:hover i {
  background-color: #e5ba03;
  border-color: #e5ba03;
}
.post-details-content .post-details-body .content .comment-area .container {
  padding-top: 61px;
}
.post-details-content .post-details-body .content .comment-area .title {
  font-size: 32px;
  margin-bottom: 37px;
}
.post-details-content .post-details-body .content .comment-area .comment-view-area {
  padding-bottom: 24px;
}
.post-details-content .post-details-body .content .comment-area .comment-form-area .title {
  margin-bottom: 42px;
}
.post-details-content .post-details-body .content .comment-area .comment-content {
  margin-bottom: 29px;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info {
  display: flex;
  position: relative;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info .thumb {
  position: absolute;
  top: 7px;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info .author-details {
  padding-left: 101px;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info .author-details ul {
  margin-bottom: 8px;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info .author-details ul .name {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1px;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info .author-details ul .meta-date {
  color: #787878;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info .author-details p {
  font-size: 14px;
  line-height: 1.7142;
  margin-bottom: 7px;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info .author-details .btn-reply {
  color: #787878;
  font-size: 14px;
  letter-spacing: 0.1px;
}
.post-details-content .post-details-body .content .comment-area .comment-content .single-comment .author-info .author-details .btn-reply:hover {
  color: #e5ba03;
}


