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

.cust_content {
    margin-top:-40px;
}

.cust_row {
    border:1px solid #e0e0e0;
    border-bottom:none;
    padding-top:3em;
    background:#FFFFFF;
}

.cust_row:last-child {
    border-bottom:1px solid #e0e0e0;
}

.cust_row img {
    max-width:100px;
}

.absolute-footer {
    padding:30px 15px;
}


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


}