.premium-blog-content-wrapper {
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.premium-blog-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#F1C50E;
  transition: all 1s;
  z-index: -1;
  transform: translateX(-100%);
}

.premium-blog-content-wrapper:hover::before {
  transform: translateX(0);
}
.premium-blog-content-wrapper:hover {
  color: #f3f3f3;
}
.wp-block-latest-posts > li > *, .wp-block-latest-posts:not(.is-grid) > li {
    margin-top: 6px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
ul.wp-block-categories-list.wp-block-categories li a {
    color: black!important;
	  font-size: 16px!important;
    font-weight: 400!important;
    font-family: 'Poppins'!important;
}
ul.wp-block-categories-list.wp-block-categories li {
    margin-bottom: 5px;
}

.single-post .elementor-widget-theme-post-content h2 span, .single-post .elementor-widget-theme-post-content h2{
	 font-size: 24px!important;
    font-family: 'Poppins';

}
.single-post .elementor-widget-theme-post-content p, .single-post .elementor-widget-theme-post-content span{
	font-size:16px!important;
	font-family: "Nunito", Sans-serif;
}
.single-post .elementor-widget-theme-post-content h2 strong {
    font-weight: 600;
}
.single-post .elementor-widget-theme-post-content h1{
	font-size: 28px!important;
    font-family: 'Poppins';
}
.single-post .elementor-widget-theme-post-content .pin-it-btn-wrapper {
    display: none!important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 26px;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px!important;
	    font-weight: 500;
}
h4.jp-relatedposts-post-title a {
	color: black!important;
	font-weight:500;
}
.ast-separate-container #primary{
	margin:0px!important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    opacity: 1!important;
}
 .About-box{
    border-style: none;
    box-shadow: 2px 7px 32px -11px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 02% 02% 02% 02%;
}
/* .comments-area {
    border-top: none;
    margin-top: 2em;
} */
.site .comments-area {
     padding-bottom: 0em!important;
}
iframe#jetpack_remote_comment {
    height: 400px!important;
}
.contact-box {
  position: relative;
  z-index:-1;
}

.contact-box:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 280px;
    border: 1px solid #F1C50E;
    background-color: #F1C50E;
    height: 505px;
    width: 608px;
    border-radius: 10px;
}
.contact-box:after {
    content: "";
    position: absolute;
    bottom: -63px;
    left: -59px;
    border: 1px solid #F1C50E;
    background-color: #000;
    height: 454px;
    width: 684px;
    border-radius: 10px;
    z-index: -1;
}
.ast-page-builder-template .comments-area {
  margin-bottom: 0em !important
}
.elementor-29984 .elementor-element.elementor-element-ef1f2af.wpr-advanced-accordion-icon-side-box .wpr-acc-item-title .wpr-acc-title-text {
    margin-left: calc(75px + 5px);
    font-size: 19px!important;
    font-weight:700!important;
}
#recentcomments li {
    font-size: 18px!important;
    padding: 2px 0px!important;
}
/* ---02/02/24---- */
.elementor-kit-9245 .ast-archive-description .ast-archive-title, .comments-title {
    font-size: 30px;
    color: black;
}
.elementor-kit-9245 .ast-excerpt-container.ast-blog-single-element p {
    font-size: 18px;
}
.elementor-kit-9245 .entry-meta {
    font-size: 16px;
}
.elementor-kit-9245 .read-more a {
    display: inline-block;
    font-size: 16px;
	  color:#f1c50e;
	background-color:black;
	padding:10px;
	margin-bottom:10px;
}
.elementor-kit-9245 .nav-links a {
    color:#f1c50e;
	font-size:18px;
}
.elementor-kit-9245 .ast-pagination .page-numbers.current{
	background-color:black;
}

figcaption.wp-element-caption a {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
}
section.ast-comment-content.comment p {
    font-size: 18px;
    margin-bottom: 7px;
}
.ast-separate-container .ast-comment-list li.depth-1{
    margin-bottom: 0em!important;
}
.ast-separate-container .ast-comment-list li.depth-1{
    padding: 30px 3em!important;
}
.ast-comment-meta {
    padding: 0 3.4em 0em!important;
}