/* 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.grid-container, .editor-styles-wrapper .site-footer.grid-container{
        max-width: 100%;
    }
    .site-footer.grid-container .color-section, .editor-styles-wrapper .site-footer.grid-container .color-section{
        
    }
    .site-footer h3, .editor-styles-wrapper .site-footer h3{
        margin-bottom: 5px;
    }
    .site-footer nav {
        margin-bottom: 0px;
        align-items: center;
    }
    .site-footer .wp-block-navigation__container, 
    .editor-styles-wrapper .site-footer .wp-block-navigation__container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .site-footer .hr-wrapper.alignfull.hr-wrapper--bold {
        padding-top: 0;
    }

    .site-footer p, .site-footer a {
        font-weight:500;
    }

    .socket-wrapper{
        padding:20px 0px;
    }

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

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

    .gb-container.color-section.bg-blue{
    background-color:var(--lsr-blue);
	padding:60px 0;
    }

    .gb-container.color-section.bg-blue div{
        color:#fff;
    }

    .gb-container.color-section.bg-blue a{
        color:#fff;
    }

    .gb-container.color-section.bg-blue a:hover{
        color:var(--lsr-berry-light);
    }

    .gb-container.color-section.bg-blue img{
        max-width:160px;
    }

    .footer-link-list p{
        text-transform:uppercase;
        font-weight:600;
        letter-spacing:0.035em;
    }


    /* 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 {
        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 h3{
        margin-bottom: 10px;
    }
    .site-footer nav {
        margin-bottom: 0px;
        align-items:flex-start;
    }
    .site-footer .wp-block-navigation__container, .editor-styles-wrapper .site-footer .wp-block-navigation__container {
        display: flex;
        align-items: flex-start;
    }
    .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: 1rem;
    }
    .socket-wrapper p{
        font-size: 1rem;
    }
}