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


}
h1.page-title span {
    color: #cb0000;
    font-weight: 600;
}
.entry-content {
    background: #f1f1f1;
    padding: .8rem !important;
    text-align: justify;
}
.entry-content + .clearfix {
    background: #f1f1f1;
}
@media (min-width: 850px) {
    .entry-image-float {
        margin-right: 1rem !important;
    }
}