/*
Theme Name: KenCozy
Theme URI: http://marketingcan.com
Author: Marketing Can
Author URI: http://marketingcan.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a-theme-for-ken-cozy-hotel
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

KenCozy is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@font-face {
  font-family: 'sofia_prolight';
  src: url("fonts/SofiaProLight-webfont.eot");
  src: url("fonts/SofiaProLight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SofiaProLight-webfont.woff2") format("woff2"), url("fonts/SofiaProLight-webfont.woff") format("woff"), url("fonts/SofiaProLight-webfont.ttf") format("truetype"), url("fonts/SofiaProLight-webfont.svg#sofia_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------------------------------------------------------------------ */
/* Variables */
/* ------------------------------------------------------------------------------------------ */
/* Coolors Exported Palette - coolors.co/00bbff-c7dfc5-f6feaa-fce694-373737 */
/* Coolors Exported Palette - coolors.co/00bbff-c7dfc5-f6feaa-fce694-373737 */
/* $primary-color: #4ba6b4; */
/* $primary-color: #5fc4e2; */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "sofia_prolight", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

#main p, h1, h2, h3, h4, h5, h6, .post {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

p {
  margin-bottom: 1.5em;
}

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: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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); */
  font-size: 12px;
  font-size: 0.75rem;
  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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  /* margin-top: 1em; */
  font-size: 1.3em;
  text-align: center;
  /* background: url(img/ribbon-left-00bbff.gif) no-repeat -10px 40px; */
  /* z-index: 100; */
  position: relative;
}

.main-navigation .ribbon {
  position: absolute;
  bottom: 1px;
}

.main-navigation .hang-right {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .main-navigation .hang-right {
    display: initial;
    right: -13px;
  }
}

.main-navigation .hang-left {
  left: -13px;
}

.main-navigation ul {
  /*     content:''; */
  /*     position: absolute; */
  /*     top: 4px; */
  /*     left: -15px; */
}

.main-navigation ul {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  /* background-color: #4ba695; */
  background-color: #004b66;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    background-color: #00bbff;
  }
}

.main-navigation li {
  display: inline-block;
  /* float: left; */
  /* position: relative; */
  /* padding: 0.5em; */
  /* border-right: 1px solid white; */
  background-color: #004b66;
}

@media screen and (min-width: 37.5em) {
  .main-navigation li {
    background-color: #00bbff;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.7em 1em;
  color: white;
  transition: background-color 0.2s ease;
}

.main-navigation a:hover {
  background-color: #004b66;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.menu-button {
  background-color: #004b66;
  color: white;
  padding: 1.2em;
  margin: 0 auto;
  box-shadow: none;
  font-size: 1.2em;
  width: 100%;
}

.menu-button:hover {
  background-color: #0096cc;
  box-shadow: none;
}

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

/*--------------------------------------------------------------
# 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: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-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;
}

/*--------------------------------------------------------------
# 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-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

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

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

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

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

/*--------------------------------------------------------------
## 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;
}

body {
  background: url(./img/kencozy-bg.jpg) no-repeat fixed center center;
  background-size: cover;
}

.site-main > .page {
  background: none;
}

.site {
  background: url(./img/greyzz.png);
  box-shadow: 0px 0px 40px 10px black;
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (min-width: 37.5em) {
  .site {
    /* This must be changed to 100% for smaller breakbpoints!  */
    width: 95%;
  }
}

.site-content {
  /* padding: 2rem; */
}

.site branding {
  position: relative;
}

.site-branding img {
  max-width: 15em;
  margin: 3rem;
}

.carousel {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.carousel img {
  /* float: left; */
  width: 30%;
  margin: 0;
  /* padding: 1em; */
  /* background-color: beige; */
  box-shadow: 0 0 5px 1px rgba(17, 38, 42, 0.3);
}

.carousel img + img {
  margin-left: 1rem;
  /* margin-left: 2rem; */
}

/* .carousel img:hover { */
/*   transform: scale(1.1); */
/* } */
@keyframes slidy {
  0% {
    left: 0%;
  }
  15% {
    left: 0%;
  }
  20% {
    left: -100%;
  }
  35% {
    left: -100%;
  }
  40% {
    left: -200%;
  }
  50% {
    left: -200%;
  }
  55% {
    left: -300%;
  }
  75% {
    left: -300%;
  }
  85% {
    left: -400%;
  }
  100% {
    left: -400%;
  }
}

div#homeslider {
  overflow: hidden;
}

