@charset "UTF-8";
/*
Theme Name: Krakow
Author: NEXT PLANET
Description: Custom theme for KrakowMyPlace
Version: 0.0.1
Tags: krakow, krakowmyplace, next-planet
*/

* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.75;
	background-color: #fff;
	text-align: left;
	overflow-x: hidden;
}
strong {
	font-weight: 700;
}
nav {
	background-color: #fff;
	margin: 30px 0;
}
h1 {
	display: block;
	margin: 0;
	padding: 15px 0 0 0;
	line-height: 1.2;
	font-size: 32px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000;
}
h2 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin: 60px 0 0 0;
}

h3 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin: 15px 0 10px 0;
	line-height: 1.25;
}
p {
	margin-top: 15px;
	margin-bottom: 30px;
}
button {
	font-family: inherit;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-block-image.img-reset img {
	background: none;
	padding: 0;
	box-shadow: none;
}
a img {
	border: none;
}
a {
	color: #000;
}
a:link, a:visited, a:link, a:visited {
	text-decoration: underline;
	font-weight: 700;
}
a.btn-primary, a.btn-primary:link, a.btn-primary:visited {
	display: inline-block;
	height: 40px;
	background-color: #ffd919;
	color: #000;
	border: none;
	padding: 5px 15px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
}
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
	background-color: #ffd919;
}
hr {
	border-style: solid;
	border-top-width: 0;
	border-bottom-width: 1px;
	margin: 10px 0;
}
.content {
	display: flex;
	background-color: #f2f2f2;
	margin: 0;
	padding: 15px 0 60px 0;
}
.content-text {
	width: 100%;
	margin: 0;
}
.content-image {
	width: 100%;
	margin: 0;
	padding-top: 60px;
	text-align: center;
}
.container {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#languages {
	display: block;
	text-align: left;
	font-size: 12px;
	height: 20px;
	width: 100%;
}
#languages li {
	list-style: none;
	display: inline-block;
	padding: 2px;
	margin: 0;
	line-height: 1.2;
}
#languages li a {
	font-weight: 400;
	text-decoration: none;
}
#languages li.current-lang {
	background-color: #ffd919;
}

/* menu START */
#menu {
	display: none;
}
#menu-mobile {
	display: block;
}
#menu-mobile-button {
	position: fixed;
	top: 15px;
	right: 15px;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	line-height: 40px;
	border: none;
	border-radius: 20px;
	outline: none;
	z-index: 1;
}
#menu-mobile-button img {
	float: right;
	margin-top: 10px;
}
#menu-mobile-button span {
	color: #fff;
	font-weight: 700;
	margin-right: 5px;
}
#menu-mobile-x {
	position: fixed;
	top: 15px;
	right: 15px;
	float: right;
	height: 40px;
	width: 40px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	border: none;
	outline: none;
	background: none;
	z-index: 99;
}
#menu-mobile-modal {
	position: fixed;
	display: none;
	float: left;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	/*	background-color: rgba(0, 0, 128, .8);*/
	color: #FFF;
	z-index: 10;
}
#menu-mobile-modal a, #menu-mobile-modal a:link, #menu-mobile-modal a:visited, #menu-mobile-modal a:hover, #menu-mobile-modal a:active {
	text-decoration: none;
	color: #FFF;
}
#menu-mobile-modal ul {
	clear: both;
	list-style: none;
	font-size: 30px;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.2;
}
#menu-mobile-modal li {
	display: block;
	padding: 10px 0; 
}
#menu-mobile-modal li:last-of-type {
	margin-top: 30px;
}
#menu-mobile-content {
	height: 100vh;
	padding: 60px 15px 90px 15px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0px);
	/*	-webkit-transform: translate3d(0,0,0);*/
	/*	-webkit-perspective: 1000;*/
}
#logo {
	display: block;
	width: 100%;
	height: 110px;
	padding: 0;
	margin: 15px 0 0 0;
	text-align: left;
}
#logo img {
	display: block;
	width: 290px;
	height: auto;
}
/* menu END */


#CTA-sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
/*	height: 60px;*/
	width: 100%;
	padding: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, .8);
