.row.menus{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
    text-align: left;
}
.row.menus .col-md-4{
	padding: 0px 2px 0px 0px;
}
.row.menus .read-more-lnk {
	margin-top: 12px;
}
.row.menus .col-md-4 h2{
    font-family: "adobe-garamond-pro", sans-serif;
    color: #d5b890;
    font-size: 28px;
    text-align: center;
    padding-top: 8px;
    padding: 14px 20px 14px 20px;
    margin-bottom: 0;
    font-variant: small-caps;
    text-transform: lowercase;
    z-index: 1;
    border-bottom: 3px solid #d9b892;
    bottom: -3px;
    /* position: absolute; */
    margin-top: 0;
    position: relative;
    width: 100%;
    background: url(../images/small-heading-background.png) no-repeat center center;
    background-size: cover;
}
.row.menus .col-md-4 h2 span{
	font-size: 1.5em;
	color:#fff;
    text-transform: lowercase;
    font-variant: none;
	font-family: 'Kaushan Script', cursive;
    -webkit-font-smoothing: antialiased;
	letter-spacing: 0px;    
	position: relative;
    top: 2px;
}
.row.menus .col-md-6 h2{
	color: #3284BF;
	font-family: 'proximanova';
    font-size: 2.25em;
    margin-top: 20px;
    margin-bottom: 20px;
}
p.alter_menu{
	text-align: left;
	color:rgb(110, 104, 92);
}
.row_alter_menu{
	text-align: left !important;
}
img.alter_menu {
    width: 100%;
}
.row.menus .col-md-4 img{
	padding: 0px;
}
.row.menus .col-md-4 a.view-more,
.row.menus .col-md-6 a.view-more{
	border: 1px solid #3284BF;
	color: #3284BF;
	font-size: 14px;
  	padding: 6px 50px 5px;
  	margin: 30px 0px;
  	display: inline-block;
	text-decoration: none;
}

.row.menus .col-md-6 a.view-more{
	margin:0px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    .row.menus .col-md-4 a.view-more,
    .row.menus .col-md-6 a.view-more {
        padding: 7px 30px 5px;
    }
}

/*
 *Single catering menus
*/
.single-catering-menus{
	padding: 50px 15px 15px;
}
@media screen and (max-width: 991px) {
	.row.menus .col-md-4 {
		padding: 0px 15px;
	}
}
.hi-z {
    z-index: 4000!important;
}