.featured-menu-wrap{
	z-index:999;
}
.featured-menu-wrap h3, .featured-menu-wrap p{
	margin-top: 5px;
	margin-bottom:0;
}
.menu-bucket{
	width:96%;
	margin:0 auto;
}
.menu-bucket-img{
	width:100%;
	height:calc(30vw - 180px);
	max-height:450px;
	min-height:250px;
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	
}
.menu-buck-info{
	padding:30px;
	background:#f5f1ec;
	position:relative;
}
a.menu-bucket-link{
    background: #fff;
    display: inline-block;
    padding: 10px 40px 10px 10px;
    position: absolute;
    top: 0;
    text-decoration: none;
    color: #181818;
    top: -20px;
    right: 60px;
    font-family: "CervoLight";
    font-size: 14px;
    letter-spacing: 1.25px;
    line-height: 17px;
    text-transform: uppercase;
    background-image: url('../images/right-arrow-sm.png');
    background-size: 12px;
    background-position: 86% center!important;
    background-repeat: no-repeat !important;
	transition:all .25s;
}
a.menu-bucket-link:hover{
    background: #e6a12e;
    display: inline-block;
    padding: 10px 40px 10px 10px;
    position: absolute;
    top: 0;
    text-decoration: none;
    color: #fff;
    top: -20px;
    right: 60px;
    font-family: "CervoLight";
    font-size: 14px;
    letter-spacing: 1.25px;
    line-height: 17px;
    text-transform: uppercase;
    background-image: url('../images/right-arrow-black.png');
    background-size: 10px;
    background-position: 86% center!important;
    background-repeat: no-repeat !important;
	transition:all .25s;
	
}
body .featured-menu-intro{
	padding-right:90px !important;
	padding-top:120px !important;
	padding-left:60px !important;
}
body .featured-menu-outro{
	padding-top:90px !important;
	padding-right:40px !important;
	padding-left:90px !important;
}