/*
Theme Name: oldtaos
Theme URI: http://www.oldtaos.com/
Author: Rezserve Team
Author URI: http://www.rezserve.com/
Description: A custom theme for Rezserve Booking Engine sites.
Version: 1.0-wpcom

Text Domain: oldtaos
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation / Header
	5.1 Links
	5.2 Menus
	5.3 Local Nav Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.something-italic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
h1, .entry-title, .page-title {
	font-family: "Arapey", Georgia, "Times New Roman", serif;
}
.testimonial > p,
.rez-reviews .review .review-unit {
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
.entry-title,
.page-title {
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: .5px;
}
h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 15px 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0 15px;
	color: #332b1f;
	text-transform: uppercase;	
}
	@media screen and (min-width: 768px) {
		h1,
		.entry-title,
		.page-title {
		  font-size: 40px;
		  line-height: 40px;
		  letter-spacing: 1px;
		}
		h2 {
		  font-size: 28px;
		  line-height: 30px;
		}
		h3 {
			font-size: 18px;	
		}	
	}

h4 {
  color: #008080;
  font-weight: 700;
  text-transform: uppercase;
}
p {
	margin-bottom: 1.5em;
}
.section-title {
  border-bottom: 1px solid #737375;
  margin: 30px 0 20px;
  padding-bottom: 5px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation / Header
--------------------------------------------------------------*/

.site-branding {
	text-align: center;
	padding: 10px;
	background-color: #362e23;
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	margin: 0;
	position: relative;
}

.site-title {
	margin: 0;
}
.site-title a {
	font-size: 20px;
	color: #fff;
	margin: 0;
	display: block;
	text-indent: -9999px;
	background: url('images/old-taos-new-logo-shdw-sans.png') no-repeat 0 0 #332b1f;
	width: 182px;
	height: 42px;
}
	@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {
	   .site-title a {
		   	background-image: url('images/old-taos-new-logo-shdw-sans-x2.png');
			background-size: 182px 42px;
	   }
	}
.site-title a:hover {
	text-decoration: none;
}
.site-description {
  display: none;
}
.site-header .site-nav-block {
	background: #fff;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.site-header .desktop-nav {
	display: none;	
}
.oldie .site-header-wrap {
	width: 270px;
}

/* phone button */
.phone-number-button {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  display: inline-block;
  padding: 8px 0;
  width: 85px;
  text-align: center;
  position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -18.5px;
}
.phone-number-button .phone-icon {
  background-image: url("images/rez/general-sprite.png");
  background-position: -77px -2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: -5px 5px 0 0;
  vertical-align: middle;
  width: 14px;
}

