/* Jos tarvitset koko leveän footterin

.socket-wrapper { 
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}*/

@media only screen and (min-width: 320px) {

    .site-footer {
        max-width: 100%;
    }

    .site-footer .wp-block-navigation__container {
        display: flex;
        flex-direction: column;
    }
    .site-footer nav {
        margin-bottom: 30px;
    }
    .site-footer .hr-wrapper.alignfull.hr-wrapper--bold {
        padding-top: 0;
    }

    .site-footer a {
    }


    .socket-wrapper .socket-inner-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .socket-wrapper a{
        padding: 10px;
        font-size: 0.8rem;
        text-decoration: none;
    }
    .socket-wrapper p{
        margin: 0;
        font-size: 0.8rem;
    }

    .socket-block p, .socket-block a {
        font-size: 0.8rem;
    }


    /* Some iconit */
    .socket-wrapper a.gb-button{
        background-color: #ffffff;
        color: #000000;
    }
    .socket-wrapper a.gb-button:hover{
        background-color: var(--link-clr);
        color: #ffffff
    }

    .socket-wrapper .socket-inner-container {
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .socket-inner-container > .gb-grid-column {
        display: flex;
        justify-content: space-between;
    }   

    .socket-wrapper .socket-inner-container .gb-grid-column {
        width: auto;
    }
    /* Back link */
    .socket-wrapper .back-link-container a {
        color: #c7c7c7;
        font-size: 10px;
        padding: 0;
    }
    .socket-wrapper .back-link-container a:hover{
        color: #000000
    }

    /* Article footer */

    
}

    

@media only screen and (min-width: 768px) {
    
    .site-footer .wp-block-navigation__container {
        display: flex;
        flex-direction: row;
    }
    .socket-inner-container > .socket-copyright-wrapper {
        justify-content: flex-start;
    }

    .socket-wrapper .socket-inner-container {
        justify-content: space-between;
    }

    
}

@media only screen and (min-width: 1024px) {
    .socket-wrapper a{
        font-size: 0.8rem;
    }
    .socket-wrapper p{
        font-size: 0.8rem;
    }
}