/* Themify Customize Styling */
#header {	
	color: #4c6778; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(116,203,237,0.27); 
}
body #site-logo a img {		width: 150px; 
}
#site-logo {	
	margin-top: 0px;
	margin-bottom: 0px; 
}
#site-description {		font-size:20px;
 
}
#main-nav a {		font-size:20px;
	text-transform:uppercase; 
}
#main-nav a:hover {	
	color: #fe6500; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #fe6500; 
}
#main-nav li > .sub-menu {	background: none;
	background-color: rgba(255,255,255,0.28); 
}
#main-nav ul a {	
	color: #1a4d7e;	text-transform:capitalize; 
}
#main-nav ul a:hover {	
	color: #fe6500; 
}
#footerwrap {	background-image: url(https://przyjaznygabinet.pl/wp-content/uploads/2026/05/foot1.jpg);
	background-size: cover;
	background-position: center bottom; 
}
#footer-logo a img {		width: 200px; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #76cded; 
}
#footer .footer-widgets .widgettitle {	
	color: #ffffff; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
#footer-logo a img {		width: 200px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
#footer-logo a img {		width: 200px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
#footer-logo a img {		width: 200px; 
}
 }
/* Themify Custom CSS */
 .cennik {
      max-width: 900px;
      margin: 0 auto;
      background: #ffffff;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    .cennik-title {
      background: #1f3c88;
      color: #ffffff;
      text-align: center;
      padding: 22px;
      font-size: 28px;
      font-weight: 700;
    }

.sekcja-title{
      text-align: center;
      padding: 22px;
      font-size: 22px;
      font-weight: 700;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    th, td {
      padding: 16px 20px;
      font-size: 16px;
    }

    th {
      background: #2f5bb7;
      color: #ffffff;
      text-align: left;
    }

    tbody tr:nth-child(odd) {
      background: #f2f6ff;
    }

    tbody tr:nth-child(even) {
      background: #ffffff;
    }

    tbody tr:hover {
      background: #e4edff;
      transition: 0.2s ease;
    }

    td:last-child {
      text-align: right;
      font-weight: 700;
      white-space: nowrap;
      color: #1f3c88;
    }

    @media (max-width: 600px) {
      .cennik-title {
        font-size: 22px;
        padding: 18px;
      }

      th, td {
        padding: 12px 14px;
        font-size: 14px;
      }
    }

#main-nav li>.sub-menu {
    width: 280px;
	padding: 5px;

}