/*
Theme Name: Red Herring Theme
Theme URI: http://www.nattywp.com/
Description: Red Herring Theme <br> - Designed by <a href="http://www.graphiccontent.co.uk">Graphic Content</a>  
Version: 1.5
Tags: 2 columns, business, fixed width, widgets, gravatar support, valid XHTML, valid CSS, right sidebar
Author: Graphic Content
Author URI: http://www.sabiostar.com/
2008, NattyWP. All rights reserved
*/

/* Begin Main-Layout */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1 {
	margin-top: 0px;
	color: #a61938;
	font-size: 0.8em;

}

.container {
	max-width:100vw;
}

#menu {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px solid #a61938;
}

#menu ul {
	padding-left: 40px;
}

#menu li {
	padding-top: 0px;
	display: block;
	float: left;
	padding-left: 30px;
}

#menu li a {
	display: block;
	color: #a61938;
	font-size: 11px;
}

#menu li a:hover {
	color: #000000;
	text-decoration: none;
}

#menu li.current_page_item {
	background: transparent url(images/active_page1.gif) no-repeat;
	background-position: 10px 0px;
	color: #000000;
}

#menu li.current_page_item a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #a61938;
}

a:visited {
	color: #a61938;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}


body {
	background: #ede8da url("images/bg.jpg");
	background-repeat: repeat-x;
	color: #333333;
	font: 10px arial, verdana, sans-serif;
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.page {
	margin: 0 auto;
	background: #ede8da url() no-repeat;
	text-align: center;
	flex: 1 0 auto;
}
.page-header {
	margin: 0 auto;
    text-align: center;
}

#header {
	width: 100vw;
	max-width: inherit;
	margin: 0 auto;
}
.button {
	display: block;
	float: none;
}
div#menu>div.button>a {
	display: block;
	height: 36px;
	background-repeat: no-repeat;
}
a#home {
	background-image: url(/images/menu/home.jpg);
}

a#home:hover {
	background-image: url(/images/menu/home_over.jpg);
}

a#about-us {
	background-image: url(/images/menu/about-us.jpg);
}

a#about-us:hover {
	background-image: url(/images/menu/about-us_over.jpg);
}

a#our-menus {
	background-image: url(/images/menu/our-menus.jpg);
}

a#our-menus:hover {
	background-image: url(/images/menu/our-menus_over.jpg);
}

a#live-entertainment {
	background-image: url(/images/menu/live-entertainment.jpg);
}

a#live-entertainment:hover {
	background-image: url(/images/menu/live-entertainment_over.jpg);
}

a#contact-us {
	background-image: url(/images/menu/contact-us.jpg);
}

a#contact-us:hover {
	background-image: url(/images/menu/contact-us_over.jpg);
}

a#customer-feedback {
	background-image: url(/images/menu/customer-feedback.jpg);
}

a#customer-feedback:hover {
	background-image: url(/images/menu/customer-feedback_over.jpg);
}

.spacer {
	display: none;
}
@media screen and (max-width: 983px) {
	div#menu>div.button>a {
		width: 100%;
	}
}
@media screen and (min-width: 984px) {

	.container {
		max-width:984px;
	}

	#header {
		background: url("images/header.jpg") no-repeat;
		height: 164px;
	}
	#menu {
		height: 45px;
		width: 934px;
	}

	.button {
		float: left;
	}

	div#menu>div.button>a {
		display: block;
		height: 36px;
		background-repeat: no-repeat;
	}

	a#home {
		width: 80px;
		background-image: url(/images/menu/home.jpg);
	}

	a#home:hover {
		background-image: url(/images/menu/home_over.jpg);
	}

	a#about-us {
		width: 114px;
		background-image: url(/images/menu/about-us.jpg);
	}

	a#about-us:hover {
		background-image: url(/images/menu/about-us_over.jpg);
	}

	a#our-menus {
		width: 134px;
		background-image: url(/images/menu/our-menus.jpg);
	}

	a#our-menus:hover {
		background-image: url(/images/menu/our-menus_over.jpg);
	}

	a#live-entertainment {
		width: 207px;
		background-image: url(/images/menu/live-entertainment.jpg);
	}

	a#live-entertainment:hover {
		background-image: url(/images/menu/live-entertainment_over.jpg);
	}

	a#contact-us {
		width: 128px;
		background-image: url(/images/menu/contact-us.jpg);
	}

	a#contact-us:hover {
		background-image: url(/images/menu/contact-us_over.jpg);
	}

	a#customer-feedback {
		width: 203px;
		background-image: url(/images/menu/customer-feedback.jpg);
	}

	a#customer-feedback:hover {
		background-image: url(/images/menu/customer-feedback_over.jpg);
	}

	.spacer {
		float: left;
		display: block;
	}


	#feedbackLeft {
		float: left;
		padding-right: 40px;
	}

}

