/*********************
START: SINGLE
*********************/
.singlePost {
    position: relative;
	margin-block-end:var(--space-section);
	overflow-y: hidden;
}

.singlePost--container {
    display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
}

/* aside.singlePost--category */
aside.singlePost--category {
    width: 30%;
    position: relative;
}

aside.singlePost--category .content--category:first-child {
    background-color: rgba(229, 219, 184, 0.4);
}

aside.singlePost--category .content--category:last-child {
    background-color: rgba(225, 227, 235, 0.4);
}

aside.singlePost--category .content--category::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 70px;
    left: 0;
}

aside.singlePost--category .content--category:first-child:after {
    background-image: url("../img/vector-line-diagonal-1.svg");
}

aside.singlePost--category .content--category:last-child::after {
    background-image: url("../img/vector-line-diagonal-5.svg");
    z-index: -1;
}

aside.singlePost--category .content--category .widgetBody{
	 position: relative;
    z-index: 1;
}

aside.singlePost--category .content--category {
    border-radius: var(--border-radius25);
    margin-block-end: 3.75rem;
    position: relative;
}

aside.singlePost--category .content--category .singlePost--category__title h3 {
    font-weight: 700;
    margin-inline: 2rem 7rem;
	padding-block-start: 2rem;
    position: relative;
    z-index: 1;
}

.page-id-250 aside.singlePost--category .content--category .lwptoc_header{
	display: none;
}

.page-id-250  .lwptoc-light .lwptoc_i{
	background-color: transparent;
}

aside.singlePost--category .content--category ul{
	padding: 1rem 2rem 5rem 2rem;
}

aside.singlePost--category .content--category ul li, 
.page-id-250  .lwptoc_item{
    position: relative;
    padding-inline-start: 1.5rem;
    padding-block: 1.25rem;
    color: var(--text-color-2);
}

.page-id-250 .lwptoc{
	margin-block-start: 0;
}

.page-id-250 .lwptoc-light .lwptoc_i{
	    padding-block-start: 1rem;
}

.page-id-250  .lwptoc-light .lwptoc_i a{
	 color: var(--text-color-2) !important;
}

.page-id-250 .lwptoc-light .lwptoc_i a:hover{
	 border-bottom: none !important;
}

aside.singlePost--category .content--category ul li::after, 
.page-id-250  .lwptoc_item:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, rgba(48, 50, 58, 0) 0%, rgba(48, 50, 58, 0.5) 50%, rgba(48, 50, 58, 0) 100%);
}

aside.singlePost--category .content--category ul li::before, 
.page-id-250  .lwptoc_item:before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 22px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

aside.singlePost--category .content--category:first-child ul li::before, 
.page-id-250  .lwptoc_item:before{
    background-image: url("../img/icons/supTitle-icon-gold.svg");
}

aside.singlePost--category .content--category:last-child ul li::before {
    background-image: url("../img/icons/supTitle-icon-dark.svg");
}

aside.singlePost--category .content--category .singlePost--category__title .icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 1.25rem;
    background-color: var(--baseLight-color);
    border-bottom-right-radius: var(--border-radius25);
}

aside.singlePost--category .content--category .singlePost--category__title .icon img {
    width: 37px;
    height: auto;
}

aside.singlePost--category .content--category .singlePost--category__title .icon .curved-corner-topRight,
aside.singlePost--category .content--category .singlePost--category__title .icon .curved-corner-bottomLeft {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

aside.singlePost--category .content--category .singlePost--category__title .icon .curved-corner-topRight{
    top: 0;
    right: -50px;
}

aside.singlePost--category .content--category .singlePost--category__title .icon .curved-corner-bottomLeft {
    bottom: -50px;
    left: 0;
}

aside.singlePost--category .content--category .singlePost--category__title .icon .curved-corner-topRight:before,
aside.singlePost--category .content--category .singlePost--category__title .icon .curved-corner-bottomLeft::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: -25px -25px 0 0 var(--baseLight-color);
}


/* article.singlePost--content */
article.singlePost--content {
    width: 65%;
	margin-block-start: -5rem;
}

article.singlePost--content h1,
article.singlePost--content h2,
article.singlePost--content h3,
article.singlePost--content h4,
article.singlePost--content h5,
article.singlePost--content h6 {
    color: var(--baseDark-color);
    line-height: var(--line-height140);
    margin-block:  var(--space-section-blogContent-showCase)  1.75rem;
}

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

article.singlePost--content ul ,
article.singlePost--content ol {
	margin-block-end: 3rem;
}

article.singlePost--content ul li,
article.singlePost--content ol li {
    position: relative;
    padding-inline: 2.5rem;
    border-radius: 12px;
    padding-block: 14px;
    color: var(--baseDark-color);
    line-height: var(--line-height150);
    font-weight: 500;
}

article.singlePost--content ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.25rem;
	column-gap: 1.25rem;
}

article.singlePost--content ul li{
	background-color: var(--box-color);
}

article.singlePost--content ol li{
	background-color:rgba(229, 219, 184, 0.3);
	margin-block-end: 1.25rem;
}

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


article.singlePost--content img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

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

article.singlePost--content .alignright {
    float: right;
}

article.singlePost--content .alignleft {
    float: left;
}

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

article.singlePost--content img {
    width: initial;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    display: block;
    margin-block-end: var(--space-section-blogContent-showCase);
    border-radius: var(--border-radius25);
}

/* knowUs */
.knowUs--mobile{
	display: none;
}

.knowUs {
    background-color: rgba(225, 227, 235, 0.4);
	border-radius: var(--border-radius25);
    margin-block-end: 3.75rem;
    position: relative;
}

.knowUs::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 70px;
    left: 0;
	background-image: url(../img/vector-line-diagonal-5.svg);
    z-index: -1;
}
}

.knowUs  .widgetBody {
    position: relative;
    z-index: 1;
}

