.blog-details {
  padding: 60px 0;
}
.blog-details .blog-one__single {
  margin-bottom: 70px;
}
.blog-details .blog-one__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0px;
  margin-bottom: 35px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .blog-details .blog-one__title br {
    display: none;
  }
}
.blog-details .blog-one__content {
  padding-left: 50px;
  padding-right: 50px;
  border: 0;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 375px) {
  .blog-details .blog-one__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-details .blog-one__text {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
  color: #7c859b;
  text-align: justify;
}
.blog-details .blog-one__text + .blog-one__text {
  margin-top: 30px;
}
.blog-details__content-title {
  margin: 0;
  color: black;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.blog-details .share-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 480px) {
  .blog-details .share-block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.blog-details .share-block:before {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid #e8ebf2;
  border-bottom: 1px solid #e8ebf2;
  position: absolute;
  top: -5px;
  left: 0;
}
.blog-details .share-block .left-block p {
  margin: 0;
  color: black;
  font-size: 20px;
  font-weight: 700;
  font-family: "barlow_semi_condensedmedium";
  display: flex;
  align-items: center;
}
.blog-details .share-block .left-block p a {
  background-color: #eef1f6;
  color: black;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.4s ease;
  line-height: 33px;
  padding: 0px 20px;
  letter-spacing: 0;
  font-family: "robotoregular";
  margin-left: 10px;
}
.blog-details .share-block .left-block p a + a {
  margin-left: 5px;
}
.blog-details .share-block .left-block p a:hover {
  color: #fff;
  background-color: #70A548;
}
.blog-details .share-block .social-block {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .blog-details .share-block .social-block {
    margin-top: 20px;
  }
}
.blog-details .share-block .social-block a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 235, 242);
  width: 41px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  color: #7c859b;
  transition: all 0.4s ease;
}
.blog-details .share-block .social-block a:hover {
  color: #fff;
  background-color: #70A548;
  border-color: #70A548;
}
.blog-details .share-block .social-block a + a {
  margin-left: 10px;
}
.blog-details__author {
  background-color: #eef1f6;
  padding: 60px 60px;
  margin-top: 50px;
  margin-bottom: 60px;
}
.blog-details__author-image, .blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 480px) {
  .blog-details__author-image, .blog-details__author-content {
    display: block;
  }
}
.blog-details__author-image {
  width: 169px;
}
.blog-details__author-image > img {
  width: 100%;
}
.blog-details__author-content {
  padding-left: 40px;
}
@media (max-width: 480px) {
  .blog-details__author-content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}
.blog-details__author-content h3 {
  color: black;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-details__author-content p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: #7c859b;
  margin-bottom: 0px;
}
.blog-details__author-content a {
  font-size: 16px;
  font-weight: 500;
  color: #70A548;
  transition: all 0.4s ease;
}
.blog-details__author-content a:hover {
  color: black;
}

