/*
Theme Name: Baza Child Theme
Theme URI: https://bazatheme.com
Author: PeerduckThemes
Author URI: https://peerduck.com
Description: Blank Child Theme for Baza
Template: baza
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: baza
*/

.footer-inner {
	max-width: 1199px;
}

.primary-menu-inner {
	max-width: 1199px;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.top-wrap {
    flex-shrink: 0;
}

.mider__socials a {
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-flex;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    justify-content: center;
    padding: 4px;
}

.mider__socials svg {
    fill: #000;
    max-width: 20px;
    max-height: 20px;
}

.mider__socials a:hover {
    border: 1px solid var(--primary-color);
}

.footer-logo-container,
.widget-content ul.footer-contact,
.widget-content ul.footer-contact li {
    margin-bottom: 1rem;
}

.footer-logo {
    max-width: 220px;
}