.knowUs .singlePost--category__title h3{
	 font-weight: 700;
    margin-inline: 2rem 7rem;
    padding-block-start: 2rem;
    position: relative;
    z-index: 1;
}

.knowUs  .singlePost--category__title .icon{
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 1.25rem;
    background-color: var(--baseLight-color);
    border-bottom-right-radius: var(--border-radius25);
}

.knowUs .singlePost--category__title .icon .curved-corner-topRight {
    top: 0;
    right: -50px;
}

.knowUs .singlePost--category__title .icon .curved-corner-bottomLeft {
    bottom: -50px;
    left: 0;
}

.knowUs .singlePost--category__title .icon .curved-corner-topRight, 
.knowUs .singlePost--category__title .icon .curved-corner-bottomLeft {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

.knowUs .singlePost--category__title .icon .curved-corner-topRight:before,
.knowUs .singlePost--category__title .icon .curved-corner-bottomLeft::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: -25px -25px 0 0 var(--baseLight-color);
}

.knowUs .singlePost--category__title .icon img {
    width: 37px;
    height: auto;
	margin-block-end: 0 !important;
	border-radius: 0 !important;
}

.knowUs ul {
    padding: 1rem 2rem 5rem 2rem;
	display: flex !important;
	flex-direction: column;
	row-gap: 0 !important;
	column-gap: 0 !important;
}

.knowUs ul li {
    position: relative;
    padding-inline-start: 1.5rem;
    padding-block: 1.25rem;
    color: var(--text-color-2);
	background-color: transparent !important;
}

.knowUs ul li::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 22px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url(../img/icons/supTitle-icon-dark.svg) !important;
}

.knowUs ul li::after {
    position: absolute;
    content: "" !important;
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, rgba(48, 50, 58, 0) 0%, rgba(48, 50, 58, 0.5) 50%, rgba(48, 50, 58, 0) 100%);
}
/*********************
END: SINGLE
*********************/

/*********************
START: SINGLE BLOG PGAE
*********************/
/*++++++++++++++ blogContent ++++++++++++++*/
:root {
    --space-section-blogContent-showCase: 5rem
}

.blogContent {
    display: flex;
    justify-content: space-between
}

.blogContent--showCase {
    width: 70%;
}

.blogContent aside {
    width: 28%
}

article.main-content h1,
article.main-content h2,
article.main-content h3,
article.main-content h4,
article.main-content h5,
article.main-content h6 {
    color: var(--baseDark-color);
    line-height: var(--line-height140);
    margin-block-end: 1.5rem;
}

/* aside .authorProfile */
.blogContent aside .authorProfile {
    background-color: #F7F5EB;
    padding: 2.5rem 2rem;
    border-radius: var(--border-radius20);
    position: relative;
    margin-block-end: 2.5rem;
}

.blogContent aside .authorProfile h3 {
    color: var(--secondary-color);
}

.blogContent aside .authorProfile .authorProfile--name {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-block: 2rem 2.5rem;
}

.blogContent aside .authorProfile .authorProfile--name img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
	object-fit: cover;
}

.blogContent aside .authorProfile .authorProfile--name h4 {
    color: var(--text-color-2);
    margin-block-end: 0.5rem;
    font-weight: 700;
}

.blogContent aside .authorProfile .authorProfile--name span {
    color: rgba(48, 50, 58, 0.8);
    font-weight: 400;
}

.blogContent aside .authorProfile .btn {
    color: var(--text-color-2);
    width: 100%;
    border: 1px solid rgba(48, 50, 58, 0.5);
    padding-block: 0.75rem;
    font-weight: 600;
}

/* aside content--category */
.blogContent aside .content--category {
    background-color: #EDF0FA;
}

.blogContent aside .content--category {
    border-radius: var(--border-radius25);
    padding: 2rem 1.5rem 3.75rem 1.5rem;
    margin-block-end: 2.5rem;
    position: relative;
}

.blogContent aside .content--category .category--title h3 {
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.blogContent aside .content--category ul.category__list ,
.blogContent aside .content--category .widgetBody ul{
    margin-block-start: 2rem;
}

.blogContent aside .content--category ul.category__list li ,
.blogContent aside .content--category .widgetBody ul li{
    position: relative;
    padding-inline-start: 1.5rem;
    padding-block: 1.25rem;
}

.blogContent aside .content--category ul.category__list li::after,
.blogContent aside .content--category .widgetBody ul li::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, rgba(48, 50, 58, 0) 0%, rgba(48, 50, 58, 0.5) 50%, rgba(48, 50, 58, 0) 100%);
}


.blogContent aside .content--category ul.category__list li::before, 
.blogContent aside .content--category .widgetBody ul li::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.blogContent aside .content--category ul.category__list li a, 
.blogContent aside .content--category .widgetBody ul li a{
    display: block;
    width: 100%;
    color: var(--text-color-2);
    font-size: var(--text-lg);
}

.blogContent aside .content--category ul.category__list li a>span, 
.blogContent aside .content--category .widgetBody ul li a > span{
    color: rgba(48, 50, 58, 0.6);
}

.blogContent aside .content--category ul.category__list li::before, 
.blogContent aside .content--category .widgetBody ul li:before{
    background-image: url("../img/icons/supTitle-icon-dark.svg");
}

.blogContent aside .content--category .category--title .icon,
.blogContent aside .authorProfile .icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 1.25rem;
    background-color: var(--baseLight-color);
    border-bottom-right-radius: var(--border-radius20);
}

.blogContent aside .content--category .category--title .icon img,
.blogContent aside .authorProfile .icon img {
    width: 37px;
    height: auto;
}