/*	backdrop-filter: blur(4px);*/
	-webkit-backdrop-filter: blur(4px);
	box-shadow: 0px -4px 8px rgba(0, 0, 0, .1);
}
/*iPhoneX START*/
@supports(padding: max(0px)) {
#CTA-sticky {
	padding-bottom: max(40px, env(safe-area-inset-bottom));
}
}
/*iPhoneX END*/

#CTA-sticky .container {
	display: flex;
	flex-direction: column;
}

#CTA-sticky a.btn-primary {
	display: inline-flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.1;
}

#CTA-sticky a.btn-primary p {
	margin: 0;
}

#CTA-sticky span {
	display: inline-flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1.1;
}

#CTA-sticky span.visibility {
	display: none;
}

#CTA-sticky span a {
	margin-left: 5px;
	color: #fff;
}

#booking_com div {
	width: 100%;
}
#booking_com p {
	text-align: left;
}
#booking_com div img {
	display: block;
	margin: 10px auto;
	width: 100%;
	max-width: 360px;
	height: auto;
}

.lokalizacja {
	display: block;
	clear: both;
	background-image: url(assets/images/icons/budynek_3x.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	padding-left: 35px;
	margin: 30px 0;
	min-height: 40px;
}
.lokalizacja h2 {
	line-height: 1;
	padding: 0;
	margin: 0;
}
.lokalizacja a:link, .lokalizacja a:visited, .kontakt a:link, .kontakt a:visited {
	text-decoration: none;
	background-color: #ffd919;
}
.lokalizacja p {
	line-height: 1.2;
	padding: 0;
	margin: 4px 0;
	font-size: 14px;
}

#lokalizacja-frame {
	position: relative;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 30px;
	padding: 0;
	background-color: #fff;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
	overflow: auto;
}

.lokalizacja-foto {
	position: relative;
	display: block;
	background-size: cover;
	margin: 10px 0;
	height: 0;
	padding: 50% 0 0 0;
}