.blog-one {
  padding: 120px 0;
}
.blog-one__single {
  position: relative;
  margin-bottom: 30px;
}
.blog-one__single:hover .blog-one__more-link {
  color: #fff;
  opacity: 1;
}
.blog-one__single:hover .blog-one__image > img {
  opacity: 0.7;
}
.blog-one__single:hover .blog-one__content {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.blog-one__image {
  position: relative;
  background-color: black;
}
.blog-one__image > img {
  width: 100%;
  transition: all 0.4s ease;
}
.blog-one__content {
  background-color: rgb(255, 255, 255);
  border-top: 0;
  transition: all 0.4s ease;
  padding: 46px 50px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575px) {
  .blog-one__content {
    padding: 30px;
  }
}
.blog-one__meta {
  margin: 0;
  display: flex;
  align-items: center;
}
.blog-one__meta li {
  display: flex;
  align-items: center;
  line-height: 1em;
}
.blog-one__meta li + li:before {
  content: ".";
  color: #70A548;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}
.blog-one__meta li a {
  color: #70A548;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.blog-one__meta li a:hover {
  color: #70A548;
}
@media (max-width: 450.5px) {
  .blog-one__meta li a {
    font-size: 14px;
  }
}
.blog-one__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: black;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .blog-one__title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.blog-one__title a {
  color: inherit;
  transition: all 0.4s ease;
}
.blog-one__title a:hover {
  color: #70A548;
}
.blog-one__link {
  color: #7c859b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all 0.4s ease;
}
.blog-one__link:hover {
  color: black;
}
.blog-one__more-link {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.blog-one .post-pagination {
  margin-top: 40px;
}

.comment-one {
  margin-bottom: 60px;
}
.comment-one__single {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.comment-one__single:before {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid #e8ebf2;
  border-bottom: 1px solid #e8ebf2;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.comment-one__single + .comment-one__single {
  margin-top: 60px;
}
.comment-one__image, .comment-one__content {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 480px) {
  .comment-one__image, .comment-one__content {
    display: block;
  }
}
.comment-one__image {
  width: 170px;
}
.comment-one__image .inner-block {
  width: 100%;
}
.comment-one__image .inner-block > img {
  width: 100%;
  height: 170px;
}
.comment-one__content {
  padding-left: 40px;
  position: relative;
}
@media (max-width: 480px) {
  .comment-one__content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.comment-one__author {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: black;
}
.comment-one__date {
  color: #70A548;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}
.comment-one__text {
  color: #7c859b;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
}
.comment-one__reply {
  font-size: 14px;
  padding: 0px 21px;
  background-color: #eef1f6;
  color: black;
  font-weight: 500;
  line-height: 33px;
  transition: all 0.4s ease;
}
.comment-one__reply:hover {
  background-color: #70A548;
  color: #fff;
}
.comment-one__top-right {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  .comment-one__top-right {
    position: relative;
    margin-top: 15px;
  }
}

.reply-form input,
.reply-form textarea {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  background-color: #eef1f6;
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.reply-form textarea {
  height: 211px;
  padding-top: 15px;
}
.reply-form__btn {
  font-size: 20px;
  background-color: #70A548;
  padding: 12.5px 24.5px;
}
.reply-form__btn:hover {
  color: #fff;
  background-color: black;
}

.blog-one__home {
  padding-bottom: 90px;
}

.blog-one__home-one {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.sidebar__single {
  padding: 50px;
  background-color: #eef1f6;
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__post__single + .sidebar__post__single {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.sidebar__post__single + .sidebar__post__single:before {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: -5px;
  left: 0;
}
.sidebar__post-image, .sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}
.sidebar__post-image {
  width: 66px;
}
.sidebar__post-image .inner-block {
  width: 100%;
}
.sidebar__post-image .inner-block > img {
  width: 100%;
}
.sidebar__post-content {
  padding-left: 20px;
}
.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: black;
  font-family: "barlow_semi_condensedmedium";
}
.sidebar__post-title a {
  color: inherit;
  transition: all 0.4s ease;
}
.sidebar__post-title a:hover {
  color: #70A548;
}
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__category-list-item {
  line-height: 1em;
}
.sidebar__category-list-item a {
  color: #7c859b;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a i {
  color: #7b7b8c;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:hover {
  color: black;
}
.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px;
}
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1em;
  margin-top: 10px;
}
.sidebar__tags-list-item a {
  display: block;
  background-color: #fff;
  color: black;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 33px;
  transition: all 0.4s ease;
}
.sidebar__tags-list-item a:hover {
  color: #fff;
  background-color: #70A548;
}
.sidebar__search-form {
  width: 100%;
  height: 75px;
  background-color: #fff;
  position: relative;
}
.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #7c859b;
  padding-left: 30px;
  padding-right: 30px;
}
.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7c859b;
}
.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #7c859b;
}
.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #7c859b;
}
.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #7c859b;
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  transition: all 0.4s ease;
}
.sidebar__search-form button[type=submit] i {
  font-size: 16px;
  color: #70A548;
  transition: all 0.4s ease;
}/*# sourceMappingURL=campaign-details.css.map */