<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @override 
	https://www.villahrusky.cz/wp-content/themes/villahrusky/style.css */

/*
Theme Name: Villa Hrusky
Theme URI: http://www.villahrusky.cz
Author: atelierzidlicky.eu
Author URI: http://atelierzidlicky.eu
Description: Villa Hrusky
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.entry-content .wp-caption .wp-caption-text {
	padding: 0;
	font-style: normal;
	margin-top: -20px;
	text-align: center;
	font-size: 80% !important;
    max-width: 100% !important; 

}

/*
	


.post-801 .entry-content img[class*="wp-image"] {
    max-width: 900px !important;
    border-radius: 5px;
	margin-bottom: 55px !important;
}

*/


	.post-801 h1 {
	padding-top: 78px !important;
}


/* =Begin WordPress styles starting with Reset
-------------------------------------------------------------- */



ins {
	background: #fff9c0;
	text-decoration: none;
	padding:0 3px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.top-bar-section &gt; .alert-box.secondary p {
	margin:0.5em 0;
}
.contain-to-grid.sticky,
.contain-to-grid.sticky .top-bar-section {
    background: #fff;
}
.admin-bar .contain-to-grid.sticky.fixed {
    top: 32px;
}
.screen-reader-text {
  display: none;
}

.mobile-menu {
	display: none;
}


/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 0.6875rem;
	line-height: 2.181818182;
	font-weight:normal;
	text-transform: uppercase;
	color: #636363;
}
.widget-title {
	font-weight:normal;
	text-transform: uppercase;
	font-size:0.875rem	
}
select { /* Make sure select elements fit in widgets */
	cursor:pointer;
	max-width: 100%;
	padding:0.3em;
	border:1px solid #ccc;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.wp-post-image {
	margin-bottom:1.5rem;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% ; /* Override the Twitter embed fixed width */
}

/* General links */
#content a {
    color: #4b4b4b !important;
    border-bottom: 1px solid #bebebe;
}
#content a:hover, #content a:focus {
    color: #4b4b4b !important;
    border-bottom: 1px solid transparent;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure {
	margin: 0 0 1rem;
}
figcaption, .wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
figcaption, .wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 0.75em;
	line-height: 2;
	color: #757575;
}

/* .entry-content .wp-caption .wp-caption-text {
	padding: 0;
	font-style: normal;
	margin-top: -45px;
	text-align: center;
	font-size: 90%;
    max-width: 100% !important; 

}*/



img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.gallery-wrapper dl.gallery-item {
/*	margin: 0 !important;*/
	padding-right: 6px;
/*	padding-top: 6px;*/
    margin-bottom: 0;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	width: 100%;
	border:0 !important;
	opacity: 1;
	filter: alpha(opacity=80);/* For IE8 and earlier */
    border-radius: 5px;
}
.gallery .gallery-icon img:hover {
	opacity: 1;
}
/*.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}*/

button.disabled:hover {
    background-color: transparent;
}

/* Navigation */
.nav-single  {
	position:relative;
	float:left;
	display:block;
	width:100%;
	margin-bottom:60px;
}
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
.site-content #image-navigation {
	margin:1.5rem 0;
}
#nav-above {
	padding: 1.5rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 3rem 0;
  display: block;
  position: relative;
  clear: both;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 1.5rem;
}
.author-info {
  	border-bottom: 1px solid #ededed;
  	display: block;
	margin: 1.5rem 0;
	overflow: hidden;
	padding:20px 0;
	position: relative;
	float: left;
}
.author-description p {
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	display: block;
	float: none;
	margin: 0 0 3rem;
	border-bottom: 1px solid #ededed;
	padding:10px 0;
	position: relative;
}
.author.archive .author-avatar {
	margin-top: 0;
}
.author.archive .author-avatar img {
	margin-top: 0;
	border-radius:50%;
}
.author-avatar {
	margin-top: 1.5rem;
  	text-align: center;
}
.author-avatar img {
	border-radius:50%;
}
.author-description h3 {
    text-align: center;
}
.author-description h2 {
	margin-top:0;
}

/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
body {
	text-rendering: optimizeLegibility;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#wrapper {
  	background-color: #ffffff;
  	width: 100%;
  	margin: 0 auto;
  	min-height: 800px;
  	padding: 10px 35px 0 35px;
}

/* Header */
#header {
	margin-bottom: 0.15rem;
    position: relative;
}

.header-logo img {
	width: 65px;
    z-index: 3;
}
.header-logo, .header-info {
	display:block;
	margin: 0 auto;
	text-align: center;
	max-width:100%;
	z-index: 0 !important;
	position: relative;
}
.header-triangle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
/*    border-width: 50px 100px 0 100px;*/
    border-width: 70px 120px 0 120px;
    border-color: #ffffff transparent transparent transparent;
    z-index: -1;
