/**
* Theme Name: Cardioly Child
* Description: This is a child theme of Cardioly.
* Author: <a href="https://designervily.com/">Designervily</a>
* Template: cardioly
* Version: 1.0
*/

.footer-icon{
	background: #ee344e;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
}
.designervily-box-social-links, .dsvy-team-social-links {
	display: none;
}
.social-icons ul li{
	list-style: none;
	margin: 0 5px;
}
.social-icons ul li a{
	background: #fff;
	border-radius: 30px;
	padding: 5px;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	display: block;
}
.footer-icon{
	margin-right: 10px;
}
@media (min-width: 1201px) {
	.dsvy-header-style-4 .dsvy-logo-menuarea {
		padding: 10px 0;
	}
}