/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 50px 20px;
	background: #fff;
	box-shadow: 0 -2px 0px rgba(0,0,0,0.2);
}

#content .stack  {
	max-width: 1024px;
	margin: 0 auto;
}

h1:after {
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 75%;
	bottom: 0;
	background: rgba(3,57,74, 0.5);
	transform: translateX(-50%);
}

/*******************************************************************
  ACCESSIBILITY
*******************************************************************/

#accessibility h2 {
	margin-top: 30px;
}

#accessibility .accordion h4 {
	margin: 0 0 1px 0;
}

#accessibility .accordion h4 a:link,
#accessibility .accordion h4 a:visited {
	background: #03394a;
	color: #FFF;
	display: block;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
}

#accessibility .accordion h4 a:hover,
#accessibility .accordion h4 a:focus {
	background: #FFF;
	color: #03394a;
}

#accessibility .accordion h4 a:focus {
	outline: 1px solid #03394a;
}

#accessibility .accordion div {
	display: none;
	padding: 10px;
}

#accessibility hr {
	background: #000;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#masthead {
	height: 600px;
}

@media handheld, only screen and (max-width: 1140px) {
	#masthead {
		height: 350px;
		margin-top: 0 !important;
	}
}

@media handheld, only screen and (max-width: 560px) {
	#masthead {
		height: 200px;
	}
}

.special-list {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0% 0%;
	padding: 5px 25px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}

.stack ul:first-child {
	margin-top: 0;
}

.content > ul {
	-moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.single-list.content > ul {
	-moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
    -webkit-column-gap: normal; /* Chrome, Safari, Opera */
    -moz-column-gap: normal; /* Firefox */
	column-gap: normal;
}

.single-list.content > ul li {
	margin-bottom: 1em;
}

.single-list.content > ul li ul li {
	margin-bottom: 0;
}

#displayCalendarText {
	display: none;
}

.side h2 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	text-align: center;
}

.side #content table {
	width: 100%;
}

.side #content table tr td:last-of-type {
	font-weight: bold;
}

.side em {
	font-size: 12px;
}

.dining-photos {
	text-align: center;
}

.dining-photos a {
	text-decoration: none;
}

.dining-photos img {
	width: 32%;
	border: solid #03394a 3px;
	padding: 5px;
}

.dining-photos img:hover {
	border-color: #ed4541;
}

@media handheld, only screen and (max-width: 500px) {
	.dining-photos img {
		width: 49%;
	}
}

@media handheld, only screen and (max-width: 1080px) {
	.side h2 {
		text-align: left;
	}

	.side #content table {
		width: auto;
	}	
}

.sponsor-featured img {
	display: block;
	margin: 60px auto;
}

.image-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/********************************************************************
  STAFF
*******************************************************************/

.innerBoxStaff {
	clear: both;
	overflow: hidden;
}

.innerBoxStaff {
	border-bottom: 1px solid #bfb35f;
	padding-bottom: 30px;
}

.innerBoxStaff h2 {
	margin: 50px 0 5px 0;
	text-transform: none;
}

.innerBoxStaff h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	text-transform: none;
}

.innerBoxStaff img {
	float: right;
	margin: 30px 0 30px 30px;
	padding: 3px;
	max-width: 25%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.innerBoxStaff .bioPhoto {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	float: right;
	margin: 30px 5px 30px 30px;
	height: 375px;
	width: 250px;
}

#megan.innerBoxStaff .bioPhoto { background: url('../images/bio-megan.jpg') no-repeat; }
#megan.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#angela.innerBoxStaff .bioPhoto { background: url('../images/bio-angela.jpg') no-repeat; }
#angela.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#abby.innerBoxStaff .bioPhoto { background: url('../images/bio-abby.jpg') no-repeat; }
#abby.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#cortney.innerBoxStaff .bioPhoto { background: url('../images/bio-cortney.jpg') no-repeat; }
#cortney.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#kelly.innerBoxStaff .bioPhoto { background: url('../images/bio-kelly.jpg') no-repeat; }
#kelly.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#kim.innerBoxStaff .bioPhoto { background: url('../images/bio-kim.jpg') no-repeat; }
#kim.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lauri.innerBoxStaff .bioPhoto { background: url('../images/bio-lauri.jpg') no-repeat; }
#lauri.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lina.innerBoxStaff .bioPhoto { background: url('../images/bio-lina.jpg') no-repeat; }
#lina.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lindsay.innerBoxStaff .bioPhoto { background: url('../images/bio-lindsay.jpg') no-repeat; }
#lindsay.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#mallory.innerBoxStaff .bioPhoto { background: url('../images/bio-mallory.jpg') no-repeat; }
#mallory.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#mayra.innerBoxStaff .bioPhoto { background: url('../images/bio-mayra.jpg') no-repeat; }
#mayra.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#rose.innerBoxStaff .bioPhoto { background: url('../images/bio-rose.jpg') no-repeat; }
#rose.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#sandy.innerBoxStaff .bioPhoto { background: url('../images/bio-sandy.jpg') no-repeat; }
#sandy.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

@media handheld, only screen and (max-width: 1050px) {
	#staff .sidebar {
		display: none;
	}

	#staff .page-content {
		margin: 0;
		padding: 0 40px;
		width: 100%;
	}
}

