@media all {
    .footer-widgets-container {
        padding: 40px;
    }
    .inside-footer-widgets {
        display: flex;
    }
    .inside-footer-widgets>div {
        flex: 1 1 0%;
    }
    .site-footer .footer-widgets-container .inner-padding {
        padding: 0 0 0 40px;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets {
        margin-left: -40px;
    }
    .site-footer:not(.footer-bar-active) .copyright-bar {
        margin: 0 auto;
    }
    @media (max-width:768px) {
        .inside-footer-widgets {
            flex-direction: column;
        }
        .inside-footer-widgets>div:not(:last-child) {
            margin-bottom: 40px;
        }
        .site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
            margin: 0;
        }
        .site-footer .footer-widgets .footer-widgets-container .inner-padding {
            padding: 0;
        }
    }
    figure,
    li,
    ul {
        margin: 0;
        padding: 0;
        border: 0;
    }
    *,
     ::after,
     ::before {
        box-sizing: inherit;
    }
    button,
    input {
        font-family: inherit;
        font-size: 100%;
        margin: 0;
    }
    button,
    input {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 400;
        text-transform: none;
        font-size: 17px;
        line-height: 1.5;
    }
    ul {
        margin: 0 0 1.5em 3em;
    }
    ul {
        list-style: disc;
    }
    figure {
        margin: 0;
    }
    img {
        height: auto;
        max-width: 100%;
    }
    button {
        background: #55555e;
        color: #fff;
        border: 1px solid transparent;
        cursor: pointer;
        -webkit-appearance: button;
        padding: 10px 20px;
    }
    input[type=text] {
        border: 1px solid;
        border-radius: 0;
        padding: 10px 15px;
        max-width: 100%;
    }
    a,
    button,
    input {
        transition: color .1s ease-in-out, background-color .1s ease-in-out;
    }
    a {
        text-decoration: none;
    }
    .size-full,
    .size-large {
        max-width: 100%;
        height: auto;
    }
    .footer-widgets .widget :last-child {
        margin-bottom: 0;
    }
    .widget ul {
        margin: 0;
    }
    .footer-widgets .widget {
        margin-bottom: 30px;
    }
    .footer-widgets .widget:last-child {
        margin-bottom: 0;
    }
    .widget ul li {
        list-style-type: none;
        position: relative;
        margin-bottom: .5em;
    }
    .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .inside-site-info {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 40px;
    }
    .site-info {
        text-align: center;
        font-size: 15px;
    }
    @media (max-width:768px) {
        a,
        button,
        input {
            transition: all 0s ease-in-out;
        }
    }
}

.post-meta>a {
    background-color: #000f9f;
    padding: 5px 10px;
    color: white;
    margin-left: 5px;
}
.post-meta>a:first-child{
    margin-left: 0px;
}

a {
    color: var(--accent);
}

a {
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: var(--black);
}

.grid-container {
    max-width: 1440px;
}

.footer-widgets {
    color: white;
    background-color: #000f9f;
}

.footer-widgets a {
    color: var(--white);
}

.footer-widgets a:hover {
    color: var(--white);
}

.site-info {
    color: white;
    background-color: #000f9f;
}

.site-info a {
    color: var(--white);
}

.site-info a:hover {
    color: var(--lighten-gray);
}

input[type="text"] {
    color: var(--contrast);
    background-color: var(--base-2);
    border-color: var(--base);
}

input[type="text"]:focus {
    color: var(--contrast);
    background-color: var(--base-2);
    border-color: var(--contrast-3);
}

button {
    color: #ffffff;
    background-color: var(--accent);
}

button:hover,
button:focus {
    color: #ffffff;
}

.footer-widgets-container {
    padding: 0px;
}

.inside-site-info {
    padding: 0px;
}

@media (max-width:768px) {
    .footer-widgets-container {
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
    .inside-site-info {
        padding-right: 30px;
        padding-left: 30px;
    }
}

button,
input {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 150%;
    font-size: 20px;
}

a,
button {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: underline;
}

.gb-headline a {
    color: inherit;
}

.gb-headline a:hover {
    text-decoration: none;
}

.fw {
    width: 100%;
}

img {
    vertical-align: bottom;
}

.row {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.space-between-center {
    place-content: center space-between;
    align-items: center;
}

footer .inside-site-info {
    padding: 1rem;
}

.copyright-bar,
.site-footer {
    font-size: 14px;
}

.copyright-bar {
    width: 100%;
}

.site-footer .footer-widgets-container {
    padding: 2rem 1rem 0 1rem;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: -1rem;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 1rem;
}

.site-footer .footer-widgets .widget {
    margin-bottom: 1rem;
}

.site-footer form label {
    font-weight: 700;
}

.site-footer form input {
    font-size: 12px;
    padding: 0.25rem;
    width: 100%;
    margin: 0.5rem 0;
}

.site-footer form button {
    font-size: 12px;
    background-color: var(--accent-light);
}

.site-footer form button:hover {
    background-color: var(--black);
}

.single .grid-container {
    max-width: 1240px;
}