/* main menu navbar layout (styles in section 5.2) */
#site-navigation {
	text-align: right;
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999;	
}
#site-navigation .menu-toggle {
  position: absolute;
  right: 0;
  top: -45px;
}
#site-navigation .menu-primary-container {
	clear: both;
	width: 100%;	
}
@media (max-width: 767px) {
	#site-navigation > .container {
	  padding: 0;
	}	
}
.site-tagline {
  background-color: #262017;
  border-bottom: 1px solid #332c21;
  border-top: 1px solid #1d170e;
  color: #8f877a;
  font-size: 9px;
  font-style: italic;
  font-weight: 400;
  height: 45px;
  letter-spacing: 0.5px;
  line-height: 10px;
  padding: 16px 10px;
  text-transform: uppercase;
  width: 100%;
}
	@media (min-width: 360px) {
		.site-tagline {
			font-size: 10px;	
		}
	}

	
	@media screen and (min-width: 768px) {
		hr.shadow {
		  background: url("images/rez/shadow-hr-repeat-x.png") repeat-x scroll 0 bottom transparent;
		  height: 4px;
		  margin: 0;
		  position: relative;
		  width: 100%;
		  z-index: 1;
		}
		/* homepage header/nav */
		.site-header {
			min-height: 69px;
			position: absolute;
			width: 100%;
			z-index: 99;
		}
		.home .site-header:before {
			content: none;	
		}
		.site-header .site-nav-block {
		  background: transparent;
		  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
		  margin: 0;
		  text-align: center;
		  width: 100%;
		}
		.site-header .mobile-navbar {
			display: none;	
		}
		.site-header .desktop-nav {
			display: block;	
		}
		.site-header-wrap {
			width: 270px;
			position: absolute;
			top: 0;
			padding-top: 145px; /*offsetting absolute logo pos*/
		}
		
		.site-tagline {
		  line-height: 12px;
		  padding: 8px 45px;
		}
		.site-description {
		  display: block;
		  float: right;
		  font-size: 10px;
		  letter-spacing: 0.25px;
		  margin: 5px 0 0;
		  text-transform: uppercase;
		}
		
		.social-links {
		  background: url("images/social-link-sm-fpo.png") no-repeat scroll 0 0 transparent;
		  float: right;
		  height: 15px;
		  margin-left: 10px;
		  width: 35px;
		}
		.site-branding {
			text-align: center;
			padding: 10px;
			background-color: #362e23;
			box-shadow: 0 0 8px rgba(0,0,0,.4);
			margin: 0;
			position: absolute;
			top: 0;
			width: 100%;
			padding: 10px;
		}
		.site-title a {
			border: 1px solid #443a2b;
			display: block;
			margin: 0 auto;
			width: 100%;
			height: 125px;
			background-position: 51% center;
		}
		.site-title:after {
		  background: url('images/logo-decoration.png') no-repeat 0 0 transparent;
		  bottom: 10px;
		  content: "";
		  display: block;
		  height: 20px;
		  left: 50%;
		  position: absolute;
		  transform: translate(-50%, 0px);
		  width: 52px;
		}
		/* Inner page header/nav */
		.inner-page .site-header {
		  min-height: auto;
		  position: static;
		  width: 100%;
		  z-index: 1;
		}
		.inner-page .site-branding {
			padding: 0 10px 10px;	
		}
		
		.inner-page .has_featured_img .site-header {
			position: absolute;
			top: 0;
			left: 0	
		}
		.inner-page #site-navigation {
		  background-color: #272017;
		  float: left;
		  padding-top: 37px;
		  position: relative;
		  text-align: right;
		  width: 100%;
		  z-index: 1;
		}
		.inner-page #site-navigation .menu-primary-container {
		  clear: both;
		  float: right;
		  width: auto;
		  position: relative;
		}
		.inner-page .site-title a {
		  background-position: 54% 24px;
		  border-top: 0 none;
		  height: 90px;
		}
		.inner-page .utility-bar {
		  background: none;
		  position: absolute;
		  width: 100%;
		  padding: 2px 0;
		  color: #f5f5f5;
		}
		.inner-page .site-description {
		  display: block;
		  float: right;
		  font-size: 10px;
		  font-weight: 700;
		  letter-spacing: 0.25px;
		  margin: 0;
		  text-transform: uppercase;
		}
		.inner-page .site-header-wrap {
			width: 238px;
			position: absolute;
		  top: 0;
		  padding-top: 100px;
		  z-index: 2;	
		}
		.inner-page .main-navigation:before,
		.inner-page .main-navigation:after {
			display: table;
			clear: both;
			content: "";	
		}
		.inner-page .main-navigation li {
		  display: block;
		  float: left;
		  text-align: center;
		}
		.inner-page .main-navigation .menu-item-has-children > a {
		  padding-right: 22px;
		  position: relative;
		}
		.inner-page .main-navigation .menu-item-has-children > a:after {
		  border-left: 5px solid rgba(0, 0, 0, 0);
		  border-right: 5px solid rgba(0, 0, 0, 0);
		  border-top: 5px solid #625d55;
		  content: "";
		  display: block;
		  margin-top: -2px;
		  position: absolute;
		  right: 10px;
		  top: 50%;
		}
		.inner-page .main-navigation > .container {
		  position: relative;
		}
		.inner-page .site-header .phone-number {
		  color: #6f675a;
		  position: absolute;
		  right: 15px;
		  top: -31px;
		  z-index: 2;
		  font-size: 13px;
		  letter-spacing: .75px;
		}
		
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.inner-page .site-header-wrap {
			padding-top: 10px;	
			width: auto;
		}
		.inner-page .site-header .site-nav-block {
			box-shadow: none;	
		}
		.inner-page .site-branding {
		  background: transparent;
		  box-shadow: none;
		  width: auto;
		  padding: 0;
		  position: relative;
		  float: left;
		}
		.inner-page .site-title:after {
			content: none;	
		}
		.inner-page .site-title a {
			background: url("images/old-taos-new-logo-sans-horiz.png") no-repeat scroll 0 0 transparent;
			border: none;
			height: 15px;
    		width: 239px;
			margin: 0;
		}
		.inner-page .site-tagline {
		  background-color: transparent;
		  border-bottom: none;
		  border-top: none;
		  padding: 0;
		  height: auto;
		  float: left;
		  width:auto;
		   line-height: 14px;
		   margin-left: 5px;
		}
		/* left align nav */
		.inner-page #site-navigation .menu-primary-container {
		  float: left;
		  width: 100%;
		}
		.inner-page .main-navigation li:first-child > a {
			border-width: 0 1px 0 1px;	
		}
	}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/* Link Transitions */
a,
input.button,
input[type="submit"] {
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
	transition: color 200ms ease-out;
	-webkit-transition: color 200ms ease-out;
    -moz-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;		
	outline: none!important;
}

a {
	color: #019590;
}

a:visited {
	color: #006e69;
}

