/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

@font-face {
  font-family: 'Absara-Regular';
  src: url('Absara-Regular.eot?#iefix') format('embedded-opentype'),  url('Absara-Regular.otf')  format('opentype'),
	     url('Absara-Regular.woff') format('woff'), url('Absara-Regular.ttf')  format('truetype'), url('Absara-Regular.svg#Absara-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Absara-Medium';
  src: url('Absara-Medium.eot?#iefix') format('embedded-opentype'),  url('Absara-Medium.otf')  format('opentype'),
	     url('Absara-Medium.woff') format('woff'), url('Absara-Medium.ttf')  format('truetype'), url('Absara-Medium.svg#Absara-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Absara-RegularItalic';
  src: url('Absara-RegularItalic.eot?#iefix') format('embedded-opentype'),  url('Absara-RegularItalic.otf')  format('opentype'),
	     url('Absara-RegularItalic.woff') format('woff'), url('Absara-RegularItalic.ttf')  format('truetype'), url('Absara-RegularItalic.svg#Absara-RegularItalic') format('svg');
  font-weight: normal;
  font-style: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Absara-MediumItalic';
  src: url('Absara-MediumItalic.eot?#iefix') format('embedded-opentype'),  url('Absara-MediumItalic.otf')  format('opentype'),
	     url('Absara-MediumItalic.woff') format('woff'), url('Absara-MediumItalic.ttf')  format('truetype'), url('Absara-MediumItalic.svg#Absara-MediumItalic') format('svg');
  font-weight: normal;
  font-style: normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body{
	font-family: Absara-Regular;
	font-size: 14px;
	line-height: 1.3em;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

strong{
	font-family: Absara-Medium;
	font-weight: normal;
}

em{
	font-family: Absara-RegularItalic;
}

em strong, strong em{
	font-family: Absara-MediumItalic;
	font-weight: normal;
}

h1, h2, h3{
	text-transform: uppercase;
}

.main-content{
	padding-bottom: 0;
	margin-top: 100px;
}

.home .main-content{
	margin-top: 0;
}

.main-content #content{
	width: 100%;
	padding-bottom: 0;
}

.main-content .container{
	padding-bottom: 0;
}

.site-description{
	font-size: 48px;
	width: 400px;
	margin: 0 auto;
}

.site-header{
	padding: 260px 0 0 0;
	background-image: url(images/home-banner.jpg);
	background-size: cover;
	background-repeat: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-position: 0 0;
	height: 705px;
}

.site-header a{
	color: #fff !important;
}

.site-header .container, .site-header .row{
	margin: 0;
	width: 100%;
}

.row.center-text{
	text-align: center;
}

.carousel{
	margin-top: -150px;
}

.carousel-inner>.item {
	min-height: calc(100vh + 150px) !important;
}

.carousel-control{
	margin-top: 170px;
}

.carousel-caption h4{
	//display: none;
	font-size: 36px;
text-transform: uppercase;
font-style: normal;
}

.carousel-caption{
	//text-transform: uppercase;
	text-transform: capitalize;
	font-style: italic;
	color: #fff;
	font-size: 42px;
	font-size: 24px;
	width: 60vw !important;
	line-height: 1.3em;
	position: absolute;
	top: 55vh !important;
	bottom: auto !important;
	left: 20vw !important;
	z-index: 9999 !important;
}

.carousel-caption a{
	border: 3px solid #fff;
	background: 0;
	padding: 15px 20px 8px 20px !important;
	color: #fff;
	border-radius: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 10px;
	margin: 0 auto;
	float: none !important;
	text-transform: uppercase;
}

.carousel-caption a:hover{
	border: 3px solid #fff;
	color: #555;
	background: #fff;
}

.carousel-caption p{
	//margin-top: -35vw;
}

#down-arrow{
	margin: 30px auto 0 auto;
	display: block;
	width: 72px;
	height: 72px;
	display: block;
	background: url(images/down-arrow.png) no-repeat;
	text-indent: -9999em;
}

#down-arrow:hover{
	background: url(images/down-arrow_on.png) no-repeat;
}

.navbar-default{
	margin-bottom: 0;
}

.navbar-brand{
	width: 118px;
	height: 33px;
	background: url(images/logo.png);
	background-repeat: none;
	background-size: 100%;
	text-indent: -9999em;
	padding: 0;
	margin-top: 15px;
	margin-left: 45px;
}

.site-title{
	width: 191px;
	height: 54px;
	background: url(images/logo.png);
	background-repeat: none;
	background-size: 100%;
	text-indent: -9999em;
	margin: 0 auto 40px auto;
	display: none;
}

.sub-page .page-title{
	/* text-transform: capitalize;
	font-style: italic; */
	text-align: center;
	font-size: 28px;
	margin-top: 0;
}

.site-navigation{
	width: 100%;
	z-index: 9999;
	margin-left: -15px;
	font-family: Absara-Medium;
}


.site-navigation a{
	padding: 15px 25px !important;
}

.site-navigation .container{
	padding: 8px 0;
}

.site-navigation .container{
	padding: 0;
}

.navbar-collapse{
	width: 100%;
}

.navbar-collapse{
	margin-left: 15px;
	background: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	

/* .home .navbar-collapse{
	margin-left: 0;
} */

.navbar-nav > li > a{
	padding-top: 18px !important;
	padding-bottom: 22px !important;
	border-top: 4px solid #333 !important;
	color: #fff !important;
	padding-right: 30px;
}

#main-menu{
	position: relative;
	float: right;
	display: block;
	right: 0;
}

#main-menu li{
	float: left;
	position: relative;
	display: block;
}

