/*********************
START: HERO INNER SINGLE
*********************/
.heroInnerSingle {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-block-start: 90px;
}

body.single-post .heroInnerSingle{
	background-color: #FAF6F0;
	margin-block-end: 0 !important;
}

body.single-post .breadcrumb{
	justify-content: flex-start;
}

.heroInnerSingle--imageIndex {
    height: 500px;
    position: absolute;
    z-index: 0;
	left: 0;
	right:0;
}

.heroInnerSingle--imageIndex img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1312 / 500;
}

.heroInnerSingle--box {
    position: relative;
    min-height: 900px;
        margin-block-start: 26rem;

    padding: 3.75rem;
    background-color: var(--baseLight-color);
    border-radius: var(--border-radius-15);
}

.heroInnerSingle--box::before {
    position: absolute;
    content: "";
    width: 166px;
    height: 200px;
    bottom: 60px;
    left: 60px;
    background-repeat: no-repeat;
    background-image: url("../img/icons/quote.svg");
}

.heroInnerSingle--content {
    display: flex;
    justify-content: space-between;
    margin-block-start: 2.5rem;
}

/* list */
.heroInnerSingle--content .list {
    width: 60%;
}

.content--category .lwptoc .lwptoc_i {
    margin-block-end: 1.5rem;
}


.content--category .lwptoc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 1.5rem;
}

.content--category .lwptoc_header>div {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

.content--category .lwptoc_header .dropdown {
    display: none;
    width: 1rem;
}


.content--category .lwptoc_header .lwptoc_title {
    font-weight: 500;
    font-size: var(--text-lg);
    line-height: var(--line-height130);
    position: relative;
    color: var(--primary-color);
}



.content--category .lwptoc_items .lwptoc_item a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: var(--text-xl);
    line-height: var(--line-height130);
    color: var(--text-color-3);
}

.content--category .lwptoc_items .dropdown {
    display: none;
}

.content--category .lwptoc_items .lwptoc_item:not(:last-child) a {
    margin-block-end: 2rem;
}

.content--category .lwptoc_items .lwptoc_item a:hover{
	border-bottom: none !important;
}

.lwptoc-light .lwptoc_i A:active,
.lwptoc-light .lwptoc_i A:focus,
.lwptoc-light .lwptoc_i A:hover {
    color: inherit !important;
    border-color: transparent !important;
}

.content--category .lwptoc_items .lwptoc_item.active a {
    color: var(--green-color-2);
}

.lwptoc-light .lwptoc_i {
    background-color: transparent !important;
    padding: 0;
    width: 100%;
}

/* info */
.heroInnerSingle--content .info {
    width: 38%;
}

.heroInnerSingle--content .info ul li:not(:last-child) {
    margin-block-end: 1rem;
}

.heroInnerSingle--content .info ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    color: var(--text-color-3);
}

.heroInnerSingle--content .info ul li img {
    margin-block-start: 4px;
}

/*********************
END: HERO INNER SINGLE
*********************/

/*********************
START: SINGLE POST
*********************/
.singlePost--showCase{
	margin-block-start: 5rem ;
	margin-block-start: 5rem;
    margin-inline: auto;
    max-width: 1112px;
    width: 100%;
}

body.single-post .singlePost{
	background-color: #FAF6F0;
	padding-block-end: 5rem;
}

.singlePost--showCase h1,
.singlePost--showCase h2,
.singlePost--showCase h3,
.singlePost--showCase h4,
.singlePost--showCase h5,
.singlePost--showCase h6 {
    color: var(--text-color-2);
    line-height: var(--line-height140);
    margin-block: 4rem 1rem;
}

.singlePost--showCase p {
    text-align: justify;
    color: var(--text-color-2);
    line-height: var(--line-height160);
    margin-block-end: 1.25rem;
}

.singlePost--showCase ul,
.singlePost--showCase ol {
    margin-block-end: 3rem;
    row-gap: 0.75rem;
	display: flex;
	flex-direction: column;
}

.singlePost--showCase ul li,
.singlePost--showCase ol li {
    position: relative;
    color: var(--text-color-2);
    line-height: var(--line-height150);
    font-weight: 500;
    background-color: var(--baseLight-color);
    border-radius: var(--border-radius-8);
	padding: 1rem 3rem 1rem 1rem;
}

.singlePost--showCase ul li::before,
.singlePost--showCase ol li::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 1.1rem;
    right: 1rem;
    background-repeat: no-repeat;
    background-image: url("../img/icons/check.svg");
}