a:hover,
a:focus,
a:active {
	color: #f70f0e;
	outline: none;
}
.button,
input.button,
.button:hover,
input.button:hover,
.button.button-sm,
input.button.button-sm,
.button.button-sm:hover,
input.button.button-sm:hover,
.button.button-primary,
.button.button-primary.button-sm,
input.button.button-primary,
.button.button-primary:hover,
.button.button-primary.button-sm:hover,
input.button.button-primary:hover {
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	text-transform: uppercase;
	font-weight: 400;	
}
.button.button-primary,
.button.button-primary.button-sm,
input.button.button-primary {
	background-color: #e60000;
}
.button,
input.button,
.button:hover,
input.button:hover,
.button.button-primary,
input.button.button-primary,
.button.button-primary:hover,
input.button.button-primary:hover {
	font-size: 14px;
	line-height: 12px;
	padding: 10px 15px;
}
.button.button-sm,
input.button.button-sm,
.button.button-sm:hover,
input.button.button-sm:hover {
	font-size: 12px;
	padding: 5px 8px;
	line-height: 12px;
}
.button.button-primary:hover,
.button.button-primary.button-sm:hover,
input.button.button-primary:hover {
	background-color:  #f70f0e;	
}
.button.button-tool, input.button-tool, input.button-tool[type="button"] {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  border-radius: 2px;
  	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.button.button-tool:hover, .button.button-tool:focus, input.button-tool:hover, input.button-tool:focus, input.button-tool[type="button"]:hover, input.button-tool[type="button"]:focus {
  font-style: normal;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
	@media screen and (min-width: 768px) {
		.main-navigation {
			clear: both;
			display: block;
			float: left;
			width: 100%;
		}	
	}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 0;
}

.main-navigation li {
	display: block;
	position: relative;
}
.home .main-navigation li.home-link {
  display: none;
}
.main-navigation a {
  background: #110d06;
  border-bottom: 1px solid #292217;
  color: #c4bfb7;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-navigation .current-menu-item > a,
.main-navigation .current_page_parent > a  {
  background: #eeeae5;
  color: #272017;
}
.main-navigation .sub-menu .current-menu-item > a,
.main-navigation .sub-menu .current-menu-item > a:hover,
.main-navigation .sub-menu .current_page_parent > a,
.main-navigation .sub-menu .current_page_parent > a:hover {
	color: #fff;
	background: auto;	
}


.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 767px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.menu-toggle {
		cursor: pointer;
	  background: #110d06;
	  border: medium none;
	  border-radius: 0;
	  	-moz-border-radius: 0;
		-webkit-border-radius: 0;
	  box-shadow: none;
	  height: 45px;
	  padding: 14px 11px;
	  width: 45px;
	}
	.menu-toggle .menu-bar {
	  background-color: #eeeae5;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  display: block;
	  height: 3px;
	  margin-bottom: 4px;
	  width: 100%;
	}
	.menu-toggle .menu-bar:last-child {
		margin-bottom: 0;	
	}
	.toggled .menu-toggle .menu-bar {
	  display: none;
	}
	.toggled .menu-toggle:before,
	.toggled .menu-toggle:after {
		 background:#ffffff;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  content: "";
	  height: 3px;
	  width: 25px;
	  position: absolute;
	  top: 50%;
	}
	.toggled .menu-toggle:before {
	  left: 50%;
	  margin: -2px 0 0 -13px;
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.toggled .menu-toggle:after {
	  right: 50%;
	  margin: -2px -12px 0 0;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul ul.sub-menu {
	  display: block;
	  position: relative;
	}
	.main-navigation ul ul.sub-menu:before {
	  border-bottom: 10px solid #262017;
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  content: ".";
	  display: block;
	  position: absolute;
	  right: 20px;
	  text-indent: -9999px;
	  top: -8px;
	}
	.main-navigation ul ul.sub-menu li a {
	  background: none repeat scroll 0 0 #262017;
	  border-bottom: 1px solid #0e0800;
	  color: #cccccc;
	}
}

@media screen and (min-width: 768px) {
	.ie6 .main-navigation ul,
	.ie7 .main-navigation ul,
	.ie8 .main-navigation ul {
		display: block!important;
	}
	/* homepage navigation */
	.main-navigation li {
	  display: inline-block;
	  position: relative;
	  text-align: right;
	}
	.main-navigation li {
	  display: block;
	  text-align: center;
	}
	.main-navigation a {
		background: transparent;
	  color: #222;
	  display: block;
	  font-size: 12px;
	  line-height: 12px;
	  letter-spacing: 0.5px;
	  padding: 10px;
	  text-decoration: none;
	  text-transform: uppercase;
	  font-weight: 400;
	  	border: none;
	}
	
	.main-navigation .menu > ul > li:last-child a {
		padding-right: 0;	
	}
	.main-navigation a {
	  background: #262017;
	  border-bottom: 1px solid #1e1a12;
	  color: #c4bfb7;
	}
	.main-navigation li:hover > a {
		color: #fff;
		background: #1b1710;
	}
	.reservation-link a {
	  background-color: #d83f03;
	  color: #fff;
	  border-bottom: 1px solid #a91001;
	}
	.main-navigation .reservation-link:hover a {
		background-color: #eb4200;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_parent > a  {
	  -webkit-border-radius: 2px 2px 0 0;
	  -moz-border-radius: 2px 2px 0 0;
	  border-radius: 2px 2px 0 0;
	}
	.main-navigation li.current-menu-item:hover > a,
	.main-navigation li.current_page_parent:hover > a  {
	  background-color: #eeeae5;
	  color: #272017;
	}
	.inner-page .main-navigation .current-menu-item > a,
	.inner-page .main-navigation .current_page_parent > a {
		border: none;	
	}
	/* dropdowns */
	
	.main-navigation ul ul {
		position: fixed;
		right: -9999px;
		filter: alpha(opacity=0);
		opacity: 0;
		top: 100%;
		z-index: 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		width: 230px;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;	
	}
	.main-navigation ul li:hover > ul {
	  	position: absolute;
		left: auto;
		right: 0;
		top: 100%;
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 9999;
	}
	.main-navigation ul li:hover > ul {
	  	position: absolute;
		left: 100%;
		right: auto;
		top: 0;
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 9999;
	}
	.main-navigation ul li > ul:before {
	 border-bottom: 10px solid #262017;
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  content: ".";
	  display: block;
	  position: absolute;
	  right: 4px;
	  text-indent: -9999px;
	  top: -6px;
	}
	.main-navigation ul li > ul:before {
	  border-right: 10px solid #262017;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
	  border-left: none;
	  content: ".";
	  display: block;
	  position: absolute;
	  top: 4px;
	  right: auto;
	  text-indent: -9999px;
	  left: -6px;
	}
	.main-navigation ul ul li {
		display: block;	
	}
	.main-navigation ul ul a {
	  color: #bbb;
	  background-color:#262017;	
	  display: block;
	  width: 100%;
	}
	.main-navigation ul ul li:first-child a {
	  border-radius: 0 2px 0 0;
	  	-moz-border-radius: 0 2px 0 0;
		-webkit-border-radius: 0 2px 0 0;
	}
	.main-navigation ul ul li:last-child a {
	  border-radius: 0 0 2px 0;
	  	-moz-border-radius: 0 0 2px 0;
		-webkit-border-radius: 0 0 2px 0;
	}
	.main-navigation ul ul a:hover {
		color: #fff;
		background-color: #1b1710;
	}
	.main-navigation ul ul a:after {
		content: none;
		padding: 0;
	}
	/* inner page nav */
	.inner-page .main-navigation a {
	  border-color: #342c21;
	  border-style: solid;
	  border-width: 0 1px 0 0;
	  font-size: 12px;
	  font-weight: 400;
	  line-height: 12px;
	  padding: 20px 8px;
	}
	.inner-page .main-navigation ul li:hover > .sub-menu {
	  left: auto;
	  right: 0;
	  filter: alpha(opacity=100);
	  opacity: 1;
	  position: absolute;
	  top: 100%;
	  z-index: 9999;
	}
	.inner-page .main-navigation ul li > .sub-menu:before {
	  border-bottom: 7px solid teal;
	  border-left: 7px solid rgba(0, 0, 0, 0);
	  border-right: 7px solid rgba(0, 0, 0, 0);
	  content: "";
	  display: block;
	  left: auto;
	  position: absolute;
	  right: 8px;
	  top: -17px;
	  z-index: 1;
	}
	.inner-page .main-navigation .sub-menu li {
	  float: none;
	  text-align: right;
	}
	.inner-page .main-navigation .sub-menu li a {
	  background-color: teal;
	  border: none;
	  padding: 15px 10px;
	}
	.inner-page .main-navigation .current-menu-item > .sub-menu a,
	.inner-page .main-navigation .current_page_parent > .sub-menu a {
		color: #fff;
	}
	.inner-page .main-navigation .sub-menu li a:hover {
	  background-color: #0b8b8b;
	}
	.inner-page .main-navigation ul ul li:first-child a {
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
	  border-radius: 0;
	}
	.inner-page .main-navigation li.reservation-link {
	  bottom: -50px;
	  position: absolute;
	  right: 0;
	}
	.inner-page .main-navigation li.reservation-link a {
	  border: none;
	  border-radius: 2px;
	  padding: 12px 15px;
	}

}
@media (min-width: 992px) {
	/* inner page nav */
	.inner-page .main-navigation a {
	  font-size: 13px;
	   line-height: 13px;
	   padding: 20px 10px;
	}	
}

/* sticky nav bar */
#sticky-nav-bar {
	display: none;	
}
#sticky-nav-bar .logo {
  background: url('images/old-taos-new-logo-sans-horiz.png') no-repeat 0 0 transparent;
  display: block;
  float: left;
  text-indent: -9999px;
  width: 239px;
  height: 15px;
  margin-top: 14px;
  display: none;
}
	@media (min--moz-device-pixel-ratio: 1.5),
	   (-o-min-device-pixel-ratio: 3/2),
	   (-webkit-min-device-pixel-ratio: 1.5),
	   (min-device-pixel-ratio: 1.5),
	   (min-resolution: 144dpi),
	   (min-resolution: 1.5dppx) {
	   #sticky-nav-bar .logo {
		  background-image: url('images/old-taos-new-logo-sans-horiz-x2.png');
		  background-size: 239px 15px;
		}
	}
