/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc 
	#Navigation & Dropdowns */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
 body {
 font-weight: lighter !important;
}
}
/* #Basic Styles
================================================== */

html {
	font-size: 10px;
	line-height: 10px;
}
body {
	background: #ece2db;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #6c6765;
	font-weight: 500;
	line-height: 26px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-size: 1.4rem;
}
/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-weight: 400;
	margin: 15px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	font-size: 4rem;
	line-height: 5rem;
}
h1 p {
	margin: 0px 0;
}
h1 p.home-h1-1 {
	font-family: 'Galada', Helvetica, Arial, sans-serif;
	font-size: 3.5rem;
	line-height: 0rem;
}
h1 p.home-h1-2 {
	font-family: 'Medula One', Helvetica, Arial, sans-serif;
	font-size: 12.8rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 5.4rem;
}
h1 p.home-h1-3 {
	font-family: 'Flamenco', Helvetica, Arial, sans-serif;
	font-size: 3.6rem;
	text-transform: uppercase;
	line-height: 0.8rem;
}
h1 p.home-h1-4 {
	font-family: 'Galada', Helvetica, Arial, sans-serif;
	font-size: 7.2rem;
	line-height: 1.5rem;
	margin-bottom: 35px;
}


/*h2 {
	font-family: 'Galada', Helvetica, Arial, sans-serif;
	font-size: 3rem;
	line-height: 4rem;
}*/
.bkg-alt h2 {
	color: #fff;	
}
h2 {
	font-family: 'Medula One', Helvetica, Arial, sans-serif;
	font-size: 4.4rem;
	line-height: 4.8rem;
	color: #b6713a;
	text-align: center;
	margin-top: 0px;
	text-transform: capitalize;
}
.home .bkg-red h2 {
	color: #fff;
	text-align: left;
}
.home .bkg-orange h2 {
	color: #fff;
	text-align: right;
}

h3 {
	font-family: 'Galada', Helvetica, Arial, sans-serif;
	color: #7d948f;
	font-size: 3rem;
	line-height: 4.4rem;
}

.home-faded1 h3 span {
	padding-left: 62px;
}

.home-faded2 h3 span {
	padding-right: 62px;
}



.subhero h1 {
	font-family: 'Galada', Helvetica, Arial, sans-serif;
    font-size: 4.4rem;
    line-height: 0rem;
    margin: 50px 0 36px 80px;
    text-transform: lowercase;
}
.footer h4 {
	line-height: 3.6rem;
	font-weight: 600;
	color: #fff;
	font-size: 2rem;
	margin: 0px 0 5px 0;
}
p {
	margin: 11px 0 11px 0;
}

.full-width p {
	margin: 0;
}
p img {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #873f2e;
}
.rooms-bkg strong {
	font-weight: bold;
	color: #525150;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 120%;
	line-height: 2.4rem;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 80%;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */

a, a:visited {
	color: #873f2e;
	text-decoration: none;
	outline: 0;
}
.bkg-alt a, .bkg-alt a:visited  {
	color: #fff;
	text-decoration: none;
	outline: 0;
	font-weight: 600;
	}
.bkg-alt a:hover, .bkg-alt a:focus  {
	color: #ece2db;
	}
a:hover, a:focus {
	color: #b6713a;
	text-decoration: underline;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
.content ul {
	list-style: disc inside;
	m/*argin: 22px 0 26px 20px;*/
	margin: 0px;
}
.footer.percentage ul {
	list-style: none;
	margin: 0;
}
.footer li {
	margin-bottom: 0px;
}
ol {
	list-style: decimal;
}
ol {
	margin-left: 30px;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: inherit;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 2.1rem;
}
li p {
	line-height: 2.1rem;
}
/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Buttons
================================================== */

.phone.button {
	position: absolute;
	right: 40px;
	top: 0px;
	margin: 0px;
	padding: 12px 25px;
	;
	z-index: 1000;
	min-width: inherit;
	font-weight: 600;
	color: #ece2db;
	font-size: 1.6rem
}
.button.orange  {
	background-color: #b6713a;
}
.button.yellow {
	background-color: #cea64a;
}
.button.red {
	background-color: #873f2e;
}
input[type="submit"].search-filter-reset {
	font-size: 1.3rem;
    border-radius: 3px;
    background-color: #7d948f;
    min-width: 100px;
    width: 140px;
    color: #ece2db;
    padding: 3px 0px 5px 0px;	
	margin: 0px;
}
a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	font-size: 1.4rem;
	border-radius: 0px;
	background-color: #c13935;
	cursor: pointer;
	min-width: 240px;
	/* height: 24px; */
	color: #fdfdfd;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
	line-height: 2.6rem;
	padding: 6px 0px 6px 0px;
	margin: 10px 0px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	border: 0px;
	font-weight: 600;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* #Forms
================================================== */

form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="phone"], textarea , select {
	border: 1px solid #ccc;
	padding: 0 10px;
	outline: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 1.4rem;
	color: #6c6765;
	width: 100%;
	/* max-width: 96%; */
	display: block;
	margin: 0px;
	background: #fff;
	height: 37px !important;
}


textarea {
	padding: 10px;
	font-size: 1.4rem;
	color: #6c6765;
	min-height: 200px;
}


select {
	padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #999;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
select {
	width: 220px;
	height: 37px;
}
input[type="checkbox"] {
	display: inline;
}
label {
	display: block;
	padding-bottom: 7px;
}
/* #Form Validation Styles
================================================== */

span.wpcf7-list-item {
	margin: 7px 11px 0px 0em !important;
}
div.wpcf7-validation-errors, div.wpcf7-spam-blocked {
	border: 2px solid #f7e700 !important;
	width: 96% !important;
	background-color: #f7e700 !important;
	font-weight: 500 !important;
}
div.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 4% !important;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14 !important;
	width: 96% !important;
	background-color: #398f14 !important;
	font-weight: 500 !important;
	color: #fff !important;
}
span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 1em !important;
	font-weight: 500 !important;
}
div.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	padding-bottom: 15px !important;
}
/* #Misc
================================================== */

