/* Note CSS start */
.comment-reply-title {
    margin-top: 40px;
	font-weight: 700 !important;

}

.srfm-form-container .srfm-success-box
{
	min-height: unset !important;
	color: white !important;
}
/* Disable Author Link */
.posted-by.author {
    pointer-events: none;
}

.ast-single-related-posts-container {
    padding-top: 40px;
	padding-bottom: 30px;
}
.ast-related-posts-title {
    padding-top: 40px;
    padding-bottom: 30px;
}
.comments-title {
    padding: 50px 0;
}
.single-post .entry-content .wp-block-image, 
.single-post .entry-content .wp-block-embed-youtube, 
.single-post .entry-content .wp-block-video {
    margin-top: 35px!important;
    margin-bottom: 55px!important;
}
.single-post
  .elementor-widget-theme-post-content
  .wp-block-uagb-inline-notice
  h4.uagb-notice-title {
  padding: 15px;
}
/* Note CSS end*/



/* Table of Content CSS Start */
.single-post .wp-block-uagb-table-of-contents .uagb-toc__wrap .uagb-toc__list {
  margin-left: 20px !important;
}
.single-post .uagb-toc__title {
  color: var(--ast-global-color-2) !important;
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 22px !important;
}
.single-post .uagb-toc__list-wrap ul li a,
.single-post .uagb-toc__list-wrap ol li a {
  color: var(--ast-global-color-2) !important;
}
.single-post .uagb-toc__wrap {
  background-color: var(--ast-global-color-6) !important;
  border: none !important;
  padding: 50px !important;
  margin-left: -50px;
  margin-right: -50px;
  width: 820px !important;
}
.single-post.ast-header-break-point .uagb-toc__wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.single-post .ast-comment-list {
  color: var(--ast-global-color-3);
}
.single-post .uagb-toc__wrap .uagb-toc__list {
  list-style: none;
}
.single-post .uagb-toc__wrap .uagb-toc__list li {
  margin-left: 10px;
  position: relative;
}

/* Table of Content CSS End */

/* Astra Post Table CSS Start */
.astra-post-table tr td {
  text-align: center;
  padding: 15px;
  vertical-align: middle;
  word-break: normal !important;
}
.astra-post-table tr:first-child {
  background: #f7f7f7 !important;
}
.single-post .ast-article-single .wp-block-uagb-buttons {
  margin-bottom: 40px;
}

/* .single-post.ast-header-break-point .alignwide,
.single-post.ast-header-break-point .footable_parent.wp_table_data_press_parent,
.single-post.ast-header-break-point .alignwide table {
  width: unset;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
  overflow-x: auto;
  white-space: nowrap;
} */
.single-post.ast-header-break-point table {
  display: block !important;
  overflow-x: auto;
  white-space: unset;
}
.single-post.ast-header-break-point
  .footable_parent.wp_table_data_press_parent
  table {
  display: inline-block !important;
}

