footer {
    margin-top: 140px;
}

footer .site-container .site-top-footer-inner-wrap{
    padding: 58px 0 59px;
}

footer .site-footer-row.site-footer-row-columns-1 .site-footer-section{
    text-align:left;
}

footer .site-footer-row-container-inner .site-container .site-middle-footer-inner-wrap {
    padding: 0 0 85px;
}
footer .site-footer-middle-section-1.site-footer-section.footer-section-inner-items-1 .footer-navigation ul li a {
    color: #fff;
    padding:0;
    margin-bottom: 10px;
}

.site-footer-row.site-footer-row-columns-1  .widget-area a:not(.button):hover,
footer .site-footer-middle-section-1.site-footer-section.footer-section-inner-items-1 .footer-navigation ul li a:hover {
    color: #179B8F;
}

footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 69px 14px;
    text-align: left;
}

footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li > a{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 19px;
    text-transform:uppercase;
}

footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(6){
    grid-column:8/9;
    grid-row:1/2;

}
footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(7){
    grid-column:6/7;
    grid-row:1/2;
}
footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(8){
    grid-column:7/8;
    grid-row:1/2;
}

footer .site-bottom-footer-wrap .site-container {
    max-width: 100%;
    background: #1C1D1D;
}

footer .site-container .site-bottom-footer-inner-wrap {
    padding-top: 15px;
    padding-bottom: 14px;
}

footer .site-footer-row.site-footer-row-columns-1 .site-footer-section {
    justify-content: space-between;
}

#colophon .site-bottom-footer-inner-wrap .footer-html,
.site-footer-row.site-footer-row-columns-1  .widget-area a:not(.button),
.site-footer-row.site-footer-row-columns-1 .site-footer-section {
    font: normal 300 14px/20px 'Roboto', sans-serif;
    color: #C4D0D3;
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section .footer-html-inner {
    text-align: left;
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section .footer-widget-area:nth-child(2) {
    text-align: center;
}

footer .footer-social-inner-wrap {
    text-align: right;
    margin-top: 9px;
}

.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .social-button {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media screen and (max-width:1024px){
    footer .site-top-footer-inner-wrap{
        padding: 39px 0 41px !important;
    }

    footer .site-footer-row-container-inner .site-container .site-middle-footer-inner-wrap {
        padding: 0 0 78px;
    }

    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu{
        grid-template-columns: repeat(4,1fr);
    }
    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(n+6){
        grid-row:2/3;
    }

    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(7),
    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(8){
        grid-column:unset;
    }

    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(6){
        grid-column:4/5;
    }

    footer .site-footer-row.site-footer-row-columns-1 .site-footer-section {
        display: block;
    }

    .site-footer-row.site-footer-row-columns-1 .site-footer-section .footer-widget-area:nth-child(2) {
        text-align: left;
    }

    footer .footer-social-inner-wrap {
        position: absolute;
        bottom: 35px;
        right: 0;
        height: fit-content;
        width: fit-content;
    }

    footer .site-container .site-bottom-footer-inner-wrap {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #colophon .site-bottom-footer-inner-wrap .footer-html{
        margin-bottom: 10px;
    }

    .site-footer-row.site-footer-row-columns-1  .widget-area p {
        margin-top: 10px
    }
}

@media screen and (max-width:768px){
    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu{
        grid-template-columns: repeat(2,1fr);
    }
    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(7) {
        grid-row: 3/4;
    }
    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(8){
        grid-row:4/5;
    }
    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(6){
        grid-column:2/3;
        grid-row:4/5;
    }
}

@media screen and (max-width:576px){
    footer .site-top-footer-inner-wrap{
        padding: 37px 0 39px !important;
    }

    footer .site-footer-row-container-inner .site-container .site-middle-footer-inner-wrap {
        padding: 0 0 44px;
    }

    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .sub-menu{
        display:none;
    }

    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu{
        grid-template-columns: repeat(1,1fr);
        gap:13px;
    }

    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(n+6) {
        grid-row: unset;
        grid-column:unset;
    }
    footer .footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu > li:nth-child(6){
        grid-row: 8/9;
    }

    footer .site-container .site-bottom-footer-inner-wrap {
        padding-top: 22px;
        padding-bottom: 8px;
    }

    #colophon .site-bottom-footer-inner-wrap .footer-html{
        margin-top: 54px;
    }

    footer .footer-social-inner-wrap {
        top: 0;
        left: 0;
        text-align: left;
    }
}