@media (min-width: 768px) {
	#sticky-nav-bar {
	  background-color: #272017;
	  display: block;
	  left: 0;
	  position: fixed;
	  top: 0;
	  width: 100%;
	  height: 40px;
	  z-index: 999;
	  margin-top: -40px;
	  -webkit-transition: margin-top .2s ease-in-out;
	  -moz-transition: margin-top .2s ease-in-out;
	  -ms-transition: margin-top .2s ease-in-out;
	  -o-transition: margin-top .2s ease-in-out;
	  transition: margin-top .2s ease-in-out;
	  border-bottom: 2px solid #625b52;
	}
	#sticky-nav-bar.affix {
	  margin-top: 0;
	}
	
	#sticky-nav-bar .sticky-nav-menu {
	  list-style: outside none none;
	  margin: 0;
	  padding: 0;
	  float: right;
	}
	#sticky-nav-bar .sticky-nav-menu li {
	  float: left;
	  display: block;
	  width: auto;
	}
	#sticky-nav-bar .sticky-nav-menu li .sub-menu {
		display: none;	
	}
	#sticky-nav-bar .sticky-nav-menu li a {
	  color: #c4bfb7;
	  padding: 10px 6px;
	  letter-spacing: .5px;
	  display: block;
	  font-size: 12px;
	  text-transform: uppercase;
	}
	#sticky-nav-bar .sticky-nav-menu li a:hover,
	#sticky-nav-bar .sticky-nav-menu li a:focus {
		color: #fff;
		text-decoration: none;
		outline: none;	
	}
	#sticky-nav-bar .sticky-nav-menu li.reservation-link a {
		color: #fff;
		border-bottom: 0;	
	}
}
@media (min-width: 992px) {
	#sticky-nav-bar .logo {
		display: block;
	}
}


