/*
Theme Name: Dominick's Pizza
Author: AJ Pinto
Author URI: http://isimplifyme.com/
Description: A customized wordpress theme for Dominick's Pizza developed to work with Easy Restaurant Menu Manager.
Version: 1.4
License: GNU General Public License

*/

/* =Structure
-------------------------------------------------------------- */

html {
	height: 100%;
}
body {
	color: #362f2d;
	font-family: 'Lora', serif;
	font-weight: 600;
	font-style: normal;
	margin: 0;
	background-image: url('images/background.jpg');
	background-color: #333333;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}
a {
	color: #c41230;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.clear {
	clear: both;
}
#page {
	display: block;
	margin: 0;
	width: 100%;
	min-width: 1250px;
	min-height: 100%;
	border-top: solid 2px #c41230;
	position: relative;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
}
#primary.landing {
    float: none;
    margin: 0;
}
#content {
	margin: 0 40px 27px 0;
}
#primary.landing #content {
    margin: 0 auto 27px;
    text-align: center;
    width: 812px;
}
#content div.map iframe {
	border-radius: 2px;
	border: solid 1px #362f2c;
	box-shadow: 0px 1px 1px #FFF, 0px 1px 1px #666 inset;
}
#content div.map {
	float: right;
	margin-left: 40px;
	text-align: right;	
}
#content div.map p {
	text-align: left;
}
#content .top-left {
	width: 21px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#content .top {
	width: 770px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: repeat-x;
	background-position: 0px -20px;
}
#content .top-right {
	width: 21px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#content .mid-section {
	width: 770px;
	padding: 0 21px;
	background-image: url('images/white-con-middle-content.png');
	background-repeat: repeat-y;
	clear: both;
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
}
#content img {
	box-shadow: 0px 1px 1px #FFF;
}
#content .bottom-left {
	width: 21px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#content .bottom {
	width: 770px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: repeat-x;
	background-position: 0px -83px;
}
#content .bottom-right {
	width: 21px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -106px;
}
#main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 160px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a#landing-page-button {
    display: inline-block;
    text-shadow: rgba(0,0,0,.5) 0 2px 2px;
    margin-top: 40px;
    color: #FFF;
    background-color: #c41230;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 1.1;
    padding: 10px 20px;
    border: solid 1px #de405b;
    border-bottom-color: #910d23;
    border-top-color: #f7798e;
    box-shadow: rgba(0,0,0,.5) 0px 3px 3px;
}
a#landing-page-button:hover {
	text-decoration: none;
}
a#landing-page-button:active {
    margin: 42px 0 -2px;
    box-shadow: rgba(0,0,0,.5) 0px 1px 1px;
}



/* =Header
-------------------------------------------------------------- */
#branding {
	width: 1200px;
	margin: 0 auto;
	height: 198px;
	position: relative;
	z-index: 2;
}
#branding.landing {
    border-bottom: solid 2px #c41230;
    width: 100%;
    height: 228px;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,.5) 0 3px 1px;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}
#branding.landing img {
    display: block;
    margin: 0 auto;
}
#header-info {
	margin: 28px 20px 0 0;
	float: right;
	text-align: right;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0px 2px 2px #000;
	line-height: 30px;
}
#header-info #phone-info {
	font-size: 28px;
}
span.times {
	font-family: "Times New Roman", Times, serif;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background-image: url('images/navbar.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 63px;
	display: block;
	float: left;
	margin: 0 auto 27px;
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 400;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	padding: 4px 0 9px 0;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 10px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #000;
}
#access ul ul {
	background-color: #FFF;
	box-shadow: 0px 1px 1px #333;
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
	border-radius: 2px;
	display: none;
	float: left;
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 9999999999;
	border: solid 1px #362f2d;
	text-align: left;
	font-size: 16px;
}
#access ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
	line-height: 1em;
	padding: 5px 10px;
	height: auto;
	white-space: nowrap;
	color: #362f2d;
	text-transform: capitalize !important;
}
#access li:hover > a {
}
#access ul ul :hover > a {
	background: #9ec09c;
}
#access ul ul a:hover {
	background: #9ec09c;
}
#access ul li:hover > ul {
	display: block;
}
#nav-container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#nav-container #logo {
	top: -180px;
	left: 420px;
	position: absolute;
	z-index: 1;
}
#navbar {
	width: 1200px;
	position: absolute;
	z-index: 2;
}
li.sep {
	margin: 10px 0 0;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #000;
}
.menu-left-menu-container, .menu-right-menu-container {
	margin: 7px 0 0;
	width: 480px;
}
.menu-left-menu-container ul.menu {
	float: right;
}
.menu-left-menu-container {
	float: left;
	text-align: right;
}
.menu-right-menu-container {
	float: right;
	text-align: left;
}

