/*-------------------------------------    
INDEX
===================================

#. VC: Owl Nav 1 
#. VC: Owl Chef Slider 1
#. VC: Owl chef Slider 2
#. VC: Owl Chef Grid
#. VC: Owl Recipe Slider 1
#. VC: Owl Recipe Slider 2
#. VC: Owl Recipe Grid View
#. VC: Owl Event Slider
#. VC: Food Menu – Card Style 1
#. VC: Food Menu – Card Style 2
#. VC: Food Menu – Card Style 3
#. VC: Food Menu – Card Style 4
#. VC: Food menu with isotope
#. VC: Food menu with isotope 2
#. VC: Food Menu – Grid with Pagination
#. VC: Food Menu – Grid with Load More
#. VC: Food Menu – carousel
#. VC: Content Box 2
#. VC: Owl Testimonial Slider 1
#. VC: Owl Testimonial Slider 2
#. VC: Owl Testimonial Slider 4
#. VC: About 1
#. VC: About 2
#. VC: Counter 1
#. VC: Event 1
#. VC: Info Box 2
#. VC: Contact
-----------------------------------*/
/*-------------------------------------
#. VC: Owl Nav 1 
---------------------------------------*/
.other-menu .section-title,
.rt-owl-nav-3 .section-title {
	margin-bottom: 60px;
}
.other-menu .owl-custom-nav-title,
.rt-owl-nav-3 .owl-custom-nav-title {
	color: #111111;
	float: left;
	font-size: 30px;
}
.rt-owl-nav-3 .owl-custom-nav {
	float: right;
	padding-left: 30px;
	margin-top: 2px;
}
.other-menu .owl-custom-nav {
	float: right;
	margin-top: 2px;
	padding-left: 30px;
	position: relative;
	top: -61px;
}
.other-menu .owl-custom-nav-bar,
.rt-owl-nav-3 .owl-custom-nav-bar {
	border-color: #e8e8e8;
	border-style: solid;
	border-width: 1px 0;
	float: right;
	margin-top: 16px;
}
.other-menu .owl-custom-nav .owl-prev,
.other-menu .owl-custom-nav .owl-next,
.rt-owl-nav-3 .owl-custom-nav .owl-prev,
.rt-owl-nav-3 .owl-custom-nav .owl-next {
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	opacity: 1;
	padding: 6px 0;
	text-align: center;
	width: 40px;	
	transition: all 0.3s ease 0s;
	border:1px solid #e7272d;
}
.other-menu .owl-custom-nav .owl-next,
.rt-owl-nav-3 .owl-custom-nav .owl-next {
	margin-left: 4px;
}
.other-menu .owl-custom-nav .owl-prev:hover,
.other-menu .owl-custom-nav .owl-next:hover,
.rt-owl-nav-3 .owl-custom-nav .owl-prev:hover,
.rt-owl-nav-3 .owl-custom-nav .owl-next:hover,
.rt-owl-nav-3 .owl-prev:hover,
.rt-owl-nav-3 .owl-next:hover {
	background-color: #fff;
	color: #e7272d;
	border: 1px solid #e7272d;
}
.other-menu .owl-custom-nav i,
.rt-owl-nav-3 .owl-custom-nav i {
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
}