.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
5.3 LOCAL NAV MENUS
--------------------------------------------------------------*/
.local-nav-wrap {
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 20px;	
}
.local-nav,
.local-nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.local-nav {
  background: none repeat scroll 0 0 #fff;
  font-size: 13px;
  line-height: 13px;
}
.local-nav .parent_menu_item {
  background: #bec3ca; /* Old browsers */
background: -moz-linear-gradient(top, #bec3ca 0%, #eaecee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bec3ca), color-stop(100%,#eaecee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bec3ca 0%,#eaecee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bec3ca 0%,#eaecee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bec3ca 0%,#eaecee 100%); /* IE10+ */
background: linear-gradient(to bottom, #bec3ca 0%,#eaecee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec3ca', endColorstr='#eaecee',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #f5f5f5;
  text-transform: uppercase;
}
.local-nav .parent_menu_item a:before {
  content: none;
  margin: 0;
}
.local-nav .parent_menu_item a {
	color: #2e5180;
	border-bottom: none;
	font-size: 16px;	
}
.local-nav li a:hover,
.local-nav li a:active,
.local-nav li a:focus {
	text-decoration: none;
}
.local-nav .parent_menu_item a:hover  {
	background: none;	
}
.local-nav li a:before {
  color: #999;
  content: "\2022";
  font-size: 16px;
  line-height: 14px;
  margin-right: 5px;
}
.local-nav li a {
	color: #222;
	padding: 6px 10px;
	display: block;	
	border-bottom: 1px solid #e2e2e2;
}
.local-nav li a:hover {
	background-color: #e2e2e2;	
}
.local-nav li.current_page_item > a:before {
  color: darkred;
}
/* submenu */
.local-nav li ul a {
	padding-left: 20px;	
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.hide-from-view {
	position: absolute;
    top: -9999px;
    left: -9999px;	
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* trip advisor overrides */
.trip-advisor-widget {
  background-color: #26630f;
  padding: 15px;
}
.trip-advisor-widget #CDSWIDCOE {
  margin: 0 auto;
  width: 100%;
}
.trip-advisor-widget #CDSWIDCOE.widCOE .widCOEImg {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.mobile-only {
	display: block;
}
.desktop-only {
	display: none;	
}
	@media (min-width: 768px) {
		.mobile-only {
			display: none;
		}
		.desktop-only {
			display: block;	
		}	
	}
body {
	/*padding-top: 70px;*/
	background-color: #eeeae5;
}
#page {
  position: relative;
  z-index: 1;
}
html, body.home, .home #page, .home #content-wrap, #simple-slider {
  /*set 100% height for full-screen simple slider*/
  height: 100%;
}

.site-content {
	padding-top: 35px;
}
.has_featured_img .site-content {
	padding-top: 25px;
}
	@media (min-width: 768px) {
		.site-content {
			padding-top: 75px;
		}
	}

#featured-image {
  padding-top: 0;
	background: transparent;
  overflow: hidden;
}
.feature-image-mobile img {
  width: 100%;
}

.parallax-mirror .parallax-slider {
	max-width: none;	
}
.parallax-window {
	height: 400px;
	background: url('images/shadow-repeat-x-80.png') repeat-x left bottom transparent;
	width: 100%;
}
	@media (min-width: 768px) {
		#featured-image {
		  padding-top: 70px;
		}			
	}
.entry-content-wrap {
  margin-top: 20px;
}

/* wp vegas nav arrow override */
.site-content .nav-arrows span {
	/* trying to keep below the nav on small screens */
	z-index: 0;	
}