.blogContent aside .content--category .category--title .icon .curved-corner-topRight,
.blogContent aside .content--category .category--title .icon .curved-corner-bottomLeft,
.blogContent aside .authorProfile .icon .curved-corner-topRight,
.blogContent aside .authorProfile .icon .curved-corner-bottomLeft {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

.blogContent aside .content--category .category--title .icon .curved-corner-topRight,
.blogContent aside .authorProfile .icon .curved-corner-topRight {
    top: 0;
    right: -50px;
}

.blogContent aside .content--category .category--title .icon .curved-corner-bottomLeft,
.blogContent aside .authorProfile .icon .curved-corner-bottomLeft {
    bottom: -50px;
    left: 0;
}

.blogContent aside .content--category .category--title .icon .curved-corner-topRight:before,
.blogContent aside .content--category .category--title .icon .curved-corner-bottomLeft::before,
.blogContent aside .authorProfile .icon .curved-corner-topRight::before,
.blogContent aside .authorProfile .icon .curved-corner-bottomLeft::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: -25px -25px 0 0 var(--baseLight-color);
}

/* blogContent--showCase */
/* date */
.blogContent--showCase .date {
    margin-block-start: 2rem;
    position: relative;
    padding-block: 8px;
    display: flex;
    align-items: center;
    column-gap: 4.5rem;
    row-gap: 0.5rem;
    flex-wrap: wrap;
}

.blogContent--showCase .date>div {
    display: flex;
    column-gap: 4px;
}

.blogContent--showCase .date>div p {
    color: var(--secondary-color);
    font-size: var(--text-sm);
    line-height: var(--line-height150);
    font-weight: 400;
}

.blogContent--showCase .date>div span {
    color: var(--text-color-3);
    font-weight: 550;
}

/* info */
.blogContent--showCase .info {
    display: flex;
    flex-wrap: wrap;
    padding-block: 1rem;
    position: relative;
    margin-block-end: 1.5rem;
    row-gap: 1rem;
    margin-block-end: var(--space-section-blogContent-showCase);
}

.blogContent--showCase .info::before,
.blogContent--showCase .info::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(209, 203, 188, 0.05) 0%, rgba(209, 203, 188, 0.8) 50%, rgba(209, 203, 188, 0.05) 100%);
}

.blogContent--showCase .info::before {
    top: 0;
}

.blogContent--showCase .info::after {
    bottom: 0;
}

.blogContent--showCase .info>* {
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
    width: max-content;
}

.blogContent--showCase .info ul li.like .post-like-container{
	 display: flex;
    align-items: center;
    column-gap: 0.25rem;
}

.blogContent--showCase .info ul li.like .post-like-container .post-like-button {
	border: 0;
    padding: 0;
}

.blogContent--showCase .info>div.time {
    margin-inline: 2rem 1rem;
}

.blogContent--showCase .info .avatar {
    width: 24px;
    height: 24px;
}

.blogContent--showCase .info div p {
    color: var(--secondary-color);
}

.blogContent--showCase .info div p span,
.blogContent--showCase .info ul li span {
    color: var(--text-color-3);
}

.blogContent--showCase .info div p,
.blogContent--showCase .info div p span,
.blogContent--showCase .info ul li span {
    line-height: var(--line-height150);
    font-size: var(--text-sm);
}

/* tags */
.blogContent--showCase .tags {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-inline-start: auto;
}

.blogContent--showCase .tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    position: relative;
}

.blogContent--showCase .tags ul>li {
    padding: 0.25rem 0.5rem;
    border-radius: 30px;
    font-size: var(--text-xs);
    font-weight: 200;
    border: 1px solid rgba(209, 203, 188, 0.4);
}

/* table-of-content */
.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i{
	background-color: #F7F5EB;
	width: 90%;
	display: block;
	margin-inline: auto;
	padding: 2.5rem;
	border-radius: var(--border-radius25);
}

.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_header{
		margin-block-end: 2.5rem;
}

.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_title{
	color: var(--secondary-color);
	font-weight: 700;
	font-size: var(--text-2xl);
}

.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item{
	position: relative;
	padding-inline-start: 3rem;
}

.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item:not(:last-child){
	margin-block-end: 2rem;
}

.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item:before{
	position: absolute;
	content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("../img/icons/checked.svg");
}

.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item a{
	color: var(--baseDark-color);
	font-weight: 600;
	line-height: var(--line-height160);
}

.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item a:hover{
	border-bottom: none !important;
}
  
/* blogContent--showCase img */
.blogContent--showCase img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

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

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

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

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

.blogContent--showCase img {
    width: initial;
    max-width: 100%;
    height: auto;
	border-radius: var(--border-radius25);
}

/* contact */
.blogContent--showCase .contact {
    margin-block: var(--space-section-blogContent-showCase);
}

.blogContent--showCase .contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blogContent--showCase .contact ul li {
    padding: 1.5rem;
    position: relative;
    color: var(--baseLight-color);
    background-color: var(--secondary-color);
    border-radius: var(--border-radius15);
    margin: 10px;
    flex-basis: calc(33.33% - 20px);
}

.blogContent--showCase .contact ul li :is(p, span) {
    font-weight: 600;
    line-height: var(--line-height160);
}

.blogContent--showCase .contact ul li p {
    font-weight: 500;
    margin-block-end: 0.5rem;
}

.blogContent--showCase .contact ul li span {
    font-weight: 400;
}

.blogContent--showCase .contact ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    background-color: var(--baseLight-color);
    border-bottom-right-radius: var(--border-radius15);
}

.blogContent--showCase .contact ul li .icon img {
    width: 30px;
    height: auto;
}

.blogContent--showCase .contact ul li .icon .curved-corner-topRight,
.blogContent--showCase .contact ul li .icon .curved-corner-bottomLeft {
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: absolute;
}

.blogContent--showCase .contact ul li .icon .curved-corner-topRight {
    top: 0;
    right: -35px;
}

.blogContent--showCase .contact ul li .icon .curved-corner-bottomLeft {
    bottom: -35px;
    left: 0;
}

.blogContent--showCase .contact ul li .icon .curved-corner-topRight::before,
.blogContent--showCase .contact ul li .icon .curved-corner-bottomLeft::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: -20px -20px 0 0 var(--baseLight-color);
}

