/**
 * styles for all contacts template special for Contact us page
*/

.page-contacts_contacts .loop-title,
.page-contacts .sb-contacts li .icon{
	display: none;
}

.page-contacts_contacts{
	display: inline-block;
}
.page-contacts_contacts>li:not(.p-contacts_socials){
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5f3f3;
}
.page-contacts_contacts>li>.icon{
	flex-shrink: 0;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #cecece;
}
.page-contacts_contacts>li>.icon:before{
	width: 45px;
	height: 45px;
	font-size: 35px;
	line-height: 45px;
	color: white;
}

.page-contacts .contacts_socials{
	font-size: 1.4rem;
	color: #cecece;
}