/* ----- footer bottom ----- */
.footer-get-a-quote .footer-section--bottom {
    position: relative;
    z-index: 0;
    margin-top: 60px;
    font-size: var(--footer--font-size);
}

@media only screen and (max-width: 1024px) {
    .footer-get-a-quote .footer-section--bottom {
        margin-top: 0px
    }
}

.footer-get-a-quote .container-footer-bottom {
    display: flex;
    align-items: flex-end;
    padding: 35px 0;
    height: auto;
    font-weight: var(--font_weight--normal);
    line-height: var(--line_hight--large);
}

@media only screen and (max-width: 1024px) {
    .footer-get-a-quote .container-footer-bottom .wrapper-inside {
        flex-direction: column-reverse;
    }
}

.footer-get-a-quote .copyright {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .footer-get-a-quote .copyright {
        flex-direction: column;
    }
}

.footer-get-a-quote .container-footer-bottom .copyright p {
    font-size: var(--footer-copy);
    line-height: 26px;
}

@media only screen and (max-width: 1024px) {
    .footer-get-a-quote .container-footer-bottom .copyright {
        text-align: center;
    }
}

.footer-get-a-quote .container-footer-bottom .copyright p a {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .footer-get-a-quote .container-footer-bottom .copyright p a {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 460px) {
    .footer-get-a-quote .container-footer-bottom .copyright p a {
        display: block;

        margin-left: 0;
    }
}

.footer-get-a-quote .container-footer-getaquote {
    padding: 44px 0;
}

@media only screen and (max-width: 1024px) {
    .footer-get-a-quote .container-footer-getaquote p.copyright {
        text-align: center;
    }
}

.footer-get-a-quote .container-footer-getaquote .copyright {
    font-size: var(--footer--font-size);
    line-height: var(--line_hight--large);
}

.footer-get-a-quote .footer-social-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
    .footer-get-a-quote .footer-social-media {
        justify-content: center;

        margin-bottom: 20px;
    }
}

.footer-get-a-quote .footer-social-media p {
    display: inline-block;

    font-size: var(--footer-copy);
    line-height: 26px;
}

@media only screen and (max-width: 460px) {
    .footer-get-a-quote .footer-social-media p {
        display: block;

        width: 100%;
        margin-bottom: 10px;

        text-align: center;
    }
}

.footer-get-a-quote .menu-social-footer-container .menu {
    display: flex;

    margin-top: -5px;
    margin-left: 10px;

    font-size: 16px;
}

@media only screen and (max-width: 460px) {
    .footer-get-a-quote .menu-social-footer-container .menu {
        margin-left: 0;
    }
}

.footer-get-a-quote .menu-social-footer-container .menu-item {
    margin-left: 20px;
}

@media only screen and (max-width: 460px) {
    .footer-get-a-quote .menu-social-footer-container .menu-item {
        margin-left: 13px;
    }

    .footer-get-a-quote .menu-social-footer-container .menu-item:first-child {
        margin-left: 0;
    }
}

.footer-get-a-quote .menu-social-footer-container .menu-item a {
    position: relative;

    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;

    text-align: center;
    text-decoration: none;

    color: var(--white);

    font-size: 0;
    line-height: 26px;
}

