/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
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
*/
/*Sponsor Logos*/

.sponsor-logos {

    margin-left:-10px;

}

.sponsor-logos ul li {
  /*  float: left;
    list-style: none outside none;
    margin: 5px;
    padding: 7px;
    width: 140px; */
}

.sponsor-logos ul li img {
    height: 140px;
    width: 140px;
    border: 1px solid #CCCCCC;
    padding: 7px;
}

.sponsor-logos ul li img {
    height: 140px;
    width: 140px;
}

.sponsor-level-title {font-size:20px; font-weight:bold; text-transform:uppercase; text-align:center; padding:5px; border-bottom:2px solid #323131;}
.sponsor-section {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}
.sponsor-section__logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
		text-align: center;
}
.sponsor-section__logo img{
	margin-left: 15px;
}
.sponsor-section__text {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}
