.featured-news img.fl-photo-img {
    margin-top: 20px;
    margin-bottom: 20px;
}

#ideon-header .fl-menu-mobile-flyout {
    background-color: #1b1b1b;
    width: 270px;
}

#ideon-header .fl-menu-mobile-flyout a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

#ideon-header .fl-menu-mobile-flyout li.menu-ideon a {
    font-size: 15px;
    font-weight: 600;
}

#ideon-header #menu-main-menu {
    position: relative;
    top: -20px;
}

#ideon-header .fl-col.responsive-logo img.fl-photo-img {
    width: 180px !important;
}

#ideon-header .fl-menu button.hamburger {
    float: right;
}

#about-us-collage .fl-node-content {
    width: auto !important;
}

@media only screen and (min-width: 1200px) 
{
    .fl-col.top-menu {
        width: 100%;
    }
    
    .partners .logo-image-wrapper {
        min-height: 200px;
    }
}

@media only screen and (max-width: 1024px) 
{
    .feed_list_item {
        flex-flow: column;
        align-items: center;
    }

    .feed_thumb .feed_thumb_img {
        max-width: 100%;
        max-height: 160px;
        margin-right: 0;
        margin-bottom: 1rem;
        min-height: 160px;
        min-width: 240px;
    }

    h5.feed_title_heading {height: 30px;overflow: hidden;}

    .bottom_feed .fl-module.fl-module-pp-image 
    {
        height: 65px;
    }
}

@media only screen and (max-width: 768px) 
{
    .feed_thumb .feed_thumb_img {
        min-width: 360px;
    }
    
    .fl-row-fixed-width {
        max-width: 400px;
    }
    
    .fl-heading-text {
        font-size: 1rem;
    }
    
    .brand-slider .pp-logos-content {
        background-color: #000;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 400px) 
{
    .feed_thumb .feed_thumb_img {
        min-width: 320px;
    }
}