/* Layout */
.row-full {
    padding: 0 1rem;
}

/* Footer */
footer {
    clear: both;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

footer a {
    transition: none !important;
}

footer .footer-links a {
    font-weight: bold;
}

/* Links */
a,
a:visited {
    color: var(--color-lochmara) !important;
    transition: color var(--transition);
    text-decoration: none;
}

/* Horizontal Rule */
hr {
    margin: 1.7rem 0;
    height: 1px;
    background: #e1e2e1;
    border: 0;
}

/* Lists */
ol,
ul {
    list-style: none;
}

/* Utility Classes */
.show-L {
    display: none;
}

/* Logos */
ul.logos {
    display: inline-block;
    clear: both;
    overflow: hidden;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
}

ul.logos li {
    display: inline-block;
    margin-top: .86rem;
}

ul.logos li a {
    display: inline-block;
    margin: 0 .82rem;
    background-image: url(../img/gb-satellites.png);
    background-position: 0 -62px;
    height: 35px;
}
#logo-pit {
    background-image: url(../img/pit-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 24px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 70px;
    height: 32px;
}
#logo-bankier {
    background-image: url(../img/bankier-logo.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100px;
    height: 32px;
}
#logo-pulsbiznesu {
    background-image: url(../img/pb_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 40px;
    height: 32px;
}
#logo-pulsmedycyny {
    width: 90px;
    background-position: -868px -56px;
}
#logo-smartbankier {
    background-image: url(../img/logo-smart-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 170px;
    height: 32px;
}
#logo-spotdata {
    background-position: -1165px -60px;
    width: 103px;
    height: 32px;
}
#logo-arslege {
    background-image: url(../img/arslege-grey-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 32px;
}

#logo-bonnier {
    background-position: -740px -6px;
    width: 114px;
}

/* Shorts Section */
.shorts {
    margin-bottom: 2.8rem;
}

.shorts ul {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3.3rem;
    column-gap: 3.3rem;
}
.shorts a {
    font-family: Georgia, serif;
    font-size: .82rem;
    line-height: 1.12;
}
.shorts li {
    display: block;
    margin-bottom: .6em;
}

/* Footer Links */
.footer-links {
    font-size: .9rem;
    line-height: 1.8;
    font-family: geomanist-medium, sans-serif;
    margin: .6rem 0 1rem 0;
}

.footer-links li {
    display: inline-block;
    margin-right: 1rem;
}

.footer-links li a {
    color: #097bc4;
}

/* Copyrights */
.copyrights {
    font-size: .8rem;
    line-height: 1.8;
}

/* Media Queries */
@media screen and (min-width: 420px) {
    .shorts ul {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 620px) {
    .shorts ul {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width: 850px) {
    .show-L {
        display: initial;
    }

    hr.show-L {
        display: block;
    }

    .shorts ul {
        -webkit-column-count: 4;
        column-count: 4;
    }
}