div#homeslider figure img {
  width: 20%;
  float: left;
}

div#homeslider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite;
}

.trusted {
  display: inline-block;
  /* position: relative; */
  /* top: 1em; */
  /* right: 1em; */
  font-size: 1em;
  text-align: center;
  float: right;
  margin: 1em;
  /* background: $primary-color; */
  background-color: rgba(0, 187, 255, 0.3);
  box-shadow: 0 0 2em 2em rgba(95, 196, 226, 0.3);
}

.contact {
  list-style-type: none;
}

.intro-contact {
  text-align: center;
  background: url(./img/lory.png) no-repeat fixed 50% 55%;
}

.intro-contact--frontpage {
  background: none;
}

.intro-contact__add {
  font-style: oblique;
}

.intro-contact__tagline {
  text-transform: uppercase;
  margin: 0;
  padding: 1.24rem;
  font-size: 2rem;
  background-color: #002533;
  color: white;
}

.intro-contact__bookcontact * {
  width: 95%;
}

@media screen and (min-width: 37.5em) {
  .intro-contact__bookcontact * {
    width: 32%;
    display: inline-block;
  }
}

.intro-contact__bookcontact--normalpage {
  background: url(./img/headers/out-2.jpg) no-repeat fixed center center;
  background-size: cover;
  padding: 3rem;
}

.intro-contact__bookcontact--normalpage * {
  width: 95%;
}

@media screen and (min-width: 37.5em) {
  .intro-contact__bookcontact--normalpage * {
    /* width: 48%; */
    display: inline-block;
  }
}

.intro-contact__button__holder {
  /* position: fixed; */
}

.intro-contact__button {
  padding: 1.5rem;
  background-color: #F6FEAA;
  color: white;
  color: black;
  font-size: 1.5rem;
  border: none;
  box-shadow: 0 0.4rem 0 #e6fc13;
  /* border-bottom: 0.2rem solid darken($secondary-color, 20%); */
  text-shadow: 0 2px 0 #ebfd45;
  border-radius: 7px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  position: relative;
}

.intro-contact__button--normalpage {
  margin: 5rem;
}

.intro-contact__button:hover {
  position: relative;
  top: 0.2rem;
  box-shadow: 0 0.2rem 0 #e6fc13;
}

.intro-contact__button:active {
  box-shadow: 0 0 0 #e6fc13;
  top: 0.4rem;
}

.intro-contact__contactlist {
  text-align: center;
  display: block;
}

.intro-contact__contactlist li {
  float: none;
}

.intro-contact__logo {
  width: 100%;
}

.site-branding img.intro-contact__logo--normalpage {
  margin: 1rem;
}

.intro-contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.intro-contact ul li {
  display: inline-block;
  margin: 2rem;
}

.intro-contact__toppage {
  background: url(./img/headers/out-2.jpg) no-repeat center center fixed;
  color: white;
}

.intro-contact__toppage--map {
  background: url(./img/headers/map-header-bw.jpg) no-repeat center center fixed;
}

.intro-contact__toppage--blog {
  background: url(./img/headers/blog-header-bw.jpg) no-repeat center center fixed;
}

.intro-contact__toppage--contact {
  background: url(./img/headers/contact-header-bw.jpg) no-repeat center center fixed;
}

.intro-contact__contactlist {
  background: #002533;
}

.intro-contact__toppage .intro-contact__contactlist li {
  margin: 1rem;
}

@media screen and (min-width: 37.5em) {
  .trusted h2 {
    font-size: 1.3em;
  }
}

.maptext {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media screen and (min-width: 75em) {
  .maptext {
    width: 33%;
  }
}

@media screen and (min-width: 75em) {
  .maptext p {
    margin-right: 1rem;
    margin-top: 5rem;
  }
}

.maptext .less-margin {
  margin-top: 1rem;
}

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

@media screen and (min-width: 75em) {
  .mapimage {
    width: 64%;
  }
}

/* .fullscreen-bg { */
/*     position: relative; */
/*     width: 100%; */
/* } */
/* .fullscreen-bg__video { */
/*     position: absolute; */
/*     top: 50%; */
/*     left: 50%; */
/*     width: auto; */
/*     height: auto; */
/* 	min-width: 100%; */
/* 	min-height: 100%; */
/* 	-webkit-transform: translate(-50%, -50%); */
/* 		-ms-transform: translate(-50%, -50%); */
/* 	        transform: translate(-50%, -50%); */
/* } */
video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}

