html, body {
	height: 100%;
	min-height: 700px;
}
body{
	top:-2px;
}

.page #content .entry-content, .blog #content .entry-content, .single #content .entry-content, .archive #content .entry-content {
	top: 5em;
}
.video-section {
    position:relative;
    top: -24px;
}
.video-section .pattern-overlay {
    padding: 110px 0 32px;
    min-height: 760px; 
/* Incase of overlay problems just increase the min-height*/
}

.video-section .buttonBar{display:none;}
    .player {font-size: 1px;}

#make-reservation {
	z-index: 9999;
}

.callus {
	margin-top: 20px;
	display: block;
	font-size: 22px;
}

a.anchor {
	position: absolute;
	margin-top: -120px;
}


.disclaimer{
	font-size: 14px;
	line-height: 16px;
}

h4.event-title{
	text-transform: uppercase;
	-moz-text-shadow: 1px 1px 1px #3b3b3b;
	-webkit-text-shadow: 1px 1px 1px #3b3b3b;
	text-shadow: 1px 1px 1px #3b3b3b;
	margin: 10px 0px 5px 0px;
}

div#maximize {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 100%;
	background: url(../images/opencloseribbon.png) no-repeat;
	background-position-x: 0px;
}

.expandbutton.open {
	background-position-y: 0px !important;
}

.expandbutton.close {
	background-position-y: -40px !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

#content::after {
	background-color: #76a05d;
}

body.single {
	background: url(../images/woodbg.jpg) no-repeat 0 0;
	background-size: cover;
}

a.button {
	max-width: 400px;
	display: block;
	padding: 7px 15px;
	text-decoration: none !important;
	color: #5c5c5c;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
	border: solid;
	border-color: rgba(0,0,0,.1);
	border-width: 1px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	background-color: #fbfbfc;
	background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
	background-image: -ms-linear-gradient(top,#fff,#f6f6f6);
	text-align: center;
	margin: 0 auto;
}

a.reserve-button{
	display:inline-block;
	font-size: 15px;
	padding: 5px 10px;
}

.nav ul.sub-menu li a {
	padding: 0 0 0 40px;
}

.gfield input, .gfield textarea {
	border: 1px solid #f2f2f2;
	background: #eee;
	color: #333;
	font-size: 18px !important;
}

.hentry.type-post .entry-content a {
	color: #ccc;
	text-decoration: underline;
}

div.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
	z-index: 99999 !important;
}

.menu-buttons .col-xs-6 {
	padding: 3px;
}

@media screen and (max-height: 900px) {

	#sidebar-menu.collapsed .nav ul li a, #sidebar-menu .nav ul li a {
		height: 56px;
	}

	.nav ul li a {
		background-position: 35px 3px !important;
		background-repeat: no-repeat;
		background-size: auto 100px !important;
	}
	
	.nav ul li a:hover {
		background-position: 35px -47px !important;
	}
	
	#sidebar-menu .nav ul li a {
		height: 56px;
		line-height: 56px;
		font-size: 18px;
	}
	
	.callus {
		font-size: 20px;
	}
	
	.copyright {
		font-size: 16px;
	}

}


@media screen and (max-height: 800px) {

	#sidebar-menu.collapsed .nav ul li a, #sidebar-menu .nav ul li a {
		height: 46px;
	}

	.nav ul li a {
		background-position: 40px 5px !important;
		background-repeat: no-repeat;
		background-size: auto 80px !important;
	}
	
	.nav ul li a:hover {
		background-position: 40px -35px !important;
	}
	
	#sidebar-menu .nav ul li a {
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}

	.callus {
		font-size: 18px;
	}
	
	.copyright {
		font-size: 14px;
	}

}

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

	.page #content .entry-content {
		top: 1em;
	}

	.logo-wrapper img.visible-xs {
		margin: 10px;
		width: 60px;
	}
	
	/* .make-reservation-btn {
		padding-top: 25px;
	} */
	
	.navmenu, .navbar-offcanvas {
		width: 260px;
	}
	
	#sidebar-menu.collapsed .nav ul li a, #sidebar-menu .nav ul li a {
		height: 46px;
	}

	.nav ul li a, .nav ul li a:hover {
		background-position: 20px 5px !important;
		background-repeat: no-repeat;
		background-size: auto 80px !important;
		padding: 0 0 0 80px;
	}
	
	.nav ul li ul.sub-menu {
		display: block !important;
	}
		
	.nav ul li ul.sub-menu li a {
		background: none transparent !important;
		color: #eee !important;
		padding-left: 80px !important;
	}
	
	.nav ul li ul.sub-menu li {
		background: none transparent !important;
	}
	
	
	#sidebar-menu .nav ul li a {
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
	
	header.entry-header {
		position: relative !important;
	}
	
	#sidebar-menu {
		/*position: fixed;*/
		right: 0;
		left: 0;
		/*height: 70px*/
	}
	#content {
		/*margin-top: 70px;*/
	}
	.navigation-wrapper {	
		background: url(../images/menubg.jpg) repeat 0 0 #0a1e2e;
	}
	
}