.lokalizacja-foto-opis {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-image: url(assets/images/icons/budynek_3x.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 24px auto;
	padding: 10px 10px 5px 50px;
	margin: 0;
	min-height: 60px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.lokalizacja-foto:hover .lokalizacja-foto-opis {
	background-color: rgba(255, 217, 25, 0.8);
}

.lokalizacja-foto-opis h2 {
	line-height: 1;
	padding: 0;
	margin: 0;
}

.lokalizacja-foto-opis p {
	line-height: 1.2;
	padding: 0;
	margin: 2px 0;
	font-size: 14px;
	font-weight: 400;
}

.kontakt p {
	min-height: 24px;
	padding: 0;
	margin: 0;
}
.kontakt {
	margin: 20px 0;
	display: inline-block;
	vertical-align: top;
}
p.telefon {
	font-weight: 700;
	font-size: 24px;
	background-image: url(assets/images/icons/phone_3x.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: left center;
	padding-left: 35px;
}

p.email {
	font-weight: 700;
	background-image: url(assets/images/icons/envelope_3x.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: left center;
	padding-left: 35px;
}

.kontakt small {
	font-weight: 700;
	font-size: 16px;
}

.kontakt-uslugi {
	display: inline-block;
	/*	float: left;*/
}

.kontakt-uslugi img {
	width: 100px;
	height: auto;
	margin-top: 20px;
	margin-right: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	border-radius: 50%;
}

ul.udogodnienia, ul.uslugi {
	padding: 0 0 10px 10px;
}

ul.udogodnienia li {
	display: flex;
/*	flex-wrap: wrap;*/
	align-items: center;
	flex-direction: row;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	line-height: 1.2;
	min-height: 50px;
}

ul.udogodnienia li img {
	margin: 10px;
}

ul.uslugi li {
	display: flex;
/*	flex-wrap: wrap;*/
	align-items: center;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	min-height: 50px;
}

ul.uslugi li img {
	margin: 5px 10px;
}

p.ikona {
	line-height: 30px;
}

p.ikona img {
	vertical-align: bottom;
	margin-right: 5px;
}

.rooms {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	margin: 20px -5px 10px -5px;
}

.room-type {
	padding: 0 5px;
	flex-basis: 50%;
	flex-grow: 1;
}
.room-type p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.room-type-bg {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	padding: 5px;
	height: 60px;
	background-color: #e0e0e0;
	line-height: 1;
	font-weight: 700;
}
.room-type-bg small {
	font-weight: 300;
}
.room-type-bg img {
	margin: 5px;
}
.room-type-beds {
	display: none;
}
.room-type-guests {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.room-type-guests img {
	margin: 2px;
}
.room-type-guests span {
	margin: 2px;
}

/*rotator START*/
#slideshow { 
	position: relative;
	max-width: 100%;
	height: 0;
	padding: 66.66% 0 0 0;
	margin: 0;
	z-index: 0;
	background-color: #000;
	overflow: hidden;
/*
	border-color: #000;
	border-style: solid;
	border-width: 1px;
*/
}

#slideshow figure { 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s linear infinite 0s; 
}
/*
#slideshow figure figcaption { 
	z-index: 1000;
	position: relative;
	top: 20px;
	left: 20px;
	width: 100%;
	text-align: left;
	opacity: 0;
	color: #fff;
	animation: titleAnimation 30s linear infinite 0s;
	font-family: 'Dancing Script', cursive;
	font-size: 48px;
	padding: 0;
	margin: 0;
	line-height: 1;
}
*/

#slideshow figure:nth-child(1) { 
	background-image: url(assets/images/rotator/1.jpg)
}
#slideshow figure:nth-child(2) { 
	background-image: url(assets/images/rotator/2.jpg);
	animation-delay: 6s; 
}
#slideshow figure:nth-child(3) { 
	background-image: url(assets/images/rotator/3.jpg);
	animation-delay: 12s; 
}
#slideshow figure:nth-child(4) { 
	background-image: url(assets/images/rotator/4.jpg);
	animation-delay: 18s; 
}
#slideshow figure:nth-child(5) { 
	background-image: url(assets/images/rotator/5.jpg);
	animation-delay: 24s; 
}
#slideshow figure:nth-child(6) { 
	background-image: url(assets/images/rotator/6.jpg);
	animation-delay: 30s;
}

/*
#slideshow figure:nth-child(2) figcaption { 
	animation-delay: 6s;
}
#slideshow figure:nth-child(3) figcaption { 
	animation-delay: 12s;
}
#slideshow figure:nth-child(4) figcaption { 
	animation-delay: 18s;
}
#slideshow figure:nth-child(5) figcaption { 
	animation-delay: 24s;
}
*/

@keyframes imageAnimation { 
	0% { opacity: 0; animation-timing-function: ease-in; }
	8% { opacity: 1; animation-timing-function: ease-out; }
	17% { opacity: 1; }
	25% { opacity: 0; transform: scale(1.1); }
	100% { opacity: 0; }
}

/*
@keyframes titleAnimation { 
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	12% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
*/

/*rotator END*/

/*quotes START*/
#gallery-indicators {
	position: relative;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin: 0 -50vw;
}

#hide-scrollbar {
	position: relative;
	height: 100%;
	width: 100%;
/*	margin-top: -20px;*/
	overflow: hidden;
}

#quotes {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 20px;
	padding-bottom: 20px;
	box-sizing: content-box;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	/*remove scrollbars*/
	scrollbar-width: none;
	-ms-overflow-style: none;
}

/*remove scrollbars*/
#quotes::-webkit-scrollbar {
	display: none;
}

.quote-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	min-width: 100%;
	margin: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	font-style: italic;
	scroll-snap-align: center;
}

.quote {
	width: 100%;
	height: 100%;
	padding: 130px 25px 25px 25px;
	background-image: url(assets/images/icons/user_3x.png);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-position: center 30px;
	background-color: #fff;
	border-radius: 10px;
}

.quote-container:nth-of-type(1) div {
	background-image: url(assets/images/guest/Luca_3x.png);
}
.quote-container:nth-of-type(2) div {
	background-image: url(assets/images/guest/Amalie_3x.png);
}
.quote-container:nth-of-type(3) div {
	background-image: url(assets/images/guest/Mateusz_3x.png);
}

