@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(css/bootstrap.min.css);

/* General Styles */

body {
	background: #fff;
	font: 14px "Open Sans", sans-serif;
	overflow-x: hidden;
}
body.home {
	background: #ADBB98;
}
.container {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
}
a, a:hover {
	color: #799056;
}
a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
}
blockquote {
	float: right;
	max-width: 268px;
	border-left: 2px solid #799056;
	color: #799056;
	margin-left: 40px;
}

input, textarea {
	width: 100%;
	border-radius: 5px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"]{
	padding: 8px;
	border: none;
	background: #fff;
	color: #000;
}
input[type="submit"], button {
	padding: 8px;
	background: #BA955E;
	color: #fff;
	text-align: center;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

/* bootstrap margin changes */
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.home .row {
	margin-left: 0;
	margin-right: 0;
}
.home .col-lg-1, .home .col-lg-10, .home .col-lg-11, .home .col-lg-12, .home .col-lg-2, .home .col-lg-3, .home .col-lg-4, .home .col-lg-5, .home .col-lg-6, .home .col-lg-7, .home .col-lg-8, .home .col-lg-9, .home .col-md-1, .home .col-md-10, .home .col-md-11, .home .col-md-12, .home .col-md-2, .home .col-md-3, .home .col-md-4, .home .col-md-5, .home .col-md-6, .home .col-md-7, .home .col-md-8, .home .col-md-9, .home .col-sm-1, .home .col-sm-10, .home .col-sm-11, .home .col-sm-12, .home .col-sm-2, .home .col-sm-3, .home .col-sm-4, .home .col-sm-5, .home .col-sm-6, .home .col-sm-7, .home .col-sm-8, .home .col-sm-9, .home .col-xs-1, .home .col-xs-10, .home .col-xs-11, .home .col-xs-12, .home .col-xs-2, .home .col-xs-3, .home .col-xs-4, .home .col-xs-5, .home .col-xs-6, .home .col-xs-7, .home .col-xs-8, .home .col-xs-9.home .col-lg-1, .home .col-lg-10, .home .col-lg-11, .home .col-lg-12, .home .col-lg-2, .home .col-lg-3, .home .col-lg-4, .home .col-lg-5, .home .col-lg-6, .home .col-lg-7, .home .col-lg-8, .home .col-lg-9, .home .col-md-1, .home .col-md-10, .home .col-md-11, .home .col-md-12, .home .col-md-2, .home .col-md-3, .home .col-md-4, .home .col-md-5, .home .col-md-6, .home .col-md-7, .home .col-md-8, .home .col-md-9, .home .col-sm-1, .home .col-sm-10, .home .col-sm-11, .home .col-sm-12, .home .col-sm-2, .home .col-sm-3, .home .col-sm-4, .home .col-sm-5, .home .col-sm-6, .home .col-sm-7, .home .col-sm-8, .home .col-sm-9, .home .col-xs-1, .home .col-xs-10, .home .col-xs-11, .home .col-xs-12, .home .col-xs-2, .home .col-xs-3, .home .col-xs-4, .home .col-xs-5, .home .col-xs-6, .home .col-xs-7, .home .col-xs-8, .home .col-xs-9 {
	padding-left: 0;
	padding-right: 0;
}


.restaurant-menus {
	text-align: center;
}
.home .large-square-button, .carousel-caption{
    position: absolute;
    margin-top: -200px;
    left: 50%;
    margin-left: -100px;
}
.large-square-button, .carousel-caption{
	display: inline-block;
    padding: 6px;
    font-size: 22px;
    color: #fff;
    font-family: "Lora",serif;
    font-weight: normal;
    background: rgba(173, 187, 152, 0.8);
    text-align: center;
    max-width: 200px;
}
.carousel-caption {
	bottom: 100px;
}
.carousel-caption h4 {
	display: none;
}
.large-square-button:hover {
	text-decoration: none;
	color: #fff;
}
.large-square-button span, .carousel-caption .btn {
	display: block;
	height: 100%;
	padding: 10px;
	border: 1px solid #fff;
}
.carousel-caption .btn {
	background: transparent;
	width: 100%;
	color: #fff;
	font-size: 20px;
	border-radius: 0;
	white-space: initial;
}
.carousel-caption .btn:active:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.hide {
	display: none;
}

/* Placeholder */

::-webkit-input-placeholder {
   color: #555;
}

:-moz-placeholder { /* Firefox 18- */
   color: #555;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #555;  
}

:-ms-input-placeholder {  
   color: #555;  
}

/* Header */

.masthead {
	background: #ADBB98;
	color: #fff;
	position: relative;
	width: 100%;
	max-height: 93px;
	z-index: 1;
	top: 0;
}
.header-widget-col {
	padding-top: 35px;
	font-size: 18px;
}
.masthead h1 {
	margin: 16px 0;
}
.masthead .col-sm-4 {
	text-align: center;
}
.logo {
	display: block;
}
.navbar {
	background: rgba(119, 89, 53, 0.8);
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 18px;
	position: relative;
	z-index: 2;
	border: 0;
	margin: 0;
	border-radius: 0;
}
.nav>li {
	position: inherit;
}
nav .container {
    position: relative;
}
.navbar-default .navbar-nav>li:first-of-type>a {
	padding-left: 0;
}
nav.navbar.navbar-default.stay {
    top: 0;
    position: fixed;
    width: 100%;
}
.booksing.stay {
    position: fixed;
    top: 50px;
}
.booksing {
	width: 100%;
}
.bookATable, .bookARoom {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}
.takeaway {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}
.bookATable h4, .bookARoom h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
}
.takeaway h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
}
.btn {
    background-color: #ADBB98;
    color: #fff;
    text-transform: uppercase;
}
.btn:hover {
	background-color: #ADBB98;
	color: #fff;
}
.bookARoom.col-sm-6 {
    text-align: right;
}
.navbar ul, .social-icons {
	list-style: none;
}
.navbar ul {
	margin-bottom: 0;
}
.navbar li, .social-icons li {
	display: inline-block;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.current_page_item > a, .navbar-default .navbar-nav>li>ul.sub-menu>li>a:hover {
	color: #adbb98;
	text-decoration: none;
}
.sub-menu {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 9999;
	background: rgba(119, 89, 53, 0.8) none repeat scroll 0% 0%;
	display: none;
}
.menu-item-has-children:hover>ul {
	display: block;
}
.social-icons {
	margin-top: 30px;
	padding: 0;
}
.navbar a {
	display: block;
	padding: 16px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.navbar .sub-menu a {
	padding: 16px 15px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.booking-bar {
	background: rgba(135, 107, 72, 0.8);
	color: #fff;
	height: 50px;
	position: relative;
	z-index: 2;
	display: table;
	margin: 0 39px 0 auto;
	z-index: 1;
}
.btn.focus, .btn:focus {
	color: inherit;
}
.header-image {
	height: 640px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	z-index: 0;
	padding-top: 250px;
	text-align: center;
}
.carousel-contain {
	clear: both;
}
.carousel-contain .row {
	position: relative;
}
.page-template-food .header-image {
	padding-top: 200px;
}
.header-image h1 {
    color: #fff;
    font-size: 50px;
}
.header-image p.tagline {
    color: #fff;
    font-size: 26px;
    margin-bottom: 130px;
}
.current-menu-item a {
	color: #adbb98;
}

/* Front Page */

.with-border {
	margin: 40px 0;
}
.home .header-image {
	padding-top: 440px;
	margin-top: 0px;
}
.home-content {
	background: #fff;
	color: #444;
	font-size: 15px
}
.article-inner {
	padding: 20px 20px;
	height: 400px;
}
.home-content h2 {
	margin-bottom: 30px;
	color: #9f4b31;
	font-size: 34px;
	font-weight: normal;
}
.topBottomHr {
	border-bottom: 3px solid #9f4b31;
	border-top: 3px solid #9f4b31;
	padding: 30px 0;
}
.content-box {
	max-width: 284px;
	float: right;
	padding: 20px;
	background: rgba(132,103,69,0.8);
	color: #fff;
	height: 400px;
}
.event-latest {
	padding: 30px 16px 30px 30px;
	border: 1px solid #fff;
	font-size: 15px;
	text-align: center;
	min-height: 432px;
}
.event-latest h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0px 30px;
}
.exerpt {
    min-height: 95px;
}
.home.page .about-us {
	padding: 64px 40px 40px;
	background: #BA955E;
	color: #fff;
	font-size: 15px;
	height: 400px;
	background-image: url('images/EpicureanLogo-new-02.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 345px;
}
.home.page .about-us h3 {
	padding-bottom: 38px;
	margin: 0;
	border-bottom: 2px solid rgb(255, 255, 255);
	font-size: 28px;
	font-weight: normal;
	font-family: "Lora";
}
.home.page .about-us a {
	color: #fff;
}
.home.page .about-us .textwidget {
	padding: 30px 0;
	border-bottom: 2px solid #fff;
}
.home.page .section-full-width {
	height: 400px;
}
.leftSec .home-box-inner, .leftSec .article-inner {
	float: right;
}
.col-sm-6 .home-box-inner {
	max-width: 470px;
}
.home-box-inner {
	margin: 20px;
	padding: 40px;
	background: rgba(255,255,255,0.7);
	text-align: center;
}
.home-box-inner h3 {
	font-size: 36px;
    font-family: "Lora", serif;
    font-weight: normal;
}
.home-box-inner h3 a {
	color: #37545a;
}
.home-box-inner h3 a:hover {
	text-decoration: none;
}
.home-box-inner p.home-subtitle {
    font-size: 18px;
    text-transform: uppercase;
}
.home-subtitle a {
    color: #37545a;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.section-full-width .home-box-inner {
	margin: 40px 10px;
	width: 98.5%;
	height: auto;
	padding: 100px;
}
.eventsarchivelink {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.bgBleed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.gallery-block-cont .content-box {
	float: none;
}
.gallery-block-cont h3 a {
    color: #fff;
    width: 190px;
    display: block;
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin: 120px 0 0 25px;
}
.greyMargin {
	background-image: url('images/tile_grey_fabric.jpg');
	background-repeat: repeat;
	height: 50px;
}
.latest-events {
	cursor: pointer;
}
.welcome-social {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.welcome-social li {
	display: inline-block;
	margin-right: 10px;
}
.welcome-social li:last-of-type {
	margin-right: 0;
}

/* illustrations */
.flowerOne {
	background-image: url('images/image_flower.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
}
.flowerTwo {
	background-image: url('images/image_flower_2.png');
	background-repeat: no-repeat;
	background-position: right;
}
.flowerThree {
	background-image: url('images/image_flower_3.png');
	background-repeat: no-repeat;
	background-position: right;
}
@media (min-width: 1400px) {
	.leftIlustration {
		background-image: url('images/flower_5.svg');
		background-repeat: no-repeat;
		width: 200px;
	    height: 393px;
	    position: absolute;
	    top: 0;
	    opacity: 0.3;
	    left: -160px;
	    transform: rotate(25deg);
	}
	.leftIlustrationTwo {
		background-image: url('images/flower_3.svg');
		background-repeat: no-repeat;
		width: 200px;
	    height: 393px;
	    position: absolute;
    	margin-top: -380px;
    	opacity: 0.3;
    	left: -177px;
    	transform: rotate(20deg);
    	display: none;

	}
	.rightIlustration {
		background-image: url('images/flower_6.svg');
		background-repeat: no-repeat;
		width: 293px;
	    height: 579px;
	    position: absolute;
	    top: 160px;
	    opacity: 0.3;
	    right: -230px;
	    transform: rotate(-10deg);
	    display: none;
	}
}
@media (min-width: 1550px) {
	.booksing .container {
		position: relative;
	}
	.container {
		position: inherit;
	}
	.leftIlustration {
		left: -10px;
		top: 770px;
	}
	.leftIlustrationTwo {
		left: -28px;
	}
	.rightIlustration {
		right: -75px;
    	top: 930px;
    }
}

/* Standard Pages */

.page-content-area {
	background: #fff;
	color: #444;
	font-size: 14px;
	line-height: 22px;
	padding-top: 40px;
}
.single-page-cont p {
	margin: 0 0 30px;
}
.single-page-cont h2 {
	font-size: 28px;
	color: #799056;
	font-weight: normal;
}
.column-link:hover {
	text-decoration: none;
}

/* Events Archive */

.events-archive {
	padding: 30px 15px;
	background: #fff;
}
.item-event {
	font-size: 14px;
	min-height: 380px;
}
.item-event h3 {
	margin: 30px 0 15px;
    color: #799056;
    font-size: 28px;
    font-family: 'Lora';
    font-weight: normal;
}
.item-event .thumbnailcont {
	margin: 20px 0 0; 
}
.item-event img {
	max-width: 100%;
	height: auto;
}
.read-more {
	color: #775a37;
	font-size: 16px;
	font-weight: bold;
}
#infinite-handle {
	clear: both;
	padding-top: 20px;
}
#infinite-handle span {
	display: block;
	clear: both;
	width: 100%;
	padding: 6px;
	background: #adbb98;
	color: #fff;
}
#infinite-handle button {
	display: block;
	width: 100%;
	padding: 6px;
	border: 1px solid #fff;
	text-align: center;
	background: transparent;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.load-more:hover {
	color: #fff;
	text-decoration: none;
}

/* Gallery */

.gallery-filter {
	background: #ADBB98;
	color: #fff;
	font-family: 'Lora', serif;
}
.gallery-filter ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.gallery-filter li {
	display: inline-block;
	padding: 0 14px
}
.gallery-filter a {
	display: block;
	padding: 16px 0;
	color: #fff;
	font-style: italic;
	font-size: 20px;
}
.gallery-filter a:hover {
	text-decoration: none;
}
.gallery {
	margin: 14px 15px 40px;
}
.gallery .grid-item {
	display: block;
	float: left;
	margin-bottom: 2px;
}
.gallery .grid-item.square  {
	width: 232px;
	height: 232px;
}
.gallery .grid-item.rectangle  {
	width: 348px;
	height: 232px;
}
.gallery .grid-item img  {
	width: 100%;
	height: 100%;
}
.gallery .hideItem {
	display: none;
}
.gallery .grid-item:hover:after {
	content: "";
    display: block;
    position: absolute;
	top: 0;
	left: 0;
    background: url("images/plusicon.png"), rgba(255,255,255,0.4);
	background-repeat: no-repeat;
    background-position: center;
    height: 232px;
    z-index: 999;
}
.gallery .grid-item.square:hover:after {
	width: 232px;
}
.gallery .grid-item.rectangle:hover:after {
	width: 100%;
}
#cboxOverlay {
	z-index: 999;
}
.page-content-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.page-content-area .row.gallery {
	margin-left: 15px;
	margin-right: 15px;
}
#cboxTitle, #cboxCurrent, #cboxPrevious, #cboxNext, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter, #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {
    display: none !important;
}
button#cboxClose {
    top: 0;
    bottom: auto;
    background: url('images/close.png') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
button#cboxClose:hover {
	background-position: 0 0;
}
#cboxLoadedContent {
	margin-bottom: 0 !important;
}

