/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*Image on sub pages increased width */
.entry-header .entry-cover {
	min-height: 400px;
}

/*Blue background on header */
.site-header {
	background: #266294;
}

/*hamburger menu item white */
.navbar-toggle .icon-bar {
	background: #fff;
}

/* Overlay over the header images  */
.entry-header .entry-cover:before {
	background-color: rgba(0,0,0,0.3);
}

/*Menu page menu background */
.nova-menu-filter {
	background: #266294;
}

.site-header {
	border-bottom: none;
}

/* Text wrap for menu images */
.text-wrap {
	float: left;
	margin: 8px;
}

/* Menu Title colour */
.posts-menu .post-menu-item .entry-title {
	color: #266294;
}

/*Menu Price colour */
.posts-menu .entry-price {
	color: #266294;
}

/*Menu dotted line colour & space below image */
.posts-menu .post-menu-item {
	border-bottom: 1px dashed #266294;
	padding: 0 0 50px;
}

.page h1.entry-title, .single {
	font-family: 'Lobster';
	font-weight: 400;
	font-style: italic;
	text-shadow: 3px 3px #266294;
}

h2.fw-special-title {
	font-family: 'Lobster';
	font-size: 21px;
	font-style: italic;
	color: #266294;
}

.site-slider .slide-content {
	font-family: Lobster;
	font-style: italic;
	text-shadow: 3px 3px #266294;
}

/*gap between slider & content  */
.fw-main-row {
	margin-top: 25px;
}

/*Gallery tabs */
.fw-tabs-container .fw-tabs ul li a {
	color: #ffffff;
}

.fw-tabs-container .fw-tabs ul li {
	background: none repeat scroll 0 0 #266294;
	border: 1px solid #ffffff;
}

.fw-tabs-container .fw-tab-content {
	border: 1px solid #266294;
}

.fw-tabs-container .fw-tabs ul li:first-child {
	border: 1px solid #266294;
}

.fw-tabs-container .fw-tabs ul li.ui-state-active a {
	border: 1px solid #266294;
}

/*Contact Page gap between header & text */
.fw-row {
	margin-top: 25px;
}

/*Main Slider - take off text decoration */
.site-slider .button {
	font-style: Normal;
	text-shadow: none;
}

.site-slider .slide-excerpt {
	font-style: Normal;
	text-shadow: none;
}

/*$15 Lunch Special */
.site-logo {
	float: right;
	background: url(/wp-content/uploads/2016/08/Lunch-Special.jpg);
}

/* Reservation form formatting */
.rtb-booking-form fieldset {
	border-color: #1c4d7e;
}

input, textarea {
	border-color: #1c4d7e;
}

/*Gallery overlay resize */
.foogallery-default a {
	max-width: 150px;
}