/* FOOTER */
#widgetfooter #wp-calendar tbody a {
	color: #000;
}
/* FOOTER WIDGET */
#widgetfooter {
	background: #202020;
	padding-top: 15px;
}
#widgetfooter .idecore {
	background: rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(255,255,255,.15);
	height: 1px;
	margin-bottom: 5px;
}
#widgetfooter h2 {
	font-family: 'HermeneusOne', sans-serif;
	font-size: 16px;
	color: #F7F7F7;
	text-transform: capitalize; 
}
#widgetfooter h4 {
	font-family: 'Asap', sans-serif;
	font-size: 12px;
	color: #F7F7F7;
}
#widgetfooter .allfoot {
	list-style: none outside none;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#widgetfooter .allfoot .footcont {
	float: left;
	padding: 10px 15px;
	width: 33.3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#widgetfooter .allfoot .text {
	color: #A4A8A9;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	letter-spacing: -.05px;
}

#widgetfooter .tagcloud {
	border-width: 0;
	padding: 0px;
	margin: 0;
}
#widgetfooter .tagcloud a {
	line-height: 42px;
	padding: 7px 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (max-width: 835px) {
	#widgetfooter .allfoot .footcont {
		float: none;
		width: auto;
	}
}