.home-feature-mobile img {
	width: 100%;	
}
/* homepage intro section */
.home .site-content {
  background-color: #1d6465;
}
.home .entry-content {
  padding-bottom: 150px;
}
.home .site-content .hentry {
  margin: 0 auto;
  text-align: left;
  width: 100%;
   color: #d7e4e4;
   line-height: 1.8;
   font-size: 16px;
}
.home-intro .entry-title {
	color: #fff;
	font-family: 'Arapey', Georgia, "Times New Roman", Times, serif;	
	font-style: italic;
	text-align: left;
	font-size: 28px;
	line-height: 28px;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.home .site-content a,
.home .site-content a:hover  {
  color: #cdc65c;
}
.home .youtube-embed iframe {
	width: 100%;
	height: 200px;	
}

	@media (min-width: 450px) {
		.home .youtube-embed iframe {
			height: 250px;	
		}	
	}
	@media (min-width: 768px) {
		.home .entry-content {
		  padding-bottom: 0;
		}
		.home .site-content .hentry {
		  width: 85%;
		  text-align: justify;
		}
		.home-intro .entry-title {
			font-size: 40px;
			line-height: 40px;
			text-align: center;
		}
		.home .youtube-embed iframe {
			width: 612px;
			height: 344px;	
		}	
	}
	@media (min-width: 992px) {
		.home .youtube-embed iframe {
			width: 850px;
			height: 478px;	
		}
	}







/* INNER PAGE MASTHEAD / READCRUMBS
--------------------------------------------------------------*/
.inner-page-masthead {
  margin: 0 0 5px;
  position: relative;	
}
/* masthead images */
.parent-page-images {
	display: none;	
}
	@media (min-width: 768px) {
		.parent-page-images {
			display: block;
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
			z-index: 0;
		}
		.parent-page-images .page-tear {
			background: url('images/rez/page-tear-top-alt.png') repeat-x 0 0 transparent;
			display: block;
			width: 100%;
			height: 40px;
			position: absolute;
			z-index: 1;
			bottom: -15px;
			left: 0;	
		}
		.parent-page-images li:first-of-type {
			padding-left: 0;	
		}
		.parent-page-images li:last-child {
			padding-right: 0;	
		}
		.parent-page-images li img {
			min-width: 100%;
			margin: 0;
		}
	}

/* breadcrumbs */
#breadcrumbs {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #525252;	
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
#breadcrumbs a {
	color: #a4a3a3;	
}
#breadcrumbs > span:first-child > span {
	margin-left: 0;	
}
	@media screen and (min-width: 768px) {
			
		
	}

/* INNER PAGE LAYOUT
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	/*#primary,
	#secondary {
		padding-left: 0;
		padding-right: 0;		
	}*/
}
@media screen and (min-width: 768px) {
	#primary {
		float: left; 	
	}
	#secondary {
		float: right; 	
	}
}


.general-sprite {
	background-image: url("images/rez/general-sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
	@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {
	   .general-sprite {
			background-image: url("images/rez/general-sprite-x2.png");
			background-size: 141px auto;
		}
	}
	

/* GENERAL WP PAGES / MISC INNER PAGE STYLES
--------------------------------------------------------------*/
.page-header {
  margin: 5px 0 20px;
  padding-bottom: 9px;
}
/* guest photos */
.guest-photo-block {
	margin: -10px;	
}
.guest-photo {
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  float: left;
  margin: 10px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
	@media (min-width: 992px) {
		.guest-photo:nth-child(odd) {
			-webkit-transform: rotate(-1deg);
			-moz-transform: rotate(-1deg);
			-ms-transform: rotate(-1deg);
			-o-transform: rotate(-1deg);
			transform: rotate(-1deg);	
		}
		.guest-photo:nth-child(even) {
		float: right;
		-webkit-transform: rotate(1deg);
			-moz-transform: rotate(1deg);
			-ms-transform: rotate(1deg);
			-o-transform: rotate(1deg);
			transform: rotate(1deg);	
		}
		/* "random" positions */
		.guest-photo:nth-child(2) {
		  margin-top: -200px;
		  margin-right: 30px;
		}
		.guest-photo:nth-child(3) {
		  margin-top: -140px;
		  -webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		   z-index: 0;
		   margin-left: 40px;
		}
		.guest-photo:nth-child(7) {
		  margin-top: -69px;
		  z-index: 0;
		}
		.guest-photo:nth-child(10) {
		  margin-top: -70px;
		  z-index: 0;
		}	
	}

/* ROOM LIST
--------------------------------------------------------------*/
#rooms-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#rooms-list .room {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
}
#rooms-list .room .anchor {
  color: #ffffff;
  display: block;
  position: relative;
}
/* diff BG colors */
#rooms-list .room:nth-child(1) .anchor { background-color: #d18500; }
#rooms-list .room:nth-child(2) .anchor { background-color: #00bc92; }
#rooms-list .room:nth-child(3) .anchor { background-color: #37aed5; }
#rooms-list .room:nth-child(4) .anchor { background-color: #da4a4a; }
#rooms-list .room:nth-child(5) .anchor { background-color: #406380; }
#rooms-list .room:nth-child(6) .anchor { background-color: #d18500; }
#rooms-list .room:nth-child(7) .anchor { background-color: #00bc92; }
#rooms-list .room:nth-child(8) .anchor { background-color: #37aed5; }
#rooms-list .room:nth-child(9) .anchor { background-color: #da4a4a; }
#rooms-list .room:nth-child(10) .anchor { background-color: #406380; }
#rooms-list .room:nth-child(11) .anchor { background-color: #d18500; }
#rooms-list .room:nth-child(12) .anchor { background-color: #00bc92; }
#rooms-list .room:nth-child(13) .anchor { background-color: #37aed5; }
#rooms-list .room:nth-child(14) .anchor { background-color: #da4a4a; }
#rooms-list .room:nth-child(15) .anchor { background-color: #406380; }
#rooms-list .room:nth-child(16) .anchor { background-color: #d18500; }
#rooms-list .room:nth-child(17) .anchor { background-color: #00bc92; }
#rooms-list .room:nth-child(18) .anchor { background-color: #37aed5; }
#rooms-list .room:nth-child(19) .anchor { background-color: #da4a4a; }
#rooms-list .room:nth-child(20) .anchor { background-color: #406380; }
/* old IE only gets 1 color */
.oldie #rooms-list .room .anchor {
	background-color: #d18500;	
}

