/* ITEM NEWS*/

ul.post-seeding {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.product-item ul.post-seeding {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.news-item ul.post-seeding .icon {
    color: var(--primary-color);
    margin-right: 5px;
}

ul.post-seeding li {
    position: relative;
}

ul.post-seeding li + li {
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.post-seeding li + li:before {
    border-left: 1px solid #ccc;
    position: absolute;
    content: '';
    height: 18px;
    /* bottom: 0; */
    left: 0;
}

ul.post-seeding li .icon-svg {
    margin-right: 5px;
}

/*CSS POST DETAIL*/

.overflow-x{
    overflow-x: auto;
    border: 1px solid #e6e6e6;
}

.overflow-x table {
    border-left: unset;
}

.post-detail-body .post-content table td, th {
    border: 1px solid #ccc;
    padding: 10px;
}

.post-detail-body .post-content table td, th {
    border: 1px solid #ccc;
    padding: 10px;
}

.post-detail-body .post-content {
    /* padding: 50px; */
    width: 100%;
    max-width: unset;
    margin-top: 10px;
}

.post-detail-body .post-content * + p {
    margin-top: 5px;
}

.post-detail-body .post-content p {
    margin-bottom: 1rem;
}

.post-detail-body .post-content .sapo {
    font-weight: 700;
    margin-bottom: 10px;
}

.post-detail-body .post-content ol, .post-detail-body .post-content ul, 
.post-detail-body .post-content li {
    list-style: auto;
    margin-bottom: 5px;
}

.post-detail-body .post-content ol, .post-detail-body .post-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-detail-body .post-content ul, .post-detail-body .post-content ol {
    /* margin: 5px 20px;
    list-style-type: revert !important;
    padding-left: 20px; */
}

.post-detail-body .post-content ul li, .post-detail-body .post-content ol li {
    /* list-style: unset;
    color: #333; */
}

.single-news-area {
    padding-bottom: 50px;
}

.single-news-area + .related, .related:nth-child(2n+1) {
    background-color: #1b69b305;
    /*padding-top: 0;*/
}

.related:nth-child(2n) {
    background-color: #fff;
}

.related + .related {
    /*padding-top: 0;*/
}

.news_detail-page .blog-title {
    font-size: 25px;
}

ul.meta-info {
    list-style: none;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    clear: both;
    overflow: hidden;
}

ul.meta-info li {
    display: inline-block;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    width: unset !important;
}

ul.meta-info li:last-child {
    margin: 0 !important;
}

ul.meta-info li i {
    display: inline-block;
    font-size: 15px;
    /*padding-right: 5px;*/
    color: var(--primary-color);
}

ul.meta-info li.star-list i {
    padding-right: 0;
}

ul.meta-info li span {
    /*padding-left: 5px;*/
}

.news_detail-page ul.meta-info li span {
    padding-left: 5px;
}

.news_detail-page ul.meta-info li span:first-child {
    padding-left: 0;
}

article.post.post-details {
    margin-bottom: 30px;
}

.btn.focus, .btn:focus, .btn:hover {
    outline: unset;
}

.post-list-slider .slick-slide {
    padding: 0 15px
}

.svg-list_toc {
    /*color: var(--primary-color) !important;*/
    display: inline-block;
    margin-right: 5px;
    height: 15px;
    width: 15px;
}

.toc-block {
    position: relative;
    /*background-color: #dfcaa7;*/
    padding: 10px;
    border: 1px solid #2e2d25;
    border-radius: 5px;
    margin-bottom: 20px;
}

.post-detail-body .title-toc-block {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    color: var(--primary-color);
    font-weight: 600;
}

.toc-block a {
    color: var(--primary-color);
}

.toc-block a:hover {
    color: #333;
}

.dropdown-toc-block {
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    background: #6e6e6e;
    padding: 5px;
    border-bottom-left-radius: 3px;
    height: 30px;
    display: flex;
}

.dropdown-toc-block svg {
    transform: rotate(180deg);
    color: #fff;
}

.dropdown-toc-block.close svg {
    transform: rotate(0deg);
}

.toc-block ul {
    list-style: unset;
    padding-left: 27px;
    color: var(--primary-color);
    margin: 0;
}

.toc-block ul li {
    list-style: unset;
}

.post-detail-body .post-title {
    margin-bottom: 10px;
}

.post-detail-body .post-content p {
    margin-bottom: 5px;
    color: #333;
}

.post-detail-body .post-content img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: unset !important;
    height: unset !important;
}

ul.social.social-round {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.post-detail-body ul.post-date {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.post-detail-body ul.post-date li .icon {
    margin-right: 5px;
}

.post-date, .post-view {
    margin-bottom: 5px;
}

span.post-date span {
    margin-right: 5px;
}

.page-title-item .entry-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.post-view {
    margin-left: 10px;
    margin-right: 10px;
}

article.post.post-details .post-info h2{
   font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
}

article.post.post-details .post-info h3 {
    font-size: 1.2rem;
}

.social__sharing.mb--30 {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.social-round {
    padding-left: 0;
}
.social-round .social-item:not(:last-child) {
    margin-right: .2rem;
}
.social-item:not(:last-child) {
    margin-right: 3rem;
}
.social-item {
    max-width: 90px;
    display: inline-block;
}

.post-details p{
    margin-top: 0;
    margin-bottom: 10px;
    word-break: break-word !important;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.title-form_contact{
    margin-bottom: 20px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.contact-form input {
    /*width: calc(50% - 2.5px);*/
    /*float: left;
    margin-right: 2.5px;*/
}

.contact-form input:nth-child(2n) {
    margin-right: 0;
    margin-left: 2.5px;
}

.post-related .post-list {
    margin-left: 0;
}

.title-contact {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

section.footer-meta {
    padding: 0;
}

section.footer-meta:last-child {
    margin-bottom: 40px;
}

table[border='1'], table[border='1'] td {
    border: 1px solid;
}

table[align='center'] {
    margin: auto;
    max-width: 100%;
    margin-bottom: 10px;
}

table td {
    padding: 5px 10px;
    min-width: 50px;
}

@media only screen and (max-width: 1024px)
{
    footer.footer-area {
        padding-top: 40px;
    }
}