@media handheld, only screen and (max-width: 700px) {
	.innerBoxStaff .bioPhoto {
		float: none;
		margin: 40px auto 0 auto;
	}
}

/********************************************************************
  ROOMS
*******************************************************************/
.rooms .photo {
	width: 100%;
	position: relative;
	z-index: 5;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	line-height: 0;
}

.rooms .gallery a.visible {
	display: block;
	width:  auto;
	max-width: none;
	height: auto;
		-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}


.rooms .gallery a.visible:hover {
	filter: brightness(1.2);
}


/*******************************************************************
	ACCORDIONS
*******************************************************************/

#accordion {
	margin: 20px 0;
}

#accordion > * {
	display: none;
}

#accordion h2 {
	display: block;
	color: #7e7f74;
	cursor: pointer;
	margin: 10px 0;
	padding: 10px;
	font-size: 20px;
}

#accordion h2:hover {
	color: #d96009;
}

#accordion > div {
	display: none;
	margin: 10px auto;
	clear: both;
	overflow: hidden;
}

#accordion > div .side {
	float: right;
	margin: 0 5px 0 45px;
	overflow: visible;
	width: 310px;
}

#accordion h3 {
	margin-top: 30px;
}

#accordion h3:first-child {
	margin-top: 0;
}

@media handheld, only screen and (max-width: 1050px) {
	#accordion h2 {
		max-width: 100%;
	}
}

/*******************************************************************
	SPECIALS
*******************************************************************/

#specials .special {
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
	margin: 20px 0;
	padding: 20px 25px 15px 25px;
}

#specials .special:nth-child(even) a:link,
#specials .special:nth-child(even) a:visited,
#specials .special:nth-child(even) h2,
#specials .special:nth-child(even) h3 {
	color: #fff;
}

#specials .special:nth-child(even) {

	background: #0c4b5f;
	color: #fff;
	border-radius: 10px;
}

#specials .special:first-child {
	margin-top: 50px;
}

#specials .special:last-child {
	border-bottom: none;
	margin-bottom: 50px;
}

#specials h2 {
	margin-top: 0;
}

#specials .photoborder {
	max-width: 33%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}


/*******************************************************************
	CONTACT FORM
*******************************************************************/

#content .form {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 text-align: left;
}

#content .form legend {
	margin: 0;
}

#content .form .form-section {
	 margin: 20px 0;
}

#content .form label {
	 display: inline-block;
}

#content .form span {
	 display: block;
	 font-size: 14px;
}

#content .form fieldset,
#content .form p {
	 flex: 0 0 49%;
	 margin: 10px 0;
	 padding: 0;
	 border: none;
}

#content .form .width.full,
#content .form h3 {
	 flex: 0 0 100%;
}

#content .form input[type='text'],
#content .form input[type='password'],
#content .form input[type='email'],
#content .form select, .form textarea {
	 width: 100%;
	 border: 1px solid #eaeaea;
	 padding: 0 8px;
	 background: #fff;
	 color: #505050;
	 vertical-align: middle;
	 box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	 border-radius: 5px;
}

