/** NEWS CSS **/

h1.page-title {
    font-size: 35px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 25px;
}

.entry-header .entry-category {
    line-height: 25px;
}

.entry-header-text .entry-meta {
    font-size: 14px;
}

.entry-header-text .entry-meta .posted-author {
    padding-right: 10px;
}

.entry-header-text .entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.related-post .heading {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}

#post-list .post-item .col-inner {
    padding-bottom: 25px;
    border-bottom: 1px solid #DDD;
}

#post-list .post-item h5.post-title a {
    font-size: 18px;
    font-weight: 600;
}

.post-item .box .post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

.post-item .col-inner .post-meta::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    padding-right: 5px;
}

.post-item .box-text a.button {
    color: #FFF;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 35px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 0;
    text-transform: none;
    background: linear-gradient(270deg, #55AC39 0%, #155884 100%);
}

.post-item .box-text a.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    padding-left: 5px;
}

.post-item .box-text a.button:hover {
    color: #FFF;
}

.blog-archive .post-item .box .box-text,
.related-post .post-item .box.box-default .box-text {
    padding: 20px 0px;
}

.related-post .flickity-prev-next-button.previous {
    left: -20px;
    opacity: 1;
}

.related-post .flickity-prev-next-button.next {
    right: -20px;
    opacity: 1;
}

.related-post .flickity-prev-next-button .flickity-button-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 12px;
    border-radius: 50%;
    background: linear-gradient(270deg, #FF8F01 0%, #FFAF14 100%);
}

.related-post .flickity-prev-next-button .arrow,
.related-post .flickity-prev-next-button svg {
    fill: #FFF;
}

.row-ux_project .box.box-vertical .box-text {
    width: 50%;
    padding: 0px 50px 0px 0px;
    background-color: #FFF;
}

.row-ux_project .box.box-vertical .box-text h5 a {
    font-size: 30px;
    margin-bottom: 15px;
}

.row-ux_project .box.box-vertical .box-text .from_the_blog_excerpt {
    font-size: 17px;
}

.row-ux_project .box.box-vertical .box-text a.button {
    height: 40px;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    padding: 0px 25px;
}

/*
 * Mobile
 */
@media only screen and (max-width: 48em) {
    h1.page-title {
        font-size: 25px;
    }
    .related-post .heading {
        font-size: 28px;
    }
    .related-post .flickity-prev-next-button.previous {
        left: 0px;
    }
    .related-post .flickity-prev-next-button.next {
        right: 0px;
    }
    .related-post .flickity-prev-next-button .flickity-button-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
        padding: 10px;
    }
    .row-ux_project {
        display: none !important;
    }
    .html2 .gtranslate_wrapper {
        display: flex;
    }
    .flex-col.flex-right {
        height: 40px;
    }
}