/* voice-player */
.blogContent--showCase .voice-player{
	background-color: #EDF0FA;
    border-radius: var(--border-radius25);
    padding: 2rem;
    text-align: center;
	line-height: var(--line-height160);
	margin-block-end: var(--space-section-blogContent-showCase);
}

.blogContent--showCase .voice-player p{
	color: var(--primary-color-2);
	 text-align: center !important;
	margin-block-start: 0.5rem;
	font-weight: 600 !important;
}

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

/* video */
.blogContent--showCase .wp-video{
	width: 100% !important;
	border: 16px solid #EDF0FA;
	border-radius: var(--border-radius25);
	margin-block: 3rem;
}

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

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{
	border-radius:7px;
}

/* blogContent--showCase faq */
.blogContent--showCase .faq h4 {
    line-height: var(--line-height140);
    font-weight: 700;
    color: var(--baseDark-color);
    margin-block: var(--space-section-blogContent-showCase) 1.5rem;
}


/* author */
.blogContent--showCase .author {
    background-color: #F7F5EB;
    padding: 2rem 7rem 2rem 2rem;
    position: relative;
    border-radius: var(--border-radius25);
    margin-block-end: var(--space-section-blogContent-showCase);
}

.blogContent--showCase .author .icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.25rem;
    background-color: var(--baseLight-color);
    border-bottom-left-radius: var(--border-radius20);
}

.blogContent--showCase .author .icon img {
    width: 37px;
    height: auto;
}

.blogContent--showCase .author .icon  .author--image{
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.blogContent--showCase .author .icon .curved-corner-topLeft,
.blogContent--showCase .author .icon .curved-corner-bottomRight {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

.blogContent--showCase .author .icon .curved-corner-topLeft {
    top: 0;
    left: -50px;
}

.blogContent--showCase .author .icon .curved-corner-bottomRight {
    bottom: -50px;
    right: 0;
}

.blogContent--showCase .author .icon .curved-corner-topLeft::before,
.blogContent--showCase .author .icon .curved-corner-bottomRight::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: 25px -25px 0 0 var(--baseLight-color);
}

.blogContent--showCase .author .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogContent--showCase .author .title h5 {
    font-size: var(--text-xl);
    line-height: var(--line-height140);
    font-weight: 400;
}

.blogContent--showCase .author .title h5 span {
    font-weight: 600;
    font-size: var(--text-lg);
}

.blogContent--showCase .author .title p {
    color: rgba(48, 50, 58, 0.5);
}

.blogContent--showCase .author .title a.btn {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: var(--text-sm);
    padding-block: 0.5rem;
}

.blogContent--showCase .author .title a.btn img {
    width: 14px;
}

.blogContent--showCase .author>p {
    line-height: var(--line-height140);
    font-weight: 400;
    margin-block: 1rem;
    text-align: justify;
}

.blogContent--showCase .related-posts-more{
	background: #EDF0FA;
    padding: 2rem;
    margin-block:var(--space-section-blogContent-showCase);
    border-radius: var(--border-radius25);
	font-size: var(--text-xl);
	position: relative;
	min-height: 120px;
}

.blogContent--showCase .related-posts-more:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right:0;
	width: 100%;
	height: 44px;
    background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/vector-bg-read-more.svg");
}

.blogContent--showCase .related-posts-more a span{
	color: var(--primary-color-2);
}

.blogContent--showCase .related-posts-more a b{
	position: relative;
	font-weight: 600 !important;
}

.blogContent--showCase .related-posts-more a b:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--baseDark-color);
}

/* download--file */
.main-content .download--file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--border-radius25);
    background-color: rgba(237, 240, 250, .8);
    margin-block-end: 1.5rem;
    padding: 1.5rem;
    row-gap: 1rem;
    column-gap: 1rem;
}

.main-content .download--file h6 {
    font-weight: 700;
    line-height: var(--line-height140);
}

.main-content .download--file a {
    background-color: var(--primary-color-2);
    color: var(--baseLight-color);
    border-radius: var(--border-radius50);
    padding: 0.75rem 1rem;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    column-gap: 0.25rem;
    line-height: var(--line-height130);
}

.main-content .download--file img{
	width: 18px;
    height: 18px;
	border-radius: 0;
	margin-block:0;
}

/* postAction */
.blogContent--showCase .postAction {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-block-end: var(--space-section-blogContent-showCase);
}

.blogContent--showCase .postAction>* {
    position: relative;
    padding-block: 1.5rem;
    padding-inline: 1rem;
    width: 40%;
    min-height: 100px;
}

.blogContent--showCase .postAction>*::before,
.blogContent--showCase .postAction>*::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(209, 203, 188, 0.05) 0%, rgba(209, 203, 188, 0.8) 50%, rgba(209, 203, 188, 0.05) 100%);
}

.blogContent--showCase .postAction>*::before {
    top: 0;
}

.blogContent--showCase .postAction>*::after {
    bottom: 0;
}

.blogContent--showCase .postAction>* h4 {
    margin-block-end: 0.6rem;
    text-align: center;
}

.blogContent--showCase .postAction .share ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.75rem;
}

.blogContent--showCase .postAction .score .kk-star-ratings{
	justify-content: center;
}

/* blockquote */
.blogContent--showCase .quote-with-image{
	display: flex;
    align-items: center;
    margin-block:var(--space-section-blogContent-showCase);
    column-gap: 2.5rem;
    padding: 2rem;
    border-radius: var(--border-radius25);
    background-color: #F7F5EB;
}

.blogContent--showCase .quote-with-image > img.quote-image{
	width: 100px;
    height: 100px;
    border-radius: 50%;
}

.blogContent--showCase .quote-with-image blockquote{
	position: relative;
	padding-inline: 1rem 3rem;
}

.blogContent--showCase .quote-with-image blockquote:before, 
.blogContent--showCase .quote-with-image blockquote:after{
	position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../img/icons/quotation.svg");
}

