<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name:     Multidot Child
 * Author:         Theme Junkie
 * Template:       multidot
 * Text Domain:	   multidot-child
 * Description:    Multidot is a modern responsive business and corporate theme that helps you to create a strongâ€“yet beautifulâ€“online presence for your business.
 */
 


.wide-container {background: url("/wp-content/uploads/background.jpg"); }

 .site-header {background: url("/wp-content/uploads/background_menu.jpg"); }
/*.wide-container {background-color: #EEEEEE} */
 
*/
.main-navigation a {color: white; font-weight: bold}

 #site-navigation {Width: 100%}



article span.more-link-wrapper {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}






/**
ADBLOCK
 */



#adblock-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(244, 67, 54, 0.6); /* Kolor z przezroczystoÅ›ciÄ… 60% */
    color: #ffffff;
    text-align: center;
    z-index: 9999;
    display: none; /* PoczÄ…tkowo ukryte */
    font-size: 20px;
    line-height: 1.5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Lekki cieÅ„ dla lepszej widocznoÅ›ci */
    overflow: auto; /* PozwÃ³l na przewijanie, jeÅ›li treÅ›Ä‡ jest zbyt duÅ¼a */
    justify-content: center; /* WyÅ›rodkowanie poziome */
    align-items: center; /* WyÅ›rodkowanie pionowe */
    flex-direction: column; /* Kierunek treÅ›ci */
}
#adblock-warning .message {
    margin-bottom: 20px;
}
#adblock-warning .close-button {
    background-color: #ffffff;
    color: #f44336;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}





#breadcrumbs {display: inline; list-style-type: none;}

.breadcrumbs ul {
    
}

.breadcrumbs {
   
    padding: 0;
    margin: 0;
    display: flex; /* Ustawia elementy w jednej linii */
    align-items: center; /* WyrÃ³wnuje elementy do Å›rodka */
}

.breadcrumbs li {
    display: inline; /* Ustawia elementy jako inline */
}

.breadcrumbs li a {
    text-decoration: none;
    color: #000;
}

.breadcrumbs li.separator {
    margin: 0 5px; /* Margines wokÃ³Å‚ separatora */
 
}

.breadcrumbs .bread-current {
   /* text-decoration: underline; */
}</pre></body></html>