@charset "UTF-8";

/*
Theme Name: Foodelio
Theme URI: http://vecurosoft.com/products/wordpress/foodelio/
Author: Vecurosoft
Author URI: http://vecurosoft.com/
Description: Foodelio – Organic Food Store WordPress Theme
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foodelio
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
img.attachment-full.size-full.breadcumb-hero-shape {
    position: absolute;
}
img.attachment-full.size-full.breadcumb-hero-shape-after {
    margin-top: -10px;
    z-index: 999;
    display: block;
}
/* Client logo CSS */
.client_logos_container {
    margin: 0 auto !important;
    max-width: 1300px;
}
.logo-img img{
    width: 120px;
    height: 120px;
}
.icon-text{
    color: #383838;
    font-family: roboto;
    font-weight: 600;
    font-size: 18px;
}
/* for 768px */
@media screen and (max-width:768px){
    .img-div{
        width: 40% !important;
        float: left !important;
    }
}
/* for 768px */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .img-div{
        width: 20% !important;
        float: left !important;
    }
}