ul.widget-contacts-table {
	list-style: none;
    padding-left: 0;
}
ul.widget-contacts-table li {
	position: relative;
	padding: 1px 0 1px 24px;
}

ul.widget-contacts-table li span[class^="flaticon-"],
ul.widget-contacts-table li span[class*=" flaticon-"],
ul.widget-contacts-table li span[class^="flaticon-"],
ul.widget-contacts-table li span[class*=" flaticon-"] {
    position: absolute;
    top: 0;
    left: 0;
}

ul.widget-contacts-table li span[class^="flaticon-"]:before,
ul.widget-contacts-table li span[class*=" flaticon-"]:before,
ul.widget-contacts-table li span[class^="flaticon-"]:after,
ul.widget-contacts-table li span[class*=" flaticon-"]:after {
    margin-left: 0;
}

ul.widget-contacts-table li:last-child {
	border-bottom: none;
}
ul.widget-contacts-table li::before {
	content: '';
}
ul.widget-contacts-table li + li {
	margin-top: 1px;
}
ul.widget-contacts-table li strong {
	font-weight: 300;
	color: #323232;
}
ul.widget-contacts-table p {
	margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1429;
    color: #7F7F7F;
}
ul.widget-contacts-table p .email,
ul.widget-contacts-table p a {
	color: #FC4E2B;
	text-decoration: none;
}
ul.widget-contacts-table p .email:hover,
ul.widget-contacts-table p a:hover {
	text-decoration: none;
}
ul.widget-contacts-table .item-title {
	color: #2E313A;
}

.footer ul.widget-contacts-table li .rt-icon,
.footer ul.widget-contacts-table .item-title,
.footer ul.widget-contacts-table p {
color: #aab0b6;
}