/* 
Theme Name: Arcticold Food
Theme URI: https://github.com/elementor/hello-theme/
Description: Arcticold Food Theme is a child theme of Hello Elementor
Author: Dragon Lab
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.partners_mobile{
	margin-top: 40px !important;
}
.partners_mobile .elementor-image-box-img:after{
	height: 0px !important;
}
.partners_mobile .elementor-image-box-img img{
	min-height: 1px !important;
	height: auto !important;
}
.partners_mobile .elementor-widget:not(:last-child):after{
	content: "";
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px grey;
	margin-top: 20px;
    margin-bottom: 20px;
}
.elementor-widget-divider.outside-right .elementor-divider:before {
    left: auto !important;
    right: 0 !important;
    width: 100% !important;
}