/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.home-analytics>div>.col-inner {
    box-shadow: 0 0 9px 3px #c0cccd;
    border-radius: 30px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    background-color: white;
}

.home-analytics>div>.col-inner img {
    width: 70px;
    height: auto;
}

.home-analytics h3,.home-analytics p {
    margin-bottom: 0;
    text-align: center;
}

.home-analytics .img {
    margin-bottom: 0 !important;
}

.home-fast-search {
    border: 2px solid;
    padding: 48px 32px;
}

.home-sponsor.slider.row-slider .box-image {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-sponsor.slider.row-slider .box-image img {
    object-fit: contain;
    height: 70px;
}

div#comments {
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
