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


}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.h-ico p {
    font-size: 20px;
    padding-top: 15px;
    text-transform: uppercase; 
    color: #d93;
    font-weight: bold;
}
.sec-title  {
    border-left: 6px solid var(--primary-color);
    padding-left: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.post-item .is-divider {
    display: none;
}
.why-chose .icon-box {
    box-shadow: 0 0 20px #fff0f0;
    border-radius: 12px;
    padding: 15px;
}
.why-chose .icon-box p {
    font-size: 15px;
}
.why-chose .icon-box:hover {
    box-shadow: 0 0 25px #e5c6c6;
}
.nav-dropdown-default {
    padding: 0;
}
@media only screen and (max-width: 991px) {
    .h-ico p {
        font-size: 15px;
    }
    .h-ico .icon-box-img {
        width: 60px !important;
        height: 60px;
    }
}
.menu-item-35 ul.nav-dropdown.nav-dropdown-default {
    width: 1140px;
}
.menu-item-35 .nav-dropdown>li.nav-dropdown-col,.menu-item-35 .nav-dropdown>li.image-column {

	width: 25%;
}