/* =Content
-------------------------------------------------------------- */
h1.entry-title {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 10px;
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
#content p {
	margin: 5px 0 0;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

form#mc4wp-form-1 {
    display: block;
    width: 330px;
    padding: 15px 0;
    box-sizing: border-box;
    border: solid 1px #362f2d;
    border-radius: 5px;
    text-align: center;
    font-size: 32px;
    color: #FFF;
    text-shadow: 0px 2px 2px #000;
    box-shadow: 0px 3px 3px #000;
    text-transform: uppercase;
    background-color: rgba(194,18,47,.8);
    margin: 0 1px 3px;
}
form#mc4wp-form-1 h3 {
    margin: 0 0 10px;
    font-size: 20px;
}
form#mc4wp-form-1 p {
    margin: 10px 0 0;
}
form#mc4wp-form-1 input[type=email] {
    padding: 3px;
    font-family: 'Lora', serif;
    font-size: 14px;
    width: 292px;
    border-radius: 2px;
    border: solid 1px #362f2c;
    box-shadow: 0px 1px 1px #FFF, 0px 1px 1px #666 inset;
    display: block;
    margin: 0 auto;
    outline: none !important;
}
form#mc4wp-form-1 input[type=submit] {
    margin: 0 auto;
    padding: 5px;
    font-family: 'Lora', serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #9dc09b !important;
    border-radius: 2px;
    border: solid 1px #362f2c;
    box-shadow: 0px 1px 1px #FFF, 0px 1px 1px #666 inset;
    outline: none !important;
    cursor: pointer;
    display: block;
    width: 300px;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
#comments p.form-submit {
	margin-bottom: 0;
}
#comments .top-left {
	width: 21px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#comments .top {
	width: 770px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: repeat-x;
	background-position: 0px -20px;
}
#comments .top-right {
	width: 21px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#comments .mid-section {
	width: 770px;
	padding: 0 21px;
	background-image: url('images/white-con-middle-content.png');
	background-repeat: repeat-y;
	clear: both;
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
}
#comments img, #comments textarea, #comments input {
	box-shadow: 0px 1px 1px #FFF;
}
#comments .bottom-left {
	width: 21px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#comments .bottom {
	width: 770px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: repeat-x;
	background-position: 0px -83px;
}
#comments .bottom-right {
	width: 21px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -106px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#footer-con {
	width: 100%;
	padding: 15px 0;
	background-image: url('images/footer-border.png');
	background-position: top center;
	background-repeat: repeat-x;
	color: #FFF;
	clear: both;
	text-shadow: 0px 2px 2px #000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
    height: 160px;
}
#footer-con a {
	color: #FFF;
	text-decoration: none;
}
#footer-con a:hover {
	text-decoration: underline;
}
#footer {
	width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 400;
}
#footer-left {
	text-align: center;
	line-height: 1.35em;
}
#footer-right {
	clear: both;
	text-align: center;
	padding-top: 10px;
}
ul#footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#footer-menu li {
    margin: 0 4px 0 0;
    padding: 0;
    display: inline-block;
}
#footer-social {
	margin: 9px 0 0;
}

/**************************HOME PAGE****************************/

