.cs-footer .ux-menu-title, .cs-footer .social-icons span {
	display: block;
	color: #fff;
	font-size: 15px;
	position: relative;
	min-height: unset;
	margin-bottom: 15px !important;
}
.cs-footer .ux-menu-title:before, .cs-footer .social-icons span:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    height: 1px;
    width: 50px;
}
.cs-footer .ux-menu .menu-item a {
    color: #adb7cc;
    font-size: 1em;
    border: none;
    border-bottom-style: none !important;
    min-height: unset;
}
.cs-footer .ux-menu .menu-item a:hover {
	color: #fff;
}
.copyright p {
	margin-bottom: 0;
}
.copyright-footer {
    color: #fff;
}