.st_brunchmenu .list-group-item:first-of-type {
	display: none;
}
.st_brunchmenu {
	background-color: rgb(255, 239, 220);
	padding: 30px 20px;
	display: table;
	width: 100%;
}
.st_brunchmenu .wrap_buttom {
	display: inline-block;
	width: 100%;
}
.st_brunchmenu .list-group-item {
	position: inherit;
	background-color: rgb(67, 82, 152);
	color: #fff;
	width: calc(33.3333% - 18px);
	height: 70px;
	padding: 15px;
	margin: 9px;
	border-bottom: 5px solid rgb(255, 137, 8);
	float: left;
	display: block;
	transition: .5s;
}
@media screen and (max-width:992px) {
	.st_brunchmenu .list-group-item {
		width: calc(50% - 18px);
	}
}
@media screen and (max-width:470px) {
	.st_brunchmenu {
		text-align: center;
		display: inherit;
	}
	.st_brunchmenu .wrap_buttom {
		width: initial;
	}
	.st_brunchmenu .list-group-item {
		width: 250px;
		float: none;
	}
}
@media screen and (max-width:400px) {
	.st_brunchmenu {
		padding: 20px 0;
	}
}
.st_brunchmenu .list-group-item:hover {
	background-color: rgb(93, 114, 210);
	color: #fff;
}
.st_brunchmenu .list-group-item .pull-left {
	width: 100%;
	max-width: 100%;
	text-align: center;
	line-height: 40px;
}
.st_brunchmenu .list-group-item .pull-right {
	display: none;
}