.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
/* #Social Icons
================================================== */


.social li {
	float: left;
}
.social a {
	background-size: auto 32px;
	display: block;
	width: 31px;
	height: 32px;
}
a.facebook {
	background-position: 0px 0px;
}
a.twitter {
	background-position: -31px 0px;
}
a.google {
	background-position: -62px 0px;
}
a.youtube {
	background-position: -93px 0px;
}
a.instagram {
	background-position: -124px 0px;
}
a.linkedin {
	background-position: -155px 0px;
}
/*Social Icons in Header*/

.nav .social li {
	padding-left: 7px;
}
.header .social a {
	background-image: url(../images/social-round.png);
	margin-bottom: 14px;
}
/*Social Icons in Footer*/

.footer .social li {
	padding-right: 1px;
}

.footer .social a {
	background-image: url(../images/social-no-bkg.png);
}
.footer ul.social {
	margin-top: 0px;
	display: inline-block;
	left: -11px;
	position: relative;
}
/* #Posts Navigation
================================================== */


.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next:after {
	content: " >>";
	text-decoration: none;
	color: #678c98;
	font-weight: bold;
	font-size: 1.2rem;
}
.nav-previous:before {
	content: "<< ";
	text-decoration: none;
	color: #678c98;
	font-weight: bold;
	font-size: 1.2rem;
}
/* #Main Navigation
================================================== */


.responsive-menu-pro-button.responsive-menu-pro-boring.responsive-menu-pro-accessible {
	min-width: 100px;
}



.nav { /* ? Placement in container */
	padding: 82px 0px 0px 0px;
}
.nav ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
.nav li {
	float: left;
	margin: 0px;
	padding: 0px;	/*width: 10em;  ?????????? width needed or else Opera goes nuts */
}
.nav a {
	display: inline-block;
	padding-left: 20px; /* ? Width Between Nav links/items */
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #ece2db;
	text-decoration: none;
	letter-spacing: .1px;
}
.nav ul li:hover a {
	color: #fff;
	text-decoration: none;
}
/* #Dropdowns
================================================== */

.nav ul li a {
	margin-bottom: 40px; /*? Space between Nav links and Drop Down box/links*/
}
.nav ul li ul { /* Drop Down Box */
	position: absolute;
	background-color: rgba(75, 75, 75, 0.8); /*Transparency*/
	width: 240px; /*Background Box of Drop Down*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
.nav ul li ul li a { /*Drop Town Links*/
	color: #fff;
	width: 222px; /* Width of Border lines (text) in Drop Downs */
	font-size: 1.4rem;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.1);
	z-index: 100;
	line-height: 22px;
	font-weight: 500;
}
.nav ul li ul li a:hover { /* Dropdowns Rollover */
	color: #fff;
	background-color: rgba(182, 113, 58, 0.9); /*Transparency*/
	width: 222px;
	z-index: 100;
}
.nav li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 100;
	/* lists nested under hovered list items */
	-webkit-animation: fadein .75s; /* Safari and Chrome */
	-moz-animation: fadein .75s; /* Firefox */
	-ms-animation: fadein .75s; /* Internet Explorer */
	-o-animation: fadein .75s; /* Opera */
	animation: fadein .75s;
}
 @keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
