/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.related-posts-section {
    margin-top: 40px;
    padding: 20px 0;
}

.related-posts-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.related-post-item {
    text-align: center;
}

.related-post-item .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.related-post-item .post-title {
    font-size: 18px;
    margin: 0 0 10px;
}

.related-post-item .post-title a {
    text-decoration: none;
    color: #333;
}

.related-post-item .post-title a:hover {
    color: #f55555;
}

.related-post-item .post-date {
    font-size: 14px;
    color: #777;
}