.heroInner--singleBlog {
    background-position: bottom center;
    margin-block-end: 80px !important;
}

.heroInner--singleBlog .heroInner--content {
    min-height: 100vh;
}

body.page-id-54 .singlePost--content,
body.page-id-104 .singlePost--content{
	width: 100%;
}

.rch-filters > div.box-filter-listing-text{
	min-width: 280px !important;
}

.box-filter-listing-text input[type="search"]{
	width: 100%;
}
/*********************
START: SINGLE POST
*********************/

.singlePost--content {
    width: 90%;
    margin-inline: auto;
}

.singlePost--content article h1,
.singlePost--content article h2,
.singlePost--content article h3,
.singlePost--content article h4,
.singlePost--content article h5,
.singlePost--content article h6 {
    margin-block-end: 2.5rem;
}

.singlePost--content article p,
.singlePost--content p{
    line-height: var(--line-height150);
    margin-block-end: 1.5rem;
    font-style: normal;
    font-weight: 400;
}

.singlePost--content article ul,
.singlePost--content article ol {
    background-color: var(--bg-color);
    border-radius: var(--border-radius30);
    margin-block-end: 1.5rem;
    padding: 2rem;
    list-style: disc;
}

.singlePost--content article ol li,
.singlePost--content article ul li {
    line-height: var(--line-height150);
}

.singlePost--content article ol li:not(:last-child),
.singlePost--content article ul li:not(:last-child) {
    margin-block-end: 1rem;
}


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

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

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

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

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

.singlePost--content article img {
    width: initial;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    border-radius: 30px;
    display: block;
}

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


/*********************
START: COMMENTS
*********************/
.mycm {
    width: 70%;
    margin-inline: auto;
}

.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-notes{
	color: var(--baseLight-color);
}

#reply-title {
    color: var(--secondary-color);
    margin-block-end: 1rem;
    display: flex;
    justify-content: space-between;
}

.logged-in-as {
    margin-block-end: 1rem;
	color: var(--baseLight-color);
}

.logged-in-as>a {
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-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;
	color: var(--baseLight-color);
}

.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-respond{
	padding-block: 1.5rem;
}


.comment-body {
    border-bottom: 1px solid var(--border-color);
    margin-block-end: 1.5rem;
}

.avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin-inline: 0.5rem;
}

.comment-author, .comment-details{
   color: var(--baseLight-color);
}

.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-radius-60);
    background: var(--secondary-color);
    color: var(--baseLight-color);
    border: 1px solid var(--secondary-color);
    width: max-content;
    margin-inline-start: auto;
}


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

.Forimgcm {
    display: flex;
    align-items: center;
}
/*********************
END: COMMENTS
*********************/

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1319px) {
    .singlePost--content {
        width: 95%;
    }

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

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

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

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

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

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

@media screen and (max-width: 768px) {
    .singlePost--content {
        width: 100%;
    }

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

}

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

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

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

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