.header-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	padding-top: 100px;
	text-align: left;
	padding-left: 115px;
}

.header-title a {
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-decoration: none;
}

.header-title a:hover {
	text-decoration: underline;
}

.header-description {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	padding: 45px 0px 0px 100px;
}

#content {
	/* float: left; */
	padding: 10px 0px;
	/* width: 76%; */
}

#content ol li {
	list-style: decimal;
}

#content ul {
	margin-top: 0px;
	margin-left: 35px;
}

#sidebar1 {
	/* float: left; */
	/*margin: 10px 20px 0px 30px;
	width: 215px;*/
	background: none;
	/* width: 22%; */
}
#sidebar1 img {
	max-width: 100%;
	width: auto;
}

#footer {
	background: #efefef url(images/footer_bg.jpg);
	border-top: 10px solid #dad3c1;
	color: #FFFFFF;
	/* height: 215px; */
	padding-right: 0px;
	clear: both;
	text-align: center;
	flex-shrink: 0;
	width: 100%;
}



/* End Main-Layout */



/* Begin Content*/
h4,
h5,
h6 {
	color: #333333;
	font: 12px verdana, arial, helvetica, sans-serif;
	margin: 0px 0 0 0;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px 0 5px 0;
}

h3 {
	color: #333333;
	margin: 20px 0 0 0;
}

h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover {
	color: #333333;
	text-decoration: none;
}

h3 a:link,
h3 a:visited,
h3 a:active,
h3 a:hover {
	color: #e88601;
	text-decoration: none;
}

.post-date {
	width: 15px;
	padding-top: 5px;
}

.post-month {
	font-size: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #828282;
	text-align: center;
	display: block;
}

.post-day {
	font-size: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display: block;

}

.post {
	color: #333;
	text-align: justify;
	font-size: 1.1em;
	/*	background:#ede8da url(images/content_bg.jpg1) right top no-repeat;*/
	border: #646464 0px dashed;
	padding: 10px;
	width: 99%;
}

.postmetadata {
	display: none;
	color: #555;
	font-size: .85em;
	padding: 2px 0 0 0;
}

.postmetadata a:link,
.postmetadata a:visited,
.postmetadata a:active {
	color: #005ea6;
	text-decoration: none;
}

.postmetadata a:hover {
	text-decoration: underline
}

.entry,
.entrytext {
	line-height: 140%;
	margin: 2px 0 0 0;
}

.entrytext p,
.entry p {
	margin: 0 0 15px 0;
}

/* End Content*/



/* Begin Comments */
.commentlist li,
#commentform input,
#commentform textarea {
	font-size: 1em;
	color: #333;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li.alt {
	background: #ffffff;
	padding: 10px 0px 5px 0px;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 140%;
	text-transform: none;
	color: #333;
}

.commentmetadata {
	font-weight: normal;
	color: #333;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 0px 0 15px 16px;
	padding: 5px 10px 0 0;
	list-style: decimal;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */



/* Begin Lists */
.entry ul,
.entry ol,
.entrytext ul,
.entrytext ol {
	margin: 5px 0 5px 26px;
}

#sidebar1 ul li {
	list-style: none;
	padding: 0px 0px 10px 0px;
	color: #404040;
}

#sidebar1 ul li ul li {
	margin-left: 10px;
	padding: 5px 0;
	color: #404040;
	border-bottom: 1px dotted;
}



#sidebar1 ul li ul li a:hover {
	text-decoration: bold;
	color: #71152b;
	background-image: #ffffff url("images/cat_back.png") no-repeat;
}

