/* ==========================================================================
   1. Visual Composer - Food Menu Add-on
   ========================================================================== */
.thebutcher-food .title-section {
	color: #fff;
}

.thebutcher-food-menu-lwom li {
	display: inline-block;
	width: 50%;
}

.thebutcher-food li {
	list-style: none;
	margin-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.thebutcher-food .thebutcher-shape-food-image {
	background: #fff;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    box-shadow: 5px 5px 0px 0px #69072a;
}

.thebutcher-food h3 {
	margin-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
}

.thebutcher-food h3:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 20px; 
}

.thebutcher-food img {
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}

 .thebutcher-food h4 {
 	margin-top: 0px !important;
 	color: #69072a;
 	position: relative;
 }

.thebutcher-food-new {
 	width: 46px;
    height: 36px;
    position: absolute;
    top: -25px;
 }

 .thebutcher-food .thebutcher-food-excerpt {
 	font-size: 14px;
 }

.thebutcher-food .thebutcher-food-excerpt,
.thebutcher-food-carousel .thebutcher-food-excerpt {
	color: #2d2d2d;
}

.thebutcher-food  .thebutcher-food-price,
.thebutcher-food-carousel  .thebutcher-food-price {
	font-weight: 700;
	color: #69072a;
}

.thebutcher-food-price {
	font-size: 1rem;
}

.thebutcher-food-carousel img, .thebutcher-food-carousel .thebutcher-food-price {
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}

.thebutcher-food-carousel img {
	bottom: 0px;
	position: relative;
	-webkit-transition: all, 0.2s, ease;
	  -moz-transition: all, 0.2s, ease;
	  -ms-transition: all, 0.2s, ease;
	  -o-transition: all, 0.2s, ease;
	  transition: all, 0.2s, ease;
}

.thebutcher-food-carousel .thebutcher-food-new {
    position: absolute;
    top: -25px;
 }

.thebutcher-food-carousel:hover img {
	bottom:10px;
}

.thebutcher-food-carousel .thebutcher-food-price {
	opacity: 0;
}

.thebutcher-food-carousel:hover .thebutcher-food-price {
	opacity: 1;
}

.thebutcher-food-carousel,.thebutcher-food-carousel p {
	text-align: center;
	font-size: 14px;
}

.thebutcher-food-carousel h4 {
	color: #69072a;
	position: relative;
}

.thebutcher-food-carousel h4:after {
	content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #69072a;
    margin: 10px auto 20px auto;
}

.thebutcher-food-carousel .thebutcher-food-excerpt {
	padding: 0px 50px;
}


.thebutcher-food-action {
	margin-top: 50px;
}

/* ==========================================================================
   2. Visual Composer - Daily Offer Add-on
   ========================================================================== */
.thebutcher-daily-offer {
  text-align: center;
  padding: 50px;
  background-color: #69072a;
  -webkit-box-shadow: -1px 5px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -1px 5px 15px 0px rgba(0,0,0,0.5);
  box-shadow: -1px 5px 15px 0px rgba(0,0,0,0.5)
}

.thebutcher-daily-offer > img {
  margin-top: -100px;
  margin-bottom: 10px;
  height: auto;
}

.thebutcher-daily-offer p {
	color: #fff;
	font-size: 14px;
	padding: 0px 30px;
}

.thebutcher-daily-offer p strong {
	display: inline-block;
	position: relative;
}

#curvedarrow {
	content: '';
	background-image: url(../img/daily_food_burger_arrow.png);
	display: block;
	width: 95px;
	height: 72px;
	position: absolute;
	right: 50%;
	z-index: 1;
}
.thebutcher-daily-offer-food {
	position: relative;
	background-color: #7f6c63;
	padding: 10px;
	display: inline-block;
	width: 100%;
	margin-top: -30px;
    margin-left: 15px;
    -webkit-box-shadow: -1px 5px 15px 0px rgba(0,0,0,0.5);
	  -moz-box-shadow: -1px 5px 15px 0px rgba(0,0,0,0.5);
	  box-shadow: -1px 5px 15px 0px rgba(0,0,0,0.5)
}

.thebutcher-daily-offer-food h5 {
	color: #ffe8bc;
}

.thebutcher-daily-offer-food p {
	color: #fff;
	font-size: 12px;
}
.thebutcher-daily-offer-food img {
	display: inline-block;
	float: left;
}

/* ==========================================================================
   3. Widgets
   ========================================================================== */
.widget.widget-thebutcher-daily-menu ul li {
	overflow: auto;
	margin-top: 30px;
}

.widget.widget-thebutcher-daily-menu li span {
 	font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.widget.widget-thebutcher-daily-menu li img {
	width: 100px;
	margin: 0px 10px 0px 0px;
	float: left;
}

@media (max-width: 767px) {
	.thebutcher-food li {
		text-align: center;
	}

	.thebutcher-food .thebutcher-shape-food-image {
		margin: 0 auto 20px auto;
	}

	.thebutcher-food .thebutcher-food-excerpt {
		text-align: center;
	}

	.thebutcher-food h3:after {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 992px) {
	.thebutcher-food-menu-lwom li {
		width: auto;
		float: none;
		display: block;
	}

	.thebutcher-food-carousel .thebutcher-food-price {
		opacity: 1;
	}

	.thebutcher-food-menu-padding-tb {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.thebutcher-daily-offer {
		padding: 30px;
	}

	.thebutcher-daily-offer p {
		padding: 0px 15px;
	}
}

@media (max-width: 490px) {
	#curvedarrow {
		display: none;
	}
	.thebutcher-daily-offer-food {
		margin: 0px;
		padding: 30px;
	}
	.thebutcher-daily-offer-food img {
		display: block;
		float: none;
		margin: 0 auto 5px auto;
	}

	.thebutcher-daily-offer-food h5 {
		text-align: center;
	}

	.thebutcher-daily-offer-food p {
		text-align: center;
	}
}