/* @group widget boxes */

#corewidgetbox {
	margin-top: 2em;
	margin-bottom: 1.5em;
	padding-left: 3px;
}

.widgetrow {
	width: 100%;
	position: relative;
	margin: 0 -20px 0 0;
}

.widgetrowitem:focus {
	outline: none;
	background-color: #eee;
}

.widgetrowitem:hover {

}

.defaultwidget {
	background-image: url(lb-faveo/media/images/register.png);
}

.widgetrow a {
	align-items: center;
	justify-content: center;
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	width: 200px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 4px;
	padding: 40px;
	margin: 0 10px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.widgetrow a i{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.2);
	color: #fff;
	margin: 0 auto 15px;
	font-size: 21px;
}

.widgetrow a span{
	font-size: 16px;
}

.widgetrow a.bg-1{
	background: #3daeea;
}
.widgetrow a.bg-2{
	background: #76c468;
}
.widgetrow a.bg-3{
	background: #f9b12e;
}

.widgetrow a.bg-4{
	background: #f9702e;
}

.widgetrow a:hover {
	transform: scale(1.1);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