.quote p {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	line-height: 1.4;
	font-weight: 300;
}

ul.indicators {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.indicator {
	padding: 0;
}

.indicator-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #000;
	background: none;
	background-color: transparent;
	border: none;
	overflow: hidden;
	font-size: 20px;
	line-height: 40px;
}

.indicator-button > * {
  pointer-events: none;
}

.indicator-button div {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	border-radius: 50%;
}

.indicator-button.current div {
	background-color: #000;
}

/*quotes END*/


/*gallery START*/
#gallery-frame {
	position: relative;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
}

#gallery {
	position: relative;
	max-width: 100%;
}

#gallery ul.wp-block-gallery {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	margin-top: -10px;
	top: 20px;
	padding-bottom: 20px;
	box-sizing: content-box;
	overflow-x: auto;
	white-space: nowrap;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	/*remove scrollbars*/
	scrollbar-width: none;
	-ms-overflow-style: none;
}

/*remove scrollbars*/
#gallery ul.wp-block-gallery::-webkit-scrollbar {
	display: none;
}

.btn-previous {
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
	width: 40px;
	height: 40px;
	background-color: #000;
	cursor: pointer;
}
.btn-next {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	width: 40px;
	height: 40px;
	background-color: #000;
	cursor: pointer;
}
.btn-previous img, .btn-next img {
	width: 40px;
	height: 40px;
}

#gallery li {
	display: flex;
	position: relative;
	min-width: 100%;
	height: 0;
	padding: 66.66% 0 0 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	scroll-snap-align: center;
}

#gallery li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

#gallery figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	margin: 10px;
	font-size: 14px;
	background: none;
	background-color: rgba(0, 0, 0, .5);
	line-height: 30px;
	padding: 0 10px;
/*	border-radius: 20px;*/
}

.label {
	display: flex;
/*	flex-flow: wrap;*/
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #7F7F7F;
	font-size: 14px;
	text-align: right;
	padding: 5px 15px;
}

.label p {
	display: inline-block;
	padding: 0 2px;
	margin: 0;
}

.label img {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.wp-block-image img {
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
}

#trips .wp-block-gallery {
	margin: 0 -10px;
}
#trips .wp-block-gallery li {
	width: 100%;
	padding: 10px;
	margin: 0;
}
#trips .wp-block-gallery figure {
	flex-direction: column;
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
}
#trips .wp-block-gallery figcaption {
	position: relative;
	font-size: 14px;
	color: #000;
	background: none;
	text-align: left;
	padding: 10px 0 0 0;
}
/*gallery END*/

/*footer START*/
footer {
	clear: both;
	float: left;
	color: #000;
	background-color: #fff;
	padding: 60px 0 120px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	line-height: 1.5;
	font-weight: 400;
	overflow: hidden;
}
#footer-image {
	height: 110px;
	width: 100%;
	margin: 0;
	background-image: url(assets/images/footer-img-xs_3x.png);
	background-repeat: no-repeat;
	background-size: auto 110px;
	background-position: center top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000;
}

#PFR-srodkowa {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
}
#PFR-poziom {
	margin: 0 auto;
	display: none;
	width: 100%;
	max-width: 930px;
	height: auto;
}

#social-links {
	display: flex;
	justify-content: space-between;
	width: 290px;
	height: 60px;
	margin: 30px auto;
	padding: 0;
}
#social-links-phone, #social-links-mail, #social-links-facebook, #social-links-instagram {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: auto 60px;
	background-position: 0 0;
	cursor: pointer;
}
#social-links-phone {
	background-image: url(assets/images/icons/footer-phone-x_3x.png);
}
#social-links-mail {
	background-image: url(assets/images/icons/footer-envelope_3x.png);
}
#social-links-facebook {
	background-image: url(assets/images/icons/footer-facebook_3x.png);
}
#social-links-instagram {
	background-image: url(assets/images/icons/footer-instagram_3x.png);
}
#phone-number-container {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	transform:translateY(-100%);
}
#phone-number {
	min-width: 210px;
	height: auto;
	padding: 5px 15px;
	background-color: #ffd919;
	border-radius: 8px;
	text-align: left;
}
#phone-number a {
	text-decoration: none;
	display: block;
}
#phone-number p {
	margin: 10px 0;
}
.triangle {
	margin-left: 25px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #ffd919;
}
footer #footer-text {
	clear: both;
	width: 100%;
}
#footer-text div {
	margin: 15px 0;
}
#footer-text #footer-menu {
	margin: 0;
}
#footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-menu ul li {
	display: inline;
	margin: 0 8px;
}
/*footer END*/

