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



}
.box.box-bounce.box-text-bottom.box-blog-post.has-hover {
    border-radius: 10px !important;
    overflow: hidden;
}
.blog-archive .post-item .col-inner {
    background: white;
    border-radius: 10px;
    overflow: hidden;
}
.blog-single .large-3 #secondary, .blog-archive .large-3 #secondary, .page-right-sidebar .large-3 #secondary {
    border-radius: 10px;
    background: white;
    padding: 15px;
}
.post-sidebar.large-3.col {
    padding: 0;
}
.product-small.box {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.box-text.box-text-products {
    padding: 10px;
}
.row-divided>.col+.col:not(.large-12) {
        border-left: 0;
    }
.article-inner {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.home-2 .box-image {
    border-radius: 15px;
}