#menu-item-30 a{
	border: 2px solid #fff !important;
	color: #fff !important;
	padding: 10px 10px 7px 10px !important;
	margin: 12px 35px 12px 20px !important;
}

#menu-item-30 a:hover{
	background: #fff;
	color: #444 !important;
	border: 2px solid #fefeea !important;
}

.site-navigation{
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.site-navigation .container{
	margin: 0;
	width: 100%;
	padding: 0;
}

.site-navigation .navbar-default{
	border: 0;
	background: #333;
	color: #fff;
	border-radius: 0;
	width: 100%;
}

.site-navigation .navbar-default a{
	color: #fff !important;
}

.navbar-nav > li > a:hover{
	color: #fefeea !important;
}

.navbar-nav > li.current-menu-item > a, .navbar-nav > li.current_page_ancestor > a{
	border-top: 4px solid #fefeea !important;
	background: transparent !important;
	color: #fefeea !important;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu > li > a {
		padding-right: 25px !important;
	}
}

.dropdown-menu{
	background: #444;
	border: 0;
	box-shadow: none;
}

.dropdown-menu li{
	width: 100%;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .navbar-nav > li > .dropdown-menu > li a:hover, .navbar-nav > li > .dropdown-menu > li.current-menu-item a {
	background-color: #feffe8;
	color: #333 !important;
	background-image: none;
	filter: none;
}

.dropdown-menu li#menu-item-577 a{
	border-top: 1px solid #777;
}

.navbar-nav > li > .dropdown-menu > li.current-menu-item a{
	background-color: #494949;
	color: #676767 !important;
}


.navbar-nav > .dropdown-menu li.current-menu-item > a{
	background: #777 !important;
}

.page-id-356 .menu-page{
	text-align: center;
}

.sub-page{
	margin-top: 0;
	line-height: 1.75em;
	width: 100%;
}

.sub-page a{
	color: #999;
}

.sub-page a:hover{
	background: #fefeea;
	color: #333;
	text-decoration: none;
}

.menu-page{
	padding-top: 4px;
	padding-bottom: 60px;
}

.menu-page ul{
	padding-left: 0 !important;
}

.menu-page ul li{
	line-height: 1.5em;
	padding-bottom: 15px;
}

.page-id-356 .menu-page ul, .page-id-376 .menu-page ul{
	padding-left: 0;
}

.page-id-42 .menu-page{
	padding-top: 4px;
	padding-bottom: 4px;
}

.page-id-42 .holiday-parties{
	display: none;
}

.page-id-11 #content{
	padding: 67px 0 0 0;
}

.page-id-11 h1{
	display: none;
}

.sub-page .container{
	margin: 0;
	width: 100%;
}

.sub-page article{
	margin-bottom: 0 !important;
}

.content-row .entry-meta{
	display: none !important;
}

.content-row, .content-row-2{
}

.content-row{
	padding-top: 64px;
}

.content-left{
	background: #f0f0f0;
	min-height: 25vw;
}

.page-id-476 .content-row-2 .content-left, .page-id-476 .content-row-2 .content-right{
	//display: none;
}

.content-right{
	padding: 60px 60px 50px 60px;
	background: #fefeea;
	text-align: center;
}

.content-row .content-right{
	background: #fff;
	/* border: 4px solid #eee000; */
	background: #fefeea;
	color: #333 !important;
}

.sub-page h3{
	text-transform: capitalize;
	font-family: Absara-RegularItalic;
	color: #333;
}