/*    margin-top: -27px;*/
    margin-top: -50px;
}
.site-header {
	width:100%;
}
.site-header p {
	margin:0;
}
p.site-title a {
	color: #515151;
	display: block;	
	font-size: 2.75rem;
	text-decoration: none;
}
.site-title a:hover {
	color: #21759b;
}
.site-header h1 {
	margin:0;
}
p.site-description {
	color: #757575;
	font-size: 1.6875rem;
	margin:0;
	line-height:1	
}
img.header-image {/* Remove fancy borders */
	border-radius: 0;
	box-shadow:none;
}
.header-image {
    width: 100%;
    height: 50vw;
    max-height: 550px;
    margin-top: 45px;
    border-radius: 5px;
}
a.fancybox.image {
    border: none !important;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 3rem;
}
.widget-area .widget ul {
	margin-left:2em;
}
.widget-area .widget h3 {
	margin-bottom: 5px;
}
.widget-area .widget p,
.widget-area .widget li {
	line-height: 1.846153846;
	font-size:0.875rem; /* equal to 14px */
}
.widget.widget_text {
	line-height: 1.846153846;
	font-size:0.875rem; /* equal to 14px */
}
.widget-area .widget p {
	margin-bottom: 1.5rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 1.5rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
}

/* Footer */
#footer {
    max-width: 1200px;
/*	height: 60px;*/
    margin-top: 100px;
	color: #B4B4B4;
    font-family: Grotesk, Helvetica;
    padding: 0 30px;
}
#footer-space {
    height: 70px;
}
#footer .footer-inner {
	background: #efefef;
	padding-top: 10px;
	padding: 50px !important;
    border-radius: 5px;
/*    height: 100%;*/
    margin: auto;
}

#footer #fmnu {
    float: left;
    display: inline-block;
    font-size: .8em;
    line-height: 1.7em;
    letter-spacing: .15em;
}
#footer #fmnu span,
#footer .ftxt span {
    font-size: .8em;
}
#footer #fmnu ul {
    list-style: none;
    margin: 0;
    line-height: 1.6;
}
#footer #fmnu ul li {
    display: inline-block;
    padding: 0 10px;
}
#footer #fmnu ul li:first-child {
    padding-left: 0;
}
#footer #fmnu ul a {
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .15em;
}
#footer #ftxt {
    float: right;
    display: inline-block;
    width: auto;
    font-size: .8em;
    letter-spacing: .15em;
    line-height: 1.6;
    padding-top: 4px;
    padding-right: 0;
}
#footer .ftxt {
    font-size: .8em;
    letter-spacing: .15em;
    line-height: 1.6;
}
#footer span.contact-mail {
    color: #B4B4B4;
    font-size: 1.2em;
    text-decoration: underline;
    line-height: 1em;
    letter-spacing: .05em;
}
#footer span.contact-mail:hover {
    color: #bebebe;
}
#footer #flogo {
    max-height: 120px;
    margin-top: -20px;
}
footer[role="contentinfo"] {
	/* border-top: 4px double #ededed; */
	clear: both;
	line-height: 2;
	padding: 1.5rem 0;
}
footer &gt; .site-info {
	margin-bottom:0;
}
footer &gt; .site-info.lft {
	text-align:left;
}
footer &gt; .site-info.rt {
	text-align:right;
}
footer &gt; .site-info.cntr {
	text-align:center;
}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.table ul.navcntr {
	margin-bottom: 0.5rem;
}
.table ul.navcntr li {
	display: inline-block!important;
}
footer &gt; .site-info p {
  margin-bottom:0;
  letter-spacing: 1px;
/*  font-size: 75% !important;*/
  font-weight: 100;
  text-align:  center;
}
footer[role="contentinfo"] a {
	color: #686868;
	text-decoration:none;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
footer[role="contentinfo"] p, footer[role="contentinfo"] a  {
	font-size: 1rem;
}
/* Footer Sidebar */
#secondary-sidebar {
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;
}


