/*
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.   ***************/

.block-item-title {
    position: relative;
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 40px;
    font-weight: 400;
    background: url(images/line-title.png) bottom center no-repeat;
    text-transform: uppercase;
    font-weight: bold;
}
.block-item-title span {
    color: #fa0405;
    font-weight: bold;
}
.div-no-padding{
	padding-bottom: 0 !important;
}
.post-title{
    height: 42px;
    line-height: 21px;
    overflow: hidden;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}