/*   
Theme Name: Restaurant Engine
Theme URI: http://www.restaurantengine.com
Description: restaurantengine.com theme (version 2)
Author: Restaurant Engine
Author URI: http://www.restaurantengine.com
Version: 1.0
*/

.home .container-fluid#home-video #video-wrap.videoWrapper {
	position: relative;
	padding-bottom: 52.25%;
	height: 0;
	border: 1.5em solid #bfc0c1;
}

.home .container-fluid#home-video #video-wrap.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home #feature p .home_tagline_sub {
    color: #D01E24;
    font-weight: 600;
    font-size: 1.75em;
}

#promo-code-wrap {
	background: #efe9de !important;
}

#promo-code-wrap label {
	width: 100%;
}

#promo-code {
	max-width: 350px;
	width: 100%;
}
.big-red-button {
	background: #e5012b;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #8e001a),color-stop(1, #e5012b));
	background: -ms-linear-gradient(bottom, #8e001a, #e5012b);
	background: -moz-linear-gradient(center bottom, #8e001a 0, #e5012b 100%);
	background: -o-linear-gradient( #e5012b, #8e001a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5012b', endColorstr='#8e001a', GradientType=0);
	border: none;
	border-radius: 3px;
	color: #fff;
	width: 20%;
}

.promo-code-input, .active-code {
	float: left;
	width: 50%;
}

.promo-code-input .big-red-button {
	max-width: 250px;
}

.active-code .amount {
	clear: both;
	color: #403537;
	display: block;
	filter: sepia(1);
	font-size: 20px;
	padding: 10px 0;
}

.active-code button {
	display: block;
	width: 200px;
}