
.col-two .container,
.archive-content .container {
    flex-direction: column;
}

.category-heading {
    text-transform: capitalize;
    margin-bottom: 55px;
}


.widget-area {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    position: relative;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.widget-area aside {
    display: inline-block;
    width: 100%;
    margin-bottom: 47px;
    vertical-align: top;
}

body:not(.single) .widget-area .widget_recent_entries,
body:not(.single) .widget-area .widget_custom_html,
body:not(.single) .widget-area .widget_categories,
.screen-reader-text {
    display: none;
}

.widget-area aside .widget-title, 
.widget-area aside .widgettitle, 
.widget-area .widget-grofile h4 a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}


.text-red a {
    color: var(--primary-red);
}

.hit-name a {
    color: var(--black);
}

.grid-cats a:after {
    content: " / ";
    padding: 0 2px;
    color: var(--primary-red);
}

.grid-cats a:last-child:after {
    content: "";
}

.featured-image {
    height: 175px;
    margin-bottom: 0;
}

.featured-image img {
    height: 100%;
    object-fit: cover;
}


.widget-area .widget_search,
.top-posts .wpp-list .wpp-meta {
    display: none;
}


.archive-content.posts-result .hits-card {
    cursor: default;
}

.search .posts-result .ais-Hits-list,
.archive-content.posts-result .ais-Hits-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

article.no-results{
    height: 100%;
    width: 100%;
}

.search .search-keyword{
    word-wrap: break-word;
    overflow-wrap: anywhere;
    font-weight: 700;
}
/* .archive .home-link {
    display: block;
    padding: 27px 10px;
    font-size: 23px;
    font-weight: 700;
    color: var(--black);
    width: 145px;
} */

.top-posts {
    padding: 20px 0 50px;
    margin-top: 65px;
}

.top-posts .title {
    font-size: 18px;
}

.wpp-list:not(.widget-area .wpp-list){
    list-style: none;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wpp-list:not(.widget-area .wpp-list) li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 1rem;
}

.wpp-list:not(.widget-area .wpp-list) li a {
    color: #000;
    font-weight: 400;
}

/* Author page */
.author__profile {
    margin-bottom: 45px;
}

.author__profile-details {
    margin-top: 35px;
    padding: 25px;
    border-radius: 8px;
}

.author__profile-avatar {
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
}

.author__profile-info {
    width: calc(100% - 90px);
}

.author__profile-bio {
    padding-bottom: 10px;
    line-height: 22px;
}

.author__profile-links .fa {
    margin-right: 5px;
}

/* search page */
.see-all-button{
    display: none;
}

.see-all-button.show{
    display: flex;
}

.error-page-hits{
    position: relative;
}

.searchbox-field{
    margin: 35px 0 0;
}

.searchbox-field .ais-SearchBox-form {
    position: relative;
}

.searchbox-field .ais-SearchBox-input {
    border: 1px solid #D4CFCA;
    width: 100%;
    height: 41px;
    padding: 0 47px;
    font-size: 18px;
    line-height: 22px;
    background: var(--white);
    color: var(--black);
}

