/* Footer */

html .footer-wrap {
    min-height: auto;
    padding: 35px 15px 50px;
    border-top: 1px solid #cecece;
}
html .footer-content-width {
    display: flex;
    justify-content: flex-end;
    max-width: 1410px;
    margin: 0 auto;
    padding: 0;
}
.footer-section {
    display: none;
}

.links-col,
.social-col {
    padding: 0;
    width: max-content;
}
.logo-col {
    position: relative;
    left: 0;
    padding: 0;
}

.links-col {
    position: relative;
    right: 50px;
    margin: 0 auto;
    max-width: 600px;
}
.social-col {}

.footer-wrap .site-logo-img {
    display: flex;
}

html .footer-logo img {
    max-width: 100% !important;
    min-width: 212px;
}

html .site-footer,
html .socialMedia {
    padding: 0;
}
html .logocontainer,
html .socialMediaposition {
    padding-top: 30px;
}
html .footer-wrap .footerTabs a,
html .footer-wrap .footerLinks-actions a,
html .poweredby, .poweredby a,
html .site-footer,
html .footer-wrap .copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: none !important;
    text-align: left;
    color: #647587 !important;
}
.footerLinks-actions+.copyright {
    display: none !important;
}
html .site-footer a:hover,
html .site-footer a:focus {
    color: #00A4CD !important;
}

html .socialMedia {
    display: flex;
    align-items: center;
}

html .socialMedia li {
    padding: 0;
}
html .socialMedia li:not(:last-child) {
    margin-right: 12px;
}
html .socialMedia li a {
    display: flex;
}

.socialMedia li:not(:last-child) a:hover path,
.socialMedia li:not(:last-child) a:focus path {
    fill: #54A11F;
}

.socialMedia li:last-child a:hover path,
.socialMedia li:last-child a:focus path {
    stroke: #54A11F;
}

/* Media Queries */
@media (max-width: 1500px) {
    /*html .footer-wrap {*/
    /*    max-width: 100%;*/
    /*    padding: 35px 50px 50px;*/
    /*}*/
    .logo-col {
        left: 0;
    }
}
@media (max-width: 1200px) {
    .links-col {
        right: 25px;
    }
    html .footer-logo img {
        max-width: 79% !important;
        min-width: auto;
    }
}

@media (max-width: 989px) {
    html .footer-content-width {
        flex-wrap: wrap;
    }
    html .footer-wrap {
        padding: 35px 15px;
    }
    .footer-wrap .site-logo-img {
        justify-content: center;
        margin-bottom: 30px;
    }
    html .logocontainer, html .socialMediaposition {
        padding-top: 0;
    }
    .links-col {
        right: 0;
        margin: 0 auto 0 0;
    }
    .logo-col {
        line-height: 1;
        width: 100%;
    }
    html .footer-logo img {
        max-width: 100% !important;
        min-width: auto;
        max-height: 100% !important;
    }
}


@media (max-width: 767px) {
    .logo-col {
        order: 0;
    }
    .footer-wrap .site-logo-img {
        margin-bottom: 22px;
    }
    html .socialMedia {
        margin-bottom: 25px;
    }
    .footerTabs {
        display: none;
    }
    .social-col {
        order: 1;
        width: 100%;
    }
    .links-col {
        margin: 0 auto;
        order: 2;
    }
    html .socialMedia {
        justify-content: center;
    }
    .footerLinks-actions span {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    html .footer-wrap .footerTabs a, html .footer-wrap .footerLinks-actions a, html .poweredby, .poweredby a, html .site-footer, html .footer-wrap .copyright {
        font-size: 14px;
    }
    html .footer-wrap .copyright {
        display: flex;
        flex-direction: column;
        line-height: 2;
        text-align: center;
    }
    .copyright {
        padding-top: 5px;
    }
     .copyright i {
         display: none;
     }
     html .footer-wrap {
        padding: 27px 15px 20px;
    }
    html .socialMedia li:not(:last-child) {
        margin-right: 0;
    }
    html .socialMedia li {
        margin: 0 15px;
    }
    /*html .socialMedia li:nth-child(2) {*/
    /*    margin: 0 25px !important;*/
    /*}*/
    html .socialMedia svg {
        width: 25px;
        height: 100%;
    }
}

@media (max-width: 360px) {
    html .footer-wrap .footerTabs a, html .footer-wrap .footerLinks-actions a, html .poweredby, .poweredby a, html .site-footer, html .footer-wrap .copyright {
        font-size: 12px;
    }   
}