
/************************
* Footer
*/
#site-footer {
    margin-top: 50px;
}
#site-footer .footer-bar {
    padding: 20px 0;
    color: #f8f8f8;
    min-height: 100px;
    background: #3A3A3A;
    border-top: 1px solid rgb(45, 45, 45);
    border-bottom: 1px solid rgb(45, 45, 45);
}
#site-footer .footer-bar .footer-logo {
    width: 100px;
    display: block;
    margin: 8px auto;
}
#site-footer .footer-bar .footer-tp-logo {
    width: 100px;
    display: block;
    margin: 15px auto 0;
}

#site-footer .footer-credits {
    padding: 6px;
    min-height: 30px;
    font-size: 11px;
    background: #333;
    border-bottom: 5px solid #171616;
    color: #A5A5A5;
}

#site-footer a.developer-credit.show-for-small-only {
    display: block;
}
#site-footer a.developer-credit {
    color: #A5A5A5;
}
#site-footer a.developer-credit:hover,
#site-footer a.developer-credit:focus {
    color: #d2d2d2;
    font-weight: bold;
}

.footer-lang-menu {
    text-align: center;
}

.footer-lang-menu a.lang-menu-item {
    color: #A5A5A5;
}

.footer-lang-menu a.lang-menu-item:hover,
.footer-lang-menu a.lang-menu-item:focus,
.footer-lang-menu a.lang-menu-item.active {
    color: #d2d2d2;
    font-weight: bold;
}

#footer-menu #primary-menu li {
    display: block;
    font-size: 12px;
}
#footer-menu #primary-menu li a {
    display: block;
    padding: 4px;
    line-height: 1;
    color: #A5A5A5;
}
#footer-menu #primary-menu li a:hover {
    color: #c5c5c5;
}

.footer-address .fa {
    float: left;
    font-size: 30px;
    width: 30px;
    color: #A5A5A5;
}

.footer-address .address-line-1 {
    font-size: 14px;
    display: block;
    line-height: 18px;
    padding-top: 1px;
    color: #A5A5A5;
}
.footer-address .address-line-2 {
    font-size: 14px;
    display: block;
    line-height: 18px;
    padding-top: 1px;
    color: #A5A5A5;
}

.footer-email {
    color: #A5A5A5;
    margin-top: 10px;
}
.footer-email .fa {
    float: left;
    font-size: 20px;
    width: 30px;
}
.footer-email .email-line {
    font-size: 14px;
    display: block;
    line-height: 18px;
    padding-top: 1px;
    color: #A5A5A5;
}

.footer-phone {
    color: #A5A5A5;
    margin-top: 10px;
}
.footer-phone .fa {
    float: left;
    font-size: 20px;
    width: 30px;
    height: 30px;
}
.footer-phone .phone-line {
    font-size: 14px;
    display: block;
    line-height: 18px;
    padding-top: 1px;
}
.footer-phone .phone-line a {
    color: #A5A5A5;
}

a.footer-social-item {
    float: left;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    width: 25%;
    color: #f9f9f9;
}

a.footer-social-item:hover {
    color: #ccc;
}