﻿
/*  Footer */

.footer {
    margin-left: auto;
    overflow: hidden;
    clear: both;
    margin-right: auto;
    font-size: 12px;
    color: #4f4f4f;
    height: 40px;
    padding-top: 25px;
    background: url('/admin/Content/Img/Main/FooterBg.png') repeat-x 0 0;
    width: 100%;
    min-width: 720px;
    max-width: 2400px;
}

.push {
    height: 97px;
}

.footer-content {
    display: block;
    width: 90%;
    max-width: 2400px;
    padding: 0 0 0 220px;
    margin: 0 auto;
}

.footer .left {
    float: left;
    margin-left: 0.5%;
}

.footer .right {
    float: right;
}

.footer .clear {
    clear: both;
}

#footerLogo {
    vertical-align: middle;
    margin: 0 1em;
}

.footer span, .footer a {
    margin: 0 0.5em 0 0;
}

a.button:before {
    display: inline-block;
    padding-right: 0.5em;
    vertical-align: middle;
    font-family: "Font Awesome 5 Pro";
    content: "\f0a9";
}

a.button {
    font-size: 15px;
    font-family: "Poppins", Arial, Verdana, Tahoma, "Helvetica Neue", Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #623875;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    border-top: 2px solid #623875;
    border-right: 2px solid #623875;
    border-bottom: 2px solid #623875;
    border-left: 2px solid #623875;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

    a.button:hover:before {
        content: "\f0a9";
    }

    a.button:hover {
        background-color: #623875;
        color: #FFFFFF;
    }
/********End footer********/