.blogContent--showCase .quote-with-image blockquote:before{
	top: 0;
    right: -1.5rem;
} 

.blogContent--showCase .quote-with-image blockquote:after{
	bottom: 2.5rem;
    left: 2rem;
    transform: rotate(180deg);
}

.blogContent--showCase .quote-with-image blockquote p{
	line-height: var(--line-height140);
    font-weight: 600;
    margin-block-end: 1.5rem;
}

.blogContent--showCase .quote-with-image blockquote span{
	line-height: var(--line-height140);
    font-weight: 400;
}

.blogContent--showCase .main-content p{
	line-height: var(--line-height160);
    text-align: justify;
    font-weight: 400;
    margin-block: 2rem;
}

/* consultancy-section */
.blogContent--showCase .consultancy-section{
	background-color: #F7F5EB;
	padding: 2.5rem 2rem;
    border-radius: var(--border-radius20);
    position: relative;
    margin-block-end: var(--space-section-blogContent-showCase);
}

.blogContent--showCase .consultancy-section .consultancy-content p{
	margin-block-end: 0 !important
}

.blogContent--showCase .consultancy-section .icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.75rem;
    background-color: var(--baseLight-color);
    border-bottom-right-radius: var(--border-radius20);
}

.blogContent--showCase .consultancy-section .icon img {
    width: 50px;
    height:50px;
}

.blogContent--showCase .consultancy-section .icon .curved-corner-topRight,
.blogContent--showCase .consultancy-section .icon .curved-corner-bottomLeft {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

.blogContent--showCase .consultancy-section .icon .curved-corner-topRight {
    top: 0;
    right: -50px;
}

.blogContent--showCase .consultancy-section .icon .curved-corner-bottomLeft {
    bottom: -50px;
    left: 0;
}

.blogContent--showCase .consultancy-section .icon .curved-corner-topRight::before,
.blogContent--showCase .consultancy-section .icon .curved-corner-bottomLeft::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: -25px -25px 0 0 var(--baseLight-color);
}

/* important-message */
.blogContent--showCase .important-message{
	display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-block: var(--space-section-blogContent-showCase);
    border-radius: var(--border-radius25);
    background-color: #EDF0FA;
    padding: 2rem;
    color: #1C42A0;
}

.blogContent--showCase .important-message p{
	margin-block-end: 0;
}

/* conclusion-section */
.blogContent--showCase .conclusion-section{
	background-color: rgb(237, 240, 250 , 0.8);
    padding: 2rem;
    border-radius: var(--border-radius25);
    margin-block:var(--space-section-blogContent-showCase)  2rem;
}

.blogContent--showCase .conclusion-section .conclusion-content{
	margin-block: 0;
}

/* post-tags */
.blogContent--showCase .post-tags ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.75rem;
	row-gap: 0.75rem;
}