/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 1.5rem;
}
.entry-meta-header,
.entry-meta-categories {
    color: #757575;
    font-size: 0.75rem;
    line-height: normal;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.entry-meta-header .genericon,
.entry-meta-categories .genericon {
    line-height:1;
    font-size: 1rem;
}
.entry-header .entry-title a {
	text-decoration: none;
}
span.edit-link {
	font-size: 0.75rem;
}
span.edit-link .genericon {
	font-size: 1rem;
	line-height: 1;
}
.attachment span.edit-link {
  margin-left: 1rem;
}
article .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 0.875rem;
	line-height: 3.692307692;
	margin-bottom: 1.5rem;
	text-align: center;
}
.entry-content ul, .entry-content ol {
	margin-left:2.125rem;
}
.entry-content [class*="block-grid-"] {
    margin: 0 0.625em;
}
.entry-content ul.pricing-table {
	margin-left:0;
}
.entry-content .f-dropdown {
	margin-bottom:0;
	margin-left:0;
	list-style:none;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content pre,
.comment-content pre {
	background: #f9f9f9;
	color: #666;
	margin: 20px 0;
	overflow-x: auto;
	padding: 20px;
	line-height: 1.3rem;
	-ms-word-wrap:normal;
	word-wrap:normal;	
}
.entry-content pre code,
.comment-content pre code {
	font-weight: normal;
	display: block;
	line-height: 1.3rem;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 1.5rem;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 1.5rem 12px 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 1.5rem;
}
img.aligncenter {
	margin-top: 21px;
	margin-bottom: 19px;
}
img.alignnone {
	margin-bottom: 1.5rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 1.5rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
	margin: 0 !important;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 1.5rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 1.5rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 1em;
	margin: 1.5rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px;
}
.entry-content th,
.comment-content th,
.entry-content td,
.comment-content td {
	text-align: left;
}
article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
	padding-bottom: 1.5rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body.page article {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.page-id-10 table {
	max-width: 579px;
	margin: 0 auto;
	border: none;
	background: none;
}

.page-id-10 table td {
	border: none;
	font-size: 0.938em;
	line-height: 26px;
}

body.page article header.entry-header {
    margin-bottom: 0;
}

h1 {
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: .08em;
    font-family: "BebasKai", Arial, Helvetica;
    font-size: 2.5rem;
}

h2 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 1.563em;
    letter-spacing: .06em;
    font-family: "BebasKai", Arial, Helvetica;
}

.page-id-100 h2 {
    margin-bottom: 0;
}

.btn-kontakt {
    border-top: 1px solid #bebebe;
	display: block;
	width: 100%;
	background: transparent;
	padding: 10px 10px;
	text-align: center;
	color: #e73523;
	text-transform: uppercase;
    font-size: .8em;
	font-weight: 100;
	letter-spacing: 1.5px;
	transition: 0.3s;
}

.btn-kontakt:hover {
    border-color: #ececec;
	background: #ececec;
	color: #e73523;
	transition: 0.3s;
}

.page-id-10 table td:nth-child(2) {
	border: none;
	font-size: 	0.875em;
	line-height: 26px;
}

.error404 article {
	border-bottom:none;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 1.5rem;
	color: #757575;
}
.entry-meta-tags {
    color: #757575;
    font-size: 0.75rem;
    line-height: normal;
}
.entry-meta-tags .genericon {
    font-size: 1rem;
    line-height:1;
}
footer .entry-meta-footer .the-cats {
    margin-bottom: 5px;
}
.single-author .entry-meta .by-author {
	display: none;
}
span.sticky-post, 
span.entry-date,
span.byline,
span.pfont,
.entry-format {
	margin-right:0.3125rem; /* 5px */
}

/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 3rem;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 0.75em;
	line-height: 2;
	margin-top: 22px;
}

/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 1.5rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 1.5rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
	font-size: 0.875rem;
	line-height: 1.846153846;

	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 	0.688em;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
.pformat {
	float: left;
	font-size: 2.364em;
	margin-right:5px;
	color:#888;
}
article.format-link header {
	padding: 5px 10px;
	float: right;
	font-size: 1.250em;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content a {
	font-size: 1.375em;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 1.5rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 1.5rem 1.5rem 0;
	font-size: 0.938em;
	line-height: 1.6;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 2.813rem
}
.format-status .entry-header header {
	display: inline-block;
	margin-top: 1.5rem;	
}
.format-status .entry-header h1 {
	font-size: 0.938em;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	border-radius: 50%;
}

/* Page links */
.page-links {
	clear: both;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
}
.page-links &gt; span {
	background: #fff;
	border: 1px solid #fff;
	padding: 1px 7px;
	text-decoration: none;
	margin:0 5px;
}
.page-links a {
	padding: 1px 7px;
	text-decoration: none;
	background: #2ba6cb;
	color: #fff;
}
.page-links a:hover {
	background: #e6e6e6;
	color:#555;
}

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 3rem;
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 1.5rem 0;
}
.comments-area article header {
	margin: 0 0 3rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 50%;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 80px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 0.938em;
	line-height: 1.42857143;
	margin-top:8px;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 0.75em;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 0.75em;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 0.625em;
}
.reply {
  margin-top: 1.5rem;
}
a.comment-reply-link,
a.comment-edit-link {
	text-decoration:none;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 1.5rem;
}
p.edit-link {
  margin-bottom: 0;
}
.reply span.genericon,
p.edit-link .genericon {
	font-size: 1rem;
  	line-height:1.5;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin:1rem 0;
	list-style:none;
}

/* Comment form */
#respond {
	margin-top: 3rem;
}
#respond h3#reply-title {
	font-size: 1.4375rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 0.750em;
}
#respond form {
	margin: 1.5rem 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 1.5rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.714285714;
	width: 100%;
}
#respond form input[type="text"],
#respond form input[type="email"],
#respond form input[type="url"] {
	width: 100%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 0.6875rem;
	color: #5e5e5e;
}
.required {
	color: red;
}
p.comment-notes {
	font-size: 0.75rem;
}
p.comment-form-author, p.comment-form-email {
	padding-left: 0;
}
p.comment-form-email {
	padding-right: 0;
}