.sub-page p{
	color: #333;
}

.sub-page h3{
padding-top: 20px;
}

.content-row-2 h3{
	margin-top: 0;
	color: #333;
}

.content-row-2 .content-left, .content-row-2 .content-right{
	padding: 60px 60px 30px 60px;
	text-align: left;
	background: #f9f9f9;
	background: #fff;
}

.site-footer{
	background: #f9f9f9;
	color: #555;
	padding: 80px 0 50px 0;
	line-height: 1.7em;
}

.site-footer i{
	width: 20px;
}

.footer-left img{
	margin-top: 15px;
}

.site-footer a{
	color: #444;
}


/* .home .navbar-brand{
	display: none;
}

.home .navbar-collapse, .home .navbar-default{
	width: 100%;
	text-align: center;
	background: inherit;
	border: 0;
	border-radius: 0;
}

.home .navbar-nav{
	text-align: center;
	margin: 0 auto;
	width: auto;
} */

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color:#333;
  color:#fff;
}

/* .home .navbar-default .navbar-nav > .open > a, .home .navbar-default .navbar-nav > .open > a:focus, .home .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color:#fff;
}

.home .scrolled .navbar-default .navbar-nav > .open > a, .home .scrolled .navbar-default .navbar-nav > .open > a:focus, .scrolled .home .navbar-default .navbar-nav > .open > a:hover {
  background-color:#333;
  color:#fff;
}

.home .dropdown-menu{
	background: rgba(256,256,256,0.7);
	border: 2px solid #fff;
}

.home .dropdown-menu a{
	color: #555 !important;
}

.home .scrolled .dropdown-menu{
	background: #555;
	border: none;
}

.home .scrolled .dropdown-menu a{
	color: #fff !important;
} */

.home .main-content .container{
	margin: 0;
	width: 100%;
}

.home-1{
}

.home-1-left{
	background: #999;
	color: #fff;
	padding: 200px 20px;
	/* text-transform: uppercase;
	font-size: 24px; */
	background-image: url(images/fresh-seafood.jpg);
	background-size: cover;
	background-repeat: none;
	font-size: 18px;
	line-height: 1.75em;
}

