ul.teka-content {
    text-align: justify;
    list-style-type: none;
    margin: 0px;
}

ul.teka-content li {    
    border: 1px solid #e8e3be;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f8f1;
}

.teka-pdf-icon {
    width: 20px;
}

table.teka-table, table.teka-table td, table.teka-table th {
    border: none;
}

.site-branding .custom-logo-link img {
    max-height: 150px;
    width: auto;
	height: auto;
}

.sticky-menu-in-view .site-branding .custom-logo-link img {
    max-height: 75px;
}

.site-topbar-text {
    font-size: 22px;
}

#primary-menu a {
    color: #004b96ff;
}

#primary-menu a:hover {
    color: #007efd;
}

#footer-menu li {
    display: block;
    font-size: small;
    padding: 0px;
}

#footer-copy {
    padding-right: 40px;
}

footer ion-icon {
    font-size: larger;
}

.czlonek-oddzialu .col-panol {
    float: left;
}

.czlonek-oddzialu .left {
    width: 25%;
}

.czlonek-oddzialu .right {
    width: 75%;
}
.czlonek-oddzialu {
    display: block;
    min-height: 450px;
}

.czlonek-oddzialu:after {
    content: "";
    display: table;
    clear: both;
  }

.czlonek-oddzialu .name, .komisja {
    font-size: 1.5em;
    border-bottom: 2px solid;
    margin-bottom: 15px;
    font-family: Poppins,sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

.komisja {
    margin-top: 120px;
    margin-bottom: 0px;
}

.komisja p {
    margin: 0px;
}
.komisja-powstanie {
    font-size: small;
    font-weight: 600;
    margin-bottom: 20px;
}

.czlonek-oddzialu img {
    margin-top: 20px;
    width: 220px;
}

.page-link {
    display: block;
    height: 0px;
}


/* posts list */

.post {
    margin-bottom: 50px;
    padding: 5px;
    background-color: aliceblue;
}

.post_content {
    display: flex;
}

.post_thumbnail {
    width: 10%;
    float: left;
}

.post_info {
    width: 90%;
    float: right;
}

.post_title {   
    margin: 0px;
    margin-left: 20px;
    font-size: 20px;
    border-bottom: 1px solid #004b96ff;
}

.post_title a {
    color: #004b96ff;
}

.post_meta {
    margin-left: 20px;
}

.post_posted_on {
    font-size: 15px;
    align-self: flex-end;
    color: #8b8e93;
}

.post_short_info {
    width: 80%;
    float: left;
}

.post_read_more {
    align-self: flex-end;
}

.post_read_more ion-icon {
    font-size: 25px;
}

.post_right_corner {
    display: flex;
    flex-direction: column;
    width: 20%;
}

/* post single */

.post-single .entry-title {
    color: #004b96ff;
    border-bottom: 1px solid #004b96ff;
}

.post-single .entry-meta {
    border-bottom: none;
    float: right;
}
.post-single figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#archive-iframe {
    width: 100%;
    height: 900px;
    border: 3px solid red;
}

.archive-warning {
    color: white;
    background-color: red;
    padding: 10px;
    font-weight: bold;
    font-size: larger;
}

.archive-periodics-links li>p
{
    margin-bottom: 0px;
    font-size: smaller;
    position: relative;
    top: -0.6em;
    margin-left: 1em;
    font-weight: bold;
}

.archive-periodics-links li>p ion-icon
{
    font-size: large;
    margin-right: 5px;
    margin-left: 10px;
    position: relative;
    top: 0.2em;
}

.file-icon {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: -9px;
    margin-right: 10px;
}

#biul-okladka {
    float: right;
    margin-right: 150px;
}

#ukr-sol img {
    max-width: none;
    width: 150px;
    margin-left: 20px;
}

div.site-branding {
    align-items: center;
}

#header-right-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}    

span.is-dead {    
    border: 2px solid black;
    padding-left: 3px;
    padding-right: 3px;
}

div.is-dead {
    padding-bottom: 3px;
}


.site-title {
  display: none;
}

@media screen and (min-width: 1025px) {
    .site-branding {
        max-width: 20%;
    }
}

@media screen and (max-width: 1025px) {
    #ukr-sol img {
        width: 100px;
    }
}