/* =Front page template
-------------------------------------------------------------- */
.front-image {
	float: right;
}
.front-content {
	float: left;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 1.5rem;
	text-align: right;
}
.widget_search label {
	display: block;
	line-height: 1.846153846;
	display:none;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */
img#wpstats {
	display:none;
}
.tiled-gallery {
	margin-bottom:1.5rem;
}
.comments-area { /* Jetpack comments */
	margin-bottom:1.5rem;
}
.recentcomments a { 
	display:inline ;
	padding:0 ;
	margin:0 ;
}
div.jetpack-likes-widget-wrapper { /* Jetpack Likes Widget Wrapper */
	height: auto;
	display: block;
}

/* =TinyMCE Editor
----------------------------------------------- */
html .mceContentBody {
	max-width: 920px;
	margin:15px 0 0 15px;
	padding:0;
	background:#fff;
}
cite {
	border-bottom:0;
}
html .mceContentBody ul, 
html .mceContentBody ol {
	margin-left:25px;
}
.mceContentBody code {
    font-family: Grotesk, Consolas, Monaco, Lucida Console, monospace;
	font-size: 0.750em;
	line-height: 2;
}
.mceContentBody pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 	0.875em;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
}
.mceContentBody pre code {
	display: block;
}
.mceContentBody abbr,
.mceContentBody dfn,
.mceContentBody acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}
.mceContentBody address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 1.5rem;
}
.mceContentBody img.alignleft, 
.mceContentBody .wp-caption.alignleft {
	margin: 12px 1.5rem 12px 0;
}
.mceContentBody img.alignright, 
.mceContentBody .wp-caption.alignright {
	margin: 12px 0 12px 1.5rem;
}
.mceContentBody img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.mceContentBody img.alignnone {
	margin-bottom: 1.5rem;
}
.mceContentBody embed,
.mceContentBody iframe,
.mceContentBody object,
.mceContentBody video {
	margin-bottom: 1.5rem;
}
.mceContentBody dl {
	margin: 0 1.5rem;
}
.mceContentBody dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.mceContentBody dd {
	line-height: 1.714285714;
	margin-bottom: 1.5rem;
}
.mceContentBody table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 1.5rem;
	width: 100%;
}
.mceContentBody table caption {
	font-size: 1em;
	margin: 1.5rem 0;
}
.mceContentBody td {
	border-top: 1px solid #ededed;
	padding: 0.429em 0.714em;
}
.mceContentBody del {
	color: #333;
}
.mceContentBody ins {
	background: #fff9c0;
	text-decoration: none;
	padding:0 0.214em;
	color:inherit;
	border:0;
}
.mceContentBody sub,
.mceContentBody sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.mceContentBody sup {
	top: -0.5em;
}
.mceContentBody sub {
	bottom: -0.25em;
}
.mceContentBody small {
	font-size: smaller;
}

/* =Misc
----------------------------------------------- */
/* Off-Canvas */
ul.off-canvas-list li, 
ul.off-canvas-list li li, 
ul.off-canvas-list li li li, 
ul.off-canvas-list li li li li,
ul.off-canvas-list li li li li li,
ul.off-canvas-list li li li li li li {
	list-style-type:none;
}
section.tab-bar-section.go-left{
	text-align:left;
}
section.tab-bar-section.go-right {
	text-align:right;
}
section.tab-bar-section.middle a {
	color:#fff;
	font-weight:normal;
}

/* Top-Bar */
.top-bar {
    height: auto;
    max-width: 52.5em!important;
}
.top-bar .name a {
	line-height: 45px;
	font-size: 0.875rem; 
	font-weight: normal;
	color: white;
	display: block;
	padding: 0 15px; }
.top-bar .toggle-topbar a {
	font-weight:normal;
}
/* Orbit */
.orbit-bullets li {
	cursor:pointer;
	display:inline-block;
}
.orbit-container {
	margin-bottom:1.714em;
}

/* Magellan */
.entry-content &gt; [data-magellan-expedition] {
	margin:0 0 1.714em;
}
.entry-content dl.sub-nav {
	margin:0;
}

/* bbPress */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	background:#fafafa;
}

/* Back to Top */
#backtotop {
	background:#444;
	display: block;
	position: fixed;
	right: 1rem;
	bottom:1rem;
	z-index: 99999;
	cursor: pointer;
	display: none;
	color:#f9f9f9;
	font-size:0.6875rem;
	width:3.125rem;
	height:3.125rem;
	line-height:3.125rem;
	text-align:center;	
	text-transform:uppercase;
	border-radius:3.125rem;
}

/* WordPress Social Menu */
#menu-social {
    text-align: left;
}
#menu-social ul {
    display: block;
    list-style: none;
    margin: 0;
}
#menu-social ul li {
    display: inline-block;
    position: relative;
}
#menu-social li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
#menu-social li a::before {
    content: '/';
    display: inline-block;
    padding: 0 3px;
    font-family: 'FontAwesome';
    font-size: 2rem;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}
