/*
 Theme Name:   Echooling Child
 Theme URI:    https://reactheme.com/products/wordpress/echooling
 Description:  Echooling Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     echooling
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/* Kolumny i zawartość na środku w pionie */
.toolbar-area .row{ align-items:center; }

/* Prawa lista (godziny + social + Twoje ikonki): flex + centrowanie poziome/pionowe */
.toolbar-area .toolbar-sl-share ul{
    display:flex;
    align-items:center;
    justify-content:center;   /* poziome centrowanie w obrębie prawej kolumny */
    gap:12px;
    width:100%;
}

/* Lewa lista (mail/telefon) — pion i spacing */
.toolbar-area .reactheme-contact-info{
    display:flex;
    align-items:center;
    gap:16px;
}
.toolbar-area .reactheme-contact-info li{
    display:flex;
    align-items:center;
    gap:8px;
}

/* Twoje ikonki */
.toolbar-area .topbar-icon{ line-height:1; }
.toolbar-area .topbar-icon a{
    display:inline-flex;
    align-items:center;
    padding:0;
}
.toolbar-area .topbar-icon img{
    display:block;
    height:30px;          /* dopasuj do wysokości paska */
    width:auto;
}
.toolbar-area .topbar-icon a:hover{ opacity:.85; }

/* mniejsze na tablet/telefon */
@media (max-width:1024px){
    .toolbar-area .topbar-icon img{ height:18px; }
}

#reactheme-header .toolbar-area .opening {
    border-right: none;
}

/* wyśrodkuj do prawej w zwykłym kontenerze */
#media_image-5{
    text-align:right;
}

#media_image-5 img{
    display:block;
    margin-left:auto;   /* dopycha obrazek do prawej */
    height:auto;        /* lub ustaw swoją wysokość */
}
#reactheme-header .logo-area a img {

    min-width: 150px;
}