/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.row.single_post__related-post-container {
    display: flex;
    flex-direction: column;
    min-height: 594px;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.single-post__related-posts {
    padding: 15px 15px;
}

.single-post__related-post {
    display: flex;
    align-items: flex-start;
    align-content: center;
    gap: 10px;
    padding: 12px;
    background: #1f1f1f;
    border-radius: 6px;
    min-height: 123px;
    margin: 6px 0;
}

.single-post__related-post-image img {
    max-width: 153px;
    height: 99px;
    display: block;
}

.single-post__related-post-content {
    flex: 1;
}

.single-post__related-post-content h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
}

.single-post__related-post-content p {
    font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	color: #a9a8a9;
}

.single-post__breadcrumb {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}

.single-post__breadcrumb a:last-child {
    color: #CCBF82 !important;
}

.single-post__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
}

.single-post__related-post-category {
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 14.4px !important;
    background: linear-gradient(90.15deg, #AA5C44 -2.26%, #E43023 28.78%, #E8533D 61.38%, #E96A00 79.49%, #E70E02 101.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.entry-content.single-page {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: rgba(213, 213, 213, 1);
}

/* CSS tin tức trang chủ */
.single-post__related-post.single-post__first-blog {
    display: flex;
    flex-direction: column;
}

section.home-blog-post {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 30px;
}

.single-post__related-post.single-post__first-blog .single-post__related-post-image {
    width: 100%;
}

.single-post__related-post.single-post__first-blog .single-post__related-post-image img {
    max-width: unset;
    width: 100%;
    height: 304px;
}

.go88-blog-posts.single-post__related-posts {
    padding: 55px 15px 15px 15px;
}

.go88-blog-posts__read-more.single-post__related-post-category, .go88-blog-posts__read-more.single-post__related-post-category i {
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 14.4px !important;
    background: linear-gradient(90.15deg, #AA5C44 -2.26%, #E43023 28.78%, #E8533D 61.38%, #E96A00 79.49%, #E70E02 101.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    padding-top: 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .row.single_post__related-post-container {
        min-height: 419px;
    }

    .single-post__related-posts {
        padding: 5px 10px;
    }

    .single-post__related-post-content h4 {
        font-size: 12px;
        font-weight: 700;
        line-height: 14.4px;
    }

    .single-post__related-post-image img {
        max-width: 93px;
        height: 60px;
    }

    .single-post__related-post {
        min-height: 60px;
        margin: 8px 0;
    }

    .single-post__related-post.single-post__first-blog .single-post__related-post-image img {
        max-width: unset;
        height: 195px;
    }

    .go88-blog-posts.single-post__related-posts {
        padding: 40px 15px 15px 15px;
    }
}


.category-item-content .post-item {
    background: #1f1f1f;
    border-radius: 6px;
    padding: 15px;
    margin: 5px;
}

.category-item-content {
    padding: 20px;
}