
/*-----------------------------------------------------------------
 Output Custom CSS from Theme Options Panel
---------------------------------------------------------------- */

#columns {
	margin: 70px 0 75px;
	}
#subfooter{
color: #fff;
}

 #columns .column  {
	width: 300px;
	float: left;
	margin-right: 40px;
	text-align: center;
	}

 #columns .last  {
	margin-right: 0;
	}

 #columns i {
	color: #fff;
	font-size: 30px;
	background-color: #3cb796;
	border-radius: 40px;
	padding: 20px;
	margin-bottom: 20px;
	}

 #columns h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 10px;
	}

#columns p {
	margin-bottom: 10px;
	}

#columns a {
	font-weight: 600;
	display: inline-block;
	padding-top: 15px;
	}

#columns a:hover {
	text-decoration: none;
	color: #000;
	}
#footer nav li a{
color: #e52329;
}