/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc.standard {
  max-width: 850px;
  margin: auto;
}
.blog-details-desc img {
  border-radius: 20px;
}
.blog-details-desc h1 {
  font-size: 40px;
  line-height: 1.5;
  margin-top: 15px;
}
.blog-details-desc h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 15px;
}
.blog-details-desc .meta {
  margin-bottom: 25px;
  margin-top: 25px;
}
.blog-details-desc .meta li {
  display: inline-block;
  color: var(--paragraphColor);
  margin-right: 40px;
  position: relative;
  margin-bottom: 0;
}
.blog-details-desc .meta li::before {
  position: absolute;
  content: "";
  right: -28px;
  top: 7px;
  background: #D8D6DA;
  height: 8px;
  width: 8px;
  border-radius: 50px;
}
.blog-details-desc .meta li:last-child {
  margin-right: 0;
}
.blog-details-desc .meta li:last-child::before {
  display: none;
}
.blog-details-desc .meta li a {
  color: var(--blackColor);
  text-decoration-line: underline;
}
.blog-details-desc li {
  margin-bottom: 13px;
}
.blog-details-desc h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 15px;
}
.blog-details-desc h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
}
.blog-details-desc h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
}
.blog-details-desc h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
}
.blog-details-desc .list {
  padding-left: 0;
  max-width: 650px;
  margin-top: 25px;
  margin-bottom: 0;
}
.blog-details-desc .list li {
  display: inline-block;
  list-style-type: none;
  background: #F9F8FB;
  border-radius: 30px;
  letter-spacing: 0.02em;
  color: #504E4E;
  position: relative;
  padding: 12px 20px 12px 42px;
  margin-bottom: 20px;
}
.blog-details-desc .list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .list li i {
  background: var(--primaryGradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-desc .block {
  margin-top: 15px;
  margin-bottom: 30px;
}
.blog-details-desc .wp-block-quote {
  background: #EFEDF2;
  border-radius: 10px;
  padding: 30px 50px;
  border-left: 2px solid var(--blackColor);
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .wp-block-quote p {
  letter-spacing: 0.05em;
}
.blog-details-desc .nav-links {
  display: flex !important;
  justify-content: space-between !important;
  clear: both;
}
.blog-details-desc .article-share {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-top: 45px;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog-details-desc .article-share .share-content span {
  font-size: 17px;
  color: var(--blackColor);
  font-weight: 700;
}
.blog-details-desc .article-share .share-social {
  padding-left: 0;
  margin-bottom: 0;
}
.blog-details-desc .article-share .share-social li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.blog-details-desc .article-share .share-social li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-share .share-social li a i {
  font-size: 22px;
  background: var(--primaryGradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.blog-details-desc .article-previous-next {
  margin-top: 45px;
}
.blog-details-desc .article-previous-next .previous {
  color: var(--blackColor);
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  transition: var(--transition);
  margin-bottom: 10px;
  justify-content: start;
}
.blog-details-desc .article-previous-next .previous i {
  font-size: 17px;
  margin-right: 7px;
}
.blog-details-desc .article-previous-next .previous:hover {
  letter-spacing: 1px;
}
.blog-details-desc .article-previous-next .next {
  color: var(--blackColor);
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  transition: var(--transition);
  margin-bottom: 10px;
  justify-content: end;
}
.blog-details-desc .article-previous-next .next i {
  font-size: 17px;
  margin-left: 7px;
}
.blog-details-desc .article-previous-next .next:hover {
  letter-spacing: 1px;
}
.blog-details-desc .article-previous-next .item {
  border: 1px solid #E1DEE5;
  border-radius: 10px;
  padding: 25px 30px;
  transition: var(--transition);
  margin-bottom: 25px;
}
.blog-details-desc .article-previous-next .item span {
  font-weight: 500;
  font-size: 14px;
  color: var(--blackColor);
  display: block;
  margin-bottom: 15px;
}
.blog-details-desc .article-previous-next .item h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
.blog-details-desc .article-previous-next .item h4 a {
  color: var(--blackColor);
}
.blog-details-desc .article-previous-next .item .read-btn {
  background: var(--primaryGradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.blog-details-desc .article-previous-next .item .read-btn i {
  font-size: 18px;
  margin-left: 7px;
}
.blog-details-desc .article-previous-next .item:hover {
  border: 1px solid var(--blackColor);
}
.blog-details-desc .comments-title {
  margin-top: 0;
}
.blog-details-desc .article-comments {
  margin-top: 50px;
}
.blog-details-desc .article-comments h3 {
  font-size: 25px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 35px;
}
.blog-details-desc .article-comments .comments-list {
  position: relative;
  padding-left: 110px;
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E3EA;
}
.blog-details-desc .article-comments .comments-list:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-comments .comments-list img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 85px;
}
.blog-details-desc .article-comments .comments-list h5 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
}
.blog-details-desc .article-comments .comments-list span {
  background: var(--primaryGradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.blog-details-desc .article-comments .comments-list p {
  margin-bottom: 0;
  max-width: 1050px;
}
.blog-details-desc .article-comments .comments-list .reply-btn {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--blackColor);
}
.blog-details-desc .article-leave-comment {
  margin-top: 65px;
}
.blog-details-desc .article-leave-comment .title {
  font-size: 25px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 35px;
}
.blog-details-desc .article-leave-comment .form-group {
  margin-bottom: 25px;
  position: relative;
  display: flex;
}
.blog-details-desc .article-leave-comment .form-group label {
  position: absolute;
  left: 25px;
  top: 14.5px;
  border-right: 2px solid #C9C6CE;
  padding-right: 15px;
  margin-right: 15px;
}
.blog-details-desc .article-leave-comment .form-group label i {
  color: #7D7A83;
  font-size: 22px;
}
.blog-details-desc .article-leave-comment .form-group .form-control {
  background-color: #EFEDF2;
  border: 1px solid #EFEDF2;
  border-radius: 30px;
  display: inline-block;
  height: 62px;
  padding: 15px 25px 15px 85px;
  letter-spacing: 0.07em;
  color: #7D7A83;
  outline: 0;
  box-shadow: unset;
}
.blog-details-desc .article-leave-comment .form-group .form-control::-moz-placeholder {
  color: #7D7A83;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.blog-details-desc .article-leave-comment .form-group .form-control::placeholder {
  color: #7D7A83;
  transition: var(--transition);
}
.blog-details-desc .article-leave-comment .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-details-desc .article-leave-comment .form-group .form-control:focus::placeholder {
  color: transparent;
}
.blog-details-desc .article-leave-comment .form-group textarea.form-control {
  min-height: 200px;
  padding: 20px 25px 15px 85px;
}
.blog-details-desc .article-leave-comment .form-check {
  color: var(--paragraphColor);
  margin-bottom: 25px;
}
.blog-details-desc .article-leave-comment .form-check a {
  color: var(--secondaryColor);
}
.blog-details-desc .article-leave-comment .form-check a:hover {
  text-decoration: underline;
}
.blog-details-desc .article-leave-comment .form-check .form-check-input {
  margin-top: 0.24em;
  box-shadow: unset !important;
}
.blog-details-desc .article-leave-comment .form-check .form-check-input[type=checkbox] {
  border-radius: 50px;
}
.blog-details-desc .article-leave-comment .form-check .form-check-input:checked {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
}
.blog-details-desc .article-leave-comment .form-check .form-check-input:focus {
  border-color: var(--secondaryColor);
}
.blog-details-desc .article-leave-comment .form-check .form-check-label {
  cursor: pointer;
}
.blog-details-desc .article-leave-comment .default-btn {
  border: none;
  border-radius: 30px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .blog-details-desc h2 {
    font-size: 25px;
  }
  .blog-details-desc h3 {
    font-size: 18px;
    margin-top: 25px;
  }
  .blog-details-desc .quote {
    padding: 25px 30px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .blog-details-desc .article-share .share-social {
    margin-top: 15px;
  }
  .blog-details-desc .article-share .share-social.text-end {
    text-align: start !important;
  }
  .blog-details-desc .article-comments {
    margin-top: 30px;
  }
  .blog-details-desc .article-comments h3 {
    font-size: 20px;
  }
  .blog-details-desc .article-comments .comments-list {
    padding-left: 70px;
  }
  .blog-details-desc .article-comments .comments-list img {
    max-width: 55px;
  }
  .blog-details-desc .article-leave-comment {
    margin-top: 40px;
  }
  .blog-details-desc .article-leave-comment .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-desc .article-previous-next .item {
    padding: 20px;
  }
}
/* Min width 992px to Max width 1199px *//*# sourceMappingURL=blog-details.css.map */