#menu-social li a[href*="facebook.com"]::before {
	content: "\f082";
}
#menu-social li a[href*="twitter.com"]::before {
	content: "\f081";
}
#menu-social li a[href*="dribbble.com"]::before {
	content: "\f17d";
}
#menu-social li a[href*="plus.google.com"]::before {
	content: "\f0d4";
}
#menu-social li a[href*="pinterest.com"]::before {
	content: "\f0d3";
}
#menu-social li a[href*="github.com"]::before {
	content: "\f092";
}
#menu-social li a[href*="tumblr.com"]::before {
	content: "\f174";
}
#menu-social li a[href*="youtube.com"]::before {
	content: "\f166";
}
#menu-social li a[href*="flickr.com"]::before {
	content: "\f16e";
}
#menu-social li a[href*="vimeo.com"]::before {
	content: "\f194";
}
#menu-social li a[href*="instagram.com"]::before {
	content: "\f16d";
}
#menu-social li a[href*="foursquare.com"]::before {
	content: "\f180";
}
#menu-social li a[href*="linkedin.com"]::before {
	content: "\f08c";
}   
#menu-social li a[href*="wordpress.org"]::before, 
#menu-social li a[href*="wordpress.com"]::before {
    content: '\f19a'}

/* =Sitemap
----------------------------------------------- */
div.sitemap-left h5 a {
	font-weight: bold;
}









/* =Let's Sew
----------------------------------------------- */

body {
	background: #fff;
}

.row {
	max-width: 1200px;
}
.inner-wrap {
	background: #efefef;
}

.top-bar-section {
	text-align: center;
/*	height: 130px;*/
/*	background: url('images/menu-bg-2.png') center bottom no-repeat;*/
/*	top: -51px;*/
	position: relative;
/*	padding-top: 133px !important;*/
	z-index: 10 !important;
}
.top-bar-section .divider,
.title-area {
	display: none;
}

.top-bar-section ul	{
	/* text-align: center; */
	float: none !important;
	padding: 200px auto 0 auto;
	position: relative;
	z-index: 100 !important;
}

.top-bar-section ul li {
	display: inline;
	float: none;
    padding: 0 25px 20px 25px;
    border-bottom: 1px solid transparent;
}

.top-bar-section ul li a {
	display: inline !important;
	color: #000;
/*	font-family: 'open_sanslight', sans-serif;*/
	font-size: 	0.938em;
	text-transform: uppercase;
	padding: 5px 0 15px 0 !important;
	letter-spacing: 2px;
    font-family: "BebasKai", Arial, Helvetica;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section ul li a:hover {
	color: #bebebe !important;
	background: transparent !important;
}
/*
.top-bar-section li.active:not(.has-form),
.top-bar-section ul li:hover {
    border-bottom-color: #bebebe;
}
*/
.top-bar-section &gt; ul {
    display: block;
    border-bottom: 1px solid #bebebe;
}

.entry-content {
	margin: 0 auto;
}

.page-id-102 .entry-content {
	/* max-width: 606px; */
/*	padding-bottom: 100px;*/
}

.page-id-102 .entry-content p {
	padding: 0 15px;
	font-size: 	0.875em;
	line-height: 26px;
}

.page-id-102 .entry-content h6 {
	padding: 0 22px;
	font-size: 	0.938em;
	font-weight: 400;
	margin-bottom: 14px;
	letter-spacing: 0.4px;
	max-width: 605px;
	margin-top: 3px;
	margin: 3px auto;
}
.entry-content p {
	font-size: 1rem;
	max-width: 590px !important;
	margin: 0 auto;
/*	font-weight: 400;*/
    font-weight: 100px;
	line-height: 175%;
	/* text-align: justify !important; */
	padding: 0 15px;
	color: #3c3a38;
	letter-spacing: 0.3px;
    font-family: Grotesk, Helvetica;
}

.entry-content img[class*="wp-image"] {
    max-width: 560px;
    border-radius: 5px;
}
@media screen and (max-width: 640px) {
    .entry-content img[class*="wp-image"] {
/*        max-width: calc(100% - 30px);*/
        margin: 15px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.entry-content p.red {
	color: #5B5B5B;
	font-size: 1.188em;
	max-width: 423px !important;
/*	letter-spacing: -0.6px;*/
}

.entry-content p small {
	text-transform: uppercase;
	font-size: 70%;
	letter-spacing: 1.5px;
	font-weight: 900;
	color: #C7C7C7;
}
.gallery {
/*	margin-top: 100px !important;*/
/*	margin-right: -6px !important;*/
}

#content {
	padding: 0;
/*	overflow: hidden !important;*/
}

/* Accordion */
#content .accordion-wrapper {
    max-width: 590px !important;
    margin: auto;
}
#content .accordion .accordion-navigation &gt; a {
    background: transparent;
    padding-left: 0;
    padding-right: 50px;
    position: relative;
    color: #bebebe;
    letter-spacing: 2px;
    font-family: "BebasKai", Arial, Helvetica;
}
#content .accordion .accordion-navigation &gt; a:focus {
    border-bottom-color: #bebebe;
}
#content .accordion .accordion-navigation &gt; .content {
    padding-left: 0;
}
#content .accordion .accordion-navigation &gt; .content p {
    letter-spacing: 0.3px;
}
#content .accordion .accordion-navigation.active &gt; a {
    color: #000;
    border-bottom-color: transparent;
}
#content .accordion .accordion-navigation &gt; a .arrow-wrapper {
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
}
#content .accordion .accordion-navigation &gt; a .arrow {
    width: 100%;
    height: 100%;
    background: url(./images/arrow_right.svg) no-repeat right center;
    background-size: 20px 20px;
    transition: all .2s ease-in-out;
    
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
#content .accordion .accordion-navigation.active &gt; a .arrow {    
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
#content .accordion .accordion-navigation &gt; a:hover {
    color: #000;
    border-bottom-color: #000;
}
#content .accordion .accordion-navigation.active &gt; a:hover {
    border-bottom-color: transparent;
}
#content .accordion dd {
    border-bottom: 2px solid transparent;
}
#content .accordion dd.active,
#content .accordion dd:hover {
    border-bottom-color: #000;
}

