#widgets a {
display: block;
}

#scroll {
right: 10px
}

.head-main {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.post-entry h1 {
border-bottom: 1px solid #bab9b9;
text-transform: uppercase;
font-weight: 500;
}

.post-entry h3, .post-entry h2 {
border-bottom: 1px solid #bab9b9;
text-align: left;
margin-top: 0.8em;
}

.post-entry a {
text-decoration: underline;
}

.entry-content p {
margin-top: 20px;
margin-bottom: 20px;
}

.entry-content img {
border: 1px solid #bab9b9;
}

.entry-content li {
margin: 0.8em 0;
}

.widget-wrapper {
    border: 1px solid #bab9b9;
    border-radius: 4px;
    margin: 0 0 20px;
}

.widget-block {
padding: 0px !important;
}

.widget-title h4 {
font-size: 14px;
font-weight: bold;
line-height: 18px;
text-align: center;
text-transform: none;
margin: 20px 10px;
}

#widget_sp_image-24 h4 {
margin: 20px 30px;
}

.widget_sp_image img {
margin: 20px 10px;
}

.widget_sp_image-description p {
text-align: center;
margin: 20px 10px ;
}

.site-name {
color: #002a3d;
font-size: 1.2em;
line-height: 1.3em;
text-transform: uppercase;
margin-bottom: 0.8em;
margin-top: 0.9em;
}

.site-description {
color: #002a3d;
margin-bottom: 25px;
}

#logo {
margin: 0;
margin-top: 15px;
}

#logo img {
float: right;
max-width: 280px;
margin-top: 0;
}

img {
border: 0;
height: auto;
vertical-aligh: middle;
}

.komitet-box {
margin: 1em 0;
}

.komitet-box img {
border: 1px solid #bab9b9;
}

.komitet-box h3 {
border-bottom: 1px solid #bab9b9;
margin: 0;
}

.thumbnail {
display: none;
}

.footer-bar .row:before, .footer-bar .row:after {
content: none;
}

.footer-text {
width: auto;
text-align: center;
}

p.akapit-rada-programowa {
margin: 0;
padding: 0.5em 0 2em 0;
}

.sesja {
color: #004869;
font-size: 1.6em;
font-weight: 500;
line-height: 1.6em;
text-align: center;
}

.temat-wystapienia {
color: #004869;
}

.wiersz-program {
padding: 8px 0 8px 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}

.wiersz-program:last-child {
border-bottom: 1px solid #dddddd;
}

.wiersz-program:nth-child(odd) {
   background-color: #f9f9f9;
 }

.godz {
display: inline-block;
min-width: 125px;
width: 19%;
padding: 0 8px 0 8px;
vertical-align: top;
}

.pusta:before {
content: "";
}

.pkt-program {
display: inline-block;
width: 80%;
padding: 0 8px 0 8px;
}

.noBottomLine {
border-style: none !important;
}

#rejestracja-buttons {
margin-top: 25px;
margin-bottom: 25px;
}

#rejestracja-buttons a {
width: 100%;
text-decoration: none !important;
white-space: normal;
text-transform: uppercase;
min-height: 60px;
font-size: 0.9em;
margin-bottom: 15px;
background-color: #004869;
color: #ffffff;
border: 0;
}

#rejestracja-buttons a:hover {
background-color: #002a3d;
}

@media screen and (min-width: 767px) {

.site-description {
font-size: 1.8em;
}

.site-description:first-child {
margin-bottom: 15px;
margin-top: 10px;
}

}

@media screen and (max-width: 767px) {

.head-main {
flex-direction: column-reverse;
}

.site-name {
font-size: 1em;
text-align: center;
margin-bottom: 0.7em;
margin-top: 0.7em;
}

.site-description {
font-size: 1em;
text-align: center;
}

.site-description {
margin-bottom: 10px;
}

#logo {
text-align: center;
}

#logo img {
float: none;
}

.footer-bar .row {
flex-direction: column;
align-content: center;
}

.godz {
display: block;
width: 100%;
font-weight: bold;
}

.pusta {
display: none;
}

.pkt-program {
display: block;
width:100%;
}

}