html[lang="nl-nl"] .dutch-version{
    text-transform: lowercase !important;
}
.time-pill{
    background-color: var(--black-02);
    border-radius: 12px !important;
    padding: 15px;
}
.sidebar-block,
.cases-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    padding-top: 0px;
}

.article-blog h1{
    font-size: 2.5rem;
}

.form-control {
    border: none;
    border-radius: 0;
    color: var(--white-100);
}



.form-control:focus {
    color: var(--white-100);
}

.form-file {
    border-radius: 4px;
    border: none;
    color: var(--black-30);
    box-shadow: none;
}

p {
    margin: 0 !important;
}

.alm-layouts .alm-listing .alm-layout img {
    border-radius: 12px !important;
}

.text-link {
    font-family: var(--raleway);
    font-size: 14px;
    line-height: 1.43;
    color: var(--blue-sky-100);
}

.first-post {
    width: 100%;
    height: auto;
}

.grey-container {
    background-color: var(--black-02);
    border-radius: 12px;
}

.transparent-container {
    border: solid 1px var(--black-06);
    border-radius: 12px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.text-size-sm {
    font-size: 1.25rem;
    line-height: 1.5;
}

.text-size-md {
    font-size: 1.5rem;
    line-height: 1.25;
}

.text-size-bg {
    font-size: 2rem;
    line-height: 1;
}

.text-block-title {
    font-family: var(--raleway);
    font-weight: normal;
    color: var(--black-40);
    font-size: 1rem;
    line-height: 1.5;
}

.text-date-author a {
    font-family: var(--open-sans);
    font-weight: normal;
    color: var(--black-40);
    font-size: 1rem;
    line-height: 1.5;
}

.text-date-author a:hover {
    text-decoration: none;
    font-weight: normal !important;
    color: var(--black-40) !important;
}

.image {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.image-container {
    position: relative;
    width: 100%;
}

.front-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    max-height: 400px;
}

.btn-sub {
    width: 100%;
}

.input-email {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    border: 0;
    box-shadow: inset 0 -1px 0 0 var(--black-08);
    background-color: transparent;
}

.input-author {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    border: 0;
    color: var(--black-50);
    background-color: transparent;
    box-shadow: inset 0 -1px 0 0 var(--black-08);
}

.btn-topic {
    width: 100%;
    padding: 8px 4px 8px 12px;
    border-radius: 8px;
    background-color: transparent;
    border: none;
    text-align: start;
}

.btn-topic:hover {
    background-color: var(--black-02);
}

.btn-topic:active {
    background-color: var(--black-02);
}

.btn-topic:focus {
    background-color: var(--black-02);
}

.post-link {
    color: var(--black-100);
    font-weight: bold;
}

.post-link:hover {
    font-weight: bold;
    color: var(--red-cactus-100);
}

.post-title {
    color: var(--black-100);
    font-weight: bold;
}

.post-link:hover .post-title {
    text-decoration: underline;
    text-decoration-thickness: 10%;
    color: var(--red-cactus-100);
}

.hiddenpost {
    display: none;
}

.sidebar,
.sidebar-blog {
    margin-left: auto;
}

.img-check-hidden {
    display: none;
}

.img-check-show {
    display: block;
}

.title-banner-author {
    background-size: cover;
    padding: 80px 0px 0px;
    background: var(--black-100);
    background-position: right top;
    background-repeat: no-repeat;
}


/* Sidebar Blog */

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

#misha_posts_wrap {
    display: flex;
    flex-wrap: wrap;
}

#misha_filters select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border: 0;
    color: var(--black-50);
    background-color: var(--white-100);
    box-shadow: inset 0 -1px 0 0 var(--black-08);
}

#misha_filters button {
    background: white;
    border: none;
}


/* Sidebar Blog - Filter Category Box */

#category_filter input[type="radio"] {
    display: none;
}

#category_filter span {
    display: flex;
    width: 100%;
}

#category_filter input[type="radio"]:checked+span {
    background-image: url("http://docker8.inside.cactussoft.biz/html/assets/img/check-16.png");
    background-repeat: no-repeat;
    background-position: right;
}


/* Sidebar Blog - Suscribe Box */

.wp-subscribe-wrap {
    padding: 20px 0px !important;
    text-align: start !important;
    background: transparent !important;
}

.wp-subscribe-wrap .email-field {
    margin-top: 20px !important;
}

.wp-subscribe-wrap input {
    text-indent: 0px !important;
}

.wp-subscribe-wrap h4.title {
    font-family: var(--raleway) !important;
    font-weight: normal !important;
    color: var(--black-40) !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    text-transform: capitalize !important;
}

.wp-subscribe-wrap .regular-text.email-field {
    background: transparent !important;
    box-shadow: inset 0 -1px 0 0 var(--black-08) !important;
    border-bottom: 1px solid #dee2e6 !important;
    color: var(--bs-body-color) !important;
    font-weight: var(--bs-body-font-weight) !important;
    text-align: start !important;
    color: #5e646a !important;
}

.wp-subscribe-wrap input.submit {
    color: var(--red-cactus-100) !important;
    text-transform: capitalize !important;
    border-color: var(--red-cactus-100) !important;
    border: 3px solid !important;
    padding: 10px 50px !important;
    background-color: transparent !important;
    font-size: 16px !important;
    font-family: var(--raleway) !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    border-radius: .25rem !important;
}

.wp-subscribe-wrap input.submit:hover {
    background-color: var(--red-cactus-100) !important;
    border-color: var(--red-cactus-100) !important;
    box-shadow: none !important;
    color: white !important;
    transition: var(--transition-dur) !important;
}

@media (max-width: 992px) {
    .title-banner-author {
        background-size: auto 100%;
    }
    #sidebar-article {
        width: 33.333333% !important;
    }
}

.img-check-hidden {
    display: none;
}

.img-check-show {
    display: block;
}

.wp-subscribe-wrap .regular-text.email-field:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px var(--black-50) !important;
}

.alm-layouts .alm-listing .alm-layout img {
    border-radius: 12px;
}

.alm-reveal.alm-filters {
    justify-content: space-between;
}

.alm-reveal.alm-filters::after {
    content: none !important;
    ;
}

@media (max-width: 992px) {
    .alm-layouts .alm-listing .alm-layout.alm-3-col,
    .alm-layouts .alm-listing .alm-layout.alm-4-col {
        width: 48% !important;
        margin-right: 0% !important;
    }
    .blog-column {
        width: 66% !important;
    }
    .sidebar-blog {
        width: 33% !important;
    }
    .alm-layouts .alm-listing.flex,
    .alm-layouts .alm-listing.flex .alm-reveal {
        display: flex !important;
    }
        .article-blog h1 {
            font-size: 30px !important;
        }
}

@media (max-width: 600px) {
    .article-blog h1 {
            font-size: 30px !important;
    }
    .alm-layouts .alm-listing .alm-layout.alm-3-col,
    .alm-layouts .alm-listing .alm-layout.alm-4-col {
        width: 100% !important;
        margin-right: 0% !important;
    }
    .blog-column {
        width: 100% !important;
    }
    .sidebar-blog {
        width: 100% !important;
    }
}