/* voice-player */
.singlePost--showCase .voice-player {
    background-color: rgba(240, 245, 228, 0.5);
    border-radius: var(--border-radius20);
    padding: 2rem;
    line-height: var(--line-height160);
    margin-block-end: var(--space-section-blogContent-showCase);
}

.singlePost--showCase .voice-player p {
    color: var(--green-color-2);
    margin-block-start: 0.5rem;
    font-weight: 600 !important;
}

.singlePost--showCase .voice-player audio {
    width: 100%;
    filter: sepia(0) saturate(100%) grayscale(0) contrast(221%) invert(0%);
}


/* video */
.singlePost--showCase .wp-video {
    width: 100% !important;
    border: 16px solid rgba(240, 245, 228, 0.5);
    ;
    border-radius: var(--border-radius20);
    margin-block: 3rem;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
    width: 100% !important;
    vertical-align: middle;
}

/* img */
.singlePost--showCase img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.singlePost--showCase img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.singlePost--showCase .alignright {
    float: right;
}

.singlePost--showCase .alignleft {
    float: left;
}

.singlePost--showCase img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.singlePost--showCase img,
.singlePost--showCase video {
    width: initial;
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius-20);
    margin-block-end: 2rem;
	margin-inline: auto;
	display: block;
}

.singlePost--showCase video{
	aspect-ratio: 900 / 550;
    object-fit: cover;
}

/* related-posts-more */
.related-posts-more{
    padding: 2.5rem;
    border-radius: var(--border-radius-15);
    background-color: var(--baseLight-color);
    position: relative;
    min-height: 156px;
	margin-block-end: 2rem;
}

.related-posts-more::before{
    position: absolute;
    content: "";
    width:40px;
    height: 86px;
    top: 2.5rem;
    right: 2.5rem;
    background-repeat: no-repeat;
    background-image: url("../img/icons/single-quote.svg");
}

.related-posts-more a{
    display: flex;
    padding-inline-start: 4rem;
    flex-direction: column;
}

.related-posts-more a span{
    font-weight: 500;
    font-size: var(--text-xl);
    color: var(--primary-color);
    margin-block-end: 1rem;
}

.related-posts-more a b{
    font-weight: 500;
    font-size: var(--text-2xl);
    text-decoration: underline;
    line-height: var(--line-height130);
    color: var(--secondary-color);
}

/* postAction */
.postAction {
	 display: flex;
    justify-content: space-around;
	margin-block-start: 3rem;
}

.postAction>* {
    position: relative;
    padding-block: 1.5rem;
    padding-inline: 1rem;
    width: 40%;
    min-height: 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
	border: 1px solid var(--primary-color);
    border-radius: 10px;
}

.postAction>* h4 {
    margin-block: 0 0.6rem;
    text-align: center;
	font-size: var(--text-xl);
}

 .postAction .share ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.75rem;
	margin-block-end:unset; 
    row-gap:  unset;
    background-color: unset;
    border-radius:  unset;
	flex-direction: row;
}

.postAction .share ul li{
	width: 40px;
    height: 40px;
	padding: unset;
	background-color: transparent;
}
.postAction .share ul li >a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.postAction .share ul li > a img{
	width: 40px;
    height: 40px;
}

.postAction .share ul li:before{
	content: unset;
}

.kk-star-ratings{
	flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.5rem;
    column-gap: 1rem;
}

/* faq */
.faq--content {
    width: 100%;
    margin-inline: auto;
}

.faq--content h3 {
    font-weight: 700;
    margin-block:4rem 1.5rem;
    line-height: var(--line-height140);
}

ul.faq--list {
	margin-block-end: 0;
	background-color: unset;
}

ul.faq--list li {
    padding: 1.25rem 1.8rem;
    transition: all 0.3s ease;
    border-radius: var(--border-radius-15);
    border: 1px solid transparent;
    background-color: var(--baseLight-color);
}

ul.faq--list li:before{
	content: unset;
}

ul.faq--list li:not(:last-child) {
    margin-block-end: 1rem;
}

ul.faq--list li.active {
    border: 1px solid var(--primary-color);
}

ul.faq--list li .accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

ul.faq--list li .accordion h5 {
    font-weight: 500;
    line-height: var(--line-height140);
    transition: all 0.1s ease;
	width: calc(100% - 35px);
	color:var(--text-color-2);
	margin-block:0;
}