/* Sidebar */

.sidebar-inner {
	padding: 32px 0 88px 0;
}
.sidebar-inner h3 {
	font-size: 26px;
	color: #799056;
	font-weight: normal;
}
.page-template-food .col-md-4 h3 {
	font-size: 28px;
	color: #799056;
	font-weight: normal;
}

/* Footer */

.badges-bar {
	background: rgba(255,255,255,0.3);
}
.badges-bar ul {
	margin: 0 auto;
	padding: 0;
	width: 600px;
}
.badges-bar li {
	display: inline-block;
	margin: 0 20px;
}
.badges-bar a {
	display: block;
	padding: 8px 0px;
}
.mastfoot {
	background: url("images/fence.jpg"), #758F60;
	color: #fff;
	font-family: 'Lora', serif;
}
.mastfoot h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 26px 0px 15px;
    text-transform: uppercase;
}
.mastfoot .wpcf7-submit {
	margin-top: 10px;
}
.mastfoot .footer-inner {
	font-size: 14px;
	padding-bottom: 20px;
}
.footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav li {
	margin: 2px 0;
}
.mastfoot a, .mastfoot p{
	color: #fff;
	font-family: "Open Sans", sans-serif;
}
.footer-bottom {
	background: #BA955E;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.bottom-nav {
	margin: 0;
	padding: 0;
}
.footer-bottom li {
	display: inline-block;
	padding: 16px 0;
}
.footer-bottom a {
	display: block;
	border-right: 1px solid #fff;
	padding: 0 10px;
	color: #fff;
}
.footer-bottom li:first-of-type a {
	padding-left: 0;
}
.footer-bottom li:last-of-type a {
	border-right: none;
}
.copyright-notice {
    text-align: right;
}
.copyright-notice p {
	margin: 16px 0;
}
div.wpcf7 img.ajax-loader {
	position: absolute;
	bottom: 20px;
	right: 25px;
}
.mastfoot .yikes-easy-mc-form input[type="text"], .yikes-easy-mc-form input[type="url"], .yikes-easy-mc-form input[type="email"], .yikes-easy-mc-form input[type="number"], .yikes-easy-mc-form input[type="password"], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {
	border: none;
	min-height: 40px;
}
.mastfoot .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	border-radius: 5px;
	background: #BA955E;
	border: none;
	font-weight: bold;
}
.mastfoot .yikes-mailchimp-container-1 p {
	color: #333;
}
.mastfoot .edit-link {
	display: none;
}