#content .form input[type='text']:focus,
#content .form input[type='password']:focus,
#content .form input[type='email']:focus,
#content .form select:focus,
#content .form textarea:focus {
	 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	 -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	 box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	 outline: none;
}

#content .form input[type='text'].error,
#content .form input[type='password'].error,
#content .form input[type='email'].error,
#content .form select.error,
#content .form textarea.error {
	 border: 1px solid #f00;
}

#content .form input[type='text'],
#content .form input[type='password'],
#content .form input[type='email'] {
	 height: 35px;
}

#content .form select {
	 height: 35px;
}

#content .form label + input[type="text"],
#content .form label + input[type="password"],
#content .form label + textarea,
#content .form label + select {
	 display: block;
}

#content .form select input[type="radio"] + label,
#content .form input[type="checkbox"] + label {
	 display: inline;
}

#content .form textarea {
	 height: 150px;
	 padding: 10px;
}

#content .form .submit,
#content .form input[type="submit"] {
	 display: inline-block;
	 padding: 5px 25px;
	 background: #ed4541;
	 border: 2px solid #ed4541;
	 font: 18px/30px Raleway, Myriad Pro, Arial, sans-serif;
	 color: #fff;
	 margin-bottom: 5px;
	 text-transform: uppercase;
	 text-decoration: none;
	 border-radius: 3px;
	 -webkit-transition: all 0.15s;
	 -o-transition: all 0.15s;
	 transition: all 0.15s;
	 text-align: center;
}

#content .form .submit:hover,
#content .form .submit:focus,
#content .form input[type="submit"]:hover,
#content .form input[type="submit"]:focus {
	background: #fff;
	color: #ed4541;
}


#content .form .throbber {
	 display: none;
	 padding-left: 10px;
}

#content .form input.error,
#content .form textarea.error {
	 border: 1px solid #f00;
}

#content .form strong.required {
	 color: #c73232;
}

#content .form div.error {
	 flex: 0 0 100%;
	 color: #c73232;
}

#content .form p.error {
	 display: none !important;
}

#content .form.requesting {
	 opacity: 0.5;
}

#content .form.form-success {
	 display: block;
	 max-height: 0;
	 opacity: 0;
	 margin: 0;
	 transition: all 0.5s ease-in-out;
}

/* The contact form success container. Displays a thank-you messgae*/
#content .form_success {
	 display: none;
	 border-radius: 5px;
	 background: #03394a;
	 color: #fff;
	 max-height: none;
	 margin: 30px 0 30px 0;
	 font-size: 1rem;
	 padding: 20px;
	 text-align: center;
}

#content .form_success.form-success {
	 display: block;
	 opacity: 1;
	 max-height: 500px;
	 transition: all 0.9s ease-in-out;
}

#content .robotic {
	 display: none;
}

@media handheld, only screen and (max-width: 620px) {
	#content .form fieldset,
	#content .form p {
		flex: 0 0 100%;
	}
}


/*******************************************************************
	TABLES
*******************************************************************/
/* Tables */
#content table {
	width: 100%;
	background: white;
	margin-bottom: 1.25em;
	border: solid 1px #dddddd;
}
#content table thead,
#content table tfoot {
	background: whitesmoke;
	font-weight: bold;
}
#content table thead tr th,
#content table thead tr td,
#content table tfoot tr th,
#content table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
	font-size: 0.875em;
	color: #222222;
	text-align: left;
}
#content table tr th,
#content table tr td {
	padding: 0.5625em 0.625em;
	font-size: 0.875em;
	color: #222222;
		color: #222222;
	text-align: left;
}
#content table tr.even, #content table tr.alt, #content table tr:nth-of-type(even) {
	background: #f9f9f9; }
#content table thead tr th,
#content table tfoot tr th,
#content table tbody tr td,
#content table tr td,
#content table tfoot tr td {
	display: table-cell;
	line-height: 1.125em;
}