.home-1-left > div{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.home-1-left h3{
	font-size: 60px;
}

.home-1-right{
	padding: 0;
}

.home-1-right h3{
	font-size: 48px;
}

.home-1-left p, .home-1-right p{
	font-family: Absara-RegularItalic;
}

.day-dining{
	background: #f1eeec;
	color: #303030;
	padding: 150px 30px 30px 30px;
	text-transform: uppercase;
	background-image: url(images/day-dining.jpg);
	background-size: cover;
	background-repeat: none;
}

/* .page-id-303 .menu-page{
	text-align: center;
} */

.page-id-303 .menu-page li{
	padding-bottom: 15px;
}

.page-id-303 .menu-page .yellow-box li{
	padding-bottom: 0;
}

.page-id-303 .menu-page .yellow-box span{
	width: auto;
}

.page-id-305 .yellow-box{
	text-align: center;
}

.page-id-305 .content-right h4{
	padding-top: 10px;
}

.day-dining a{
	color: #303030;
	font-family: 'Absara-MediumItalic';
}

.night-dining{
	background: #494949;
	color: #fff;
	padding: 150px 30px 30px 30px;
	text-transform: uppercase;
	background-image: url(images/night-dining.jpg);
	background-size: cover;
	background-repeat: none;
}

.night-dining a{
	color: #fff;
	font-family: 'Absara-MediumItalic';
}

.dining-small{
	font-size: 40px;
}

.fresh-local{
	color: #333;
	padding: 40px 60px 60px 60px;
	font-size: 18px;
	font-family: Absara-Regular;
	background: #fff;
}

.fresh-local h3{
	color: #ddd1ae;
	text-transform: capitalize;
	font-size: 18px;
}

.fresh-local p{
	font-family: Absara-Regular;
	line-height: 1.75em;
	margin-bottom: 0;
}

.fresh-local a{
	color: #b0aebb;
}

.home-2, .holiday-parties{
	background: #f2f2f2;
	color: #444;
	padding: 80px 0;
	text-align: center;
	font-size: 18px;
	/* background: #fefeea; */
}

.home-2 a, .menu-download{
	border: 3px solid #444;
	color: #444 !important;
	text-transform: uppercase;
	padding: 13px 10px 10px 10px;
	font-family: Absara-Medium;
}

.home-2 a:hover, .menu-download:hover{
	text-decoration: none;
	color: #f2f2f2 !important;
	background: #333 !important;
}

.menu-download{
	margin: 20px auto 0 auto;
	display: inline-block;
	width: 200px;
	//display: none;
}

.home-2 h2, .holiday-parties h2{
	font-size: 36px;
	/* background: url(images/tour-bookings_heading.png) center no-repeat; */
}

.home-2 p, .holiday-parties p{
	margin-bottom: 50px;
	margin-top: 40px;
	line-height: 1.75;
	padding: 0 40px;
}

.home-video{
	padding: 60px 0;
	background-image: url(images/home-banner_dark.jpg);
	background-size: cover;
	background-repeat: none;
	background-position: 0 -100px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	border: 10px solid #666;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-514 .content-bottom h3{
	padding-top: 20px;
}

.home-3{
}

.home-3-left{
	background: #999;
	color: #fff;
	padding: 80px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	background-image: url(images/address.jpg);
	background-size: cover;
	background-repeat: none;
}

.home-3-left h2{
	font-size: 32px;
	line-height: 1.4em;
}

.home-3-left p{
	margin-bottom: 30px;
}

.home-3-left a{
	color: #fff;
	font-size: 18px;
	font-family: Absara-MediumItalic;
}

.home-3-left h2 .address-number{
	font-family: Absara-RegularItalic;
	margin: 0 auto 10px auto;
	display: block;
	font-size: 36px;
	background: url(images/address-number.png) center no-repeat;
	color: #bfb8a7;
	width: 110px;
	height: 110px;
	padding-top: 34px;
}

.home-3-right{
	background-image: url(images/map.jpg);
	background-size: cover;
	background-repeat: none;
}

.wpcf7{
	padding-top: 10px !important;
}

.wpcf7 input, .wpcf7 textarea{
	width: 100% !important;
	border: 2px solid #777;
	background: transparent;
	color: #777;
	padding: 5px 10px;
}

.wpcf7 label{
	width: 100%;
}

.wpcf7 textarea{
	height: 150px;
}

.wpcf7 input.wpcf7-submit{
	width: auto !important;
	color: #fff;
	background: #444;
	border: none;
	padding: 10px 20px;
}

.wpcf7 input.wpcf7-submit:hover{
	background: #777;
}

.rgg-imagegrid img:hover{
	box-shadow: none !important;
	opacity: 0.75;
}

.menu-page h3{
	padding: 22px 0 17px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: Absara-Medium;
	font-size: 24px;
	/* border-top: 1px double #333;
	border-bottom: 1px double #333; */
	font-weight: normal !important;
	margin-top: 10px;
	margin-bottom: 15px !important;
	background-image: url(images/brand-border.png), url(images/brand-border.png);
	background-repeat: repeat-x, repeat-x;
	background-position: top, bottom;
}

.menu-page .tour-item h3{
	background-image: url(images/brand-border_grey.png), url(images/brand-border_grey.png);
}

.menu-page h4{
	margin-top: 15px;
	text-transform: uppercase;
	font-family: Absara-Medium;
	font-size: 14px;
}

.menu-page li{
	list-style: none;
	line-height: 2em;
}

.heading-desc{
	font-family: Absara-Medium;
}

.menu-page .name-description{
	width: 74%;
	display: inline-block;
}

.page-id-33 .menu-page .name-description{
	width: 80%;
}

.page-id-13 i{
	width: 20px;
}

.menu-page .favourite{
	width: 5%;
	padding-left: 1%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.col-md-12 .favourite{
	width: 3.5%;
}

.menu-page .name-description-sm{
	width: 60%;
	display: inline-block;
}

.menu-page .name-description-wine{
	width: 60%;
	display: inline-block;
}

.menu-page .price, .menu-page .half-dozen, .menu-page .dozen, .menu-page .fiveoz, .menu-page .eightoz, .menu-page .btl{
	font-family: Absara-Medium;
	width: 18%;
	display: inline-block;
	vertical-align: top;
	padding-left: 2%;
	text-align: right;
}

.menu-page .fiveoz, .menu-page .eightoz, .menu-page .btl{
	width: 11%;
}

.page-id-476 #content{
	//padding: 0;
}

.page-id-356 .menu-page .col-sm-6:nth-of-type(2n+1){
	clear: left !important;
}

.content-bottom{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.full-screen-content{
	height: 100vh;
	padding-top: 40vh;
	color: #fff !important;
	text-align: center;
}

.tour-row{
	flex: 1 0 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: space-around;
    align-items: space-around;
    height: 100%; // add this
}

.tour-item{
	text-align: center;
	background: #f0f0f0;
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	position: relative;
	width: 33.3%;
	border: 3px solid #fff;
	padding: 30px;
}

.tour-item .price{
	font-size: 22px;
	width: 100%;
	text-align: center;
}

.raw-warning{
	margin-top: 20px;
}

.yellow-box{
	background: #fefeea;
	padding: 30px;
	margin-top: 20px;
	border: 2px double #555;
	outline: 1px solid #555;
	outline-offset: -9px;
}

.yellow-box-center{
	text-align: center;
}

.yellow-box h3{
	margin-top: 0;
	padding: 0;
	border: 0;
	font-size: 20px;
	background-image: none !important;
}

.yellow-box strong, .yellow-box h4{
	font-weight: 900;
}

.oyster-box h4{
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 20px;
}

.oyster-box{
	text-transform: uppercase;
}

.oyster-text{
	font-weight: 500;
}

.favourite-text{
	text-transform: uppercase;
	font-size: 12px;
	font-family: Absara-Medium;
}

.steamship-favourite{
	width: 15px !important;
	height: 15px !important;
	margin-right: 5px;
	margin-top: -2px;
}

#cboxTitle{
	display: none !important;
}

@media only screen and (min-width: 767px) {

.home-1, .home-3, .content-row, .content-row-2{
	flex: 1 0 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: space-around;
    align-items: space-around;
    height: 100%; // add this
}

.home-1-left, .home-1-right, .home-3-left, .home-3-right, .content-left, .content-right{
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	position: relative;
}

}

@media only screen and (max-width: 833px) {

.carousel{
	margin-top: 0;
	//padding-top: 30px;
	padding-bottom: 0;
}

.carousel-caption{
	width: 70%;
	padding-bottom: 20px !important;
	margin-left: -5vw;
	top: 35vh !important;
}

.carousel-caption p{
	line-height: 1.3em !important;
	font-size: 24px !important;
}

.carousel-caption p{
	//margin-top: -36vw !important;
}

.carousel-caption a{
	font-size: 18px !important;
	margin-bottom: 20px !important;
}

.carousel-control{
	margin-top: 0;
	margin-top: -100px;
	border: none;
	background: transparent;
}

#cptbc_478 .item{
	//height: 100vh !important;
}

.carousel-inner>.item {
	min-height: 100vh !important;
}

}

