/*
Theme Name: poradniasopot
Theme URI: https://poradniasopot.pl
Template: customizr
Author: ppp
Author URI: https://poradniasopot.pl
Description: motyw na bazie Customizr dla PPP w Sopocie 
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,buddypress,custom-menu,custom-colors,featured-images,full-width-template,theme-options,threaded-comments,translation-ready,sticky-post,post-formats,rtl-language-support,editor-style
Version: 1.0.1768572785
Updated: 2026-01-16 15:13:05

*/
/* Pasek kontaktowy */
#top-contact-element {
    color: #fff;
    font-size: 14px;
    font-family: Lato, Tahoma; 
	text-align: right;
}
#top-contact-bar.tc-top-bar {
    background: #333 !important;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    text-align: right;
    position: relative;
    z-index: 9999;
}
.tc-top-bar a { color: #fff; text-decoration: none; }
.tc-top-bar span { margin-left: 20px; }
@media (max-width: 768px) { .tc-top-bar { text-align: center; } }

/* Odstęp dla nagłówka */
#header {
    padding-top: 50px !important; /* Dostosuj wysokość paska + 10px */
}
.brand {
    margin-top: 50px !important; /* Dla logo w Customizr */
}
.navbar-wrapper {
    margin-top: 50px !important;
}
@media (max-width: 991px) {
    #header { padding-top: 60px !important; } /* Więcej na mobile */
}