.article-title {
    display: block;
    padding: 140px 0 40px 0;
}

.article-title h1 {
    padding: 0;
    margin: 0;
    color: var(--h1-text-color);
    font-family: var(--h1-font-family), Gilroy, sans-serif;
    font-size: var(--h1-font-size);
    font-style: var(--h1-font-style);
    font-weight: var(--h1-font-weight);
    letter-spacing: var(--h1-letter-spacing);
}

.article-title .breadcrumbs {
    margin-top: 10px;
}

.container .author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.container .author img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    margin-right: 16px;
    border-radius: 50%;
}

.container .author.white img {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    margin-right: 16px;
    border-radius: 50%;
}

.container .author div {
    width: calc(100% - 96px);
}

.container .author.white div {
    width: calc(100% - 72px);
}

.container .author div .name {
    display: block;
    color: var(--text-secondary-color);
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.container .author.white div .name {
    color: var(--text-primary-color);
    font-size: 16px;
}

.author div .description {
    display: block;
    /*color: rgba(0, 0, 0, 0.60);*/
    color: var(--text-third-color);
    font-family: Rubik ,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.author.white div .description {

    color: rgba(var(--text-primary-color-rgb), 0.80);
    font-size: 11px;
}

.article-title .author {
    margin-top: 24px;
    display: none;
}

@media screen and (max-width: 1120px) {
    .article-title {
        display: block;
        padding: 80px 0 20px 0;
    }
    
    .article-title h1 {
        /*font-size: 32px;*/
        font-size: var(--h1-font-size-mobile);
    }
    
    .article-title .breadcrumbs {
        display: none;
    }

    .article-title .author {
        display: flex;
    }
}

.article-content {
    padding: 80px 0 60px 0;
}

.article-content .main {
    display: block;
    float: left;
    width: calc(100% - 312px);
    padding-right: 50px;
}

.article-content .sidebar {
    display: block;
    float: left;
    width: 312px;
}


/*.sidebar */

/*.tags-container */
.wp-block-tag-cloud
{
    display: block;
    margin-bottom: 32px;
}

.sidebar .wp-block-tag-cloud {
    pointer-events: none;
}

/*.sidebar */
/*.tags-container a*/
.wp-block-tag-cloud a
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(var(--primary-color-rgb), 0.15);
    padding: 10px 20px;
    margin: 0 5px 5px 0;
    color: var(--primary-color);
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.09px;
} 

/*.sidebar */
.sidebar-banner {
    display: block;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px;
    text-decoration: none;
}

.sidebar-banner.no-click{
    pointer-events: none;
}

/*.sidebar */
.sidebar-banner img {
    display: block;
    margin: 0 auto;
    width: 190px;
    max-width: 100%;
}

/*.sidebar */
.sidebar-banner span {
    display: block;
    margin-top: 80px;
    color: var(--text-primary-color);
    text-align: center;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

/*.sidebar */
/*h2.sidebar-title */
.sidebar h2.wp-block-heading,
.block-editor-block-list__layout h2.wp-block-heading
{
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
}

/*.sidebar */
.sidebar-recent-posts {
    margin-top: 20px;
}

/*.sidebar */
.sidebar-recent-posts li {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}

/*.sidebar */
.sidebar-recent-posts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/*.sidebar */
.sidebar-recent-posts li::after {
    content: '';
    display: block;
    clear: both;
}

/*.sidebar */
.sidebar-recent-posts li .wp-block-latest-posts__featured-image {
    display: block;
    width: 90px;
    height: 90px;
    float: left;
}

/*.sidebar */
.sidebar-recent-posts li .wp-block-latest-posts__featured-image a {
    display: block;
    text-decoration: none;
}

/*.sidebar */
.sidebar-recent-posts li img {
    width: 90px;
    height: 90px;
    aspect-ratio: 1/1;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    float: left;
}

/*.sidebar */
.sidebar-recent-posts li .text {
    display: flex;
    flex-direction: column;
}

/*.sidebar */
.sidebar-recent-posts li .wp-block-latest-posts__post-title {
    color: var(--text-secondary-color);
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    width: calc(100% - 100px);
    float: right;
}

/*.sidebar */
.sidebar-recent-posts li time {
    /*color: #787878;*/
    color: var(--meta-color);
    font-family: var(--meta-font-family), Gilroy, sans-serif;
    font-size: var(--meta-font-size);
    font-weight: var(--meta-font-weight);
    font-style: var(--meta-font-style);
    letter-spacing: var(--meta-letter-spacing);
    display: block;
    width: calc(100% - 100px);
    float: right;
    text-align: left;
}

section.reply {
    display: block;
    padding-bottom: 80px;
}

.reply .reply-form {
    width: 560px;
    max-width: 100%;
}

.reply .reply-form .input-box {
    display: block;
    margin-bottom: 25px;
}

.reply .reply-form .input-box label {
    display: block;
    padding-bottom: 8px;
    color: var(--text-secondary-color);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.3px;
}

.reply .comment-form-cookies-consent {
    color:var(--text-third-color);
}

.reply .reply-form .input-box input[type="text"],
.reply .reply-form .input-box input[type="email"],
.reply .reply-form .input-box input[type="number"],
.reply .reply-form .input-box textarea {
    display: inline-block;
    width: 100%;
    padding: 20px 24px;
    /*background: #F9F7FA;*/
    background: rgba(var(--fourth-color-rgb),0.4);;
    border-radius: 16px;
    color: var(--text-secondary-color);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
}

.reply .reply-form .input-box input[type="text"]::placeholder,
.reply .reply-form .input-box input[type="email"]::placeholder,
.reply .reply-form .input-box input[type="number"]::placeholder {
    color: var(--text-third-color);
}

.reply .reply-form .input-box textarea {
    min-height: 140px;
}

@media screen and (max-width: 1120px) {
    .article-content {
        padding: 0 0 40px 0;
    }

    .article-content .author {
        display: none;
    }
    
    .article-content .main {
        float: none;
        width: auto;
        padding-right: 0;
    }
    
    .article-content .sidebar {
        float: none;
        width: auto;
    }

    .article-content .sidebar .sidebar-hidden-mob {
        display: none;
    }
}


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

}


/***** COMMENTS AREA *****/

.comments-area {
    display: block;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 100px;
}


@media screen and (max-width: 1120px) {
    .comments-area {
        display: block;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 50px;
    }
}

.comments-area .comments-title {
    display: block;
    padding-bottom: 16px;
    color: var(--text-secondary-color);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.3px;
}

.comments-area .comment-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-area .comment-list .comment {
    display: block;
    list-style: none;
    margin-bottom: 30px;
}

.comments-area .comment-list .comment .comment-body .comment-author img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    margin-right: 5px;
}

