﻿#tol-footer {
    background: #220970;
    color: #ffffff;
}

.footer-first-row {
    padding-top: 61px;
    padding-bottom: 40px;
}

.footer-first-row-logo {
    display: inline-block;
    background: url('/wp-content/themes/tol-parent/images/forex/logo.png') no-repeat center;
    height: 45px;
    width: 220px;
    background-size: contain;
}

.footer-first-row-menu {
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
    margin-top: 7px;
}

.footer-first-row-socials {
    display: inline-block;
    float: right;
    margin-top: 6px;
}

.footer-first-row-social {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 11px;
}
.social-t {
    background: url('/wp-content/themes/tol-child/images/scratch/t.png') no-repeat;
}
.social-f {
    background: url('/wp-content/themes/tol-child/images/scratch/f.png') no-repeat;
}
.social-l {
    background: url('/wp-content/themes/tol-child/images/scratch/l.png') no-repeat;
}
.social-g {
    margin-right: 0;
    background: url('/wp-content/themes/tol-child/images/scratch/g.png') no-repeat;
}

.footer-second-row {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 115px;
    padding-top: 41px;
}
@media(max-width: 767px) {
    .footer-first-row-logo {
        display: block;
        margin: 0 auto;
    }
    .footer-first-row-menu {
        display: block;
        margin: 20px auto;
    }
    .footer-first-row-socials {
        display: block;
        margin: 0 auto;
        float: none;
        width: 165px;
    }
    #menu-footer-horizontal-menu {
        margin-bottom: 15px;
        width: 100%;
    }
}