/*
Theme Name: United Kids Child
Theme URI: https://wp-themes.com/twentytwenty
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress  United Kids child theme.
Template: unitedkids
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: unitedkids-child
*/

@media screen and (min-width: 992px) {
  .menu-main-menu-container .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.menu-main-menu-container .sub-menu li {
    margin-left: 0 !important;
    list-style: none;
}
.menu-main-menu-container li:hover .sub-menu {
  display: block;
}
}

@media screen and (max-width: 550px) {
    .t-sponsors {
        tr {
            display: flex;
            flex-wrap: wrap;
        }

        td {
            display: flex;
            width: 100% !important;
        }
        td:empty {
            display: none;
        }
        td:not(:empty) {
            margin-bottom: 1rem;
        }

        td img {
            margin: 0 auto;
        }
    }
}