/*
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.   ***************/
.tick li {
    list-style: none;
    background-image: url(/wp-content/themes/flatsome-child/icona_TICK.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 100;
    line-height: 120%;
}
.layout_2_box .box_50 {
    display: block;
    float: left;
    height: auto;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box !important;
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.layout_2_box .box_50 {
    width: 100%;
}

}