/*
Theme Name: Breakdance Zero Theme Child
Template: breakdance-zero-theme-master
Author: 6P Marketing
Author URI: https://6pmarketing.com/
Description: Child theme for the Breakdance Zero Theme
Version: 1.0.0
*/

/* --- Navigation ========================= */
@media (min-width: 1120px) {
    .advanced-navigation .breakdance-dropdown--wp .breakdance-dropdown-section {
        padding: 0;
    }

    .advanced-navigation .breakdance-dropdown--wp .breakdance-dropdown-links {
        gap: 0;
    }
        .advanced-navigation .breakdance-dropdown--wp .breakdance-dropdown-links .menu-item {
            border-bottom: 2px solid #f3fafe;
            padding: 15px;
        }
            .advanced-navigation .breakdance-dropdown--wp .breakdance-dropdown-links .menu-item:last-of-type {
                border: none;
            }
    }

/* --- Homepage =========================== */
@media (min-width: 1120px) {
    .homepage-hero-section {
        overflow: hidden;
    }
    
    .homepage-hero-section .homepage-hero-image {
        position: absolute !important;
        max-width: none !important;
        width: 150%;
        left: 0;
    }
    
}