.comments-area .comment-list .comment .comment-body .comment-author .fn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: var(--text-secondary-color)
}

.comments-area .comment-list .comment .comment-body .comment-author .fn a {
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.comments-area .comment-list .comment .comment-body .comment-author .says {
    display: inline-block;
    vertical-align: middle;
    /*color: #787878;*/
    color: var(--text-third-color);
    font-size: 16px;
    font-weight: 400;
}

.comments-area .comment-list .comment .comment-body .comment-metadata {
    display: block;
    padding-left: 41px;
    margin-top: -5px;
}

.comments-area .comment-list .comment .comment-body .comment-metadata > a {
    /*color: #787878;*/
    color: var(--meta-color);
    font-family: var(--meta-font-family), Gilroy, sans-serif;
    font-size: var(--meta-font-size);
    font-weight: var(--meta-font-weight);
    font-style: var(--meta-font-style);
    letter-spacing: var(--meta-letter-spacing);
    text-decoration: none;
}

.comments-area .comment-list .comment .comment-body .comment-metadata .edit-link .comment-edit-link {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.comments-area .comment-list .comment .comment-body .comment-content {
    /*background: #F9F7FA;*/
    background: rgba(var(--fourth-color-rgb),0.4);
    font-size: 16px;
    padding: 16px;
    border-radius: 8px;
    color: var(--text-secondary-color);
    margin-top: 8px;
}

.comments-area .comment-list .comment .comment-body .comment-content p {
    font-size: 16px;
    color: var(--text-secondary-color);
    padding: 0 0 6px 0;
    margin: 0;
    word-wrap: break-word;
}

.comments-area .comment-list .comment .comment-body .comment-content p:last-child {
    padding: 0;
}

.comments-area .comment-list .comment .comment-body .comment-content a {
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
}

/*IMAGE SLIDER*/
.image-slider {
    display: block;
    margin-bottom: 40px;
}

.image-slider .slider {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

.image-slider .slick-list{
    padding:0 20% 0 0 !important;
}

@media screen and (max-width: 768px) {
    .image-slider .slick-list{
        padding: 0 10% 0 0 !important;
    }
}

.image-slider .slider .slide {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 10px;
}

.image-slider .slider .slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.image-slider .slider .slider-prev,
.image-slider .slider .slider-next {
    position: absolute;
    top: calc(50% - 30px);
    cursor: pointer;
    z-index: 50;
}

.image-slider .slider .slider-prev {
    left: -30px;
}

.image-slider .slider .slider-next {
    right: -30px;
}

.image-slider .slider .slick-dots {
    margin-top: 24px;
    margin-bottom: 0 !important;
}

.image-slider .slider .slick-dots li {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}

.image-slider .slider .slick-dots button {
    width: 30px;
    height: 3px;
    background: var(--slider-dots-passive-color);
    display: inline-block;
    vertical-align: middle;
    margin: 0 var(--slider-dots-margin);
    padding: 0;
}

.image-slider .slider .slick-dots button::before {
    display: none !important;
}

.image-slider .slider .slick-dots li.slick-active button {
    width: 30px;
    height: 3px;
    border-radius: 9px;
    border: 2px solid var(--slider-dots-active-color);
    background: var(--slider-dots-active-color);

}
