/*
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 {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.related-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5em;
}

.related-posts .col-inner {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.related-posts .col-inner:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.related-posts img {
    margin-bottom: 15px;
}

.related-posts h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.related-posts .post-date {
    color: #999;
    font-size: 0.9em;
}