/* Gallery slider */
.gallery-wrapper {
    position: relative;
    margin-top: 50px;
}
.gallery-wrapper .slick {
    z-index: 1;
}
#content .gallery-wrapper a {
    border: none;
    outline: none;
}
#content .gallery-wrapper dl,
#content .gallery-wrapper dt,
#content .gallery-wrapper a,
#content .gallery-wrapper a img {
    outline: none;
}
.frame-wrapper,
.gallery-wrapp {
    position: relative;
}
.frame {
    overflow: hidden;
    margin: 100px auto 0 auto;
    touch-action: manipulation;
}
.frame .gallery {
    margin: 0;
    padding: 0;
    height: 100%;
}
.frame .gallery .gallery-item {
    float: left;
    padding: 0;
    height: 100%;
    width: 33vw;
    margin: 0 3px;
}
.frame .gallery .gallery-item:first-child {
    margin-left: 0;
}
.frame .gallery .gallery-item:last-child {
    margin-right: 0;
}

body {
	/* background: url('layout/2.jpg') center 0 no-repeat; */
    font-family: Grotesk, Helvetica;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Star */
.star-favorite-places {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-top: 50px;
    font-size: .8em;
    letter-spacing: .1em;
}
span.star {
    background: url(./images/star.svg) no-repeat center left;
    background-size: 15px;
    padding-left: 30px;
    margin-left: -33px;
    max-height: 15px;
    vertical-align: middle;
}
/* Smaller text */
p.smaller-text {
    font-size: .8em;
    letter-spacing: .1em;
}
/* Arrows */
.neighbor-menu-items,
.neighbor-gallery-items {
    height: 30px;
    position: absolute;
    top: calc(50% + 98px/2);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.neighbor-gallery-items {
    top: 50%;
    z-index: 0;
}
.neighbor-menu-items .menu-item-previous,
.neighbor-menu-items .menu-item-next,
.neighbor-gallery-items .gallery-item-prev,
.neighbor-gallery-items .gallery-item-next {
    width: 20px;
    height: 30px;
    padding: 10px 5px 10px 0;
    display: inline-block;
    border: none !important;
    position: absolute;
    margin: 0;
}
/*.neighbor-menu-items .menu-item-previous:hover,
.neighbor-menu-items .menu-item-next:hover,*/
.neighbor-menu-items .menu-item-previous:focus,
.neighbor-menu-items .menu-item-next:focus,
/*.neighbor-menu-items .menu-item-previous:hover,
.neighbor-menu-items .menu-item-next:hover,*/
.neighbor-gallery-items .gallery-item-prev:focus,
.neighbor-gallery-items .gallery-item-next:focus {
    outline: none;
}
.neighbor-menu-items .menu-item-previous,
.neighbor-gallery-items .gallery-item-prev {
    background: url(./images/left.svg) no-repeat center center;
    background-size: contain;
    left: -30px;
}
.neighbor-menu-items .menu-item-next,
.neighbor-gallery-items .gallery-item-next {
    background: url(./images/right.svg) no-repeat center center;
    background-size: contain;
    right: -30px;
}
.neighbor-gallery-items .gallery-item-prev.disabled,
.neighbor-gallery-items .gallery-item-next.disabled {
    opacity: 0.3;
}

/* Rooms */
.rooms-wrapper .single-room h2 {
    margin-bottom: 0;
}
.rooms-wrapper .single-room .room-attributes {
    text-align: center;
    margin-bottom: 60px;
}
.rooms-wrapper .single-room .room-attributes .delimiter {
    padding: 0 5px;
}
.rooms-wrapper .single-room p {
    max-width: 590px !important;
    padding: 0 15px;
    margin: auto;
    letter-spacing: 0.3px;
}





/* =Media Queries
----------------------------------------------- */
@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
	.page-id-10 table td {
		display:block;
		text-align: center;
	}

	.gallery {
/*		margin-top: 50px !important;*/
		margin-right: 0px !important;
	}
	footer &gt; .site-info p {
		margin-top 10px;
		font-size: 0.813em !important;
		font-weight: 600;
		text-align: center;
		margin-top: 13px;
	}

	.gallery-item {
		width: 100%;
/*		padding-right: 0 !important;*/
	}

	.mobile-menu {
		background: #fff;
		width: 100%;
	}
	
	.mobile-menu.active {
		opacity: 1;
        visibility: visible;
		z-index: 20;
	}

	.mobile-menu ul {
		list-style: none;
		width: 100%;
	}
	.mobile-menu ul li {
		background: #fff;
		z-index: 2;
		width: 100%;
	}

	.mobile-menu ul li.divider {
		height: 1px;
		background-color: #E52B24;
	}

	.mobile-menu ul li.divider:first-child {
		height: 0;
	}
 
	.mobile-menu ul li a {
		width: 100%;
		display: block;
		text-align: center;
		padding: 11px 0;
		text-transform:  uppercase;
		letter-spacing: 1px;
		font-size: 0.813em;
		transition: 0.3s;
	}

	.mobile-menu ul li a:hover {
		color: #ff0000;
		background: #FEF2F2;
		transition: 0.3s;
	}

	.menu-icon {
	  position: absolute;
	  height: 50px;
	  width: 30px;
	  right: 35px;
	  z-index: 2222222;
	  cursor: pointer;
	}

	
	.menu-icon:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 20px;
	  width: 30px;
	  height: 1px;
	  background: #E52C22;
	  box-shadow: 0 10px 0 0 #E22C23,    0 20px 0 0 #E52C22;
	}


	.menu-icon.menu-icon-cross {
		float:right;
		cursor:pointer;
		color: #E52C22;
		font-size: 2.789em;
		font-weight: 100;
		line-height: 0px;
/*		right: 30px;*/
/*        margin-top: -10px;*/
        height: 50px;
        width: 30px;
        right: 35px;
	}

	.menu-icon.menu-icon-cross:before {
/*		content: "Ăâ€”";*/
        background: url(images/close.svg) no-repeat center center !important;
		box-shadow: none;
		background: transparent;
		width: 27px;
        height: 27px;
        top: 17px;
        left: 2px;
		font-family: 'open_sanslight', sans-serif;
	}
	
    .top-bar-section {
        height: auto;
    }
    
    .top-bar-section ul {
		display: none!important;
	}

	#header {
		margin-bottom: 0px;
	}

    .show-for-mobile-only {
		position: fixed;
		top: 0;
		display: block;
		padding-top: 60px;
		height: 100%;
		opacity: 0;
        visibility: hidden;
		transition: opacity 0.3s ease;
        margin-left: -35px;
	}
    .show-for-mobile-only ul {
        margin-left: 0;
    }
	#footer {
		height: 70px;
	}

	/*#footer #ftxt {
		padding-top: 15px !important;
	}*/
    
    footer[role="contentinfo"] p, footer[role="contentinfo"] a,
    #ftxt {
        font-size: .8rem;
    }
    
    #footer #ftxt {
        padding: 5px 0;
        padding-top: 9px;
    }

	#menu-item-39 {
		margin: 0;
		float: left;
		text-align: left;
		padding-left: 15px;
	}
	#menu-item-38 {
		margin: 0;
		float: right;
		text-align: right;
		padding-right: 15px;		
	}	
	#menu-item-14 {
		margin: 0;
		float: left;
		text-align: left;
		padding-left: 15px;		
	}
	#menu-item-12 {
		margin: 0;
		float: right;
		text-align: right;
		padding-right: 15px;		
	}	
	.top-bar {
		height: auto;
		z-index: 10 !important;
		position: relative !important;
		
	}	
	
	#wrapper div.header-logo {
		background: transparent !important;
		position: relative !important;
		z-index: 0 !important;
		height: auto;
	}
	
	/*.top-bar-section {
		background: url('images/menu-bg-mobile.png') center top no-repeat;
		position: relative !important;
		z-index: 100 !important;
		background-position: 50% -53px;
		top: 0;
	}*/


    .top-bar .top-bar-section .menu-item {
		display: block;
		width: 49%;	
		margin-bottom: 31px !important;

	}

	.header-logo img {
		margin-top: 20px;
        width: 50px;
	}
	.top-bar .top-bar-section .menu-item a {
		margin: 0 !important;		
		font-size: 1.125em;	
	}

	.entry-content {
		margin: 0px auto 0 auto;
	}

	p.site-title a {
	  font-size:1.875rem;
	}
	p.site-description {
	font-size:1.5rem;
	}