#rooms-list .room .anchor:hover,
#rooms-list .room .anchor:focus {
	text-decoration: none;
	outline: none;	
}
#rooms-list .room .anchor img {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 100%;	
}
#rooms-list .room .anchor:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;	
}
#rooms-list .room .entry-header {
  text-align:center;
  padding: 15px 10px;
  letter-spacing: 0.5px;
}
#rooms-list .room .entry-title {
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0;		
}
#rooms-list .room .room-type {
  font-size: 13px;
  line-height: 15px;
  margin-top: 2px;
  text-transform: capitalize;
}
	@media (min-width: 550px) {
		#rooms-list {
		  margin: 0 -10px;
		}
		#rooms-list .room {
		  width: 50%;
		  padding: 0 10px 20px;
		}	
	}
	@media (min-width: 992px) {
		#rooms-list .room {
		  width: 33.3333%;
		  padding: 0 10px 20px;
		}	
	}

/* reservation form styles */
.reservation-form-holder iframe {
  height: 185px;
  margin: -10px;
}
.availability-calendar-button {
  background-color: #d83f03;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  outline: medium none;
  padding: 10px;
}
.availability-calendar-button:hover,
.availability-calendar-button:focus {
  background-color: #eb4200;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

/* ROOM PAGES
--------------------------------------------------------------*/
#room-photos {
	margin-bottom: 20px;	
}
.room-info-wrap {
  background: #ffffff;
  margin-top: -20px;
  padding: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.single-room .entry-content > p {
  font-size: 21px;
  font-weight: 300;
}
.room .room-rates {
  width: 100%;
}
	@media (min-width: 992px) {
		.room .room-rates {
		  width: 500px;
		}	
	}
.room .room-rates-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin: 0;
	padding-bottom: 6px;
	width: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #7c7c7c;	
}
.room .room-rate-table {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
}
.room .room-rate-table td {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 15px;
  padding-top: 15px;
}
.room .room-rate-table .rate-period {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}
.room .room-rate-table .rate-disclaimer {
  color: #6b6b6b;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 3px;
}
.room .room-rate-table .rate {
  text-align: right;
}
.room .room-rate-table .per-night {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
}
/* next room links */
.room .other-rooms {
  margin-top: 30px;
}
.room .other-rooms-title {
  color: #666666;
  font-size: 12px;
  margin-bottom: 3px;
  text-shadow: 1px 1px 0 #ffffff;
  text-transform: uppercase;
}
.room .nav-links {
	margin: 0 -1px;	
}
.room .nav-links > div {
	padding: 0 1px;
}
.room .nav-links a {
  background: #d8d4cf;
  color: #666666;
  display: block;
  padding: 15px;
  text-shadow: 1px 1px 0 #eeeae5;
}
.room .nav-links a:hover {
	text-decoration: none;
	background: #c6c2bd; 	
}
.room .nav-links .nav-next > a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.room .nav-links .nav-previous > a {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.room-video .youtube-embed {
	width: 100%;
	height: 250px;	
}
	@media (min-width: 550px) {
		.room-video .youtube-embed {
			height: 400px;	
		}	
	}
	@media (min-width: 768px) {
		.room-video .youtube-embed {
			width: 493px;
			height: 370px;	
		}	
	}
	@media (min-width: 992px) {
		
		.room-video .youtube-embed {
			width: 663px;
			height: 497px;	
		}	
	}

.well {
	padding: 20px;
	background-color: #f9f9f9;
	box-shadow: 1px 1px 0 #eee inset;
	border: none;
	-webkit-border-radius: 2px;	
	-moz-border-radius: 2px;	
	border-radius: 2px;	
}

/* FOOTER
--------------------------------------------------------------*/

/* sticky footer disabled on home desktop size to let homepage full-height view work */
@media screen and (max-width: 767px) {
	/* sticky footer  */
	html, body, #page {height: 100%;}
	/*#content-wrap {min-height: 100%;}*/
	
	#content-wrap {
		overflow:auto;
		padding-bottom: 40px;
	} 
	.home #content {
	  padding-bottom: 0;
	}
	.site-footer {
		position: relative;
		margin-top: -40px;
		min-height: 40px;
		clear:both;
	}
	/*Opera Fix */
	body:before {
		content:"";
		height:100%;
		float:left;
		width:0;
		margin-top:-32767px;
	} 	
}
/* sticky footer for all pages */
html, body, #page {height: 100%;}
#content-wrap {min-height: 100%;}

