/* Widgets */

.widget{

	background:#fff;

	padding:20px;

	margin-bottom:25px;

	border-radius:10px;

	box-shadow:0 2px 12px rgba(0,0,0,.08);

}

.widget-title{

	font-size:22px;

	margin-bottom:18px;

	padding-bottom:10px;

	border-bottom:3px solid #b30000;

}

.widget ul{

	list-style:none;

	padding:0;

	margin:0;

}

.widget li{

	padding:10px 0;

	border-bottom:1px solid #eee;

}

.widget li:last-child{

	border:none;

}

.widget a{

	color:#222;

	font-weight:500;

}

.widget a:hover{

	color:#b30000;

}