.site-footer .widget:not(:last-child) {
    margin-bottom: 30px;
}

.site-footer .widget-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.site-footer .widget-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 6px;
    background: linear-gradient(to right, #E83A15 0%, rgba(232, 58, 21, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;

}

.site-footer .widget_nav_menu ul {
    padding-left: 0;
}

.site-footer .widget_nav_menu ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    line-height: 1.7;
    background-image: url(../img/arrow-right-gray.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 8px;
}

.site-footer .widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 15px;
}


.footer-call {
    font-size: 28px;
}

.site-footer .c20-phone {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.footer-opening {
    justify-content: flex-start !important;
}

.footer-nap-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nap-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #241F1E;
    border-radius: 50%;
    margin-right: 15px;
}


/*=== copyright area start ===*/

.widget_recent_entries ul {
    padding: 0;
}
.widget_recent_entries ul li {
    list-style: none;
}

.widget_recent_entries  ul li:not(:last-child) {
	margin-bottom: 20px;
}


.footer-bottom {
    padding: 25px 0;
}

.copyright p {
    margin-bottom: 0;
}

#menu-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

#menu-footer-bottom li {
    margin-bottom: 0;
    margin-left: 15px;
}


@media screen and (max-width: 1199px) {

    .site-footer .widget:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {

    .site-footer .widget-title {
        display: inline-block;
    }

    .site-footer .widget-title:after {
        left: 35px;
    }

    .site-footer .widget_nav_menu ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 0;
    }

    .footer-nap-item {
        justify-content: center;
    }

    #menu-footer-bottom {
        justify-content: center;
    }

    #menu-footer-bottom li {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .footer-opening {
        justify-content: center !important;
    }


}