ul.faq--list li.active .accordion h5 {
    font-weight: 600;
	 transition: all 0.1s ease;
}

ul.faq--list li .accordion .icon{
	display: block;
    position: relative;
    height:2px;
    width:16px;
}

ul.faq--list li .accordion .icon:before,
ul.faq--list li .accordion .icon:after{
    background: var(--text-color-2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transition: all 0.3s ease;
}

ul.faq--list li .accordion .icon:before {
    top: 0px;
}

ul.faq--list li .accordion .icon::after {
    top: 0px;
    transform: rotate(90deg);
}

ul.faq--list li .accordion.open .icon::after {
    transform: rotate(0deg);
}

ul.faq--list li .panel {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}

ul.faq--list li .panel p {
    margin: 20px 0px 10px 20px;
    text-align: justify;
}

/*********************
END: SINGLE POST
*********************/


/*********************
START: BLOGS
*********************/
.blogs--content{
	margin-block-start: 2rem;
}

.blogs--content ul {
    display: flex;
	flex-wrap: wrap;
}

.blogs--content ul li {
    margin: 12px;
    position: relative;
    flex-basis: calc(33.33% - 24px);
    padding-block-start: 15%;
}

.blogs--content ul li>a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

.blogs--content ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 430/400;
    border-radius: var(--border-radius-15);
}

.blogs--content ul li .box {
    width: 90%;
    border-radius: var(--border-radius-15);
    padding: 2rem;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    height: 100%;
    padding-block-end: 170px;
    background: var(--baseLight-color);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

.blogs--content ul li .box h4 {
    font-weight: 600;
    margin-block-end: 2rem;
    line-height: var(--line-height130);
}

.blogs--content ul li .box p {
    line-height: var(--line-height160);
}

.blogs--content ul li .box .box--footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-block-start: 1.25rem;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
	column-gap: 1rem;
	row-gap: 1rem;
    border-top: 1px solid var(--border-color);
}

.blogs--content ul li .box .box--footer span {
    color: var(--text-color-1);
}

/*********************
END: BLOGS
*********************/


/*********************
START: COMMENTS
*********************/
.comments .mycm{
	background-color: #EEE9E2;
	width: 70%;
	margin-inline: auto;
	display: block;
	border-radius: 25px;
	padding: 5rem;
}

.logged-in-as{
	margin-block-end: 2rem;
}

.logged-in-as a{
	text-decoration: underline !important;
	color: var(--primary-color);
}

.UnderAllCm{
	    margin-block-start: 5rem;
}

.avatar{
	width: 80px;
	height: 80px;
	border-radius: 50%;
    margin-inline-end: 1.5rem;
}

.comment-details{
	    margin-block: 1.5rem;
}

.reply{
	display: flex;
    justify-content: flex-end;
    border: 1px solid rgba(24 ,39 ,82 ,0.5);
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    width: max-content;
	margin-inline-start: auto;
	color:  rgb(24 ,39 ,82 );
}

.comment-edit-link{
	border-bottom: 1px solid rgba(24 ,39 ,82 ,0.5);
}

.comment-meta  > a:first-child{
	color: #30323A;
}

.comment-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 1.5rem;
}

.comment-form > p{
	width: 100%;
	margin-block-end: 1rem;
}

.comment-form > p.comment-form-author, 
.comment-form > p.comment-form-email{
	width: 48%;
}

.comment-form > p.comment-form-author input, 
.comment-form > p.comment-form-email input{
	width: 100%;
}

.comment-form > p.comment-form-comment{
	margin-block-start: 1.5rem;
}

.comment-form > p.comment-form-cookies-consent{
	display: flex;
	align-content: center;
	column-gap: 0.5rem;
}

ol.children{
	width: 97%;
    margin-inline-start: auto;
}

ol.children li{
	border-radius: var(--border-radius-15);
	padding: 1.5rem;
	background-color: var(--baseLight-color);
}
/*********************
END: COMMENTS
*********************/
/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
	 /* blogs */
    .blogs {
        margin-block-end: 5rem !important;
    }

    .blogs--content ul li .box h4 {
        font-size: var(--text-xl);
    }

    .blogs--title ul li a {
        font-size: var(--text-lg);
    }
	
	.singlePost--showCase p{
		font-size: var(--text-xl);
	}
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
	 /* blogs */
    .blogs--content ul li .box h4 {
        font-size: var(--text-lg);
    }
	
	.singlePost--showCase p{
		font-size: var(--text-lg);
	}
}

