/*
Theme Name: highline
Theme URI: http://wordpress.org/extend/themes/
Author: AREA 17
Author URI: http://wordpress.org/
Description: highline
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/*@import url("assets/highline.css");*/


html body {
	background-color: #fbf9f7;
}

.single-room .content-panel {
	position: relative;
	z-index: 1;
}

.single-room .form-bar {
	z-index: 2;
}

.looped-nav li.pause a {
	background-image: url('/wp-content/themes/highline/img/sprite_regular.png');
	background-repeat: no-repeat;
	background-position: -374px -582px;
}

.looped-nav li.pause a.paused {
	background-position: -374px -630px;
}

/* test  */

/* ---- ROAR! WCAG Updates ---- */

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

*:not([tabindex="-1"]):focus {
	outline: 1px solid #000;
}

/* Homepage Hero */

.landing-area__title-container .landing-area__title {
	position: relative;
	z-index: 1;
	color: white;
	top: auto;
	left: auto;
	text-indent: 0;
	margin-top: 0;
	margin-left: 0;
}

.landing-area__title-container .landing-area__title.sprite--large-wordmark.sprite {
	background-image: url('/wp-content/themes/highline/img/highline-hotel-logo.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: contain;
	background-attachment: scroll;
	width: 577px;
	height: 94px;
}

@media only screen and (max-width: 800px) {
	.landing-area__title-container .landing-area__title.sprite--large-wordmark.sprite {
		width: 375px;
		height: 61px;
	}
}

@media only screen and (max-width: 500px) {
	.landing-area__title-container .landing-area__title.sprite--large-wordmark.sprite {
		width: 200px;
		height: 33px;
	}
}


.landing-area__title-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.landing-area {
	background-color: black;
}

.landing-area::after {
	background-image: attr(data-bg-style);
	background-size: cover;
	content: "";
	opacity: 1.0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0;
}

.content .content__inner .main-header__aux {
	color: #545454;
}

.form-bar .form-bar__fieldset .btn,
.main-header .btn.btn-side-nav {
	background-color: #cbb874;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}

.main-header .btn.btn-side-nav {
	margin-top: 42px;
}

/* .landing-area__title-container .landing-area__title.sprite--large-wordmark.sprite {
	background-image: url('img/hlh-logo-we-are-open.png') !important;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: initial !important;
	background-size: contain;
	background-attachment: scroll;
	width: 577px;
	height: 255px !important;
} */

/* import from header.php for sidebar */


input[type=submit] {
	background: #545454;
	color: #FFFFFF;
	font-weight: bold;
	border: none !important;

}

.eClub *::-moz-placeholder {
	color: #bebebe;
}

*::-moz-placeholder {
	color: #fff;
}

/* form {
    font-size: 11px;
} */
.eClub br {
	clear: both;
	display: block;
}

form br {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

.eClub input[type="submit"],
.eClub input[type="button"] {
	border-radius: 5px;
	display: inline-block;
	font-size: 1.25em;
	margin: 5px auto;
	padding: 5px;
}

input[type="submit"],
input[type="button"] {
	border: 1px solid #000000;
	box-shadow: none;
	cursor: pointer;
	padding: 5px;
}

.eClub input[type=submit],
.eClub input[type=button] {
	border-radius: 3px;
	margin: 5px auto;
	display: inline-block;
	font-size: 11px !important;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif !important;
}

.eClub input[type=text] {
	padding: 3px;
	border: 1px solid #c0c0c0;
	width: 80%;
	color: #000;
	margin: 5px auto;
	display: inline-block;
	float: none;
	font-size: 11px !important;
}

.eClub {
	margin: 0px auto;
	max-width: 215px;
	min-width: 100px;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
	/* display:none; */
}

.eClub fieldset {
	border-radius: 5px;
	margin: 0;
	padding: 5px;
}

/* fieldset, legend, form, label, input[type="radio"], input[type="checkbox"] {
    border: medium none;
    display: block;
    margin: 0;
    padding: 0;
} */
.hide {
	display: none;
}

#loading {
	height: 75px;
	margin: 75px auto;
	width: 75px;
}


/* UPdates */

body .main-header {
	background: none;
	background-color: #fbf9f7;
}

body .main-nav .menu-item>a,
body .main-nav__item a {
	color: #545454;
}

.looper .looper-control {
	opacity: 0.85;
}

body .content-panel {
	background-color: rgba(0, 0, 0, 0.9);
}

.map-outer .split-map+.split-map {
	border-left: 12px solid #fff;
}