/*
	#wrapper {
		padding:0
	} 
*/
	site-header {
		padding-top:0.9375rem;
	}
	.comment-count {
	margin-top: 2rem;
	}
    .frame {
        margin-top: 80px;
    }
    #footer {
        margin-top: 80px;
    }
    #footer .footer-inner {
        padding: 30px !important;
    }
    #footer #fmnu ul li {
        padding: 5px;
    }
	footer &gt; .site-info {
		text-align:center;
		font-size:0.75rem;
	}
	#backtotop {
		background: rgb(0, 0, 0) ; opacity: 0.4;
		bottom:2.5rem;
		width:2.125rem;
		height:2.125rem;
		font-size:0.5625rem;
		line-height:2.125rem;
		border-radius:3.125rem;		
	}
	#backtotop:hover {
		background: rgb(0, 0, 0) ; opacity: 1;
	}
	#wpadminbar {
		top: -2.875rem;
	}	
	#menu-social li a::before {
		padding:        0 1px;
		font-size:      1.75em;
	}
	section.tab-bar-section.middle a {
		color:#fff;
		font-weight:normal;
	}	
	p.comment-form-author, p.comment-form-email {
		padding-left: 0;
		padding-right: 0;
	}
	.author-avatar img {
		margin-top: 8px;
		border-radius: 50%;
	}
	header.entry-header h1 {
		font-size: 1.6875rem;
	}
    
    h1 {
        margin: 40px auto;
    }
    
    .entry-content p {
        padding: 0;
    }
}
@media only screen and (max-width: 960px) {
    #header {
        margin-bottom: 0.5rem;
    }
    .top-bar-section ul li {
        padding: 0 15px 15px 15px;
    }
}
@media only screen and (max-width: 800px) {
    .top-bar-section ul li {
        padding: 0 10px 15px 10px;
    }
    .top-bar-section ul li a {
        font-size: 0.875em;
    }
}
@media only screen and (max-width: 730px) {
    span.star {
        padding-left: 20px;
        margin-left: -23px;
    }
}
@media only screen and (max-width: 650px) and (min-width: 642px) {
    #footer span.contact-mail {
        font-size: 1.1em;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) { /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
}
@media only screen and (max-width: 1200px) {
    #footer-space {
        height: 30px;
    }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) { /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
}
@media only screen and (min-width: 120.063em) { /* min-width 1921px, xlarge screens */
}
@media only screen and (min-width: 642px) and (max-width:800px) {
    #footer .column-right,
    #footer .small-middle-row {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 641px) {
    .header-image {
        margin-top: 60px;
    }
    #footer {
        height: auto;
    }
    #footer-space {
        height: 30px;
    }
    #footer #fmnu,
    #footer .ftxt,
    #footer #ftxt,
    #footer #flogo {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
    #footer #flogo {
        width: auto;
        margin: auto;
    }
    #footer .small-middle-row {
        padding: 2em 0;
    }
    #footer span.contact-mail {
        font-size: 1.8em;
    }
}
@media only screen and (max-width: 350px) {
    .menu-icon {
        right: 20px;
    }
    #wrapper {
        padding: 10px 20px 0 20px;
        min-height: unset;
    }
    #footer {
        padding: 0 20px;
    }
    #footer .footer-inner {
        padding: 15px !important;
    }
    #footer-space {
        height: 20px;
    }
    #footer #fmnu ul li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    /* Gallery arrows */
    .neighbor-gallery-items {
        top: -20px;
    }
    .neighbor-gallery-items .gallery-item-prev {
        left: 30%;
    }
    .neighbor-gallery-items .gallery-item-next {
        left: 60%;
    }
    /* Neighbor arrows */
    .neighbor-menu-items {
        top: auto;
        bottom: -50px;
    }
    .neighbor-menu-items .menu-item-previous {
        left: 30%;
    }
    .neighbor-menu-items .menu-item-next {
        left: 60%;
    }
    .entry-content p,
    .single-room p {
        line-height: 120%;
    }
    .mobile-menu.show-for-mobile-only {
        margin-left: -20px;
    }
    .rooms-wrapper .single-room .room-attributes {
        margin-bottom: 30px;
    }
    .rooms-wrapper .single-room .frame {
        margin-top: 50px;
    }
    span.star {
        padding-left: 15px;
        margin-left: -18px;
    }
    #footer span.contact-mail {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 270px) {
    #footer span.contact-mail {
        font-size: 1em;
    }
}


/* FONTS */
@font-face {
    font-family: BebasKai;
    src: url("fonts/BebasKai-Regular.otf") format('opentype'),
         url("fonts/BebasKai-Regular.woff") format('woff'),
         url("fonts/BebasKai-Regular.ttf") format('truetype')
         /*url("fonts/BebasKai-Regular.eot")*/;
}
@font-face {
    font-family: Grotesk;
    src: url("fonts/FoundersGroteskWeb-Regular.woff2") format('woff'),
         url("fonts/FoundersGroteskWeb-Regular.woff") format('woff'),
         url("fonts/FoundersGroteskWeb-Regular.eot") format('embedded-opentype');
}</pre></body></html>