/*
Theme Name: Streamit Child
Theme URI: https://wordpress.iqonic.design/product/wp/streamit/
Author: the iQonic team
Author URI: https://iqonic.design/
Template:   streamit
Description: Streamit Template will help you achieve media sharing site like Youtube, Dailymotion website within minutes. It has a user interface with brilliant UX, and multiple homepage version. Show off your work with this easy-to-customize and full-featured WordPress Theme. This help/documentation will assist you through building your site. Streamit is prepared for all media streaming OTT inspired projects. Check out landing page and inner pages. Streamit is optimized for fast responsiveness.
Version: 4.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: streamit-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ==========================================================================
   Fix Sebastian: padding-bottom dla fixed mobile footer (.streamit-mobile-footer-menu)
   na ekranach mobile/tablet — bez tego dolny bar (60px wysoki, position:fixed,
   bottom:0) zakrywa ostatnie elementy strony (FAB scroll-to-top, ostatnie kafelki
   kategorii, playlist tabs itd.).

   Stosujemy do <body> tylko gdy footer-menu jest widoczny (na mobile/tablet
   theme go pokazuje, na desktop schowany).
   ========================================================================== */
@media (max-width: 1023px) {
    body {
        padding-bottom: 70px; /* 60px bar + 10px buforu */
    }
}

/* ==========================================================================
   Fix Sebastian: mniej pustej przestrzeni nad playerem (mobile/tablet)
   ========================================================================== */
@media (max-width: 991px) {
    .site-main {
        padding-top: 12px !important;
    }
}

/* Mobile: tabsy pod playerem ciaśniej (mniej zbędnej szerokości komórek)
   :not(.playlist-tab) zostawia oryginalny padding-right dla pillsów z edit/delete btns */
@media (max-width: 767px) {
    .player-tabs {
        gap: 4px !important;
        padding: 6px !important;
    }
    .player-tab:not(.playlist-tab),
    .player-tab-add {
        padding: 8px 4px !important;
        font-size: 11px !important;
    }
}

/* Fix Sebastian: chevron dropdown po "Narzędzia" zajmował 36px (padding 10+ikona 16+
   padding 10), przez co odległość do następnej pozycji menu była 1.6× większa niż
   między innymi itemami. Zawężone do top-menu — globalne .toggledrop (sidebars,
   off-canvas) zostaje nietknięte. */
.navbar-nav-toggle .toggledrop {
    padding: 0 0 0 4px !important;
}
.navbar-nav-toggle > .menu-item-has-children > a {
    padding-right: 8px !important;
}
