/*******************************************************************
	CONTENT
*******************************************************************/

#masthead {
	height: 600px ;
}

h1:after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 33%;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background: #98002e;
}

#backstretch {
	position: relative;
	z-index: 10;
}

.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;
}

#displayCalendarText {
	display: none;
}

.side h2 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	text-align: center;
}

.side table {
	width: 100%;
}

.side table tr td:last-of-type {
	font-weight: bold;
}

.side em {
	font-size: 12px;
}

@media handheld, only screen and (max-width: 1080px) {
	.side h2 {
		text-align: left;
	}

	.side table {
		width: auto;
	}	
}

/*******************************************************************
	404
*******************************************************************/

.notFound {
	margin-top: 140px;
	text-align: center;
}

@media handheld, only screen and (max-width: 1200px) {
	.notFound {
		margin-top: 180px;
	}
}

/*******************************************************************
	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: url(http://www.ftmyerscandlewood.com/images/bknd.png);
	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);
}

/*******************************************************************
	TABLES
*******************************************************************/
/* Tables */
table {
	background: white;
	margin-bottom: 1.25em;
	border: solid 1px #dddddd;
}
table thead,
table tfoot {
	background: whitesmoke;
	font-weight: bold;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
	font-size: 0.875em;
	color: #222222;
	text-align: left;
}
table tr th,
table tr td {
	padding: 0.5625em 0.625em;
	font-size: 0.875em;
	color: #222222;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: #f9f9f9; }
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
	display: table-cell;
	line-height: 1.125em;
}

/*******************************************************************
	CONTENT
*******************************************************************/

.room-tour {
	float: right;
	width: 100%;
	max-width: 45%;
	margin: 0 0 20px 20px;
}

/*******************************************************************
	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: url(http://www.ftmyerscandlewood.com/images/bknd.png);
	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%;
}

/*******************************************************************
  CONTACT FORM
*******************************************************************/

.form {
	margin: 0 0 20px 0;
}

/* Contact form inputs and text areas*/
.form input[type='text'],
.form textarea {
	max-width: 50%;
	border: 1px solid #cccccc;
	padding: 0.25em 0.5em;
	background-color: white;
	font-family: inherit;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.75);
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Resizes the text area*/
.form textarea {
	width: 90%;
	max-width: 95%;
	height: 150px;
}

/* Removes the Chrome outline on focus, and produces an animation*/
.form input[type='text']:focus, .form textarea:focus {
	-webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
    border-color: #999999;
    outline: none;
}

.form input[type="radio"]:last-of-type {
	margin-left: 25px;
}

/* Submit button for the form*/
.form .submit {
	display: inline-block;
	width: 180px;
	border-style: none;
	padding: 10px 35px 10px 35px;
	background: #2d2a1d;
	font: 16px Raleway, Myriad Pro, Arial, sans-serif;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 2px;
}

.form input[type='text'].captcha_code {
	max-width: 20%;
}

/* Submit hover state*/
.form .submit:hover {
	background: #b30036;
	color: #fff;
	box-shadow:  inset 0px 1px 1px 0px rgba(255,255, 255, 0.2), inset 0px -1px 1px 0px rgba(0,0, 0, 0.2);
	text-decoration: none;
}

/* Contact form error messages*/
.form strong.required, .form div.error {color: #ff0000}

/* Displays a GIF loading animation once the form is submitted*/
.form .throbber {
	display: none;
	padding-left: 10px;
}

/* Surrounds the inputs witha  red border if an error is found on submit*/
.form input.error,.form textarea.error {border: 1px solid #ff0000}

/* Hides error messages above individual inputs*/
.form p.error {display: none !important}

/* The contact form success container. Displays a thank-you messgae*/
.form_success {
	display: none;
}

/* GIFT CERTIFICATES FORM */

.form.gift .box {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0;
}

.form.gift input[type='text'] {
	max-width: 80%;
}

.form.gift input[type='text'].short {
	max-width: 20%;
}

.form.gift input[type='text'].captcha_code {
	max-width: 60%;
}

.form.gift span {
	display: inline;
	font-size: 16px;
}

.form.gift p.item {
	display: inline-block;
	width: 33%;
}

.form.gift p.block {
	display: block;
	width: 99%;
}

.form.gift #messageCount {
	color: #787878;
	font-size: 14px;
	font-style: italic;
}

@media handheld, only screen and (max-width: 880px) {
	.form.gift p.item {
		display: inline-block;
		width: 49%;
	}
}

@media handheld, only screen and (max-width: 580px) {
	.form.gift p.item {
		display: inline-block;
		width: 99%;
	}
}

/*******************************************************************
	RECIPES (BLOG MODULE)
*******************************************************************/

.recipes #articles {
	margin: 30px 0 50px 0;
}

.recipes .articleList #articles article {
	display: inline-block;
	margin: 1% 1% 0 0;
	width: 48%;
}

.recipes .articleList #articles article a {
	border: 2px solid #DDDDDD;
	display: block;
	padding: 20px 0;
	text-decoration: none;
}

.recipes .articleList #articles article a:hover {
	border-color: #98002e;
}

.recipes .articleList #articles article h2 {
	font-size: 15px;
	margin: 0;
	text-align: center;
}

.recipes #articles article h1 {
	margin: 0 0 20px 0;
}

.recipes #articles article time {
	display: block;
	font-style: italic;
	margin: 0 0 20px 0;
	text-align: center;
}

.recipes #articles article img {
	display: block;
	height: 100% !important;
	margin: 20px 0;
	width: 100%;
}

.recipes #articles article iframe {
	width: 100%;
}

.recipes #articles article .articles-gallery {
	margin: 20px 0;
}

.recipes #content .sidebar .logos {
	border-top: none;
	padding-top: 0;
}

@media handheld, only screen and (max-width: 950px) {
	.recipes .articleList #articles article {
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
	}
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1080px) {
	#masthead {
		height: 250px;
	}

	.amenities span {
		width: 40%;
	}
}

@media handheld, only screen and (max-width: 600px) {

	.form a.reload {
		display: block;
	}

	.form .submit {
		margin: 0 auto;
	}
}

@media handheld, only screen and (max-width: 540px) {
	.locImage,
	.locInfo {
		float: none;
		text-align: center;
		width: 100%;
	}

	.locImage {
		margin: 0 auto 10px auto;
		max-width: 210px;
	}

	.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;
	}
}