/* =Specials Area
-------------------------------------------------------------- */
#specials-area {
	width: 810px;
	height: 130px;
	padding: 20px 1px 23px;
	font-size: 13px;
	background-image: url('images/specials-bk.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 18px 27px 19px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
	position: relative;
}
#specials-area img {
	box-shadow: 0px 1px 1px #FFF;
}
#specials-disclaimer {
	text-align: right;
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#slider-con {
	width: 812px;
	height: 373px;
	margin: 0 18px 27px 19px;
}
/* =Home Sidebar
-------------------------------------------------------------- */
#sidebar {
	float: right;
	width: 332px;
	margin: 0 19px 23px 0;
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
}
#sidebar p {
	margin-bottom: 0;
}
#sidebar img {
	border: solid 1px #362f2d;
	box-shadow: 0px 1px 1px #FFF;
}
#newsletter-con {
	color: #362f2d;
	background-image: url('images/newsletter-bk.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 20px;
	width: 292px;
	height: 53px;
}
#newsletter-con h2.widgettitle {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px;
}
#newsletter-con label {
	display: none;
}
#newsletter-con .mc_merge_var, #newsletter-con .mc_signup_submit {
	display: inline;
	margin: 0;
}
#newsletter-con .mc_form_inside {
	background-image: url('images/newsletter-sprite.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 292px;
	height: 33px;
	position: relative;
}
#mc_message, #newsletter-con .updated {
	display: none;
}
#newsletter-con .mc_merge_var {
	width: 242px;
	height: 33px !important;
}
#newsletter-con .mc_signup_submit {
	width: 46px;
	height: 33px !important;
}
#newsletter-con input[type=text], #newsletter-con input[type=email] {
	display: block;
	float: left;
	width: 235px;
	height: 27px;
	margin: 0 0 3px;
	padding: 3px 3px 3px;
	background-color: transparent !important;
	border: none;
	outline: none !important;
}
#newsletter-con input[type=submit] {
	display: block;
	float: right;
	width: 51px;
	height: 30px;
	margin: 0 0 3px;
	padding: 0;
	background-color: transparent !important;
	border: none;
	outline: none !important;
	cursor: pointer;
}
#newsletter-con input[type=text]:focus, #newsletter-con input[type=email]:focus, #newsletter-con input[type=submit]:focus {
	outline: none !important;
}
#sidebar a.home-buttons {
	display: block;
	width: 330px;
	height: 70px;
	padding-top: 15px;
	box-sizing: border-box;
	border: solid 1px #362f2d;
	border-radius: 5px;
	text-align: center;
	font-size: 32px;
	color: #FFF;
	text-shadow: 0px 2px 2px #000;
	box-shadow: 0px 3px 3px #000;
	text-transform: uppercase;
	background-color: rgba(202,202,202,.8);
	margin: 25px 1px 3px;
}
#sidebar a.home-buttons:hover {
	background-color: rgba(202,202,202,1);
	text-decoration: none;
}
#sidebar a.home-buttons#home-order {
	background-color: rgba(194,18,47,.8);
}
#sidebar a.home-buttons#home-order:hover {
	background-color: rgba(194,18,47,1);
}
#sidebar a.home-buttons_OLD {
	display: block;
	width: 332px;
	height: 73px;
	background-position: -332px 0px;
	background-repeat: no-repeat;
	margin-top: 23px;
}
#sidebar a.home-buttons_OLD:hover {
	background-position: 0px 0px;
	cursor: pointer;
}
#home-gallery_OLD {
	background-image: url('images/home-buttons/gallery.png');
}
#home-contact_OLD {
	background-image: url('images/home-buttons/contact.png');
}
#home-events_OLD {
	background-image: url('images/home-buttons/events.png');
}
#home-coupons_OLD {
	background-image: url('images/home-buttons/coupons.png');
}
#home-order_OLD {
	background-image: url('images/home-buttons/order-online.png');
	margin-bottom: 27px;
}