@media (min-width: 1400px){
	.container {
		width: 1230px;
	}
	aside#text-6, .home-box-inner {
		width: 550px;
	}
	.article-inner {
	    width: 660px;
	}
	.welcome .article-inner {
	    min-height: 470px;
	}
	.butterfly {
		background-image: url("images/image_butterfly.png");
		background-repeat: no-repeat;
		background-position: right bottom 40px;
	}
	.col-sm-6 .home-box-inner{
		max-width: 550px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px){
	aside#text-6, .home-box-inner {
		width: 620px;
	}
	.article-inner{
		width: 630px;
	}
	.gallery-block-cont .content-box {
		height: 478px;
	}
	.butterfly {
		background-image: url("images/image_butterfly.png");
		background-repeat: no-repeat;
		background-position: right bottom 40px;
	}
	aside#text-6, .home-box-inner {
		width: 520px;
	}
	.navbar a {
		font-size: 14px;
	}
	.col-sm-6 .home-box-inner{
		max-width: 520px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.container {
	    width: 1062px;
	}
	.navbar a {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
	    width: 850px;
	    margin: 30px auto;
	}
	.booksing.stay {
		top: 100px;
	}
}
@media (max-width: 767px){
	.header-image {
		height: 450px;
		padding-top: 100px;
		margin-top: 0;
	}
	.home.page .about-us {
		padding: 20px;
		height: auto;
	}
	.content-box {
		float: none;
		clear: both;
	}
	.events-archive {
		padding: 20px 20px 40px;
	}
	
	.gallery .grid-item.rectangle, .gallery .grid-item.square {
		max-width: 100%;
	}
	.sidebar-inner {
		padding: 20px;
	}
	.sidebar-inner img {
		max-width: 100%;
	}
	.navbar li {
		display: block;
	}
	.navbar-default .navbar-nav>li:first-of-type>a {
		padding-left: 15px;
	}
	.booksing .container {
		padding: 0;
	}
	.bookATable h4 span, .bookARoom h4 span {
		display: none;
	}
	.bookARoom.col-sm-6, .bookATable.col-sm-6 {
	    display: inline-block;
	}
	.booking-bar {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.bookATable, .bookARoom {
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-sm-6.rightSec.gallery-block-cont {
	    max-height: 250px;
	}
	.leftSec .article-inner {
		float: none;
	}
	.article-inner {
	    padding: 40px 15px;
	}
	aside.content-box {
	    height: auto;
	}
	.gallery-block-cont h3 a {
	    margin: 0 auto;
	}
	.wp-post-image {
		max-width: 100%;
	}
	.large-square-button {
		display: block;
		max-width: 9999999px;
		margin-bottom: 8px;
	}
	.page-template-food .header-image {
		height: auto;
		padding-top: 20px;
	}
	.restaurant-menus {
		margin: 0px;
	}
	.header-image p.tagline {
		margin-bottom: 20px;
	}
	.gallery .grid-item.rectangle:hover:after {
		max-width: 100%;
	}
	.page-template-food .bookARoom.col-sm-6, .bookATable.col-sm-6 {
		padding: 8px 0;
	}
	.home-box-inner {
		padding: 20px;
		margin: 20px 0;
		text-align: left;
	}
	.with-border {
		margin-bottom: 20px;
	}
	.leftSec .home-box-inner, .leftSec .article-inner {
		float: none;
		clear: both;
		padding: 20px;
		margin: 20px 0;
		min-height: 120px;
	}
	.home-box-inner h3 {
		font-size: 21px;
	}
	.flowerOne {
		background-size: 88px;
	}
	.badges-bar ul li img {
    width: 50px;
	}
	.badges-bar li {
	    margin-right: 15px;
	}
	.badges-bar ul {
	    text-align: center;
	}
	.footer-bottom li {
		display: block;
		padding: 10px 0;
	}
	.footer-bottom a {
		padding: 0;
		border-right: none;
	}
	.section-full-width .home-box-inner {
	    padding: 25px 15px;
    	text-align: center;
	}
	.home.page .section-full-width {
		height: auto;
	}
	.home .header-image {
		padding-top: 160px;
		margin-top: 0;
	}
	.masthead {
		position: relative;
		max-height: none;
	}
	.booksing.stay, nav.navbar.navbar-default.stay {
		position: relative;
		top: auto;
	}
	.page-content-area .gallery, .page-content-area .row.gallery {
		margin: 14px auto;
		max-width: 280px;
	}
	.gallery .grid-item.rectangle, .gallery .grid-item.square {
		overflow: hidden;
		max-height: 180px;
		max-width: 280px;
	    width: 100%;
	}
	.gallery .grid-item img {
		height: auto;
	}
	.gallery .grid-item.rectangle:hover:after, .gallery .grid-item.square:hover:after {
	    height: 100%;
	    width: 100%;
	}
}
@media (max-width: 300px){
	.badges-bar li {
		display: block;
		margin: 0;
		text-align: center;
	}
}


.gift-vouchers {
	margin-top: 10px;
}

.gift-vouchers .left {
	float: left;
}

.gift-vouchers .right {
	float: left;
	margin-left: 20px;
}

.gift-vouchers .right p {
	margin-bottom: 10px;
}

.button {
	background-color: #BA955E;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 8px 40px;
	display: inline-block;
	border: 1px solid transparent;
}

.button:hover {
	background-color: #fff;
	border: 1px solid #BA955E;
	color: #BA955E;
	cursor: pointer;
}

.button a {
	color: #fff;
	text-decoration: none;
}

.button:hover a {
	color: #BA955E;
}

.remodal {
	background: transparent;
}

.remodal-close {
	color: #fff;
	right: 0;
	left: initial;
}

.remodal-wrapper.remodal-is-opened {
	z-index: 1000;
}

.remodal-overlay {
	background: rgba(173, 187, 152, 0.94);
}

.remodal-overlay.remodal-is-opened {
	z-index: 999;
}

/* These !important modifiers are here because the booking widget is terrible written and can't be overridden properly */
.dmn-form {
	border: none !important;
	margin: 0 auto;
	text-align: center;
	color: #fff !important;
	width: 100% !important;
}

.dmn-form .main-inputs {
	margin-top: 30px;
}

.dmn-form h1 {
	font: 24px 'Lora', serif !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

.dmn-form input, .dmn-form select {
	width: 100% !important;
	height: 40px !important;
}

.dmn-form label, .dmn-form input, .dmn-form select, .dmn-form .btn.submit {
	font: 14px "Open Sans", sans-serif !important;
}

.dmn-form input {
	padding: 0 0 0 5px !important;
}

.dmn-form .btn.submit {
	background: #fff;
	color: #ADBB98;
	border: none;
	font: inherit;
	padding: 10px;
	text-shadow: none;
	width: 100% !important;
}

.dmn-form .btn.submit:hover {
	background: #fff;
	color: #ADBB98;
}

@media (min-width: 768px) {
	.dmn-form {
		width: 500px !important;
	}

	.dmn-form label {
		width: 200px !important;
		float: left !important;
		text-align: left !important;
	}

	.dmn-form input, .dmn-form select {
		height: 40px !important;
	}

	.dmn-form input {
		width: 293px !important;
	}

	.dmn-form select, .dmn-form .btn.submit {
		width: 300px !important;
	}

	.dmn-form .btn.submit {
		width: 100% !important;
	}
}
