/*-----------------------
    FOOTER GLOBAL STYLE
------------------------*/

/*----------------------
    FOOTER LAOUT 1 CSS
-----------------------*/
h3.widget-title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
}

.footer__copyright {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 0;
}

.footer__copyright p {
    margin-bottom: 0;
}

.single__footer h4 {
    font-size: 20px;
    margin: 30px 0 15px;
}

.single__footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single__footer li {
    margin-bottom: 5px;
}

.single__footer li:last-child {
    margin-bottom: 0;
}

.contact__social {
    text-align: right;
}

.contact__social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact__social li {
    display: inline-block;
    margin-right: 7px;
}

.contact__social li a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 13px;
    opacity: .5;
    display: inline-block
}

.contact__social li:last-child {
    margin-right: 0;
}

.contact__social li a:hover {
    opacity: 1;
    background: #fff;
    color: #181C21;
}


.single__contact__info h6 {
    font-size: 18px;
    margin-bottom: 2px;
}

.single__contact__info {
    padding-left: 30px;
    position: relative;
    z-index: 2;
}


.single__contact__info:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url(../img/icon/phone.png) no-repeat;
    top: 5px;
    left: 0;
}

.single__contact__info.email:before {
    background: url(../img/icon/mail.png) no-repeat;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    .contact__social {
        text-align: left;
        margin-top: 20px;
    }

    .single__contact__text {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:767px) {
    .single__footer {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact__social,
    .single__contact__info {
        text-align: center;
        margin-top: 20px;
        padding-left: 0;
    }

    .single__contact__text {
        text-align: center;
    }

    .single__contact__info:before {
        display: none;
    }

    .footer__copyright {
        text-align: center;
        padding: 20px 0;
    }

    .copyright__text {
        margin-bottom: 20px;
    }

    .scroll__to__top {
        text-align: center;
    }
}