/*================================================
Em Blog Area CSS
=================================================*/
.em-blog-details-inner-area {
  max-width: 1200px;
  margin: auto;
}

.em-blog-details-desc {
  padding-left: 80px;
}
.em-blog-details-desc.style-two {
  padding-left: 30px;
}
.em-blog-details-desc.style-two .article-image {
  margin-top: 0;
}
.em-blog-details-desc.style-two .meta-list {
  margin-bottom: 20px;
}
.em-blog-details-desc.style-two h2 {
  margin-bottom: 20px;
}
.em-blog-details-desc.style-two .info {
  margin-bottom: 18px;
}
.em-blog-details-desc.style-two .article-footer {
  margin-top: 35px;
}
.em-blog-details-desc.style-three {
  padding-left: 0;
}
.em-blog-details-desc .meta-list {
  padding-left: 0;
  margin-bottom: 15px;
}
.em-blog-details-desc .meta-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.em-blog-details-desc .meta-list li:last-child {
  margin-right: 0;
}
.em-blog-details-desc .meta-list li a {
  background: #EBEBEB;
  border-radius: 2px;
  padding: 8px 10px;
  color: #5F5F5F;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
}
.em-blog-details-desc .meta-list li a:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.em-blog-details-desc h2 {
  font-weight: 500;
  font-size: 32px;
  color: #161414;
  margin-bottom: 15px;
}
.em-blog-details-desc .info .title {
  margin-left: 10px;
}
.em-blog-details-desc .info .title span {
  color: #757575;
  font-weight: 300;
  font-size: 14px;
}
.em-blog-details-desc .info .title span a {
  font-weight: 500;
  font-size: 14px;
  color: #4B4B4B;
}
.em-blog-details-desc .info .title span a:hover {
  color: var(--main-color);
}
.em-blog-details-desc .info .title .color {
  color: var(--main-color);
  margin-left: 5px;
}
.em-blog-details-desc .article-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.em-blog-details-desc .quotes {
  background: #F8F8F8;
  padding: 40px;
  position: relative;
  margin-top: 25px;
}
.em-blog-details-desc .quotes p {
  font-weight: 500;
  font-size: 17px;
  color: #242120;
  margin-bottom: 20px;
}
.em-blog-details-desc .quotes span {
  font-weight: 500;
  font-size: 17px;
  color: var(--optional-color);
  position: relative;
  padding-left: 35px;
}
.em-blog-details-desc .quotes span::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  left: 0;
  top: 10px;
  background-color: var(--optional-color);
}
.em-blog-details-desc .quotes .icon {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.em-blog-details-desc h3 {
  font-weight: 500;
  font-size: 28px;
  color: #161414;
  margin-top: 30px;
  margin-bottom: 15px;
}
.em-blog-details-desc .list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.em-blog-details-desc .list li {
  list-style-type: none;
  color: #646464;
  font-family: var(--paragraph-font-family);
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}
.em-blog-details-desc .list li:last-child {
  margin-bottom: 0;
}
.em-blog-details-desc .list li i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background: #FFAA96;
  color: var(--white-color);
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transition: var(--transition);
}
.em-blog-details-desc .list li:hover i {
  background-color: var(--main-color);
}
.em-blog-details-desc .article-footer {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.em-blog-details-desc .article-footer span {
  font-weight: 700;
  font-size: 18px;
  color: var(--black-color);
}
.em-blog-details-desc .article-footer .article-share {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  top: 4.5px;
}
.em-blog-details-desc .article-footer .article-share li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
}
.em-blog-details-desc .article-footer .article-share li:last-child {
  margin-right: 0;
}
.em-blog-details-desc .article-footer .article-share li a {
  line-height: 1;
}
.em-blog-details-desc .article-footer .article-share li a i {
  line-height: 1;
  font-size: 18px;
  color: var(--optional-color);
  transition: var(--transition);
}
.em-blog-details-desc .article-footer .article-share li a i:hover {
  color: var(--main-color);
}
.em-blog-details-desc .article-post-navigation {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper a {
  display: flex;
  align-items: center;
  justify-content: start;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 80px;
  width: 70px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper .meta-wrapper {
  display: block;
  color: var(--main-color);
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 10px;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #161414;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper .prev-link-info-wrapper {
  max-width: 195px;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper .previous-title {
  margin-bottom: 20px;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper .previous-title a {
  color: #8B8582;
  font-weight: 700;
  font-size: 15px;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper .previous-title a i {
  margin-right: 10px;
}
.em-blog-details-desc .article-post-navigation .prev-link-wrapper .previous-title a:hover {
  color: var(--optional-color);
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
  padding-left: 15px;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper a {
  display: flex;
  align-items: center;
  justify-content: end;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper .image-next {
  display: inline-block;
  min-width: 80px;
  width: 70px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper .meta-wrapper {
  display: block;
  color: var(--main-color);
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 10px;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #161414;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper .next-link-info-wrapper {
  max-width: 195px;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper .next-article-title {
  margin-bottom: 20px;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper .next-article-title a {
  color: #8B8582;
  font-weight: 700;
  font-size: 15px;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper .next-article-title a i {
  margin-left: 10px;
}
.em-blog-details-desc .article-post-navigation .next-link-wrapper .next-article-title a:hover {
  color: var(--optional-color);
}
.em-blog-details-desc .article-comments {
  margin-top: 50px;
}
.em-blog-details-desc .article-comments h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: bold;
}
.em-blog-details-desc .article-comments .comments-list {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.em-blog-details-desc .article-comments .comments-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.em-blog-details-desc .article-comments .comments-list h5 {
  color: #161414;
  font-size: var(--font-size);
  margin-bottom: 15px;
}
.em-blog-details-desc .article-comments .comments-list h5 span {
  color: #757575;
  font-weight: 300;
  font-size: 14px;
}
.em-blog-details-desc .article-comments .comments-list p {
  font-weight: 300;
  color: #585858;
  font-family: var(--font-family);
  margin-bottom: 0;
}
.em-blog-details-desc .article-comments .comments-list .children {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 30px 40px;
  margin-top: 20px;
  margin-left: 45px;
}
.em-blog-details-desc .article-comments .comments-list .children h4 {
  font-size: 15px;
  color: #161414;
  margin-bottom: 15px;
}
.em-blog-details-desc .article-comments .comments-list .reply-btn {
  text-decoration-line: underline;
  color: var(--main-color);
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
.em-blog-details-desc .article-leave-comment {
  margin-top: 50px;
}
.em-blog-details-desc .article-leave-comment h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: bold;
}
.em-blog-details-desc .article-leave-comment form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.em-blog-details-desc .article-leave-comment form .form-group label {
  color: #161414;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.em-blog-details-desc .article-leave-comment form .form-group label span {
  color: var(--main-color);
}
.em-blog-details-desc .article-leave-comment form .form-group .form-control {
  display: inline-block;
  width: 100%;
  height: 55px;
  border: 1px solid #ECE1DE;
  background-color: var(--white-color);
  border-radius: 5px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  letter-spacing: 0.02em;
  color: #A7A7A7;
  font-weight: 300;
  font-size: 15px;
  transition: var(--transition);
}
.em-blog-details-desc .article-leave-comment form .form-group .form-control::-moz-placeholder {
  color: #A7A7A7;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.em-blog-details-desc .article-leave-comment form .form-group .form-control::placeholder {
  color: #A7A7A7;
  transition: var(--transition);
}
.em-blog-details-desc .article-leave-comment form .form-group .form-control:focus {
  border: 1px solid var(--main-color);
}
.em-blog-details-desc .article-leave-comment form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.em-blog-details-desc .article-leave-comment form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.em-blog-details-desc .article-leave-comment form .form-group textarea.form-control {
  min-height: 135px;
}
.em-blog-details-desc .article-leave-comment form .em-default-btn {
  border: none;
  padding: 20px 70px;
}
.em-blog-details-desc .em-suggested-products h3 {
  margin-top: 40px;
  margin-bottom: 25px;
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-card {
  padding: 25px 20px;
  border: 1px solid #F0F0F0;
  background-color: transparent;
  margin-bottom: 25px;
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-card .arrivals-products-image img {
  width: auto !important;
  margin: auto;
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-card .arrivals-products-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-card .arrivals-products-content .info-list {
  margin-top: 20px;
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-slides.owl-theme .owl-nav {
  top: -55px;
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 8px;
  background: #FFE3DC;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: var(--main-color);
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  background: #FFE3DC;
  color: var(--main-color);
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-slides.owl-theme .owl-nav [class*=owl-]:last-child {
  margin-right: 0;
}
.em-blog-details-desc .em-suggested-products .em-arrivals-products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .em-blog-details-desc {
    padding-left: 0;
  }
  .em-blog-details-desc.style-two {
    padding-left: 0;
  }
  .em-blog-details-desc h2 {
    font-size: 22px;
  }
  .em-blog-details-desc h3 {
    font-size: 20px;
  }
  .em-blog-details-desc .quotes {
    padding: 15px;
  }
  .em-blog-details-desc .quotes p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .em-blog-details-desc .quotes span {
    font-size: 15px;
  }
  .em-blog-details-desc .quotes .icon {
    bottom: 5px;
    right: 20px;
  }
  .em-blog-details-desc .article-footer span {
    font-size: 15px;
  }
  .em-blog-details-desc .article-footer .article-share {
    top: 1.5px;
  }
  .em-blog-details-desc .article-post-navigation .prev-link-wrapper .previous-title a {
    font-size: 14px;
  }
  .em-blog-details-desc .article-post-navigation .prev-link-wrapper a {
    display: block;
  }
  .em-blog-details-desc .article-post-navigation .prev-link-wrapper .image-prev {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .em-blog-details-desc .article-post-navigation .prev-link-wrapper .meta-wrapper {
    margin-bottom: 5px;
  }
  .em-blog-details-desc .article-post-navigation .next-link-wrapper .next-article-title a {
    font-size: 14px;
  }
  .em-blog-details-desc .article-post-navigation .next-link-wrapper a {
    display: block;
  }
  .em-blog-details-desc .article-post-navigation .next-link-wrapper .meta-wrapper {
    margin-bottom: 5px;
  }
  .em-blog-details-desc .article-post-navigation .next-link-wrapper .image-next {
    margin-left: 0;
    margin-top: 10px;
  }
  .em-blog-details-desc .article-comments h3 {
    font-size: 20px;
  }
  .em-blog-details-desc .article-comments .comments-list .children {
    padding: 20px;
    margin-left: 0;
  }
  .em-blog-details-desc .article-leave-comment h3 {
    font-size: 20px;
  }
}
/* Min width 576px to Max width 767px */
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .em-blog-details-desc {
    padding-left: 0;
  }
  .em-blog-details-desc.style-two {
    padding-left: 0;
  }
  .em-blog-details-desc h2 {
    font-size: 25px;
  }
  .em-blog-details-desc h3 {
    font-size: 24px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .em-blog-details-desc {
    padding-left: 0;
  }
  .em-blog-details-desc.style-two {
    padding-left: 0;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .em-blog-details-desc {
    padding-left: 0;
  }
  .em-blog-details-desc.style-two {
    padding-left: 0;
  }
}/*# sourceMappingURL=blog-details.css.map */