@media only screen and (max-width: 767px) {

.site-header{
	padding: 3%;
	height: auto;
}

.site-header .site-title{
	margin-top: 80px;
}

.site-navigation{
	position: fixed;
	top: 0;
	left: 0;
	background: #333 !important;
	width: 100%;
}

.site-navigation-inner{
	padding-right: 0;
}

.site-navigation li{
	width: 100%;
	display: block;
	text-align: center;
}

.site-navigation-page .navbar-default {
	background:#333;
}

.navbar-brand{
	margin-top: 8px;
}

.site-description{
	width: 100%;
}

.site-footer{
	text-align: center;
}

.footer-left{
	padding-bottom: 30px;
}

.home-1{
	text-align: center;
}

.home-1-left{
	padding: 60px 3%;
}

.dining-small{
	font-size: 48px;
}

.content-row{
	padding-top: 45px;
}

.content-row .content-left{
	height: 230px;
}


.page-id-11 #content {
  padding: 52px 0 0;
}

.site-header {
  background-image:url("images/home-banner.jpg");
  background-position: center center;
  background-size:cover;
}

.carousel-caption{
	margin-left: 0;
}

}

@media only screen and (max-width: 442px) {

.site-description{
	font-size: 40px;
}

.site-header {
  background-image:url("images/home-banner.jpg");
  background-position:-200px 0;
  background-size:cover;
}

}

@media only screen and (max-width: 420px) {

.site-description{
	font-size: 40px;
}

.site-header {
  background-image:url("images/home-banner.jpg");
  background-position:-250px 0;
  background-size:cover;
}

}




/* --- Added by Jacob - Oct30-2016 --- */

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	width:100%;
}

#post-2329{
max-width: 600px;
width: 100%;
margin: 0 auto;
margin-top: 160px;
}

#post-2329 h1.page-title{
text-align: left;
}

#menu-item-44{
border-bottom: 1px solid #a0a0a0;
}

.carousel-caption {
   text-shadow: 0 1px 2px rgba(0,0,0,.9);
}

/* .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc(25% - 16px);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 8px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
} */

@media only screen and (min-width: 992px) {

	ul.split-list{
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		flex-direction: row;
	}

	ul.split-list > li{
		width: calc(50% - 10px);
	}

}