/* Make the front page video not play on mobile but just display image */
@media screen and (max-device-width: 37.5em) {
  html {
    background: url(polina.jpg) #000 no-repeat center center fixed;
  }
  #bgvid {
    display: none;
  }
}

/* Add text over the video */
#videoholder {
  position: relative;
  width: 100%;
  text-align: center;
}

#videoholder a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  /* border: 1px solid rgba(255,255,255,0.4); */
}

#videoholder h1 {
  /* position: absolute; */
  /* bottom: 40%; */
  /* text-align: center; */
  /* left: 50%; */
  color: white;
  font-size: 3rem;
  text-shadow: 0 0 5px 5px white;
  mix-blend-mode: overlay;
  /* mix-blend-mode: screen; */
  line-height: 1em;
  /* margin-top: 6rem; */
}

#videoholder .small-title {
  letter-spacing: -0.05em;
  font-size: 2rem;
}

@media screen and (min-width: 37.5em) {
  #videoholder h1 {
    font-size: 10rem;
    line-height: 2rem;
    line-height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10rem 5rem 8rem;
    border-radius: 100%;
    displaY: inline-block;
  }
}

#videoholder img {
  margin: 8rem auto;
}

.fullscreen-bg img {
  margin: 8rem auto;
}

/* Rooms */
/* one option for fs bg */
#bg {
  position: fixed;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

.maintext {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url(./img/carousel/carousel3.jpg) no-repeat center center scroll;
  background-size: cover;
  color: white;
  /* max-height: 30rem; */
}

.maintext p {
  max-width: 37rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.maintext h2 {
  color: #e6f8ff;
  font-size: 3rem;
  padding: 3rem;
  margin: 0;
  background: linear-gradient(to right, rgba(246, 254, 170, 0.8), rgba(0, 0, 0, 0) 40%);
}

.maintext p:last-child {
  padding-bottom: 2rem;
}

.secondtext p {
  margin: 1rem 2rem;
}

.secondtext h2 {
  background: linear-gradient(to left, rgba(246, 254, 170, 0.8), rgba(0, 0, 0, 0) 40%);
  text-align: right;
  margin: 2rem;
  padding: 1rem;
}

.bss-slides {
  width: 100%;
  position: relative;
  display: block;
}

.bss-slides:focus {
  outline: 0;
}

.bss-slides figure {
  position: absolute;
  top: 0;
  max-width: 100%;
}

.bss-slides figure:first-child {
  position: relative;
}

.bss-slides figure img {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bss-slides .bss-show {
  z-index: 2;
  /* Hack for no x overflow */
  margin: 0 auto;
  width: 100%;
}

.bss-slides .bss-show img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.bss-slides figcaption {
  position: absolute;
  font-family: sans-serif;
  font-size: .8em;
  bottom: .75em;
  right: .35em;
  padding: .25em;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.bss-slides .bss-show figcaption {
  z-index: 3;
  opacity: 1;
}

.bss-slides figcaption a {
  color: #fff;
}

.bss-next, .bss-prev {
  color: #fff;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  z-index: 4;
  font-size: 2em;
  margin-top: -1.2em;
  opacity: .3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bss-next:hover, .bss-prev:hover {
  cursor: pointer;
  opacity: 1;
}

.bss-next {
  right: -1px;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.bss-prev {
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bss-fullscreen {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4) url(../img/arrows-alt_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  opacity: .3;
}

.bss-fullscreen:hover {
  opacity: .8;
}

:-webkit-full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../img/compress_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
}

:-moz-full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../img/compress_ffffff_64.png);
  background-size: contain;
}

:-ms-fullscreen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../img/compress_ffffff_64.png);
  background-size: contain;
}

:full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../img/compress_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
}

:-webkit-full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../img/compress_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
}

:-moz-full-screen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../img/compress_ffffff_64.png);
  background-size: contain;
}

:-ms-fullscreen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../img/compress_ffffff_64.png);
  background-size: contain;
}

:fullscreen .bss-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../img/compress_ffffff_64.png);
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (min-width: 75em) {
  .bss-half-slides {
    width: 48%;
    float: left;
    margin: 0 2rem;
  }
  .amenities__lead {
    /* width: 48%; */
    /* float: left; */
  }
}

/* Footer */
.site-info {
  text-align: center;
}

.frm_submit {
  text-align: center;
}
