.single-post-tab-holder {
    display: none !important;
}

.single-post-hero-title.small-screen,
.single-post-category-badge-shortcode.small-screen {
    display: none !important;
}


/*************************************/

.single-post-navigation .elementor-post-navigation {
    overflow: unset;
    gap: 16px;
}

.single-post-navigation .elementor-post-navigation__separator-wrapper {
    /* display: none; */
}

.single-post-navigation .elementor-post-navigation__link {
    padding: 16px;
    border: 2px solid #D4E6F9;
    border-radius: 14px;
    box-shadow: 3px 2px 5px 2px #00000021, 0 1px 2px -1px #0000001a;
}

.single-post-navigation .elementor-post-navigation__link {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 0.4s;
}

.single-post-navigation .elementor-post-navigation__link:hover {
    transform: scale(1.02);
    box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
}

.single-post-navigation .elementor-post-navigation__link__prev,
.single-post-navigation .elementor-post-navigation__link__next {
    gap: 4px;
}


/*************************************/
/*************************************/
/*************************************/

.single-post-comment-section {}


.single-post-comment-section .elementor-widget-container {
    height: unset !important;
}

.single-post-comment-section #comments {
    margin-top: 0;
    padding: 0;
    border: none;
}

.single-post-comment-section #respond {
    margin: 0 !important;
}

.single-post-comment-section #reply-title {
    font-size: 24px;
    color: #012F6B;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 8px;
}

.single-post-comment-section .logged-in-as,
.single-post-comment-section .logged-in-as a,
.single-post-comment-section .logged-in-as span {
    font-size: 16px;
    font-weight: 400;
    color: #012F6B;
    margin-bottom: 8px;
}

.single-post-comment-section .gglcptch {
    padding: 0 !important;
    margin-bottom: 8px !important;
}

.single-post-comment-section .comment-textarea {
    border: 1px solid #D4E6F9;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 #0000000d;
}

.single-post-comment-section .comment-form-author {
    padding-right: 8px !important;
}

.single-post-comment-section .comment-form-email {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.single-post-comment-section .comment-form-url {
    padding-left: 8px !important;

}


.single-post-comment-section .comment-form-author,
.single-post-comment-section .comment-form-email,
.single-post-comment-section .comment-form-url {
    margin-bottom: 8px !important;
}

.single-post-comment-section .comment-form-author input,
.single-post-comment-section .comment-form-email input,
.single-post-comment-section .comment-form-url input {
    border: 1px solid #D4E6F9;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 #0000000d;
}

.single-post-comment-section .comment-form-cookies-consent {
    display: flex!important;
    flex-direction: row!important;
    justify-content: left!important;
    font-size: 16px;
    font-weight: 400;
    color: #012F6B;
    margin-bottom: 8px;
}
.single-post-comment-section #wp-comment-cookies-consent{
    margin-top: 6px!important;
}


.single-post-comment-section .comment-form-cookies-consent input {
    margin-right: 8px;
}

.single-post-comment-section .form-submit {
    float: unset !important;
}

.single-post-comment-section #comment-submit {
    background: linear-gradient(90deg, #ffd800, #ffffff) !important;
    background-size: 2000% 100% !important;
    background-position: 0% 0% !important;
    color: #012F6B !important;
    border-radius: 8px !important;
    border: 1px solid #ffd800;
    font-weight: bold !important;

}

.single-post-comment-section #comment-submit:hover {
    color: #012F6B;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    background-position: 99% 0% !important;

    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/


@media only screen and (max-width: 1050px) {

    .single-post-tab-holder {
        display: flex !important;
        position: fixed !important;
        z-index: 1 !important;
        background: white;
        top: 0;
    }

    .single-post-tab-holder .e-con-inner {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .single-post-tab-button {
        /* background-color: green !important; */

    }

    .single-post-tab-button a {
        width: 100% !important;
        padding: 12px 0px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #012f6b99 !important;
    }

    .single-post-tab-button a:focus {
        outline: none !important;
    }


    .single-post-tab-button.active {
        /* background-color: red !important; */
        border-bottom: 2px solid #ffd800;
    }

    .single-post-tab-button.active a {
        color: #012f6b !important;
    }


    .single-post-main-content .e-con-inner {
        grid-template-columns: 1fr !important;
    }
}

@media only screen and (max-width: 767px) {

    .single-post-hero-title.small-screen,
    .single-post-category-badge-shortcode.small-screen {
        display: block !important;
    }

    .single-post-hero-title.big-screen,
    .single-post-category-badge-shortcode.big-screen {
        display: none !important;
    }


    .single-post-hero-text-holder {
        background-color: #ffffff !important;
    }

    .single-post-hero-excerpt .elementor-widget-container {
        color: #012F6B !important;
    }

    .single-post-hero-post-infos time {
        color: #012F6B !important;
    }

    .single-post-time-to-read-dot i {
        color: #012F6B !important;
    }

    /****/

    .single-post-navigation .elementor-post-navigation {
        flex-direction: column !important;
    }

    .single-post-navigation .elementor-post-navigation__link {
        width: 100% !important;
    }

    .single-post-navigation .elementor-post-navigation__link a {
        justify-content: center!important;
    }

}

@media only screen and (max-width: 380px) {
    .single-post-tab-button .elementor-button-text {
        font-size: 16px !important;
    }
}