/*SeeKrakow START*/
#sk-override #SeeKrakow-Container {
	border: 1px solid #000;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	max-width: 100%;
	margin: 0 auto;
	background: none;
}

#sk-override #SeeKrakow-Container .SeeKrakow-row.SeeKrakow-header {
	background-color: #000;
}

#sk-override #SeeKrakow-Container .SeeKrakow-row {
	padding: 5px 10px;
}

#sk-override #SeeKrakow-Container .SeeKrakow-row#SeeKrakow-date {
	padding: 5px 20px 0px 20px;
}

#sk-override #SeeKrakow-Container .SeeKrakow-row .SeeKrakow-label {
	margin-left: 0;
}

#sk-override #SeeKrakow-Container .SeeKrakow-row select, #sk-override #SeeKrakow-Container .SeeKrakow-row input.SeeKrakow-input {
	font-size: 16px;
	height: 40px !important;
	border-radius: 0;
}

#sk-override #SeeKrakow-Container .SeeKrakow-row .SeeKrakow-Buttons input {
	display: inline-block;
	height: 40px;
	background-color: #ffd919 !important;
	color: #000;
	border: none;
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	margin: 15px 0;
	-webkit-appearance: none;
	border-radius: 0;
}

#sk-override #SeeKrakow-Container .SeeKrakow-row .SeeKrakow-Buttons input:disabled {
	color: #666;
	background-color: #ccc !important;
}

#sk-override #SeeKrakow-Container .SeeKrakow-white-bg {
	background: #fff;
}
/*SeeKrakow END*/



/* BREAKPOINT:M portrait tablets */
@media (min-width: 768px) {
body {
	text-align: left;
}
nav {
	margin: 20px 0 10px 0;
}
h1 {
	font-size: 36px;
}
.content-text {
	width: 50%;
	float: left;
}
.content-image {
	width: 50%;
	float: right;
}
.container {
	max-width: 720px;
}
nav .container {
	text-align: right;
}

#languages {
	text-align: right;
}

#logo {
	display: inline-block;
	width: 35%;
}
#logo img {
	display: inline-block;
	width: 210px;
	height: auto;
}
#menu {
	display: inline-block;
	width: 65%;
	background-color: #fff;
}
#menu ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 1;
	font-size: 15px;
	list-style-type: none;
}
#menu ul a:link, #menu ul a:visited {
	font-weight: bold;
	text-decoration: none;
}
#menu ul a:hover, #menu ul a:active {
	text-decoration: none;
	color: #666;
}
#menu ul li {
	display: inline-block;
	padding: 15px 0;
	margin-left: 20px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #fff;
}

#menu ul li.current-menu-item {
	border-bottom-color: #ffd919;
}
#menu-mobile {
	display: none;
}

/*iPhoneX START*/
@supports(padding: max(0px)) {
#CTA-sticky {
	padding-bottom: max(10px, env(safe-area-inset-bottom));
}
}
/*iPhoneX END*/
	
#CTA-sticky {
	padding: 10px 0;
}
	
#CTA-sticky .container {
	flex-direction: row;
}

#CTA-sticky a.btn-primary {
	width: auto;
	margin-right: 10px;
	margin-bottom: 0;
}

#CTA-sticky span {
	font-size: 16px;
}

#CTA-sticky span.visibility {
	display: inline-flex;
}

#lokalizacja-frame {
	max-width: 100%;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px;
}
.lokalizacja-foto {
	margin: 15px 0;
}
	
/*rotator START*/
#slideshow figure figcaption { 
	top: 30px;
	left: 30px;
	font-size: 64px;
}
/*rotator END*/
	
	
/*quotes START*/
#gallery-indicators {
	max-width: 100%;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}
	