#content .stack table { width: 100%; }
.st-head-row { padding-top: 1em; text-align: center;}
.st-head-row.st-head-row-main { font-size: 1.5em; text-align: center;; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

/*******************************************************************
	VIDEOS INTERNAL
*******************************************************************/



.videos-internal { 
	margin: 0 auto;
	min-height: 300px;
}

.videos-internal .item {
	position: relative;
	height: 280px;
	margin: 10px;
	width: 280px;
}

.videos-internal .video-content {
	opacity: 1;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.videos-internal .item:hover .video {
	padding: 20px 10px;
}

.videos-internal h2.name {
	color: #fff;
	margin: 0;
	font: bold 16px Lato, Myriad Pro, sans-serif;
	text-transform: uppercase;
}

.videos-internal h3.brand {
	color: #fff;
	margin: 0;
	font: 16px Lato, Myriad Pro, sans-serif;
	text-transform: uppercase;
}

.videos-internal a:link, .videos-internal a:visited {
	text-decoration: none;
}

.videos-internal .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
		-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.videos-internal .location:hover img {
	filter: brightness(110%) contrast(110%);
}

/*******************************************************************
	TESTIMONIALS
*******************************************************************/

#content #testimonials .testimonial-item {
	margin: 20px 0;
	padding: 20px 25px 15px 25px;
}

#content #testimonials .testimonial-item:nth-child(even) a:link,
#content #testimonials .testimonial-item:nth-child(even) a:visited,
#content #testimonials .testimonial-item:nth-child(even) h2,
#content #testimonials .testimonial-item:nth-child(even) h3,
#content #testimonials .testimonial-item:nth-child(even) h4 {
	color: #fff;
}

#content #testimonials .testimonial-item:nth-child(even) {
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 10px; 
}

#content #testimonials .testimonial-item:first-child {
	margin-top: 50px;
}

#content #testimonials .testimonial-item:last-child {
	border-bottom: none;
}

#content #testimonials .testimonial-item h2 {
	margin-top: 0;
}

.testimonials .quotes {
	display: none;
}

.testimonial-sender {
	text-align: right;
	font: 600 18px Libreville Baskerville, Georgia, serif;
	margin: 0 0 10px 0;
}
/*******************************************************************
  GALLERY
*******************************************************************/

.gallery {
	text-align: center;
}

.magnific.gallery:after {
	content: ' ';
	display: inline-block;
	width: 100%;
}


.gallery a.visible {
			max-width: 32%;
	box-shadow: none;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom: 1%;
	display: inline-block;
		font-size: 0;
}

.photoborder .gallery a.visible {
	max-width: none;
}

/*******************************************************************
	FLEX
*******************************************************************/
.flex-video {
	position: relative;
	padding-top: 1.5625em;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1em;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*******************************************************************
	SPONSORS
*******************************************************************/

.sponsors {
	margin-bottom: 3rem;
}

.sponsors a.sponsors-item {
	display: inline-block;
	margin-bottom: 20px;
}

.sponsors.platinum a.sponsors-item {
	width: 22%;
	margin-right: 2%;
}

.sponsors.gold a.sponsors-item {
	width: 15%;
	margin-right: 2%;
}

.sponsors a.sponsors-item:last-of-type {
	margin-right: 0;
}

#content .sponsors a.sponsors-item:hover,
#content .sponsors a.sponsors-item:focus {
	background-color: transparent;
	outline: 2px solid #c0a511;
	outline-offset: 2px;
}

@media handheld, only screen and (max-width: 768px) {
	.sponsors.platinum a.sponsors-item {
		width: 29%;
		margin-right: 2%;
	}

	.sponsors.gold a.sponsors-item {
		width: 20%;
		margin-right: 2%;
	}
}

@media handheld, only screen and (max-width: 512px) {
	.sponsors.platinum a.sponsors-item {
		width: 50%;
		margin: 0 auto;
		display: block;
	}

	.sponsors.gold a.sponsors-item {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 540px) {

	.gallery a.visible {
		max-width: 49%;
	}
}

/*******************************************************************
  PRINT MEDIA QUERY (PRIMARILY FOR RECIPES PAGES)
*******************************************************************/

@media print {
	header,
	#masthead,
	#content .button,
	footer {
		display: none;
	}

	body,
	#content {
		font-size: 14px;
		line-height: 28px;
	}
	
	#content {
		padding: 0 20px;
	}

	h1 {
		font-size: 24px !important;
	}
	
	h2 {
		font-size: 18px !important;
	}
}



.center-photo-text {
	text-align: center;
}