.single-post hr {
  margin-bottom: 25px;
  background-color: var(--ast-global-color-4);
}
/* Astra Post Table CSS End */
/* Astra Post Button CSS Start */
.astra-post-custom-btn-style .uagb-buttons-repeater-0,
.astra-post-custom-btn-style .uagb-buttons-repeater-1,
.astra-post-custom-btn-style .uagb-buttons-repeater {
  border: none !important;
  padding: 0px !important;
}
.single-post .astra-post-custom-btn-style .uagb-buttons-repeater-0 a,
.single-post .astra-post-custom-btn-style .uagb-buttons-repeater-1 a,
.single-post .astra-post-custom-btn-style .uagb-buttons-repeater {
  color: var(--ast-global-color-2) !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: var(--ast-global-color-7) !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.astra-post-custom-btn-style .uagb-buttons-repeater-1 a {
  padding: 12px 20px !important;
  font-size: 17px !important;
}
.astra-post-custom-btn-style .uagb-buttons-repeater-0:hover,
.astra-post-custom-btn-style .uagb-buttons-repeater-0 a:hover,
.astra-post-custom-btn-style .uagb-buttons-repeater-1 a:hover,
.astra-post-custom-btn-style .uagb-buttons-repeater:hover {
  background-color: var(--ast-global-color-7) !important;
  box-shadow: 0 6px 10px -6px rgba(22, 35, 49, 0.18) !important;
}
.astra-post-custom-btn-style .uagb-buttons-repeater-1 a:hover {
  background: var(--ast-global-color-7);
  border-radius: 5px;
  box-shadow: 0 6px 10px -6px rgba(22, 35, 49, 0.18);
}
/* Astra Post Button CSS Start */
.single-post-comment-popup {
  z-index: 999999;
}


/* Ping Back Section CSS */
.single-post .pingback > p {
  padding: 2em 0 0;
}
.single-post .pingback > p a {
  border-bottom: 1px solid var(--ast-global-color-4);
}
/* Ping Back Section CSS */


/* Single post typography CSS Start */

.single-post .ast-article-single .single-layout-1 .entry-title {
    font-weight: 700 !Important;
}

.single-post .ast-article-single .single-layout-1 .entry-content h2 {
  font-size: 30px;
  line-height: 1.33em;
  /* color: var(--ast-global-color-2); */
  font-weight: 700;
  padding: 30px 0 25px;
  margin-bottom: 0px;
}
.single-post .ast-article-single .single-layout-1 .entry-content h3 {
  font-size: 24px;
  line-height: 1.44em;
  font-weight: 700;
  /*  color: var(--ast-global-color-2);*/
  padding: 20px 0 15px;
}
.single-post .ast-article-single .single-layout-1 .entry-content h4 {
  font-size: 20px;
  line-height: 1.44em;
  font-weight: 700;
  /* color: var(--ast-global-color-2);*/
  padding: 15px 0 12px;
}
.single-post .ast-article-single .single-layout-1 .entry-content h5 {
  font-size: 20px;
  line-height: 1.44em;
  font-weight: 700;
  /* color: var(--ast-global-color-2);*/
  padding: 15px 0 12px;
}
.single-post .ast-article-single .single-layout-1 .entry-content h6 {
  font-size: 18px;
  line-height: 1.44em;
  font-weight: 700;
  /* color: var(--ast-global-color-2); */
  padding: 15px 0 12px;
}


.single-post .ast-article-single .single-layout-1 .entry-content img,
.single-post
  .ast-article-single
  .single-layout-1
  .entry-content
  .wp-block-embed-youtube
  .wp-block-embed__wrapper,
.single-post
  .ast-article-single
  .single-layout-1
  .entry-content
  .wp-block-video
  video {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.single-post .wp-block-uagb-columns .wp-block-image figure img,
.single-post .wp-block-uagb-columns .wp-block-imag .wp-block-embed-youtube {
  box-shadow: none;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* Single post typography CSS End */
/* Single post comment CSS Start */
.single-post .comment-section #comments .submit {
  padding: 10px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.leave-comment-cppro:focus {
  outline: none;
}
.single-post .comments-area .ast-comment-time {
  /* position: absolute; */
  text-align: left;
  right: 0;
  padding-right: 0;
}
.single-post .ast-article-single ol, .single-post .ast-article-single p, .single-post .ast-article-single ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.single-post .comments-area .ast-comment-data-wrap {
  position: relative;
}
.single-post .comments-area .ast-comment-avatar-wrap img {
  border-radius: 100%;
}
.single-post .comments-area .ast-comment-meta-wrap {
  padding-bottom: 0 !important;
}
.single-post .comments-area .ast-comment-data-wrap {
  padding: 20px 0px 15px 70px;
  display: inline-block;
}
.single-post .comments-area .ast-comment {
  position: relative;
}
.single-post .comments-area .ast-reply-link {
  text-align: left;
  width: 100%;
}
.single-post .comments-area .ast-comment-content.comment p {
  margin-bottom: 15px !important;
  font-size: 16px;
}
.single-post .comments-area .timendate {
  font-size: 15px;
  text-transform: capitalize;
}
.single-post .comments-area .ast-comment-edit-reply-wrap {
  font-size: 16px;
}
.single-post .comments-area .ast-edit-link {
  margin-right: 10px;
}

/* .comments-area
{margin-bottom:80px}
 */

.single-post .comments-area .ast-comment-avatar-wrap {
  /*position: absolute;*/ /*Creatign misaligning issue*/
  top: 40px;
}
.single-post .comments-area .ast-comment-cite-wrap {
  font-size: 15px;
  text-transform: capitalize;
}
.single-post .comments-area .comment-form-author,
.single-post .comments-area .comment-form-email {
  width: 100%;
}
.single-post .comments-area .comment-form-url {
  display: none;
}
.single-post .comments-area .comment-textarea,
.single-post .comments-area .comment-form-author,
.single-post .comments-area .comment-form-email {
  margin-bottom: 15px !important;
}
.single-post .comments-area .comment-textarea {
  margin-top: 20px;
}
.single-post .comments-area .comment-textarea textarea:focus,
.single-post .comments-area .comment-form-author input:focus,
.single-post .comments-area .comment-form-email input:focus {
  outline: none;
}
.single-post .comments-area .comment-textarea textarea,
.single-post .comments-area .comment-form-author input,
.single-post .comments-area .comment-form-email input {
  background: transparent;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
  box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
}
.comments-title {
	font-size: 32px;
}
/* Single post comment CSS end */

.comments-area {
    margin-top: 40px;
}
.comment-reply-title {
    margin-top: 0px;
}
}


@media (max-width: 970px) {
.single-post .entry-content .wp-block-image, 
.single-post .entry-content .wp-block-embed-youtube, 
.single-post .entry-content .wp-block-video {
    margin-top: 20px!important;
    margin-bottom: 35px!important;
}
}


@media (max-width: 767px) {
  .single-post .comment-section #comments .submit {
    padding: 8px 25px;
  }
  .comment-section .ast-row.comment-textarea,
  .comment-section .ast-comment-formwrap.ast-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .comment-section .comment-form-textarea.ast-col-lg-12,
  .comment-section .ast-comment-formwrap.ast-row p {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .ast-page-builder-template .comment-section .comments-area {
    padding-left: 0;
    padding-right: 0;
  }
  
  .single-post .comments-area .ast-comment-list .children {
    margin-left: 0.66666em !important;
  }
  .single-post .wp-block-uagb-table-of-contents .uagb-toc__wrap {
    padding: 15px 15px 18px 15px !important;
  }
 
  .ast-comment-meta {
    padding: 0 1.8em 1em;
	/*padding: 0 0.6em 1em;*/
  }
  .single-post .comments-area .ast-comment-data-wrap {
    padding: 20px 0px 0px 70px;
  }
	
	.ast-single-related-posts-container {
    padding-top: 25px;
}
.ast-related-posts-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.comment-reply-title {
    margin-top: 10px;
}
.comments-area {
    margin-top: 35px;
}

	
}
@media (max-width: 560px) {
  .astra-post-custom-btn-style.uagb-buttons__outer-wrap .uagb-buttons__wrap {
    display: inline-block !important;
  }
  .astra-post-custom-btn-style .uagb-buttons-repeater-1 {
    margin-top: 20px !important;
  }
  .single-post .astra-post-custom-btn-style .uagb-buttons-repeater-0 a,
  .single-post .astra-post-custom-btn-style .uagb-buttons-repeater-1 a,
  .astra-post-custom-btn-style .uagb-buttons-repeater-0,
  .astra-post-custom-btn-style .uagb-buttons-repeater-1,
  .single-post .astra-post-custom-btn-style .uagb-buttons-repeater {
    display: inline-block !important;
  }
}

@media (max-width: 320px) {
  .astra-post-custom-btn-style .uagb-buttons-repeater-0 a,
  .astra-post-custom-btn-style .uagb-buttons-repeater-1 a {
    padding: 8px 12px !important;
  }
}
.ast-comment-policy p:first-child {
  margin-top: 10px;
}
.ast-comment-policy p:last-child {
  margin-bottom: 25px;
}
.ast-comment-policy p {
  margin-bottom: 10px;
}
p.comment-notes {
  display: none;
}
/* Author Info CSS Start*/
.ast-single-author-box h3.about-author {
  font-size: 20px;
}

.single .ast-author-meta .about-author-title-wrapper {
    padding-bottom: 32px !Important;
}

.single .ast-author-details .author-title {
	color: var(--ast-global-color-2) !Important;
    padding-bottom: 10px;
    font-weight: 700 !important;
    font-size: 20px;
}
.single .ast-author-details .post-author-bio a {
	pointer-events: none;
}
.single .ast-single-author-box {
	margin-top: 0px;
	border-top: 0px !important;
}
/* Author Info CSS End*/



/* List Style CSS */

.entry-content ol:not(.uagb-toc__list), .entry-content ul:not(.uagb-toc__list) {
    list-style: disc;
    list-style-position: outside !important;
    margin: 0 0 1.5em 1.5em;
}
/* List Style CSS End */

/* Newsletter Box */
.newsletter-box-heading h2 {
    padding: inherit !important;
}
/* Newsletter Box End */
