﻿a, button, input {
    transition-property: color,border-color,background-color,opacity;
}

.site-footer {
    padding: 30px 0;
    background-color: #fff;
    color: #333;
    min-height: 163px;
}

.site-footer img {
    border-style: none;
}

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

.footer-wrapper {
    padding: 0 15px;
}

*, :after, :before {
    box-sizing: border-box;
    transition: none .4s cubic-bezier(.19,1,.22,1);
}

.footer-contents, .socmed {
    text-align: center;
}

.footer-social {
    display: table;
    width: 100%;
}

.footer-awards, .footer-social {
    margin-bottom: 20px;
}

.footer-socials {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-social-titles, .pagination__page:first-child:before, .pagination__page:last-child:before, .pagination__page:nth-child(2):before {
    display: none;
}

@media (min-width: 801px) {
    .footer-divider {
        width: 100%;
        height: 5px;
        border-top: 5px solid;
        border-image: linear-gradient(to right,#28b050 25%,#d3208b 25%,#d3208b 50%,#2aa6db 50%,#2aa6db 75%,#f38230 75%) 5;
        padding-bottom: 20px;
    }

    .footer-socials {
        text-align: right;
        margin-bottom: -20px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social, .footer-social-titles {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
    }

    .footer-contents {
        display: table;
        width: 100%;
    }

    .footer-copyright {
        text-align: right;
        font-size: 12px;
    }

    .footer-awards {
        text-align: left;
    }

    .awards-gfx {
        margin: 0 5px;
        margin-left: 10px;
        margin-right: 0;
    }

    .awards-gfx:first-child {
        margin: 0;
    }

    .footer-awards, .footer-copyright {
        display: table-cell;
        vertical-align: bottom;
        width: 50%;
    }
}

@media (max-width: 799px) {
    .FooterTableIcon {
        width: 25%;
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        text-align: center;
    }
}

@media (min-width: 800px) {
    .FooterIcon {
        display: inline-block;
        margin-left: 5px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        padding: 7px 0;
    }

    .FooterTableIcon {
        display: none;
    }

    .footer-awards, .footer-copyright {
        display: table-cell;
        vertical-align: bottom;
        width: 50%;
    }
}