#quotes {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.quote-container {
	width: 210px;
	min-width: inherit;
	padding: 0;
}

ul.indicators {
	display: none;
}
/*quotes END*/


/*gallery START*/
#gallery-frame {
	max-width: 100%;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}
#gallery {
	padding: 0 10px;
}
	
.wp-block-image img {
	padding: 15px;
/*	box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);*/
}
.btn-previous {
	left: -10px;
}
.btn-next {
	right: -10px;
}
.label {
	padding: 5px 10px;
}
#trips .wp-block-gallery li {
	width: 50%;
}
/*gallery END*/
	
	
#booking_com div {
	width: 210px;
}
#booking_com {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#booking_com h2 {
	margin: 0;
}
#booking_com div img {
	margin: 0;
}
.kontakt small {
	font-size: 24px;
}
p.telefon {
	font-size: 32px;
}
p.email {
	font-size: 24px;
}

.rooms {
margin: 20px -10px;
}

.room-type {
	padding: 0 10px;
}
.room-type p {
	font-size: 16px;
}
.room-type-beds {
	display: flex;
	align-items: center;
}
.room-type-guests {
	flex-direction: row-reverse;
}

footer {
	padding: 60px 0 90px 0;
}
	
#footer-image {
	background-image: url(assets/images/footer-img-m_3x.png);
}
#PFR-srodkowa {
	display: none;
}
#PFR-poziom {
	display: block;
}
footer #footer-privacy {
	width: auto;
	display: inline-block;
	padding-right: 15px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000;
}
#footer-copyright {
	width: auto;
	display: inline-block;
	padding-left: 15px;
}
}



/* BREAKPOINT:L landscape tablets and desktops*/
@media (min-width: 1024px) {
h1 {
	font-size: 40px;
	padding: 15px 0;
}
nav {
	margin: 20px 0;
}
.content {
	padding: 45px 0 60px 0;	
}
.container {
	max-width: 960px;
}
#menu ul {
	font-size: 20px;
}
#logo img {
	width: 290px;
}
#gallery-frame {
	margin-bottom: 60px;
}
.quote-container, #booking_com div {
	width: 290px;
}
.kontakt {
	vertical-align: baseline;
}
#footer-image {
	background-image: url(assets/images/footer-img-l_3x.png);
}
footer #social-links {
	clear: both;
	float: left;
}
footer #social-links div img {
	float: left;
}
footer #footer-text {
	clear: none;
	display: inline-block;
	float: right;
	width: 60%;
	height: auto;
	text-align: right;
	margin: 20px 0;
}
}

/* KW Booking Engine */
#CTA-sticky .container .btn-primary {
	display: none;
}
#booking-area {
/*	order: 2;*/
/* 	background-color: #f2f2f2;
	border-bottom: 1px solid #FFFFFF; */
}
#kwh-widget.l-kwh-widget {
	max-width: 100%!important;
	background-color: transparent!important;
}
#kwh-widget.c-kwh-widget {
	background-color: transparent;
}
#kwh-widget .c-kwh-widget__btn {
	color: #000000!important;
}
#kwh-widget .c-kwh-widget__btn,
#kwh-widget .c-kwh-widget__btn:hover {
	background-color: #F5CF0F!important;
}
#kwh-widget .l-kwh-widget__cell:hover {
	border-color: #F5CF0F!important;
}
#kwh-widget .l-kwh-widget__cell {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .2)!important;	
}
#kwh-widget .l-kwh-widget__cell:not(.l-kwh-widget__cell--btn) {
	display: none;
}
@media (min-width: 768px) {
	#kwh-widget.c-kwh-widget {
		padding: 0!important;
	}
	#kwh-widget .l-kwh-widget__cell:not(.l-kwh-widget__cell--btn) {
		display: block;
	}	
	#CTA-sticky span {
		width: 200px;
		text-align: left;
		display: block;
		padding-left: 10px;
	}
	#CTA-sticky .container {
		align-items: center;
	}
	#booking-area {
		width: calc(100% - 200px);
	}
}