@media screen and (max-width: 1319px) {
    .heroInnerSingle--box {
        padding: 3rem;
    }
	
	.singlePost--showCase p{
		font-size: var(--text-lg);
	}
}

@media screen and (max-width: 1200px) {
    .heroInnerSingle--box {
        padding: 2.5rem;
    }
	
	
    /* blogs */
    .blogs--title {
        flex-direction: column;
    }

    .blogs--title ul,
    .blogs--title h3 {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .heroInnerSingle--content {
        flex-direction: column-reverse;
    }

    .heroInnerSingle--box::before {
        content: unset;
    }

    .heroInnerSingle--box {
        min-height: auto;
    }

    .heroInnerSingle--content .list,
    .heroInnerSingle--content .info {
        width: 100%;
    }

    .heroInnerSingle--content .info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .heroInnerSingle--content .info ul li:not(:last-child),
    .content--category .lwptoc .lwptoc_i {
        margin-block-end: 0;
    }

    .heroInnerSingle--content .list {
        margin-block-start: 2rem;
        padding: 1rem;
        border-radius: var(--border-radius-15);
        border: 1px solid var(--border-color);
    }

    .content--category .lwptoc_items .lwptoc_item {
         overflow: hidden;
	  max-height: 0;
	  transition: max-height 0.35s ease, opacity 0.25s ease;
	  opacity: 0;
	  visibility: hidden;
    }
	
	.content--categor .lwptoc_items .lwptoc_itemWrap.open {
	  opacity: 1;
	  visibility: visible;
	}
	
	.content--category .lwptoc_items .lwptoc_itemWrap .lwptoc_item:first-child a{
		padding-top: 1rem !important;
	}
	
	.lwptoc_item:not(:first-child){
		margin-top: 0 !important;
	}
	.content--category .lwptoc_items .lwptoc_item a {
		font-size: var(--text-lg);
	}
	
	.lwptoc{
		margin: 0 !important;
	}

    .content--category .lwptoc_items .lwptoc_item:not(:last-child) a {
        margin-block-end: 1rem;
    }

    .content--category .lwptoc_header {
        margin-block-end: 0;
    }

    .content--category .lwptoc_header .dropdown {
        display: block;
    }

    .content--category .lwptoc_items .lwptoc_itemWrap {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
	
	 /* blogs */
    .blogs--content ul li {
        margin: 12px;
        flex-basis: calc(50% - 24px);
    }
	
	/* 	comments */
	.comments .mycm{
		width: 80%;
		padding: 4rem;
	}
	
	.comment-form > p.comment-form-author, 
	.comment-form > p.comment-form-email {
		width: 47%;
	}
	
	.postAction>*{
		width: 48.5%;
	}
}

@media screen and (max-width: 768px) {
    .related-posts-more a span{
        font-size: var(--text-lg);
    }

    .related-posts-more a b{
        font-size: var(--text-xl);
    }
	
	/* 	comments */
	.comments .mycm{
		width: 90%;
		padding: 4rem 3rem;
	}
	
	.comment-form > p.comment-form-author, 
	.comment-form > p.comment-form-email {
		width: 100%;
	}
	
	.postAction{
		flex-direction: column;
		row-gap: 2rem;
	}
	
	.postAction > *{
		width: 100%
	}
}

@media screen and (max-width: 576px) {
	 /* blogs */
    .blogs--content ul li {
        padding-block-start: 50%;
        flex-basis: calc(100% - 24px);
    }
	
	/* blogs */
	.blogs--content ul li .box {
		width: 95%;
		padding-inline: 1.5rem;
		padding-block-start: 2rem;
		padding-block-end: 130px;
	}
	
	/* 	comments */
	.comments .mycm{
		width: 100%;
		padding: 3rem 2rem;
	}
	
	.content--category .lwptoc_items .lwptoc_item a {
		font-size: var(--text-base);
	}
	
}

@media screen and (max-width: 425px) {
    
    .related-posts-more a b{
        font-size: var(--text-lg);
    }
	
	 /* blogs */
    .blogs--title {
        align-items: center;
        flex-direction: column;
    }
	
	.singlePost--showCase p{
		font-size: var(--text-base);
	}
}

@media screen and (max-width: 375px) {}

/*********************
END: MEDIA
*********************/