#sidebar .top-left {
	width: 21px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sidebar .top {
	width: 290px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: repeat-x;
	background-position: 0px -20px;
}
#sidebar .top-right {
	width: 21px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#sidebar .mid-section {
	width: 290px;
	padding: 0 21px;
	background-image: url('images/white-con-middle-sidebar.png');
	background-repeat: repeat-y;
	clear: both;
}
#sidebar .bottom-left {
	width: 21px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#sidebar .bottom {
	width: 290px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: repeat-x;
	background-position: 0px -83px;
}
#sidebar .bottom-right {
	width: 21px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -106px;
}
article.post {
	margin-bottom: 23px;
}
.hide-h1 h1 {
	display: none;
}
#uc-content {
	width: 812px;
	margin: 0 auto 27px;
}
#uc-content p {
	margin: 0px;
}
#uc-content .top-left {
	width: 21px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#uc-content .top {
	width: 770px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: repeat-x;
	background-position: 0px -20px;
}
#uc-content .top-right {
	width: 21px;
	height: 20px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#uc-content .mid-section {
	width: 770px;
	padding: 0 21px;
	background-image: url('images/white-con-middle-content.png');
	background-repeat: repeat-y;
	clear: both;
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
	text-align: center;
	font-size: 18px;
}
#uc-content img {
	box-shadow: 0px 1px 1px #FFF;
}
#uc-content .bottom-left {
	width: 21px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#uc-content .bottom {
	width: 770px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: repeat-x;
	background-position: 0px -83px;
}
#uc-content .bottom-right {
	width: 21px;
	height: 23px;
	float: left;
	background-image: url('images/white-con-sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -106px;
}
#uc-primary {
}
.no-shadow img {
	box-shadow: none!important;
}
#widget_bounds table {
	margin-left: 10px;
}
#wpcf7-f11-p22-o1 {
	float: left;
	width: 360px;
	font-size: 14px;
	font-weight: 400;
}
span.req {
	color: #c3172d;
}
#formTable tr td {
	padding-bottom: 10px;
}
#formTable input[type=text], #formTable input[type=email], #formTable textarea {
	padding: 3px;
	font-family: 'Lora', serif;
	font-size: 14px;
	width: 260px;
	border-radius: 2px;
	border: solid 1px #362f2c;
	box-shadow: 0px 1px 1px #FFF, 0px 1px 1px #666 inset;
	outline: none !important;
}
#formTable input[type=text].captcha {
	width: 190px;
}
#formTable input[type=submit], #testSidebar input[type=submit] {
	margin: -4px -4px 0 0;
	padding: 5px;
	font-family: 'Lora', serif;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #9dc09b !important;
	border-radius: 2px;
	border: solid 1px #362f2c;
	box-shadow: 0px 1px 1px #FFF, 0px 1px 1px #666 inset;
	outline: none !important;
	cursor: pointer;
}
.testimonial {
	margin-bottom: 40px;
}
#sidebar h3 {
	font-size: 16px;
}
#testSidebar input[type=text], #testSidebar input[type=email], #testSidebar textarea {
	padding: 3px;
	font-family: 'Lora', serif;
	font-size: 14px;
	width: 282px;
	border-radius: 2px;
	border: solid 1px #362f2c;
	box-shadow: 0px 1px 1px #FFF, 0px 1px 1px #666 inset;
	outline: none !important;
}
.sph-email-subscription{
    max-width:100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 15px;
}
.sph-email-subscription h2{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.sph-email-subscription .sph-submit-button,
.sph-email-subscription .sph-email-input {
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}
.sph-email-subscription .sph-email-input {
    border: 1px solid lightgray;
    padding: 1em 5px;
}
.sph-email-subscription .sph-submit-button {
    padding: 0.5em 5px;
    display:block;
    border: none;
    color: white;
    background-color: rgba(194,18,47,.8);
    font-size: 2em;
    text-decoration: none;
    height: 70px;
    padding-top: 15px;
    box-sizing: border-box;
    border: solid 1px #362f2d;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    text-shadow: 0px 2px 2px #000;
    box-shadow: 0px 3px 3px #000;
    text-transform: uppercase;
cursor: pointer;
}
.sph-response-message,
.sph-loading-img {
    display: none;
}
.sph-response-message {
    font-size: 2em;
}
.sph-loading-img img{
    height: 28px;
}
.sph-email-form{
display: table;
}
.sph-email-subscription .sph-email-input{
    float:left;
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 13px 5px;
}
.sph-email-subscription .sph-submit-button{
    float:left;
    width: 23%;
    height: auto;
    padding: 13px 5px;
    font-size: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    text-shadow: 0px 2px 1px #000;
    box-shadow: 0px 1px 1px #000;
}
.sph-email-subscription h2 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: normal;
}

#email_subscription_14196_email_subscription_widget1 {
	color: #362f2d;
    border: solid 1px #362f2d;
    border-radius: 5px;
    width: 100%;
    background-color: rgba(202, 202, 202, 0.79);
}

#film {
    font-size: 0px;
}
