/*-------------------------------------------------------
Theme Name: LMI
Description: A child theme for Divi, made for Lmi-Stockholm
Author: InterActivica
Author URI: https://interactivica.com/
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

#lmi-top-widget-area-wrap .container > div {
    margin-bottom: 32px;
}

#lmi-top-widget-area-wrap .widget_custom_html {
    width: 100%;
}

#lmi-top-widget-area-wrap .container {
    max-width: 100%;
    width: 100%;
}

#lmi-top-widget-area-wrap .top_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
}

@media all and (max-width: 979px) {
    #lmi-top-widget-area-wrap .top_image {
        height: 160px;
    }
}