.searchbox-field .ais-SearchBox-submit {
    position: absolute;
    background: url(../img/search-icon.svg) no-repeat center center/contain;
    appearance: none;
    border: none;
    width: 22px;
    height: 22px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.error-page-hits,
.ais-SearchBox-resetIcon,
.ais-SearchBox-submitIcon{
    display: none;
}

.error-page-hits.show{
    display: block;
}

.searchbox-field .ais-SearchBox-reset {
    background: url(../img/hamburger-close-Icon.svg) no-repeat center center/15px;
    position: absolute;
    right: 0;
    width: 35px;
    height: 100%;
    appearance: none;
    border: none;
    cursor: pointer;
    top: 0;
}

.error-page-hits .search-suggestions{
    display: grid;
    gap: 20px;
}

.search-suggestions{
    margin: 35px 0;
}
.search-suggestions a {
    box-shadow: 0 0 29.483px rgba(0,0,0,.1);
    border-radius: 8.8px;
    border-right: 7px solid transparent;
    transition: 0.3s all;
    color: var(--black);    
    justify-content: space-between;
    overflow: hidden;
}

.search-suggestions .post-thumb{
    width: 100%;
    height: 85px;
}

.search-suggestions .ais-Hits-item{
    padding: 15px 20px;
    width: 100%;
    flex-direction: column;
}

.search-suggestions h6,
.search-suggestions p{
    padding-bottom: 10px;
    margin-bottom: 0;
}

.entry-content .search-suggestions p{
    font-size: 14px;
    line-height: 18px;
}

.search-suggestions a:hover{
    border-right-color: var(--orange);
}


.page-numbers {
    padding: 6px 7px;
    font-size: 16px;
    color: var(--black);
    font-weight: 700;
}

.page-numbers.current {
    border-bottom: 2px solid var(--orange);
}

.hero-block-thumbnail{
    min-height: 330px;
}

.hero-block__content{
    padding: 0 0 50px;
}

.single-page-cat-name{
    font-size: 18px;
    line-height: 22px;
}

.single-page-author-name{
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    color: var(--black);
}

.single-page-featured-date{
    margin: 12px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.hero-block {
    padding-top: 65px;
}

.entry-content p{
    font-size: 18px;
    line-height: 28.8px;
}

.single article.post h1, 
.single article.post h2, 
.single article.post h3, 
.single article.post h4, 
.single article.post h5, 
.single article.post h6{
    margin-bottom: 32px;
}

.single article.post ul:not(.meta-list){
    padding-bottom: var(--spacing-04);
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 17px;
}

.single article.post ul:not(.meta-list) li{
    position: relative;
    line-height: 1.5;
    font-size: 18px;
    line-height: 28.8px;
}

.single article.post ul:not(.meta-list) li::marker {
    color: var(--primary-red);
  }

.single hr{
    margin: 24px 0;
}


.single-mailpoet_page .widget-title, .single-mailpoet_page .author-profile, .single-mailpoet_page .mailpoet_checkbox_label, .single-mailpoet_page .mailpoet_segment_label,
.show .comments-toggle,
.pp-multiple-authors-wrapper,
.subscription-block .heateor_sss_sharing_container,
.subscription-block .share-comment {
    display: none;
}

ul.meta-list li {
    margin: 0 0 24px;
}

.meta-tag span,
.meta-cat span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.meta-tag a,
.meta-cat a{
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

.author-block {
    margin-top: 49px;
    padding: 25px 0 40px;
    border-top: 1px solid #D4CFCA;
    border-bottom: 1px solid #D4CFCA;
}

.author-block .widget-title{
    font-size: 35px;
    line-height: 39px;
}

.author-profile {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.author-profile-avatar  picture,
.author-profile-avatar {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}

.author-profile-info {
    width: 100%;
}

.author-profile-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.author-profile-links {
    margin-top: 7px;
}

.comments-area {
    padding: 62px 0;
}

.comment-reply-title span{
    font-weight: 700;
}

.logged-in-as {
    padding-bottom: 5px;
    display: none;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.comment-form-comment label{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.comment-form-comment .required{
    color: var(--primary-red);
}

.comment-form-comment textarea{
    border: 1px solid #D4CFCA;
    border-radius: 8px;
    padding: 15px 20px;
}

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

.form-submit input.submit {
    height: 38px;
    font-size: 16px;
    font-weight: 800;
    background: var(--black);
    color: var(--white);
    padding: 0 24px;
    line-height: 38px;
    border: none;
    cursor: pointer;
}

.gglcptch_v2{
    padding: 0 !important;
}

.heateorSlLogin {
    height: 24px;
    width: 24px;
    border-radius: 3px !important;
    overflow: hidden;
    background: #FC9C0C !important;
    border: none;
}

.heateorSlGoogleLoginSvg{
    background: url(./../img/g.png) no-repeat center center / 18px !important;
}

.heateorSlFacebookLogoContainer {
    background: none;
    margin: 0;
}

.heateorSlFacebookLoginSvg{
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat
}

.mailpoet-manage-subscription{
    max-width: 642px;
}

.mailpoet-manage-subscription .mailpoet_text, 
.mailpoet-manage-subscription .mailpoet_select {
    width: 100%;
    height: 40px;
    border: 1px solid #D4CFCA;
    margin-bottom: 18px;
    padding: 5px 15px;
    appearance: none;
    border-radius: 0;
    color: var(--black);
}

.mailpoet-manage-subscription .mailpoet_select {
    background: url(../img/navigation-down-arrow.svg) no-repeat right 10px center/15px;
}

.mailpoet-privacy:not([class*="cta-"]):hover{
    color: var(--dark-red);
    text-decoration: underline;
}

.mailpoet-manage-subscription .mailpoet_submit{
    background: var(--black);
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
    padding: 6px 22px;
    margin-top: 17px;
    cursor: pointer;
}

.mailpoet-manage-subscription .mailpoet_select_label,
.mailpoet-manage-subscription .mailpoet_text_label {
    margin-bottom: 6px;
}

.subscription-block .content-area{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mailpoet_required{
    color: var(--primary-red);
}

.subscription__head{
    margin-bottom: 30px;
}

.subscription__head--sub-title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 44px;
}

.mailpoet-manage-subscription .mailpoet_paragraph strong{
    color: var(--dark-red);
}

.mailpoet-manage-subscription .mailpoet-change-email-info {
    font-size: 14px;
    width: 100%;
    display: block;
    letter-spacing: 0;
}

.widget-area aside li, 
.wpp-no-data {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #C5C5C5;
    margin: 0;
    list-style: none;
}

.widget-area a {
    color: #000;
    display: block;
    width: 100%;
    font-weight: 400;
}

.widget-area .wpp-post-title:hover,
.widget-area a:hover {
    color: var(--orange);
}

.widget-area .widget-grofile h4 a:hover {
    color: var(--primary-red);
}

.widget_categories select {
    height: 35px;
    background: url(../img/navigation-down-arrow.svg)no-repeat right 10px center/15px;
    padding: 0 30px 0 10px;
    font-size: 12px;
    width: 100%;
    border: 1px solid #C5C5C5;
    appearance: none;
    color: var(--black);
}

.subscription-form{
    padding: 40px 60px;
    position: relative;
    margin-top: 50px;
    width: calc(100% + 70px);
    margin-left: -35px;
}


.subscription-form .mailpoet_form{
    max-width: 588px;
    width: 100%;
    padding: 0 !important;
}

.subscription-form .mailpoet_form .mailpoet_text_label {
    margin-bottom: 10px;
}

.subscription-form .mailpoet_form input.mailpoet_text{
    height: 42px;
    border: 1px solid #D4CFCA;
    font-size: 18px;
    line-height: 22px;
}

.mailpoet_paragraph.last {
    margin-bottom: 0;
    margin-top: 20px;
}

.mailpoet_form_successfully_send  .mailpoet_paragraph.last,
.mailpoet_form_successfully_send .mailpoet_recaptcha,
.mailpoet_form_successfully_send .mailpoet_form_columns_container {
    display: none !important;
}

.mailpoet_message{
    padding: 0 !important;
}

.mailpoet-submit-success{
    margin-top :15px;
}
.single .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    position: relative;
    color: var(--white);
    transform: none;
    top: 0;
    left: 0;
    text-align: left;
}

.mailpoet_validate_error{
    padding: 10px 0;
    text-align: left;
    color: var(--primary-red);
}

.subscription-form .mailpoet_form .mailpoet_checkbox_label {
    font-size: 13px;
    line-height: 16px;
    position: relative;
    padding-left: 30px;
}

.mailpoet-privacy{
    color: var(--primary-red);
}

.subscription-form .mailpoet_form .mailpoet_checkbox {
    width: 20px;
    height: 19px;
    appearance: checkbox;
    -webkit-appearance: checkbox!important;
    position: absolute;
    left: 0;
}


.mailpoet_recaptcha:not(.active)+.mailpoet_error_recaptcha, 
.mailpoet_recaptcha:not(.active)+.mailpoet_error_recaptcha.filled, 
.mailpoet_recaptcha {
    display: none;
}

.subscription-form .mailpoet_form .mailpoet_submit {
    white-space: normal;
    word-wrap: break-word;
    padding: 8px 24px !important;
    border: none;
    background: var(--primary-red);
    font-weight: 800;
    color: var(--white);
    font-size: 16px;
    cursor: pointer;
}

.mailpoet_form_column .mailpoet_paragraph:last-child{
    margin-bottom: 0 !important;
}


.heateor_sss_horizontal_sharing{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #D4CFCA;
    border-bottom: 1px solid #D4CFCA;
    padding: 15px 0;
    flex-direction: column;
    gap: 15px;
}



.heateor_sss_sharing_title{
    font-size: 18px;
    line-height: 22px;
}

.heateorSssClear{
    display: none;
}

.heateor_sss_sharing_ul .heateor_sss_svg {
    height: 33px;
    width: 33px;
    border-radius: 100% !important;
    overflow: hidden;
    background: #FC9C0C !important;
    border: none;
}

.parsley-required, 
.parsley-custom-error-message{
    color: var(--primary-red) !important;
}

.show.comments-area {
    display: block;
}

.comments-title {
    border-top: dotted 1px #c7d6e4;
    border-bottom: dotted 1px #c7d6e4;
    padding: 15px 0;
    margin-bottom: 40px;
}

.comment-list>li {
    list-style-type: none;
    margin-bottom: 6%;
}

.comment-list .avatar {
    display: inline-block;
    margin-right: 20px;
    border-radius: 100px;
    vertical-align: top;
    width: 60px;
    position: absolute;
}

.alignright {
    display: inline;
    float: right;
    margin: .5em 0 1.5em 2em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.5em auto;
}

.alignleft {
    display: inline;
    float: left;
    margin: .5em 2em .5em 0
}

img~.comment-info {
    margin: 0 0 10px 95px;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    min-height: 60px;
    /* align-content: center; */
    justify-content: center;
    flex-direction: column;
}
.comment-content {
    font-size: 14px;
    line-height: 23px;
    overflow-wrap: break-word;
}
@media screen and (min-width: 569px) {
    .mailpoet_recaptcha {
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        margin: auto;
        display: none;
    }
    .wpp-list:not(.widget-area .wpp-list) li {
        width: calc((100% - 72px) / 2);
    }

    .subscription-form{
        width: 100%;
        margin-left: 0;
    }
    .subscription-form:after{
        position: absolute;
        content: '';
        width: 18px;
        background: var(--white);
        top: 30px;
        bottom: 30px;
        right: -1px;
    }

    .subscription-form .mailpoet_form .mailpoet_submit{
        width: auto !important;
    }

    .search-suggestions .post-thumb{
        width: 100px;
        height: 100%;
    }

    .search-suggestions .ais-Hits-item{
        width: calc(100% - 100px);
    }
}

@media all and (min-width: 768px) {

    .search .posts-result .ais-Hits-list,
    .archive-content.posts-result .ais-Hits-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .archive-content .widget-area {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(2, minmax(200px, 0fr));
        justify-content: center;
    }

    .widget-area aside li, .wpp-no-data {
        font-size: 12px;
        line-height: 19px;
    }

    .author-profile {
        padding: 18px 25px 0;
        flex-direction: row;
    }

    .author-profile-info {
        width: calc(100% - 85px);
    }

    .col-two .content-area {
        width: calc(100% - 250px);
    }

    .col-two .widget-area{
        max-width: 200px;
        margin-top: 0;
        margin-left: initial;
        margin-right: initial;
    }

    .heateor_sss_horizontal_sharing{
        flex-direction: row;
    }
    .col-two .container {
        flex-direction: row;
    }
}

@media (min-width: 992px) {

    .archive-content .container {
        flex-direction: row;
    }

    .archive-content .ais-hits {
        padding: 0 50px 0 0;
    }


    .col-two .content-area,
    .content-area,
    .archive .top-posts {
        width: calc(100% - 360px);
    }

    .col-two .widget-area,
    .archive-content .widget-area {
        max-width: 300px;
        margin-top: 0;
        display: block;
        margin-left: initial;
        margin-right: initial;
    }

    .wpp-list:not(.widget-area .wpp-list) li {
        width: calc((100% - 72px) / 3);
        margin-right: 24px;
        min-height: 60px;
    }
    .author__profile{
        padding-right: 50px;
    }

}


@media (min-width: 1200px) {

    .wpp-list:not(.widget-area .wpp-list) {
        font-size: 14px;
    }

    .search .content-area,
    .error404 .content-area {
        width: calc(95% - 300px);
        padding-right: 73px;
    }
}