/*-------------------------------------
#. VC: content Box 2
---------------------------------------*/
.content-box2 {
	margin: 15px;
	overflow: hidden;
	background-color: #f8f8f8;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-box2:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.53);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.53);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-box2 .content-box2-social {
	opacity: 0;
	left: 0;
	margin: 0 auto;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	top: 18%;
	z-index: 2;
	-moz-transform: scale(1) translateY(-150px);
	-webkit-transform: scale(1) translateY(-150px);
	-o-transform: scale(1) translateY(-150px);
	-ms-transform: scale(1) translateY(-150px);
	transform: scale(1) translateY(-150px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-box2 .content-box2-social li {
	background-color: #ffffff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-box2 .content-box2-social li a {
	padding: 19px;
	border-radius: 50%;
}
.content-box2 .content-box2-social li a i {
	line-height: 50px;
	color: #222222;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-box2 .content-box2-social li:hover {
	background-color: #ffcdd2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-box2 .content-box2-social li:hover a i {
	color: #e7272d;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-box2 .content-box2-img-holder {
	overflow: hidden;
	position: relative;
}
.content-box2 .content-box2-img-holder img {
	width: 100%;
}
.content-box2 .content-box2-img-holder:after {
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(231, 39, 45, 0.8);
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	display: block;
	opacity: 0;
	-moz-transform: scale(1) translateY(-300px);
	-webkit-transform: scale(1) translateY(-300px);
	-o-transform: scale(1) translateY(-300px);
	-ms-transform: scale(1) translateY(-300px);
	transform: scale(1) translateY(-300px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.content-box2 .content-box2-bottom-content-holder {
	padding: 30px 35px 10px 35px;
}
.our-recipes-area{
	min-height:275px;
}
.content-box2 .content-box2-bottom-content-holder h3 {
	margin-bottom: 15px;
	font-size: 24px;
}
.content-box2 .content-box2-bottom-content-holder h3 a {
	color: #222222;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-box2 .content-box2-bottom-content-holder h3 a:hover {
	color: #e7272d;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content-box2 .content-box2-bottom-content-holder p {
	font-size: 15px;
	margin-bottom: 15px;
}
.content-box2 .content-box2-bottom-content-holder ul {
	margin-bottom: 15px;
	padding-bottom: 2px;
	margin-top:15px;
}

.content-box2 .content-box2-bottom-content-holder ul li {
	display: inline-block;
	margin-right: 20px;
}
.content-box2 .content-box2-bottom-content-holder ul li a {
	font-size: 14px;
	color: #646464;
}
.content-box2 .content-box2-bottom-content-holder ul li a:hover {
	color: #e7272d;
}
.content-box2 .content-box2-bottom-content-holder ul li a i {
	color: #e7272d;
	margin-right: 8px;
	font-size: 16px;
}
.content-box2 .content-box2-bottom-content-holder ul li a span {
	color: #222222;
}
.content-box2 .content-box2-bottom-content-holder ul li:last-child {
	margin-right: 0;
}
.content-box2:hover .content-box2-social {
	opacity: 1;
	-moz-transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.content-box2:hover .content-box2-img-holder:after {
	opacity: 1;
	-moz-transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*---------------------------------------
#. VC: Owl Chef Slider 1
-----------------------------------------*/
.chef-area .owl-nav .owl-prev {
	left: -60px;
}
.chef-area .owl-nav .owl-prev:hover {
	background-color: transparent!important;
}
.chef-area .owl-nav .owl-next {
	right: -60px;
}
.chef-area .owl-nav .owl-next:hover {
	background-color: transparent !important;
}
.chef-area .owl-controls .owl-dots {
	margin-top: 30px;
}
.chef-area .owl-controls .owl-dots .active span {
	background-color: #e7272d;
}
.chef-box {
	overflow: hidden;
	position: relative;
}
.chef-box .chef-box-content {
	text-align: center;
	padding: 15px 0 0 0;
	background-color: #e7272d;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.chef-box .chef-box-content h3 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.chef-box .chef-box-content h3 a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.chef-box .chef-box-content h3 a:hover {
	color: #e7272d;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.chef-box .chef-box-content p {
	color: #ffffff;
	position: relative;
}
.chef-box .chef-box-content ul li {
	display: inline-block;
	margin: 0 10px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: transparent;
}
.chef-box .chef-box-content ul li i {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.chef-box .chef-box-content ul li:hover {
	background-color: #e7272d;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.chef-box .single-chef-social {
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #222222;
	opacity: 0;
}
.chef-box:hover .chef-box-content {
	background-color: #222222;
	bottom: 0px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.chef-box .chef-sep {
	border-top: 1px solid #e7272d;
	margin: 0 auto;
	width: 170px;
}
.chef-box .chef-social {
	padding: 20px 0;
}
.chef-box .chef-social-wrap {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	transition: max-height .2s ease-out;
}
.chef-box:hover .chef-social-wrap {
	visibility: visible;
	opacity: 1;
    max-height: 1000px;
    transition: max-height 1s ease-in;
}

/* ----------------------- 
#. VC: Owl chef Slider 2
/* ----------------------- */
.rt-owl-chef-3 .vc-item {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.rt-owl-chef-3 .vc-item img {
	border-radius: 200px;
}
.rt-owl-chef-3 .vc-item .vc-overly {
	background-color: rgba(231, 39, 45, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transform: translateX(-100%);
	transition: all 0.3s ease 0s;
	border-radius: 200px;
}
.rt-owl-chef-3 .vc-item:hover .vc-overly {
	opacity: 1;
	transform: translateX(0%);
}
.rt-owl-chef-3 .vc-overly> ul {
	margin: 0;
	padding: 0 2px;
	list-style-type: none;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 42%;
}
.rt-owl-chef-3 .vc-overly ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}
.rt-owl-chef-3 .vc-overly ul li a {
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: block;
	text-align: center;
	border-color: #ffffff;
	height: 35px;
	line-height: 31px;
	width: 35px;
}
.rt-owl-chef-3 .vc-overly ul li a:hover {
	background-color: #fff;
}
.rt-owl-chef-3 .vc-overly ul li a .fa {
	color: #ffffff;
}
.rt-owl-chef-3 .vc-overly ul li a:hover .fa {
	color: #000;
}
.rt-owl-chef-3 .vc-chef-meta {
	margin-top: 20px;
	text-align: center;
}
.rt-owl-chef-3 .vc-chef-meta .name {
	margin-bottom: 0;
}
.rt-owl-chef-3 .vc-chef-meta .name a {
	color: #000;
	font-size: 24px;
}
.rt-owl-chef-3 .vc-chef-meta .designation {
	margin-top: 6px;
}
.rt-owl-nav-3 .owl-nav .owl-prev {
	left: -55px;
}
.rt-owl-nav-3 .owl-nav .owl-next {
	right: -55px;
}

/*--------------
#. VC: Chefs Grid   
----------------*/
.all-chefs-area .chef-box {
	margin-bottom: 30px;
}

/*-------------------------------------
#. VC: Recipe Slider 1
---------------------------------------*/
.recipe-of-the-day-area {
	padding: 10px 0;
}
.recipe-of-the-day-area .recipe-of-the-day-box {
	position: relative;
	clear: both;
}
.recipe-of-the-day-area .recipe-of-the-day-box:before {
	content: url(../img/recipe-of-the-day.png);
	top: 50%;
	left: 46.7%;
	right: 0;
	text-align: center;
	z-index: 1;
	position: absolute;
	transform: translateY(-50%);
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content-inner {
	margin: 26px 30px;
	padding: 42px 30px;
	background-color: #f8f8f8;
	min-height: 520px;
	max-height: 520px;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content {
	text-align: center;
	border: 5px solid #e7272d;
	min-height: 580px;
	max-height: 580px;
}
.title-recipe {
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #222222;
}
.title-recipe:before {
	content: "";
	height: 3px;
	width: 55px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -22px;
	z-index: 1;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content h2 {
	margin-bottom: 30px;
	color: #222222;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content h2 a {
	color: #222222;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .recipe-of-the-day-content-details {
	font-size: 15px;
	padding: 15px 30px;
	margin-bottom: 30px;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .time-needs {
	margin: 0 0 50px;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .time-needs li {
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 125px;
	width: 125px;
	margin: 0 5px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .time-needs li i {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #e7272d;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .time-needs li p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.5;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .awards-box ul li {
	text-align: left;
	margin: 0 15px;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .awards-box ul li a i {
	color: #e7272d;
	font-size: 18px;
	margin-right: 5px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .awards-box ul li a i:hover {
	color: #707070;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .awards-box ul li span {
	color: #2b252c;
	font-size: 16px;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-content .awards-box ul li span span {
	width: 150px;
	display: inline-block;
	color: #707070;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-img {
	padding: 27px 30px 26px;
}
.recipe-of-the-day-area .recipe-of-the-day-box .recipe-of-the-day-img img {
	width: auto;
}
.recipe-of-the-day-area .owl-nav{
	display:none;
}

/*-------------------------------------
#. VC: Owl Recipe Slider 2
---------------------------------------*/
.recipe-of-the-day2-area .owl-nav .owl-prev {
	left: -60px;
	background-color: #e7272d !important;
}
.recipe-of-the-day2-area .owl-nav .owl-prev:hover {
	background-color: transparent!important;
}
.recipe-of-the-day2-area .owl-nav .owl-prev:hover i {
	color: #e7272d !important;
}
.recipe-of-the-day2-area .owl-nav .owl-next {
	right: -60px;
	background-color: #e7272d !important;
}
.recipe-of-the-day2-area .owl-nav .owl-next:hover {
	background-color: transparent!important;
}
.recipe-of-the-day2-area .owl-nav .owl-next:hover i {
	color: #e7272d !important;
}
.recipe-of-the-day2-area .owl-controls {
	margin-top: 30px;
	text-align: center;
}
.recipe-of-the-day2-area .owl-controls .owl-dots {
	overflow: hidden;
	display: inline-flex;
}
.recipe-of-the-day2-area .owl-controls .owl-dots .active span {
	background-color: #e7272d;
}
.recipe-of-the-day2-area .content-box2 .content-box2-bottom-content-holder{
	min-height:275px;
}

/*-------------------------------------
#. VC: Recipe Grid View
---------------------------------------*/
.our-recipes-area .content-box2 {
	margin: 0 0 30px;
}

/*-------------------------------------
#. VC: Food Menu – Card Style 1
---------------------------------------*/
.fmp-layout-custom-grid-by-cat2 .fmp-cat-title {
	padding:65px 20px;
}
.fmp-layout-custom-grid-by-cat2 .fmp-cat-title h2{
	font-size:36px;	
}
.fmp-layout-custom-grid-by-cat2 ul.menu-list li{
	border-color: #bdbdbd !important;
	margin-bottom:20px !important;
}
.fmp-cat2 .fmp-box ul.menu-list li{
	padding-bottom:0px;	
	margin-bottom:10px;	
}
.title-holder{
	border-bottom: 1px dashed #787878;	
	margin-bottom: 15px;	
	float: left;
	width: 100%;
}
.card-menu-title{
	float:left;
	width:80%;
	width: calc(100% - 100px);
	padding-right:15px;
}
.card-menu-price{
	float:right;
	text-align:right;
	width:98px;
	word-wrap: break-word;
}
.fmp-layout-custom-grid-by-cat2 .amount,
.fmp-layout-custom-grid-by-cat2 .fmp-price {
	font-family: "Roboto Slab",serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: normal;
	display: block;
	padding-top: 5px;
}
.fmp-cat2 .fmp-box ul.menu-list li h3.fmp-title{
	width:auto;
}
.fmp-layout-custom-grid-by-cat2 h3.fmp-title a {
	color: #000000;
	font-size:20px;
	font-weight:700;
	letter-spacing:normal;
}
.fmp-layout-custom-grid-by-cat2 h3.fmp-title a:hover {
	color: #e7272d;
}
.fmp-layout-custom-grid-by-cat2 span.fmp-price{
	padding: 0 !important;
	position: relative;
}
.fmp-cat2 .fmp-box ul.menu-list li span.fmp-price{
	position:relative;
	padding: 0;
}
.fmp-layout-custom-grid-by-cat2 p{
	margin-bottom:20px;
}
.fmp-layout-custom-grid-by-cat2  ul.menu-list.no-menu li{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: normal;
	font-family: "Roboto Slab", serif;
	color:#000000;
}
.fmp-cat2 .fmp-box ul.menu-list.no-menu{
	padding:25px 0 35px;
}

/*-------------------------------------
#. VC: Food Menu – Card Style 2
---------------------------------------*/
.fmp-layout-custom-grid-by-cat4 .fmp-box-wrapper {
	background-color: #e7272d;
}
.fmp-layout-custom-grid-by-cat4 .fmp-cat-title::after {
	background: none;
}
.fmp-layout-custom-grid-by-cat4 .fmp-title{
	margin-bottom:15px;	
}
.fmp-layout-custom-grid-by-cat4 .fmp-title a {
	color: #ffffff;
}
.fmp-layout-custom-grid-by-cat4 .fmp-cat2 .fmp-box ul.menu-list li h3.fmp-title {
	font-size: 16px;
	padding: 0 0 15px 0;
}
.fmp-layout-custom-grid-by-cat4  .title-holder{
	border-bottom: 1px dashed #ffffff;	
}
.fmp-layout-custom-grid-by-cat4 .menu-list p {
	color: #ffffff;
	padding: 0px 0px 20px 0;
}
.fmp-layout-custom-grid-by-cat4 .amount {
	color: #ffffff;
}
.fmp-layout-custom-grid-by-cat4 .fmp-cat2 .fmp-box ul.menu-list li span.fmp-price {
	color: #ffffff;
	font-size: 20px;
	padding: 7px 5px 0 0;
}
.fmp-layout-custom-grid-by-cat4 .fmp-cat2 .fmp-box ul.menu-list li {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fmp-layout-custom-grid-by-cat4 .fmp-box-wrapper {
	padding: 0 40px;
}
.fmp-layout-custom-grid-by-cat4 .fmp-cat2 .fmp-cat-title {
	padding: 70px 0px 0px 0px;
}
.fmp-layout-custom-grid-by-cat4 .fmp-box-wrapper:hover {
	background-color: #000000;
	-webkit-transition: all 0.9s ease-out;
	-moz-transition: all 0.9s ease-out;
	-ms-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
}
.fmp-layout-custom-grid-by-cat4 del {
	display: none;
}
.fmp-layout-custom-grid-by-cat4 .fmp-cat2 .fmp-box ul.menu-list{
	padding: 45px 0;
}
.fmp-layout-custom-grid-by-cat4 .card-menu-title .fmp-price{
	display:none;
}

/*-------------------------------------
#. VC: Food Menu – Card Style 3
---------------------------------------*/
.food-menu1-area .food-menu1-box {
	padding: 70px 0 50px;
	margin-bottom: 30px;
	position: relative;
	background: url(../img/food-menu-back.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-image: url(../img/border.png) 10 round;
	-o-border-image: url(../img/border.png) 10 round;
	border-image: url(../img/border.png) 10 round;
	border-width:10px;
	border-style:solid;
}
.food-menu1-area .food-menu1-box:before {
	content: url("../img/food-menu-bottom-left.png");
	position: absolute;
	left: -2px;
	bottom: -8px;	
	border-width:10px;
}
.food-menu1-area .food-menu1-box:after {
	content: url("../img/food-menu-bottom-right.png");
	position: absolute;
	right: -2px;
	bottom: -8px;
	border-width:10px;
}
.food-menu1-area .food-menu1-box ul {
	padding: 5px 48px;
	list-style: none;
}
.food-menu1-area .food-menu1-box ul li {
	margin-bottom: 17px;
}
.food-menu1-area .food-menu1-box ul li:last-child {
	margin-bottom: 0;
}
.food-menu1-area .food-menu1-box ul li .media-body {
	padding: 10px;
	position: relative;
}
.food-menu1-area .food-menu1-box ul li .media-body h3 {
	font-size: 18px;
	line-height: 24px;
}
.food-menu1-area .card-menu-title{
	padding-right: 0px;
}
.food-menu1-area .food-menu1-box ul li .media-body h3 a {
	color: #222222;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.2;
}
.food-menu1-area .food-menu1-box ul li .media-body h3 a:hover{
	color: #e7272d !important;
}
.food-menu1-area .food-menu1-box ul li .media-body p {
	color: #707070;
	font-size: 15px;
}
.food-menu1-area .food-menu1-box ul li .media-body span.amount,
.food-menu1-area .food-menu1-box ul li .media-body span.amount {
	color: #e7272d;
	font-family: Roboto Slab;
	font-size: 22px;
	font-weight: 400;
	top: 5px;
}
.food-menu1-area .no-menu-card-3{
	color: #222222;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.2;
	text-align: center;
	font-size: 18px;
	font-family: "Roboto Slab",serif;
	text-align: center;
}

/*-------------------------------------
#. VC: Food Menu – Card Style 4
---------------------------------------*/
.tasty-menu-inner {
	padding: 70px 40px 0 40px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	display: inline-block;
	border-right: 10px solid #d32f2f;
	border-bottom: 10px solid #d32f2f;
	border-left: 10px solid #d32f2f;
	border-top: 10px solid #d32f2f;
}
.tasty-menu-inner> div:last-child:after {
	content: url("../img/food-menu-bottom-right2.png");
	bottom: 21px;	
	right: 25px;
	position: absolute;
}
.tasty-menu-inner:before {
	-webkit-border-image: url(../img/border.png) 10 round;
	-o-border-image: url(../img/border.png) 10 round;
	border-image: url(../img/border.png) 10 round;
	background-color: transparent;
	border-width:10px;
	border-style:solid;
	content: "";
	position: absolute;
	height: 96%;
	width: 97%;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.tasty-menu-inner:after {
	-moz-border-image: url(../img/border.png) 10 round;
	-webkit-border-image: url(../img/border.png) 10 round;
	-o-border-image: url(../img/border.png) 10 round;
	border-image: url(../img/border.png) 10 fill round;
	background-color: transparent;
	content: "";
	border-width:0px 0px 0px 10px;
	border-style:solid;
	position: absolute;
	height: 94%;
	width: 97%;
	top: 28px;
	left: 50%;
	z-index: 1;
}
.tasty-menu-inner ul {
	padding: 50px 10px;
	position: relative;
	z-index: 999999;
	list-style: none;
}
.tasty-menu-inner ul li {
	margin-bottom: 17px;
}
.tasty-menu-inner ul li:last-child {
	margin-bottom: 0;
}
.tasty-menu-inner ul li .media-body {
	padding: 10px;
	position: relative;
}
.tasty-menu-inner ul li .media-body .amount {
	color: #e7272d;
	font-size: 24px;
}
.tasty-menu-inner ul li .media-body h3 {
	font-size: 18px;
}
.tasty-menu-inner ul li .media-body h3 a {
	color: #222222;
	z-index: 3;
}
.tasty-menu-inner ul li .media-body p {
	color: #707070;
	font-size: 15px;
	min-height: 30px;
}
.tasty-menu-inner .even-grid-item{
	padding:0 45px;
}
.fmp-layout-custom-grid-by-cat1 .inner-sub-title{
	margin-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.tasty-menu-area .fmp-cat1 {
	border: none;
	margin-bottom: 0px;
	padding: 15px;
	position: unset;
}
.fmp-layout-grid-by-cat ul li .media-body span.amount {
	color: #e7272d;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
}
.fmp .title-bar-small-center:before {
	content: "";
	height: 2px;
	width: 40px;
	background-color: #e7272d;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	z-index: 1;
}

/*-------------------------------------
#. VC: Food menu with isotope
---------------------------------------*/
.isotope-home-grid {
	padding: 3px;
	margin: 0px !important;
}
.isotope-home {
	background-color: #ffffff;
	padding: 20px;
	min-height: 150px;
}
.isotope-home .media-body {
	padding: 20px 10px 0 10px;
	position: relative;
}
.isotope-home .fmp-title{
	border-bottom:1px dashed #787878;
}
.isotope-home .media-body h3 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	line-height: 1.2;
}
.isotope-home .media-body span.amount {
	color: #e7272d;
	font-size: 24px;
}
.isotope-home h3 a {
	color: #000000;
}
.isotope-home .pull-left{
	position:relative;
}
.fmp-row.fmp-even .even-grid-item.isotope-home-grid {
	margin-bottom: 0px;
}
.isotope-home del {
	display: none;
}
.fmp-layout-isotope-redchili-home button {
	color: #000;
	font-family: oswald;
	letter-spacing: 1.1px;
}
.fmp-layout-custom-isotope-redchili button:hover,
.fmp-layout-custom-isotope-redchili button.selected {
	border: 1px solid #ffffff;
}
.fmp-layout-custom-isotope-redchili-2 .food-menu2-area {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.fmp-layout-custom-isotope-redchili img{
	margin-top:22px;
}
.fmp .fmp-layout-custom-isotope-redchili button.selected{
	color: #ffffff !important;
}
.fmp .fmp-layout-custom-isotope-redchili button:hover{
	color: #ffffff !important;
}

/*-------------------------------------
#. VC: Food menu with isotope 2
---------------------------------------*/
.fmp-layout-custom-isotope-redchili .card-menu-title{
	float:left;
	width:auto;
}
.fmp .fmp-layout-custom-isotope-redchili-2 button.selected{
	color: #ffffff !important;
}
.fmp .fmp-layout-custom-isotope-redchili-2 button:hover{
	color: #ffffff !important;
}
.fmp-isotope-buttons button {
	background-color: #ffffff;
	padding: 10px 30px;
	font-size: 16px;
	color: #646464;
	margin: 0 2px 5px 2px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #bdbdbd;
	font-weight: 500;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fmp-isotope-buttons button:hover {
	border: 1px solid #e7272d;
	background-color: #e7272d;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fmp-isotope-buttons button.selected{
	border: 1px solid #e7272d;
	background-color: #e7272d;
	color: #ffffff;
}
.food-menu2-area .food-menu2-box {
	background-color: #ffffff;
	text-align: center;
	position: relative;
}
.food-menu2-area .food-menu2-box .food-menu2-img-holder {
	overflow: hidden;
	position: relative;
}
.food-menu2-area .food-menu2-box .food-menu2-img-holder:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(34, 34, 34, 0.8);
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-moz-transform: scale(1) translateY(300px);
	-webkit-transform: scale(1) translateY(300px);
	-o-transform: scale(1) translateY(300px);
	-ms-transform: scale(1) translateY(300px);
	transform: scale(1) translateY(300px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.food-menu2-area .food-menu2-box .food-menu2-img-holder a img {
	width: 100%;
}
.food-menu2-area .food-menu2-box .food-menu2-img-holder .food-menu2-more-holder ul {
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	top: 30%;
	z-index: 2;
	margin: 0 auto;
	opacity: 0;
	list-style:none;
	-moz-transform: scale(1) translateY(300px);
	-webkit-transform: scale(1) translateY(300px);
	-o-transform: scale(1) translateY(300px);
	-ms-transform: scale(1) translateY(300px);
	transform: scale(1) translateY(300px);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.food-menu2-area .food-menu2-box .food-menu2-img-holder .food-menu2-more-holder ul li {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 52px;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu2-area .food-menu2-box .food-menu2-img-holder .food-menu2-more-holder ul li a {
	padding: 15px;
	border-radius: 50%;
	color:#e7272d;
}
.food-menu2-area .food-menu2-box .food-menu2-img-holder .food-menu2-more-holder ul li a i {
	font-size: 18px;
	color: #ffffff;
}
.food-menu2-area .food-menu2-box .food-menu2-img-holder .food-menu2-more-holder ul li:hover {
	background-color: #e7272d;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu2-area .food-menu2-box .food-menu2-title-holder {
	padding: 20px 0 5px;
	position: relative;
}
.food-menu2-area .food-menu2-box .food-menu2-title-holder .isotop-price-2 {
	background-color: #e7272d;
	border-radius: 50px 50px 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	left: -6px;
	padding: 7px 12px 0;
	position: relative;
	top: -51px;	
}
.food-menu2-area .food-menu2-box .food-menu2-title-holder h3 {
	font-size: 18px;
	margin-top:-31px;
	padding: 0 5px;
	letter-spacing:normal;
}
.food-menu2-area .food-menu2-box .food-menu2-title-holder h3 a {
	color: #222222;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu2-area .food-menu2-box .food-menu2-title-holder h3 a:hover {
	color: #e7272d;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu2-area .food-menu2-box:hover .food-menu2-more-holder ul {
	opacity: 1;
	-moz-transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.food-menu2-area .food-menu2-box:hover .food-menu2-img-holder:before {
	opacity: 1;
	-moz-transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
	-o-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*-------------------------------------
#. VC: Food Menu – Grid with Pagination
---------------------------------------*/
.food-menu3-area .food-menu3-box {	
	position: relative;
	background-color: #f8f8f8;
	min-height:257px;
}
.food-menu3-area .food-menu3-box .food-menu3-box-img {
	float:left;
	width:47%;
	display: inline-block;
	margin: 0 27px 10px 0;
	position: relative;
}
.food-menu3-area .food-menu3-box .food-menu3-box-img a{
	text-align:center;
}
.food-menu3-box-img {
	overflow: hidden;
	position: relative;
}
.food-menu3-box-img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.food-menu3-box-img:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.food-menu3-area .food-menu3-box .food-menu3-box-content h3 {
	float: right;
	font-size: 20px;
	margin-bottom: 35px;
	width: 100%;
	padding-top:25px;
}
.food-menu3-box-content > p{
	min-height:257px;
	padding: 0 25px 50px 20px;
}
.food-menu3-area .food-menu3-box .food-menu3-box-content h3 a {
	color: #222222;
	font-family: "Oswald",sans-serif;
	font-weight:700;
	letter-spacing: normal;
	font-size:20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu3-area .food-menu3-box .food-menu3-box-content h3 a:hover {
	color: #e7272d;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu3-area .food-menu3-box .food-menu3-box-content .food-menu-price {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background:#e7272d;
}
.food-menu3-area .food-menu3-box{
	margin-bottom:42px;
}
.food-menu3-area .food-menu3-box .food-menu3-box-content .food-menu-price .fmp-price {
	color: #ffffff;
	display: block;
	font-size: 24px;
	line-height: 1;
	padding: 10px 12px;
}
.fmp-layout-custom-layout-redchili .fm-title-content{
	float:left;
	width:45%;
}
.food-menu3-area .food-menu3-box:hover .food-menu3-box-img:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu3-area .food-menu3-box:hover .food-menu3-box-img a i {
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fmp-row.fmp-even .even-grid-item {
	margin-bottom: 30px;
}
.fmp-pagination{
	margin-top:50px;
}
.fmp-pagination ul.pagination-list li span, .fmp-pagination ul.pagination-list li a {
	background: transparent;
	border: 1px solid #e7272d;
	color: #e7272d;
}

/*-------------------------------------
#. VC: Food Menu Grid with Load More
---------------------------------------*/
.food-menu4-area .food-menu4-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.food-menu4-area .food-menu4-box img {
	width: 100%;
}
.food-menu4-area .food-menu4-box .fmp-price  {
	position: absolute;
	z-index: 4;
	display: block;
	right: 0;
	top: 0;
	background-color: #e7272d;
	height: 40px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	padding: 7px;
}
.food-menu4-area .food-menu4-box .food-menu4-box-title {
	text-align: center;
	position: absolute;
	top: 100%;
	height: 100%;
	z-index: 3;
	padding-top: 4%;
	background-color: rgba(34, 34, 34, 0.8);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 100%;
}
.food-menu4-area .food-menu4-box .food-menu4-box-title h3 {
	font-size: 20px;
	margin-bottom:15px;
	font-weight:500;
	letter-spacing:normal;
}
.food-menu4-area .food-menu4-box .food-menu4-box-title h3 a {	
	color: #ffffff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu4-area .food-menu4-box .food-menu4-box-title h3 a:hover {
	color: #e7272d;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.food-menu4-area .food-menu4-box .food-menu4-box-title p {
	color: #ffffff;
	padding: 0 25px;
}
.food-menu4-area .food-menu4-box:hover .food-menu4-box-title {
	padding-top: 25%;
	top: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.food-menu4-box .fmp-btn-read-more{
	padding:5px 14px;
}
.food-menu4-area .loadmore {
	text-align: center;
}
.fmp .fmp-layout-custom-grid-layout1 .even-grid-item {
	margin-bottom:0px;
}
.fmp .fmp-iso-filter,
.fmp .fmp-utility {
	margin: 0px 0 32px 0;
}
.fmp-load-more button{
	font-family: 'Oswald', sans-serif;
	padding: 10px 44px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 2px solid #e7272d;
	color: #e7272d;
}
.fmp-load-more button:hover{
	color: #ffffff;
	background-color:#e7272d;
	border:2px solid #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*-------------------------------------
#. VC: Food Menu – carousel
---------------------------------------*/
.special-dish-box {
	position: relative;
	text-align: center;
}
.special-dish-box span.amount {
	position: absolute;
	top: 0;
	right: 15px;
	border-radius: 50%;
	line-height: 50px;
	background-color: #e7272d;
	color: #ffffff;
	z-index: 1;
	padding: 0px 12px;
	width: auto;	
	text-align: center;
	min-width:50px;
	min-height:50px;
}
.special-dish-box p {
	color: #e9e9e9;
	font-size: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.special-dish-box a img {
	display: inherit;
	margin-bottom: 25px;
	width: auto;
}
.owl-controls {
	text-align: center;
	margin-top: 30px;
}
.owl-controls .owl-dots {
	display: inline-flex;
	overflow: hidden;
}
.owl-controls .owl-dots .active span {
	background-color: #e7272d;
}

.fmp-layout3 .fmp-info h3 {
	border-bottom: medium none;
	font-size: 20px;
	line-height: 1.3;
	margin: 13px auto 17px;
	padding: 0;
	width: 100%;
}
.fmp-layout3 .fmp-info {
	text-align: center;
}
.fmp-box.special-dish-box {
	text-align: center;
}
.fmp-layout-carousel3 .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto !important;
}
.fmp-layout-carousel3 .price_length .amount{	
	height: auto;
	padding: 0 10px;
	width: auto;
}
.fmp .owl-nav {
	position: unset;
	right: 10px;
	top: -60px;
}
.fmp-layout-carousel3 .fmp-title a {
	color: #ffffff;
}
.fmp-layout-carousel3 .fmp-title p,
.fmp-layout-custom-carousel3 .fmp-title p {
	margin-top: 20px;
	padding-top: 14px;
	color:#ffffff;
}
.fmp-layout-custom-grid-by-cat3.fmp-row.fmp-even .even-grid-item,
.fmp-layout-carousel3 .fmp-row.fmp-even .even-grid-item{
	margin-bottom: 0px;
}
.fmp-layout-custom-grid-by-cat3 .card-menu-price,
.fmp-layout-custom-grid-by-cat1 .card-menu-price{
	color: #e7272d;
	font-family: Roboto Slab;
	font-size: 22px;
	font-weight: 400;
}
.fmp-layout-custom-isotope-redchili .isotop-price{
	background-color: #e7272d;
	border-radius: 50%;
	color: #ffffff;
	line-height: 30px;
	min-height: 30px;
	min-width: 40px;
	padding: 5px;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 0;
	width: auto;
	z-index: 1;
}
.fmp-layout-carousel3 .fmp-price {
	color:#ffffff;
	border-radius: 50%;
    color: #ffffff;
    padding: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2;
	min-height: 50px;
	min-width: 50px;
	background: #e7272d;
}
.fmp-layout-carousel3 .fmp-price span.amount{
	background: none;
}

/*-------------------------------------
#. VC: Content Box 2
---------------------------------------*/
.post-vc .content-box2 .content-box2-bottom-content-holder {
	padding: 30px 35px 10px 35px;
	background-color: #ffffff;
	min-height:250px;
}

/*------------------------------
#. VC: Owl Testimonial Slider 1
------------------------------*/
.client-area .client-box {
	text-align: center;
	padding: 0 20px;
}
.client-area .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}
.client-area .client-box .rating {
	margin-bottom: 20px;
}
.client-area .client-box .rating li {
	display: inline;
}
.client-area .client-box .rating li i {
	color: #ffcf3b;
}
.client-area .client-box .rating li:last-child i {
	color: #ffffff;
}
.client-area .client-box p {
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
}
.client-area .client-box h3 {
	position: relative;
	font-size: 20px;
}
.client-area .client-box h3 {
	color: #ffffff;
}
.client-area .owl-controls .owl-dot span {
	margin: 5px 7px 0px 7px;
}
.client-area .owl-controls .owl-dot:hover span {
	background-color: #ffcdd2 !important;
}
.client-area .owl-controls .active span {
	background-color: #e7272d !important;
}
.client-area .owl-controls {
	margin-top: 0px;
}

/* ----------------------------
#. VC: Owl Testimonial Slider 2    
/* -------------------------- */
.rt-owl-testimonial-2 .rt-vc-item {
	margin: 0 10px;
}
.rt-owl-testimonial-2 .rt-vc-meta {
	margin-bottom: 20px;
}
.rt-owl-testimonial-2 .rt-vc-meta h3 {
	color: #fff;
	margin-bottom: 5px;
	font-size:20px;
}
.rt-owl-testimonial-2 .rt-vc-meta .designation {
	color: #a0ce4e;
	font-size: 13px;
	margin-bottom:5px;
}
.rt-owl-testimonial-2 .rt-vc-content {
	background-color: #fff;
	position: relative;
	padding: 30px 20px;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid;
}
.rt-owl-testimonial-2 .rt-vc-content img {
	border: 3px solid #000;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	float: right;
	margin-top: -70px;
}
.rt-owl-testimonial-2 .owl-controls {
	margin-top: 25px;
}
.rt-owl-testimonial-2 .owl-pagination .owl-page span {
	background-color: #ffffff;
	opacity: 1;
	width: 32px;
	height: 7px;
	border-radius: 20px;
	margin: 0 5px;
}
.rt-owl-testimonial-2 .owl-pagination .owl-page.active span {
	background-color: #a0ce4e;
}
.testimonial-style-4 .rc-icon-box:before {
	background: #fff none repeat scroll 0 0;
	border: medium solid transparent;
	bottom: 100%;
	color: #e7272d;
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 22px;
	height: 0;
	left: 40%;
	left: calc((100% - 75px)/2);
	padding: 0 25px;
	pointer-events: none;
	position: relative;
	top: 18px;
	width: 0;
	z-index: 1;
}
.rt-owl-testimonial-2 .arrow_box:after,
.rt-owl-testimonial-2 .arrow_box:before {
	bottom: 100%;
	left: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.rt-owl-testimonial-2 .arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	border-width: 10px;
}
.rt-owl-testimonial-2.owl-carousel .owl-item img {
	width: auto;
}
.rt-owl-testimonial-2 .rating li {
	display: inline;
}
.rt-owl-testimonial-2 .rating li i {
	color: #ffcf3b;
}
.rt-owl-testimonial-2 .rating li:last-child i {
	color: #ffffff;
}

/*--------------------------------
#. VC: Owl Testimonial Slider 4
----------------------------------*/
.testimonial-style-4 .rt-vc-content {
	border: 2px solid #e8e8e8;
	text-align: center;
}

/*--------------------------------
#. VC: Owl Testimonial Slider 4
----------------------------------*/
.client-reviews-area:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.client-reviews-area .client-reviews-right {
	margin-left: 60px;
}
.client-reviews-area .client-reviews-right h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.client-reviews-area .client-reviews-right p {
	font-family: "Roboto Slab", serif;
}
.client-reviews-area .client-reviews-right ul {
	margin-top: 15px;
	list-style: none;
}
.client-reviews-area .client-reviews-right ul li {
	position: relative;
	margin-bottom: 25px;
	width: 100%;
}
.client-reviews-area .client-reviews-right ul li .media a {
	padding-right: 30px;
}
.client-reviews-area .client-reviews-right ul li .media-body h3 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.client-reviews-area .client-reviews-right ul li .media-body h3 a {
	color: #ffffff;
}
.client-reviews-area .client-reviews-right .designation {
	padding-bottom: 10px;
}
.client-reviews-area .client-reviews-right ul li .media-body p {
	font-size: 15px;
	margin-bottom: 0;
	text-align: justify;
}
.client-reviews-area .client-reviews-right ul li .media-body .rating {	
	margin-top: 0;
	margin-bottom:5px;
}
.client-reviews-area .client-reviews-right ul li .media-body .rating li {
	display: inline;
}
.client-reviews-area .client-reviews-right ul li .media-body .rating li i {
	color: #ffcf3b;
}
.client-reviews-area .client-reviews-right ul li .media-body .rating li:last-child i {
	color: #ffffff;
}
.client-reviews-area .client-reviews-right .owl-controls {
	text-align: left;
}
.testimonial-style-4.owl-theme .owl-controls .owl-prev,
.testimonial-style-4.owl-theme .owl-controls .owl-next{
	top:50%;
}
.client-reviews-area .client-reviews-right .owl-controls .owl-dots {
	bottom: -15px;
	left: 0;
	position: absolute;
	right: 0;
}
.client-reviews-area .client-reviews-right .owl-controls .owl-dot {
	margin-top: 0;
}
.client-reviews-area .client-reviews-right .owl-controls .owl-dot:hover span {
	background-color: #222222 !important;
}
.client-reviews-area .client-reviews-right .owl-controls .owl-dot span {
	margin: 5px 7px 2px 7px;
}
.client-reviews-area .client-reviews-right .owl-controls .active span {
	background-color: #222222 !important;
}

/*--------------------------------
#. VC: About 1
----------------------------------*/
.about-one-area {
	position: relative;
}
.about-one-area .section-back {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 10%;
	z-index: 1;
}
.about-one-area .about-one-area-top {
	margin: 50px 0 20px;
}
.about-view1 {
	color: #000000;
	line-height: 58px;
	margin-bottom: 0;
	font-size:48px;
}
.about-one-area h3 {
	color: #c4c4c4;
	letter-spacing: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 68px;
}
.about-one-area p {
	max-width: 664px;
	margin-bottom: 45px;
}

/*----------------------------------------
#. VC: About 2
/*----------------------------------------*/
.about-page3-area {
  padding: 0px 0 35px;
}
.about-2-page-left .about-page-img-holder::before {
	background-color: transparent none repeat scroll 0 0;
	border: 5px solid rgba(255, 255, 255, 0.5);
	content: "";
	height: 90%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 5%;
	width: 90%;
}
.about-2-page-right {
	color: #ffffff;
	left: -100px;
	padding: 56px 68px;
	position: relative;
	text-align: center;
	top: 74px;
}
.about-2-page-right h2 {
	line-height: 1;
}
.top-pattern:before {
	content: url("../img/about-pattern-left-top.png");
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 5;
}
.top-pattern:after {
	content: url("../img/about-pattern-right-top.png");
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5;
}
.bottom-pattern:before {
	content: url("../img/about-pattern-left-bottom.png");
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 5;
}
.bottom-pattern:after {
	content: url("../img/about-pattern-right-bottom.png");
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 5;
}
.about-2-page-right-back {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}

/*-----------------------
#. VC: Counter 1
/*-----------------------*/
.award1-area-box {
	margin-bottom: 30px;
	text-align: center;
}
.counter-right-1 img{
	display:inline-block;
}
.counter-right-1 i,
.award1-area-box h2,
.award1-area-box p{
	line-height:1.1;
}
.award1-area-box h2 {
	margin-bottom: 20px;
}
.award1-area-box p {
	font-weight: bold;
}

/*-----------------------
#. VC: Counter 2
/*-----------------------*/
.about-layout-two .counter-fix {
	position: relative;
	top: -54px;
}
.about-layout-two .about2-award-box {
	margin: 0 auto;
	padding-left: 30px;
}
.about-layout-two .about2-award-box .media a i:before {
	font-size: 60px;
	padding: 40px 20px 0 0;
	display: block;
}
.about2-award-box .media-body h2 {
	font-size: 60px;
	color: #222222;
	margin-bottom: 25px;
}
.about2-award-box .media-body a {
	padding-top: 7px;
}
.about-layout-two .about2-award-box .media-body p {
	text-transform: uppercase;
	font-size: 17px;
}
.about2-award-box i,
.about2-award-box h2,
.about2-award-box p{
	line-height:1.1;
}
.about2-award-box .media-body{
	padding-left:10px;
}

/*---------------
#. VC: Event 
/*---------------*/
.event-mark {
	width: 0;
	height: 0;
	border-bottom: 35px solid #e7272d;
	border-left: 35px solid transparent;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.event-slider a {
	font-size: 24px;
}
.rc_event .event-title {
	padding: 20px 0;
	border-bottom: 1px solid;
	color: #222222;
	text-transform: uppercase;
}
.event-map,
.event-info,
.event-social {
	margin-bottom: 30px;
	padding: 30px 0;
}
.event-map h3, .event-info h3, .event-social h3 {
	color: #222222;
	font-size: 26px;
	text-transform: uppercase;
}
.event-map span, .event-info span, .event-social span {
	color: #222222;
	font-weight: bold;
	margin-right: 15px;
}
.event-info ul {
	list-style: none;
}
.event-info ul li {
	font-size: 15px;
	margin-bottom: 10px;
}
.event-info ul li:last-child {
	margin-bottom: 0px;
}
.event-info ul li i {
	font-size: 15px;
	height: 22px;
	line-height: 21px;
	margin-right: 10px;
	text-align: center;
	width: 20px;
}
.event-slider .content-box2 .content-box2-bottom-content-holder{
	padding:45px;
}
#event-map {
	height: 310px;
}
.all-event-area .content-box2 .content-box2-bottom-content-holder ul li i ,
.rt-owl-event-slider .content-box2 .content-box2-bottom-content-holder ul li i {
	color: #e7272d;
	margin-right: 8px;
	font-size: 16px;
}
.all-event-area .content-box2{
	margin:0px 0px 30px;
}

/*------------------
#. VC: Info Box 1
/*-----------------*/
.info-box-1{
	text-align:center;
}
.info-box-1 .media .pull-left{
    float: none;
    margin-bottom: 25px;
    padding: 0;
}
.infobox-style1-left i,
.infobox-style1-right h2{
	line-height:1.1;
}
.infobox-style1-right h2 a:hover{
	color:#e7272d;
}
.infobox-style1-right p{
	line-height:1.5;
}
.infobox-style1-left img {
	margin: 0 auto;
}

/*------------------
#. VC: Info Box 2
/*-----------------*/
.infobox-style2 .about-page-bottom-box .media .media-body h3 {
	font-size: 24px;
	text-transform: capitalize;
}
.infobox-style2 .about-page-bottom-box .media .media-body h3 a {
	color: #222222;
}
.infobox-style2 .border-right {
	border-right: 1px solid #bdbdbd;
}
.infobox-style2-left{
	padding-left:5px;
	padding-top:1px;
}
.infobox-style2-left img{
	max-width:inherit;
}
.infobox-style2-left i{
	line-height:1.1;
}
.infobox-style2-right {
	padding-left: 5px;
}
.infobox-style2-right h3 {
	margin-bottom: 20px;
}

/*-------------------------------------
#. VC: Contact
---------------------------------------*/
.contact-us-left ul{
	list-style: none;
}

/*-------------------------------------
#. VC: Food Menu – Card Style 5
---------------------------------------*/
.single-cat-menu {
	padding: 70px 40px 0 40px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	display: inline-block;
	border-right: 10px solid #d32f2f;
	border-bottom: 10px solid #d32f2f;
	border-left: 10px solid #d32f2f;
	border-top: 10px solid #d32f2f;
}
.single-cat-menu> div:last-child:after {
	content: url("../img/food-menu-bottom-right2.png");
	bottom: 21px;	
	right: 25px;
	position: absolute;
}
.single-cat-menu:before {
	-webkit-border-image: url(../img/border.png) 10 round;
	-o-border-image: url(../img/border.png) 10 round;
	border-image: url(../img/border.png) 10 round;
	background-color: transparent;
	border-width:10px;
	border-style:solid;
	content: "";
	position: absolute;
	height: 96%;
	width: 97%;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.single-cat-menu:after {
	-moz-border-image: url(../img/border.png) 10 round;
	-webkit-border-image: url(../img/border.png) 10 round;
	-o-border-image: url(../img/border.png) 10 round;
	border-image: url(../img/border.png) 10 fill round;
	background-color: transparent;
	content: "";
	border-width:0px 0px 0px 10px;
	border-style:solid;
	position: absolute;
	height: 94%;
	width: 97%;
	top: 28px;
	left: 50%;
	z-index: 1;
}
.single-cat-menu.one-col:after {
	-moz-border-image: none;
	-webkit-border-image: none;
	-o-border-image: none;
	border-image: none;
	background-color: transparent;
	content: "";
	border-width:0px 0px 0px 0px;
	border-style:none;
	position: absolute;
	height: 94%;
	width: 97%;
	top: 28px;
	left: 50%;
	z-index: 1;
}
.single-cat-menu ul {
	padding: 50px 10px;
	position: relative;
	z-index: 999999;
	list-style: none;
}
.two-col .single-cat-menu ul{
	padding: 0px 10px !important;
}
.single-cat-menu ul li {
	margin-bottom: 17px;
}
.single-cat-menu ul li:last-child {
	margin-bottom: 0;
}
.single-cat-menu ul li .media-body {
	padding: 10px;
	position: relative;
}
.single-cat-menu ul li .media-body .amount {
	color: #e7272d;
	font-size: 24px;
}
.single-cat-menu ul li .media-body h3 {
	font-size: 18px;
}
.single-cat-menu ul li .media-body h3 a {
	color: #222222;
	z-index: 3;
}
.single-cat-menu ul li .media-body p {
	color: #707070;
	font-size: 15px;
	min-height: 30px;
}
.single-cat-menu .even-grid-item{
	padding:0 15px;
}
.right_fix{
	padding-left:35px !important;
}

/*-------------------------------------
#. VC: Food Menu – Card Style 6
---------------------------------------*/
.single-cat-loadmore {
	padding: 70px 40px 0 40px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	display: inline-block;
	border-right: 10px solid #d32f2f;
	border-bottom: 10px solid #d32f2f;
	border-left: 10px solid #d32f2f;
	border-top: 10px solid #d32f2f;
}
.single-cat-loadmore> div:last-child:after {
	content: url("../img/food-menu-bottom-right2.png");
	bottom: 21px;	
	right: 25px;
	position: absolute;
}
.single-cat-loadmore:before {
	-webkit-border-image: url(../img/border.png) 10 round;
	-o-border-image: url(../img/border.png) 10 round;
	border-image: url(../img/border.png) 10 round;
	background-color: transparent;
	border-width:10px;
	border-style:solid;
	content: "";
	position: absolute;
	height: 96%;
	width: 97%;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.single-cat-loadmore.fmp .fmp-utility{
	margin: 0 0 60px;
}
.single-cat-loadmore ul {
	padding: 50px 10px;
	position: relative;
	z-index: 999999;
	list-style: none;
}
.single-cat-loadmore ul li {
	margin-bottom: 17px;
}
.single-cat-loadmore .fmp-box:last-child {
	margin-bottom: 0;
}
.single-cat-loadmore .fmp-box .media-body {
	padding: 10px;
	position: relative;
}
.single-cat-loadmore .fmp-box .media-body .amount {
	color: #e7272d;
	font-size: 24px;
}
.single-cat-loadmore .fmp-box .media-body h3 {
	font-size: 18px;
}
.single-cat-loadmore .fmp-box .media-body h3 a {
	color: #222222;
	z-index: 3;
}
.single-cat-loadmore .fmp-box .media-body p {
	color: #707070;
	font-size: 15px;
	min-height: 30px;
}
.single-cat-loadmore .even-grid-item{
	padding:0 15px;
}