/* End Entry Lists */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right
}

.alignleft {
	float: left
}

/* End Images */



/* Begin Form Elements */
#searchform {
	margin: 2px 0;
	padding: 5px 0;
}

#sidebar1 #searchform #s {
	width: 130px;
	padding: 2px;
	border: 1px solid #999999;
	background: #f6f6f6;
	color: #666666;
}

#sidebar1 #searchsubmit {
	padding: 1px;
	margin-left: 3px;
	border: 1px solid #999999;
	background: #f6f6f6;
	color: #999999;
}

.entry form {
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform #submit {
	margin-right: 3px;
	float: right;
	border: 1px solid #999999;
	background: #f6f6f6;
	color: #666666;
}

/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font: 1.1em 'Courier New', Courier, Fixed
}

acronym,
abbr,
span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym,
abbr {
	border-bottom: 1px dashed #333
}

blockquote {
	border-left: 5px solid #f2f2f2;
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	clear: both;
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* End Various Tags & Classes*/
/* WP 2.6 FIX */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#headerLogo {
	padding-top: 15px;
}

.hidden {

	display: none;

}

#footerInner {
	margin-bottom: 20px;
}

#footerSD {
	/* width:1070px; */
	margin: auto;
	text-align: right;
	/* float:left; */
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
}


#footermenu {
	text-align: left;
	/* width: 900px; */
	margin: auto;
	padding-top: 20px;
	/* padding-bottom: 45px; */
}

#footermenu li {
	list-style: none;
	padding-bottom: 5px;
}

#footermenu a {
	color: #ede8da;
	font-size: 1.0em;
	text-transform: uppercase;
}

#footermenu a:hover {
	color: #000000;
	text-decoration: none;
}

#footerCol1 {
	/* width: 160px;
	float: left; */
	text-align: center
}

#footerCol2 {
	/* width: 180px;
	float: left;
	margin-left: 60px; */
	text-align: center
}

#footerCol2 a {
	color: #ede8da;
	font-size: 1.0em;
}


#footerCol2 a:hover {
	color: #ede8da;
	font-size: 1.0em;
}

#footerCol2 #colHeader,
#footerCol3 #colHeader,
#footerCol4 #colHeader {
	text-align: center;
	margin-bottom: 5px;
}

#footerCol2 #colHeader a:hover,
#footerCol3 #colHeader a:hover {
	text-align: center;
	margin-bottom: 5px;
	color: #000;
	font-size: 1.2em;
}



#footerCol4 {
	/* float: left;
	margin-left: 60px; */


}




#footerCol3 a:hover {
	color: #ede8da;
}

#footerCol3 {
	/* width: 180px;
	float: left;
	margin-left: 60px; */
	text-align: center
}

#colHeader {
	border-bottom: 1px dotted #000;
	padding-bottom: 3px;

}

#colHeader a {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}

#footerBottom {
	width: 100%;
	float: left;
	background: url(images/footerbottom_bg.jpg);
	margin-top: 10px;
}

h2.widgettitle {
	font-size: 1.1em;

}

#contactLeft {
	float: left;
	margin-right: 10px;
	width: 310px;
	border-right: 1px dotted;
}

#contactRight {
	float: left;
	padding-left: 10px;
}

#googleMap {
	border: 5px solid #fff;
}

.wpcf7-form textarea {
	width: 290px;
}

[class*="col-"] {
	width: 100%;
}


@media screen and (max-width: 992px) {
	img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	
}

@media only screen and (min-width: 768px) {
	.col-1 {width: 8.33%; float:left}
	.col-2 {width: 16.66%; float:left}
	.col-3 {width: 25%; float:left}
	.col-4 {width: 33.33%; float:left}
	.col-5 {width: 41.66%; float:left}
	.col-6 {width: 50%; float:left}
	.col-7 {width: 58.33%; float:left}
	.col-8 {width: 66.66%; float:left}
	.col-9 {width: 75%; float:left}
	.col-10 {width: 83.33%; float:left}
	.col-11 {width: 91.66%; float:left}
	.col-12 {width: 100%; float:left}
}