.blogContent--showCase .post-tags ul li{
	background-color: #F7F5EB;
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.blogContent--showCase .post-tags ul li a{
	text-align: center;
	font-weight: 400;
	color: var(--text-color-2);
}

/* blogContent--showCase relatedBlogs */
.blogContent--showCase .relatedBlogs {
    margin-block-end: var(--space-section-blogContent-showCase);
}

.blogContent--showCase .relatedBlogs h6 {
    font-weight: 700;
    line-height: var(--line-height140);
}

.blogContent--showCase .relatedBlogs ul {
    display: flex;
    flex-wrap: wrap;
    margin-block-start: 1.25rem;
}

.blogContent--showCase .relatedBlogs ul li {
    margin: 10px;
    border-radius: var(--border-radius25);
    flex-basis: calc(50% - 20px);
    padding: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(224, 210, 171, 0.15);
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--img {
    width: 40%;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--img a {
    display: block;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--img img {
    border-radius: var(--border-radius25);
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 180 /160;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text {
    width: 57%;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text p {
    font-size: var(--text-sm);
    text-align: justify;
    margin-block-start: 0.5rem;
    margin-block-end: 3rem;
}


.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect {
    background-color: var(--baseLight-color);
    padding: 0.75rem;
    border-top-right-radius: var(--border-radius25);
    position: absolute;
    bottom: 0;
    left: 0;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect a.btn {
    font-size: var(--text-sm);
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect a.btn img {
    width: 10px;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect a.btn::before {
    content: unset;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect .curved-corner-bottomRight,
.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect .curved-corner-topLeft {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect .curved-corner-bottomRight {
    right: -40px;
    bottom: 0;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect .curved-corner-topLeft {
    top: -40px;
    left: 0;
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect .curved-corner-bottomRight:before,
.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect .curved-corner-topLeft::before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: var(--border-radius25);
}

.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect .curved-corner-bottomRight:before,
.blogContent--showCase .relatedBlogs ul li .relatedBlog--text .redirect .curved-corner-topLeft::before {
    bottom: 0;
    left: 0;
    box-shadow: -40px 40px 0 0 var(--baseLight-color);
}

.blogContent--showCase .relatedBlogs a.btn--secondary {
    margin-inline: auto;
    margin-block: 2.5rem var(--space-section-blogContent-showCase);
}


/* comments */
.mycm {
    width:100%;
	padding: 2.5rem;
	background-color: #EDF0FA;
	border-radius: var(--border-radius25);
	margin-block-end: var(--space-section)
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-cookies-consent {
    margin-block-end: 1rem;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
    width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    width: 49%;
}

.comment-form .avatar, 
.Forimgcm .avatar{
	border-radius: 50% !important;
	width: 100px !important;
	height: 100px !important;
}

.comment-form  cite a{
	font-weight: 600;
	font-style: normal;
}

#reply-title {
    color: var(--baseDark-color);
    margin-block-end: 1.5rem;
   text-align: center;
}

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

.logged-in-as>a {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    font-size: var(--text-lg);
    font-weight: 600;
    padding-block-end: 2px;
    line-height: var(--line-height160);
}

.comment-form .comment-form-comment textarea,
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
    margin-block: 0.5rem;
	width: 100%;
	background-color: var(--baseLight-color);
	border: 1px solid rgba(48, 50, 58, 0.3);
}

.comment-form .comment-form-comment textarea{
	border-radius:  var(--border-radius25);
	padding: 1rem;
}

.comment-form .comment-form-cookies-consent input {
    margin-inline-end: 0.5rem;
}

.form-submit .submit {
    margin-inline-start: auto;
}

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

.UnderAllCm ol {
    list-style-type: none;
}

.comment-body {
	position: relative;
    margin-block-end: 1.5rem;
	padding-block-end: 1.5rem;
}

.comment.byuser.comment-author-superadmin{
	position: relative;
}
/* 
.comment-body:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, rgba(48, 50, 58, 0) 0%, rgba(48, 50, 58, 0.5) 50%, rgba(48, 50, 58, 0) 100%);
}
 */
.comment-details {
    margin-block: 1rem;
}

.comment-text p {
    line-height: var(--line-height160);
    margin-block-start: 1rem;
}

.reply {
    padding: 0.5rem 2rem;
    margin-block-start: 2rem;
    border-radius: var(--border-radius60);
    background: transparent;
    color: var(--primary-color-3);
    border: 1px solid rgba(24, 39, 82, 0.5);
    width: max-content;
    margin-inline-start: auto;
}

.form-submit  input[type="submit"].submit{
	background-color: var(--primary-color-2);
	padding: 0.5rem 2rem;
	color: var(--baseLight-color);
	border-radius: var(--border-radius60);
	 border: 1px solid var(--primary-color-2);
}


.comment-reply-title small a,
.comment-edit-link {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    margin-inline-start: 0.5rem;
}

.Forimgcm {
    display: flex;
    align-items: center;
	column-gap: 1rem;
}

form textarea,
form input[type="email"],
form input[type="text"],
form input[type="search"],
form input[type="number"],
form textarea {
    background-color: var(--baseLight-color);
}
/*++++++++++++++ blogContent ++++++++++++++*/

/*********************
END: SINGLE BLOG PAGE
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
    /* single about */
    article.singlePost--content h1, 
	article.main-content h1{
        font-size: var(--text-4xl);
    }

    article.singlePost--content h2, 
	article.main-content h2{
        font-size: var(--text-3xl);
    }

    article.singlePost--content h3, 
	article.main-content h3{
        font-size: var(--text-2xl);
    }

    article.singlePost--content h4, 
	article.main-content h4{
        font-size: var(--text-xl);
    }

    article.singlePost--content ul li,
    article.singlePost--content ol li,
    article.singlePost--content p, 
	article.main-content ul li,
	article.main-content ol li{
        font-size: var(--text-xl);
    }

    aside.singlePost--category .content--category .singlePost--category__title h3 {
        font-size: 26px;
    }
	
	aside.singlePost--category .content--category ul li, .page-id-250 .lwptoc_item{
		font-size: var(--text-lg);
	}

    /* single blog */
    .blogContent aside .content--category .category--title h3,
    .blogContent aside .authorProfile h3 {
        font-size: var(--text-2xl);
    }

    .blogContent aside .authorProfile .authorProfile--name h4 {
        font-size: var(--text-2xl)
    }

	.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item a,
    .blogContent aside .authorProfile .authorProfile--name span {
        font-size: var(--text-xl)
    }

    .blogContent--showCase .faq h4,
    .blogContent--showCase .relatedBlogs h6 {
        font-size: 40px;
    }

    .blogContent--showCase ul.faq--list li .accordion h5 {
        font-size: var(--text-2xl);
    }

    .blogContent--showCase ul.faq--list li .panel p {
        font-size: var(--text-lg);
    }

    .blogContent--showCase .download--file h6, 
	.blogContent--showCase .quote-with-image blockquote p, 
	.blogContent--showCase .quote-with-image blockquote span{
        font-size: 22px;
    }

    .blogContent--showCase .author>p {
        font-size: var(--text-xl);
    }
	
	.blogContent--showCase .main-content p{
		font-size: var(--text-xl);
	}
	
	.blogContent--showCase .related-posts-more a b{
		font-size: var(--text-2xl);
	}
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
    /* single about */
    article.singlePost--content h1, 
	article.main-content h1{
        font-size: var(--text-3xl);
    }

    article.singlePost--content h2, 
	article.main-content h2{
        font-size: var(--text-2xl);
    }

    article.singlePost--content h3, 
	article.main-content h3{
        font-size: var(--text-xl);
    }

    article.singlePost--content h4, 
	article.main-content h4{
        font-size: var(--text-lg);
    }

    article.singlePost--content ul li,
    article.singlePost--content ol li,
    article.singlePost--content p, 
	article.main-content ul li,
	article.main-content ol li{
        font-size: var(--text-lg);
    }

    aside.singlePost--category .content--category .singlePost--category__title h3 {
        font-size: var(--text-2xl);
    }

    /* single blog */
    .blogContent aside .content--category .category--title h3,
    .blogContent aside .authorProfile h3,
    .blogContent aside .authorProfile .authorProfile--name h4 {
        font-size: var(--text-xl);
    }

	.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item a,
    .blogContent aside .authorProfile .authorProfile--name span {
        font-size: var(--text-lg)
    }

    .blogContent--showCase .faq h4,
    .blogContent--showCase .relatedBlogs h6 {
        font-size: var(--text-4xl);
    }

    .blogContent--showCase ul.faq--list li .accordion h5,
    .blogContent--showCase .download--file h6, 
	.blogContent--showCase .quote-with-image blockquote p, 
	.blogContent--showCase .quote-with-image blockquote span{
        font-size: var(--text-xl);
    }

    .blogContent--showCase .author>p {
        font-size: var(--text-lg);
    }
	
	.blogContent--showCase .main-content p{
		font-size: var(--text-lg);
	}
	
	.blogContent--showCase .related-posts-more a b{
		font-size: var(--text-xl);
	}
}

@media screen and (max-width: 1319px) {
    /* single about */
    article.singlePost--content h1, 
	article.main-content h1{
        font-size: var(--text-3xl);
    }

    article.singlePost--content h2, 
	article.main-content h2{
        font-size: var(--text-2xl);
    }

    article.singlePost--content h3, 
	article.main-content h3{
        font-size: var(--text-xl);
    }

    article.singlePost--content h4, 
	article.main-content h4{
        font-size: var(--text-lg);
    }

    aside.singlePost--category .content--category .singlePost--category__title h3, 
	.knowUs .singlePost--category__title h3{
        font-size: var(--text-xl);
    }

    /* single blog */
    .blogContent aside .content--category .category--title h3,
    .blogContent aside .authorProfile h3,
    .blogContent aside .authorProfile .authorProfile--name h4 {
        font-size: var(--text-xl);
    }

	.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item a,
    .blogContent aside .authorProfile .authorProfile--name span {
        font-size: var(--text-lg)
    }

    .blogContent--showCase .faq h4,
    .blogContent--showCase .relatedBlogs h6 {
        font-size: var(--text-4xl);
    }

    .blogContent--showCase ul.faq--list li .accordion h5,
    .blogContent--showCase .download--file h6, 
	.blogContent--showCase .quote-with-image blockquote p, 
	.blogContent--showCase .quote-with-image blockquote span{
        font-size: var(--text-xl);
    }
	
	.blogContent--showCase .main-content p{
		font-size: var(--text-base);
	}
	
	.blogContent--showCase .related-posts-more a b{
		font-size: var(--text-lg);
	}
	
	.comment-form .avatar, 
	.Forimgcm .avatar{
		width: 90px !important;
		height: 90px !important;
	}
}

@media screen and (max-width: 1200px) {
    /* single about */
    article.singlePost--content {
        width: 68%;
    }

    .heroInnerSingle {
        margin-block-end: 80px !important;
    }

    aside.singlePost--category .content--category .singlePost--category__title h3,
	.knowUs .singlePost--category__title h3{
        font-size: var(--text-lg);
    }

    /* single blog */
    .blogContent--showCase .faq h4,
    .blogContent--showCase .relatedBlogs h6 {
        font-size: var(--text-3xl);
    }

    .blogContent--showCase .download--file h6, 
	.blogContent--showCase .quote-with-image blockquote p, 
	.blogContent--showCase .quote-with-image blockquote span{
        font-size: var(--text-lg);
    }

    .blogContent--showCase .relatedBlogs ul li {
        flex-basis: calc(100% - 16px);
    }

    .blogContent aside .content--category .category--title h3,
    .blogContent aside .authorProfile h3,
    .blogContent aside .authorProfile .authorProfile--name h4 {
        font-size: var(--text-lg);
    }

    .blogContent aside .content--category .category--title .icon,
    .blogContent aside .authorProfile .icon {
        padding: 1rem;
    }

    .blogContent aside .content--category ul.category__list li a, 
	.blogContent aside .content--category .widgetBody ul li a{
        font-size: var(--text-base);
    }

    .blogContent--showCase .contact ul li {
        margin: 8px;
        flex-basis: calc(33.33% - 16px);
    }

    .blogContent aside .authorProfile {
        padding: 2rem 1.5rem;
    }

    .blogContent--showCase ul.faq--list li .accordion h5,
    .blogContent--showCase .download--file h6 {
        font-size: var(--text-lg);
    }
	
	.comment-form .avatar, 
	.Forimgcm .avatar{
		width: 80px !important;
		height: 80px !important;
	}
}

@media screen and (max-width: 992px) {
    /* single about */
    .heroInnerSingle {
        margin-block-end: 60px !important;
    }
	aside.singlePost--category .content--category .singlePost--category__title h3,
	.knowUs .singlePost--category__title h3{
    	margin-inline: 1rem 5rem;
	}
	
	
	aside.singlePost--category .content--category ul,
	.knowUs ul ,
	.page-id-250 .lwptoc_i{
		padding: 1rem 1rem 5rem 1rem;
	}
	
	.lwptoc {
    	margin: 24px 0;
	}


    /* single blog */
    :root {
        --space-section-blogContent-showCase: 4rem
    }
	
	article.singlePost--content {
		margin-block-start: -4rem;
	}

    .blogContent aside .content--category .category--title h3,
    .blogContent aside .authorProfile h3,
    .blogContent aside .authorProfile .authorProfile--name h4 {
        font-size: var(--text-lg);
    }

	.blogContent--showCase .table-of-content .lwptoc-light .lwptoc_i .lwptoc_item a,
    .blogContent aside .authorProfile .authorProfile--name span {
        font-size: var(--text-base)
    }

    .blogContent--showCase .faq h4,
    .blogContent--showCase .relatedBlogs h6 {
        font-size: var(--text-2xl);
    }

    .blogContent--showCase .contact ul li {
        flex-basis: calc(50% - 16px);
    }

    .blogContent--showCase .author .title {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1rem;
    }

    .blogContent--showCase .postAction {
        flex-direction: column;
        row-gap: 1rem;
    }

    .blogContent--showCase .postAction>* {
        width: 100%;
    }

    .blogContent aside .authorProfile .btn {
        padding: 0.5rem;
    }

    .blogContent aside .authorProfile .authorProfile--name {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 0.5rem;
    }

    .blogContent--showCase ul.faq--list li .accordion h5,
    .blogContent--showCase .download--file h6, 
	.blogContent--showCase .quote-with-image blockquote p, 
	.blogContent--showCase .quote-with-image blockquote span{
        font-size: var(--text-base);
    }
	
	.comment-form .avatar, 
	.Forimgcm .avatar{
		width: 70px !important;
		height: 70px !important;
	}
}

@media screen and (max-width: 768px) {
    /* single about */
	article.singlePost--content h1, 
	article.singlePost--content h2, 
	article.singlePost--content h3, 
	article.singlePost--content h4, 
	article.singlePost--content h5, 
	article.singlePost--content h6{
		margin-block: 2.5rem 1rem;
	}
	
	article.singlePost--content p{
		margin-block-end: 0.75rem;
	}
	
    .singlePost--container {
        flex-direction: column;
    }

  article.singlePost--content {
        width: 100%;
        margin-block-start: 150px;
    }

    aside.singlePost--category {
        width: 100%;
        position: absolute;
        height: 200px;
        top: 0;
        left: 0;
        right: 0;
    }

    aside.singlePost--category .content--category:first-child::after {
        content: unset;
    }
	
	aside.singlePost--category .content--category:last-child::after,
	.knowUs::after{
		content: "" !important;
	}

    aside.singlePost--category .content--category {
        padding: 0;
        margin-block-end: 2rem;
    }

   	aside.singlePost--category .content--category:first-child .singlePost--category__title .icon .curved-corner-topRight, 
	aside.singlePost--category .content--category:first-child .singlePost--category__title .icon .curved-corner-bottomLeft{
        display: none;
    }
	
	aside.singlePost--category .content--category:first-child .singlePost--category__title{
		 display: flex;
    	justify-content: center;
		align-items: center;
		column-gap: 0.5rem;
	}
	
	aside.singlePost--category .content--category:first-child .singlePost--category__title .icon{
		position: unset;
		padding: 0;
	}
	
	aside.singlePost--category .content--category:first-child .singlePost--category__title h3{
		padding: 0;
		margin: 0;
	}
	
	aside.singlePost--category .content--category:first-child .singlePost--category__title .icon img{
		width: 30px;
	}

    aside.singlePost--category .content--category:first-child,
    aside.singlePost--category .content--category:last-child {
        background-color: transparent;
    }

    aside.singlePost--category .content--category:first-child ul{
        background-color: rgba(229, 219, 184, 0.4);
    }

    aside.singlePost--category .content--category:last-child ul {
        background-color: rgba(225, 227, 235, 0.4);
    }

    aside.singlePost--category .content--category ul{
        margin-block-start: 0.75rem;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        overflow-x: scroll;
    }

    aside.singlePost--category .content--category ul li::before,
    aside.singlePost--category .content--category ul li::after, 
	.page-id-250 .lwptoc_item:after, 
	.page-id-250 .lwptoc_item:before{
        content: unset;
    }

    aside.singlePost--category .content--category ul:last-child {
        padding-inline-end: 1.5rem;
    }

	article.singlePost--content h1, 
	article.main-content h1{
        font-size: var(--text-2xl);
    }
	
	aside.singlePost--category .content--category:last-child .singlePost--category__title h3{
		padding-block-start: 0;
	}
	
	aside.singlePost--category .content--category:last-child ul{
		padding: 0;
	}
	
	.lwptoc_itemWrap{
		display: flex;
		position: absolute;
		width: 100%;
		background: rgba(229, 219, 184, 0.4);
		flex-direction: row;
        white-space: nowrap;
        overflow-x: scroll;
		column-gap: 1rem;
		padding-inline-end: 2rem;
		right: 0;
		left: 0;
	}
	
	.lwptoc {
		margin-block-end: 1rem !important;
	}
	
	/* knowUs--mobile */
	.knowUs--mobile{
		display: block;
	}
	
	.knowUs--desktop{
		display: none;
	}

    /* single blog */
    :root {
        --space-section-blogContent-showCase: 3rem
    }
	
    .blogContent {
        flex-direction: column-reverse;
    }

    .blogContent--showCase,
    .blogContent aside {
        width: 100%;
    }

    .blogContent aside {
        display: flex;
        flex-direction: column-reverse;
    }

    .blogContent aside .content--category .category--title .icon {
        display: none;
    }

    .blogContent aside .content--category {
        padding: 1.5rem;
        margin-block-end: 2rem;
    }

    .blogContent aside .authorProfile {
        margin-block-end: 2rem;
    }

    .blogContent aside .content--category ul.category__list, 
	.blogContent aside .content--category .widgetBody > ul, 
	.blogContent aside .content--category .widgetBody > div:last-child{
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        margin-block-start: 0;
    }
	
	.blogContent aside .content--category .widgetBody > div ul{
		margin-block-start: 0;
	}

    .blogContent aside .content--category .category--title {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .blogContent aside .content--category .category--title img {
        transform: rotate(90deg);
    }

    .blogContent aside .content--category .category--title.active img {
        transform: rotate(-90deg);
    }
	
}

@media screen and (max-width: 576px) {
	/* single blog */
    .blogContent--showCase .download--file  {
        flex-direction: column;
    }
	
	.blogContent--showCase .related-posts-more a b{
		font-size: var(--text-base);
	}
}

@media screen and (max-width: 425px) {
	/* single about */
	article.singlePost--content h1, 
	article.singlePost--content h2, 
	article.singlePost--content h3, 
	article.singlePost--content h4, 
	article.singlePost--content h5, 
	article.singlePost--content h6{
		margin-block-end: 0.75rem;
	}
	
	article.singlePost--content p{
		margin-block-end: 0.75rem;
	}
	
	article.singlePost--content ul{
		  grid-template-columns: repeat(1, 1fr);
	}
	
	/* single blog */
    .blogContent--showCase .contact ul li {
        flex-basis: calc(100% - 16px);
    }

    .blogContent--showCase .relatedBlogs ul li {
        flex-direction: column;
    }

    .blogContent--showCase .relatedBlogs ul li .relatedBlog--img,
    .blogContent--showCase .relatedBlogs ul li .relatedBlog--text {
        width: 100%;
    }

    .blogContent--showCase .relatedBlogs ul li .relatedBlog--text {
        margin-block-start: 1rem;
    }
}

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

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