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


}

.icon-box .icon-box-img {
    margin-bottom: 3px !important;
    max-width: 100%;
    position: relative;
}

.is-divider{
    display: none;
}
.page-wrapper {
    padding-top: 10px !important;
}
.entry-content{
    padding-top: 0;
}
ul.match_filter{
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
    #custom-footer-menu .icon-box-text {
        margin-top: 0px !important;
        font-size: 12px;
    }
    #custom-footer-menu .last-reset p {
        margin-bottom: 5px !important;
    }
}
.entry-title{
    margin-bottom: 0px;
}