// Footer
footer{
    padding: 0 0 30px;
    overflow: hidden;

    hr{
        margin: 55px 0 45px;
        border-top: 1px solid #bbb;
    }
    ul.footer-nav{
        li{
            a{
                font: 800 28px/38px $primaryFont;
                color: #000;
            }
        }
    }
    .address{
        p{
            font: 400 20px/39px $seconderyFont;
            color: #231f20;
        }
    }
    .footer-social{
        li{
            &:first-child{
                @include mq(t){
                    display: block;
                    margin-bottom: 10px;
                }
            }
            &:nth-child(2){
                a{
                    @include mq(t){
                        margin-left: 0;
                    }
                }
            }
            a{

            }
        }
    }
    .copyright{
        display: block;
        margin-top: 98px;
        font: 400 20px/1 $seconderyFont;
        color: #231f20;

        @include mq(t){
            margin-top: 66px;
            font-size: 16px;
        }
    }

    @include mq(t){
        .col-xs-3{
            width: 30%;
            @include cfx();
        }
        .col-sm-3{
            width: 100%;

            .clearfix{
                float: right;
            }
            .footer-social{
                margin-top: 10px;
            }
            .copyright.pull-right{
                margin-top: 5px;
                float: left !important;
            }
        }
    }
    @include mq(m){
        .col-xs-3{
            width: 100%;
        }
    }
}