#content {
	overflow:auto;
	padding-bottom: 200px; /*making space for the knick-knacks*/
} 
.inner-page #content-wrap {
	
	background-repeat: no-repeat;
	background-position: -20px bottom;
}
.site-footer {
	position: relative;
	margin-top: -30px;
	min-height: 30px;
	clear:both;
}
.home .site-footer {
	width: 100%;
}
	@media (min-width: 768px) {
		.home .site-footer {
			position: fixed;
			bottom: 0;
		}	
	}
/*Opera Fix */
body.inner-page:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
} 	
/* END sticky footer */

.home .site-footer {
	margin-top: 0;	
}
.site-footer {
  background-color: #272017;
  border-top: 2px solid #625b52;
  color: #8f877a;
  position: relative;
}
.site-desc {
	text-transform: uppercase;
	font-weight: 400;
	line-height: 22px;
	font-size: 10px;
	color: #a4a4a4;
	margin: 10px 0;	
}

.footer-content {
	padding-top: 10px;
	padding-bottom: 10px;	
}
.footer-content ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}
.footer-content ul li a:hover {
	color: #fff;
	text-decoration: none;	
}
.footer-content #newsletter-signup label {
	color: #848486;
	font-size: 11px;
}
#newsletter-signup input[type="text"] {
	width: 100%;
	border-radius: 0;
		-moz-border-radius: 0;	
		-webkit-border-radius: 0;
	margin-bottom: 10px;		
}
#newsletter-signup .subscribe-button {
	padding: 8px 15px;
	font-size: 12px;
	line-height: 12px;	
}
.copyright {
	font-size: 11px;
	line-height: 14px;
	color: #8f877a;	
}
.site-credit {
	font-size: 11px;
	line-height: 14px;
	color: #b7b7b7;
	margin: 10px 0 0;	
}
.rez-branding {
  background: url("images/rez/poweredByRezserve-sm-rev.png") no-repeat scroll -59px center rgba(0, 0, 0, 0);
  display: inline-block;
  height: 14px;
  margin: 0.5px 0 0 3px;
  text-indent: -9999px;
  width: 72px;
}
.footer-menu-utility ul {
  list-style: none outside none;
  margin: 10px 0;
  padding: 0;
}
.footer-menu-utility ul li {
  display: block;
  padding: 5px 0;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}
.footer-menu-utility ul li a {
	text-decoration:none;
	font-size: 11px;	
}
.footer-menu-utility ul li a:hover {
	color: #f5f5f5;
	text-decoration:none;	
}

.site-footer .contact-links {
  float: left;
  line-height: 10px;
  list-style: outside none none;
}
.site-footer .contact-links li {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: 10px 0;
}

	@media screen and (min-width: 768px) {
		
		.footer-content {
			padding: 10px 0;
		}
		.footer-content .column-title {
			margin: 58px 0 13px;
		}
		.copyright {
			float: left;
		}
		.site-credit {
			float: left;
			margin: 0 0 0 10px;	
		}
		.rez-branding {
		  display: block;
		  float: right;
		}
		.footer-menu-utility {
		  display: block;
		  float: left;
		}
		.footer-menu-utility ul {
			margin: 0;
			line-height: 11px;	
		}
		.footer-menu-utility ul li {
		  display: inline-block;
		  padding: 0;
		  margin-left: 0;
		}
		.footer-menu-utility ul li a {
		  text-transform: capitalize;
		}
		.site-footer .contact-links {
		  float: right;
		  line-height: 10px;
		  list-style: outside none none;
		}
		.site-footer .contact-links li {
		  display: inline-block;
		  font-size: 12px;
		  line-height: 12px;
		  margin: 0 5px 2px;
		}
		.site-footer .contact-links li.phone-number {
		  display: block;
		}
	}
	@media screen and (min-width: 992px) {
		.footer-menu-utility ul li {
		  display: inline-block;
		  padding: 0;
		  margin-left: 10px;
		}
		.site-footer .contact-links li {
		  margin: 0 5px;
		}
		.site-footer .contact-links li.phone-number {
		  display: inline-block;
		}
	}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* blog archive */
.blog .post {
  background-color: #ffffff;
  padding: 20px;
}
.blog .entry-header {
  margin-bottom: 20px;
}
.blog .entry-title {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 0;
}
.blog .entry-title a {
  color: #222222;
  font-weight: 400;
}
.blog .entry-meta {
  font-size: 14px;
}
.blog .entry-meta .byline {
	position: absolute;
	left: -9999px;	
}
.blog .entry-title a:hover,
.blog .entry-title a:focus {
  color: #d83f03;
  text-decoration: none;
}
/* single post */
.single-post .entry-header {
  margin-bottom: 20px;
}
.single-post .entry-title {
  margin-bottom: 0;
}
.single-post .entry-meta {
  font-size: 14px;
}
.single-post .entry-meta .byline {
	position: absolute;
	left: -9999px;	
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

img[class*="wp-image"] {
	margin-bottom: 20px;	
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
