/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
.single-post-section {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .single-post-section {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section {
    margin-bottom: 120px;
  }
}
.single-post-section blockquote {
  border-left: 2px solid #5857F9;
  padding-left: 10px;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .single-post-section blockquote {
    padding-left: 20px;
    margin: 40px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section blockquote {
    padding-left: 30px;
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section blockquote {
    padding-left: 40px;
    margin: 60px 0;
  }
}
.single-post-section blockquote p {
  color: #141731;
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  font-family: "General Sans", Arial, Verdana, Tahoma, sans-serif !important;
}
@media only screen and (min-width: 768px) {
  .single-post-section blockquote p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section blockquote p {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section blockquote p {
    font-size: 37px;
    line-height: 54px;
    margin-bottom: 30px;
  }
}
.single-post-section blockquote cite {
  color: #626468;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: normal;
  padding-left: 15px;
}
@media only screen and (min-width: 1025px) {
  .single-post-section blockquote cite {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section blockquote cite {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: normal;
  }
}
.single-post-section .single-post-left-col {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .single-post-section .single-post-left-col {
    width: 68%;
    max-width: 68%;
    flex: 0 0 68%;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section .single-post-left-col {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
  }
}
.single-post-section .wp-block-image {
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .single-post-section .wp-block-image {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .wp-block-image {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .wp-block-image {
    margin: 60px 0;
  }
}
.single-post-section .wp-block-image img {
  width: 100%;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .single-post-section .wp-block-image img {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .wp-block-image img {
    border-radius: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .single-post-section .single-row-main {
    display: -ms-flex;
    display: flex;
  }
}
.single-post-section .single-row-main .sticky-wrap {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .single-post-section .single-row-main .sticky-wrap {
    width: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .single-post-section .single-row-main .sticky-wrap .sticky-column {
    position: sticky;
    top: 70px;
    align-self: flex-start;
    width: 218px;
    margin-left: -213px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .single-row-main .sticky-wrap .sticky-column {
    width: 300px;
    margin-left: -290px;
    top: 80px;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section .single-row-main .sticky-wrap .sticky-column {
    width: 310px;
    margin-left: -310px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .single-row-main .sticky-wrap .sticky-column {
    width: 323px;
    margin-left: -323px;
  }
}
@media only screen and (min-width: 1800px) {
  .single-post-section .single-row-main .sticky-wrap .sticky-column {
    width: 433px;
    margin-left: -433px;
  }
}
.single-post-section .related-product-sticky {
  border-radius: 15px;
  background: #F1F2F2;
  padding: 40px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .single-post-section .related-product-sticky {
    max-width: 310px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .single-post-section .related-product-sticky {
    max-width: 100%;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .related-product-sticky {
    padding: 20px 30px;
    border-radius: 10px 0px 0px 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section .related-product-sticky {
    padding: 20px 15px;
    border-radius: 15px 0px 0px 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .related-product-sticky {
    padding: 30px 27px;
    border-radius: 20px 0px 0px 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .single-post-section .related-product-sticky {
    padding: 60px 47px;
    border-radius: 30px 0px 0px 30px;
  }
}
.single-post-section .related-product-sticky .related-product-sticky-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .single-post-section .related-product-sticky .related-product-sticky-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .related-product-sticky .related-product-sticky-title {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section .related-product-sticky .related-product-sticky-title {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .related-product-sticky .related-product-sticky-title {
    font-size: 24px;
    margin-bottom: 14px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1800px) {
  .single-post-section .related-product-sticky .related-product-sticky-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.single-post-section .related-product-sticky .related-product-sticky-content {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1281px) {
  .single-post-section .related-product-sticky .related-product-sticky-content {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .related-product-sticky .related-product-sticky-content {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1800px) {
  .single-post-section .related-product-sticky .related-product-sticky-content {
    margin-bottom: 19px;
  }
}
.single-post-section .related-product-sticky .related-product-sticky-content p {
  font-size: 12px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1025px) {
  .single-post-section .related-product-sticky .related-product-sticky-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .related-product-sticky .related-product-sticky-content p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .single-post-section .related-product-sticky .related-product-sticky-content p {
    font-size: 20px;
  }
}
.single-post-section .related-product-sticky .related-product-sticky-img {
  max-width: 255px;
  margin-bottom: 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-post-section .related-product-sticky .related-product-sticky-img {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .related-product-sticky .related-product-sticky-img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section .related-product-sticky .related-product-sticky-img {
    max-width: 255px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .related-product-sticky .related-product-sticky-img {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .single-post-section .related-product-sticky .related-product-sticky-img {
    margin-bottom: 35px;
  }
}
.single-post-section .related-product-sticky .btn {
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .single-post-section .related-product-sticky .btn {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .related-product-sticky .btn {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1281px) {
  .single-post-section .related-product-sticky .btn {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .related-product-sticky .btn {
    max-width: 288px;
  }
}
.single-post-section p {
  color: #424847;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .single-post-section p {
    line-height: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section p {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section p {
    line-height: 36px;
  }
}
.single-post-section .single-post-title {
  text-align: center;
  color: #000;
  font-weight: 500;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .single-post-section .single-post-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .single-post-title {
    margin-bottom: 40px;
  }
}
.single-post-section .single-post-ul-list {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-post-section .single-post-ul-list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .single-post-ul-list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .single-post-ul-list {
    margin-bottom: 60px;
  }
}
.single-post-section .single-post-ul-list li {
  color: #424847;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.single-post-section .single-post-ul-list li:after {
  content: "";
  display: block;
  width: 9.672px;
  height: 9.672px;
  background: #D9D9D9;
  margin: 0 24px;
  border-radius: 50%;
}
.single-post-section .single-post-ul-list li:last-child:after {
  display: none;
}
.single-post-section .single-post-thumbnail {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-post-section .single-post-thumbnail {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .single-post-thumbnail {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .single-post-thumbnail {
    margin-bottom: 65px;
  }
}
.single-post-section .single-post-thumbnail img, .single-post-section .single-post-thumbnail video {
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .single-post-section .single-post-thumbnail img, .single-post-section .single-post-thumbnail video {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-post-section .single-post-thumbnail img, .single-post-section .single-post-thumbnail video {
    border-radius: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post-section .single-post-thumbnail img, .single-post-section .single-post-thumbnail video {
    border-radius: 20px;
  }
}
.single-post-section .single-post-thumbnail video {
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  .single-post-section .single-post-thumbnail video {
    width: 100%;
    height: 575px;
  }
}/*# sourceMappingURL=single_post.css.map */