/*
Theme Name: Akcept Harenda
Theme URI: https://akcept.eu
Author: Akcept.eu
Author URI: https://akcept.eu
Description: Marketing obiektów noclegowych
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akcept-harenda
*/


/** 1.0 Reset **/

*,
:after,
:before {
	box-sizing:border-box
}

a {
	text-decoration:none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	position:relative;
	display:block;
}
article,
aside,
details,
section {
	overflow: hidden;
}

audio,
canvas,
video {
	display:inline-block
}

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

[hidden] {
	display:none
}

html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	padding:0
}

body,
html {
	margin:0
}

dl,
menu,
ol,
ul {
	margin:0;
	list-style:none
}

dd {
	margin:0
}

ol,
ul {
	padding:0
}

nav ol,
nav ul {
	list-style:none;
	list-style-image:none
}

img {
	border:0;
	-ms-interpolation-mode:bicubic
}

figure,
form {
	margin:0
}

legend {
	border:0;
	padding:0;
	white-space:normal;
	*margin-left:-7px
}

button,
input,
select,
textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle
}

button,
input {
	line-height:normal
}

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

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

input[type=checkbox],
input[type=radio] {
	padding:0
}

input[type=search] {
	-webkit-appearance:textfield
}

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

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

textarea {
	overflow:auto;
	vertical-align:top
}

/** 2.0 Elements **/

body {
	font-family: 'Open-sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #5b6877;
	line-height: 1.5;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #1f3144;
}

h1, h2 {
	font-size: 72px;
}

h3 {
	font-size: 48px;
}

h4 {
	font-size: 32px;
}

h6 {
	display: inline-block;
	font-size: 12px;
}

@media screen and (max-width: 1024px) {
	h1, h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 36px;
	}

	h4 {
		font-size: 28px;
	}
}

a {
	color: #5b6877;
}

img {
	display: inherit;
	width: 100%;
	height: auto;
}

.title {
	position: relative;
}
.title--sub {
	display: block;
	font-size: 16px;
	color: #c3966d;
	text-transform: uppercase;
}

.title.title--scroll::before {
	content: "";
	position: absolute;
	bottom: -100px;
	left: calc(50% - 32px);
	width: 65px;
	height: 85px;
	background-image: url(img/icon-scroll.png);
	background-repeat: no-repeat;
	background-position: center;
}

.text-block {
	display: block;
}
.text--s48 {
	font-size: 48px;
}
.text--s32 {
	font-size: 32px;
}
.text--s24 {
	font-size: 24px;
}
.text--s16 {
	font-size: 16px;
}
.text--invert {
	color: #ffffff;
}
.text--light {
	color: #c3966d;
}
.text--dark {
	color: #c3966d;
}
.text--center {
	text-align: center;
}
.text--right {
	text-align: right;
}
.text--left {
	text-align: left;
}
.text--justify {
	text-align: justify;
}
.text--uppercase {
	text-transform: uppercase;
}
.text--spacing {
	letter-spacing: 2px;
}

.list {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list .list__item {
	float: left;
	padding: 0;
	margin: 0;
}

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

form,
label {
	display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
.input {
	width: 100%;
	padding: 0.3em 0.5em;
	border: 2px solid #e0e4e7;
}

select,
.select {
	width: 100%;
	padding: 0.3em 0.5em;
	border: 2px solid #e0e4e7;
}

textarea,
.textarea {
	width: 100%;
	padding: 1em 2em;
	border: 2px solid #e0e4e7;
}

button,
input[type="submit"],
.button {
	display: inline-block;
	padding: 16px 24px;
	font-family: 'Open-sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0;
	background-color: #c3966d;
	cursor: pointer;
}
.button--lg {
	padding: 20px 38px;
}
@media(max-width:580px){
	.button--lg {
		padding: 20px 20px;
	}
}

/** 3.0 Navigation **/

.nav {
	position: relative;
	width: 100%;
	z-index: 1000;
}
.admin-bar .nav  {
	padding-top: 30px;
}
.nav--flex {
	position: fixed;
	top: 0;
	left: 0;
}
.nav__brand {
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 172px;
	text-align: center;
	background-color: #1f3144;
}
.admin-bar .nav__brand {
	top: 30px;
}
.nav__brand a {
	display: inline-block;
	margin-top: 10px;
}
.nav__bar {
	width: calc(100% - 172px);
	margin-left: 172px;
	background-color: #ffffff;
}
.nav__bar > div {
	display: flex;
	width: 100%;
}
.nav__menu {
	display: block;
	width: calc(100% - 172px);
	margin-left: 172px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-color: transparent;
	transition: background-color 1s;
}
.nav__menu .nav-mobile-show {
	display: none;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 60px;
	height: 60px;
	font-family: "icomoon";
	font-size: 36px;
	color: #ffffff;
	cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.nav__brand {
		position: absolute;
		top: 0;
		left: 0;
		width: 116px;
		height: 116px;
		text-align: center;
		background-color: #1f3144;
	}
	.nav__brand img {
		width: 60px !important;
	}
	.nav__bar {
		width: calc(100% - 116px);
		margin-left: 116px;
		background-color: #ffffff;
	}
}
.nav--menu-scroll {
	background-color: rgba(31,49,68,0.5);
}
.menu {
	display: table;
	width: 100%;
}
.menu__item {
	display: table-cell;
	text-align: center;
}
.menu__item a {
	display: inline-block;
	padding: 1.5em 2em;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
	.nav__menu {
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear 300ms, opacity 300ms;
	}
	.nav__menu.active {
		visibility: visible;
		opacity: 1;
		transition: visibility 0s linear 0s, opacity 300ms;
	}
	.nav__menu .nav__menu-wrap {
		display: flex;
		position: relative;
		margin: 0 auto;
		top: 0;
		right: 0;
		background-color: #c3966d;
	}
	.nav__menu .nav__menu-list {
		width: 100%;
	}
	.nav__menu .nav-mobile-show {
		display: block;
	}
	.nav__menu-wrap {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.menu {
		max-width: 250px;
		margin: 0 auto;
	}
	.menu__item {
		display: table-row;
	}
}
.nav-mobile {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 999;
}
@media screen and (max-width: 1024px) {
	.nav-mobile {
		display: block;
	}
}
.nav-mobile__list {
	display: flex;
}
.nav-mobile__list li {
	width: 25%;
	padding: 15px 0;
	text-align: center;
}
.nav-mobile__list a {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.nav-mobile__list i {
	display: block;
	font-size: 36px;
}

.bar-info {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.bar-info__item {
	padding-left: 20px;
}
.bar-info__item i {
	margin-right: 10px;
}
@media screen and (max-width: 1024px) {
	.bar-info {
		display: none;
	}
}


.offer {
	margin-right: 100px;
}
@media screen and (max-width: 1024px) {	
	.offer {
		margin-right: 0;
	}
}
.offers-carousel {
	padding-bottom: 100px;
}
.offers-carousel .slick-prev, .offers-carousel .slick-next {
	position: absolute;
	top: inherit;
	bottom: -25px;
}
.offers-carousel .slick-next {
	position: absolute;
	right: inherit;
	left: 80px;
}
.offer-carousel {
	position: relative;
}
.offer-carousel::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(31,49,68,0.0), rgba(31,49,68,0.7));
	overflow: hidden;
}
.offer-carousel__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #ffffff;
}

@media screen and (max-width: 1024px) {
	.offer-featured {
		flex-direction: row!important;
	}
	.offer-featured .grid--center {
		text-align: center;
	}
	.offer-featured .icon--rounded {
		margin: 15px 5px;
		font-size: 25px;
	}
	.offer-featured h6 {
		text-align: center;
		margin-top: 5px;
		font-size: 12px;
		display: block;
	}
}
.room {
	padding: 60px 100px;
}
@media screen and (max-width: 740px) {
	.room {
		padding: 20px;
	}
}
.room h4 {
	margin-top: 20px;
	font-size: 26px;
}
.room-carousel {
	padding: 20px;
}

.reviews .slick-list {
	background-color: rgba(255,255,255,0.9);
}
.review__item {
	padding: 80px;
	margin: 0 100px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.review__item {
		padding: 80px 15px;
		margin: 0;
	}
}
.review__content {
	font-size: 18px;
	font-style: italic;
	line-height: 2em;
}
.review__author {
	font-weight: 600;
	color: #c3966d;
}

.attraction-category-nav {
	display: table;
	margin: 20px auto;
}
@media(max-width:580px){
	.attraction-category-nav {
		display: flex;
		flex-direction: column;
	}
}
.attraction-category-nav__item {
	float: left;
	padding: 15px 35px;
	margin: 0 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #c3966d;
	background-color: #fff;
	cursor: pointer;
	margin-bottom:10px;
}
.attraction-category-nav__item.active {
	color: #ffffff;
	background-color: #c3966d;
}
.attraction {
	padding: 20px;
}

.single-post-item {
	display: flex;
}
@media screen and (max-width: 740px) {
	.single-post-item {
		display: block;
	}
}
.single-post-item__image {
	margin-right: 50px;
}
@media screen and (max-width: 740px) {
	.single-post-item__image {
		margin-right: 0;
	}
}
.single-post-item__content {
	margin-top: 50px;
}

.reservation.active {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31,49,68,0.6);
	overflow: hidden;
	z-index: 1000;
}
.reservation-wrap {
	position: fixed;
	top: 0;
	right: -320px;
	max-width: 320px;
	height: 100%;
	padding: 5px 10px;
	background-color: #1f3144;
	overflow-x: hidden;
	z-index: 1001;
}
.reservation-wrap label{
	color:#fff;
	font-weight: 600;
}
@media (max-width:480px){
	.reservation-wrap label{
		font-size: 12px;
	}
}
.reservation-wrap--close {
	position: absolute;
	top: 15px;
    right: 15px;
}

/** 4.0 Addons **/
.set-price-table {
	width: 100%;
	margin-top: 30px;
}
.set-price-table  tr:nth-child(odd) {
	background-color: #efefef;
}
.set-price-table  tr  td {
	padding: 8px;
}
.set-price-table  tr  td:last-child {
	text-align: center;
}

.set-list {
	width: 100%;
	list-style: none;
}
.set-list li {
	position: relative;
	padding-left: 20px;
}
.set-list li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 5px;
	height: 5px;
	background-color: #c3966d;
    border-radius: 50%;
}
.set-contact {
	display: block;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.set-contact__item {
	float: left;
	padding-left: 10px;
}
.set-contact__item i {
	margin-right: 10px;
}
.set-facebook-button {
	padding: 20px;
}

/** 5.0 Footer **/
.footer {
	padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.footer {
		padding-bottom: 100px;
	}
}
.footer__brand {
	display: inline-block;
	margin-bottom: 12px;
}
.footer__nav {
	margin-top: 0;
}
.footer__nav > li {
	position: relative;
	padding: 5px 5px 5px 25px;
}
.footer__nav > li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 5px;
	width: 5px;
	height: 5px;
	background-color: #c3966d;
}
.footer__nav > li > a {
	color: #5b6877;
}

/** 6.0 Grid **/

.grid {
	width: 100%;
	display: flex;
	overflow: hidden;
}
.grid--container {
	flex-wrap: wrap;
	width: calc(100% - 200px);
	margin-right: 100px;
	margin-left: 100px;
}
@media screen and (max-width: 1280px) {
	.grid--container {
		width: 1180px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 1180px) {
	.grid--container {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 1024px) {
	.grid--container {
		width: 740px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 740px) {
	.grid--container {
		width: calc(100% - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
}
.grid--center {
	align-items: center;
}
.grid__item {
	position: relative;
}
[class*="--w12"] {
	width: 100%;
}
[class*="--w11"] {
	width: 99.6666%;
}
[class*="--w10"] {
	width: 83.3333%;
}
[class*="--w9"] {
	width: 75%;
}
[class*="--w7"] {
	width: 58.3333%;
}
[class*="--w6"] {
	width: 50%;
}
[class*="--w5"] {
	width: 41.6666%;
}
[class*="--w4"] {
	width: 33.3333%;
}
[class*="--w3"] {
	width: 25%;
}
[class*="--w2"] {
	width: 16.6666%;
}
[class^="--w1"] {
	width: 8.3333%;
}
@media screen and (max-width: 740px) {
	.grid {
		flex-direction: column;
	}
	.grid__item {
		width: calc(100% - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
}
[class*="--h12"] {
	height: 100vh;
}
[class*="--h6"] {
	height: 50vh;
}
[class*="--mask"]::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(31,49,68,0.4);
	overflow: hidden;
	z-index: 1;
}
[class*="--mask"] .grid__item {
	z-index: 2;
}
[class*="--bg-right"]::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
	background-color: #efefef;
	z-index: -1;
	overflow: hidden;
}
[class*="--bg-left"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background-color: #efefef;
	z-index: -1;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	[class*="--bg-right"]::before {
		width: 80px;
	}
	[class*="--bg-left"]::before {
		width: 80px;
	}
}
[class*="--bg-image"] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
[class*="--bg-image-parallax"] {
	background-image: url('img/image_reviews--1920x1080.jpg');
	background-attachment: fixed;
}

/** 5.0 Helpers **/
[class*="--flex-self"] {
	display: flex;
}
[class*="--flex-self"] > * {
	align-self: center;
}

[class*="--margin-t-auto"] {
	margin-top: auto;
}
[class*="--margin-r-auto"] {
	margin-right: auto;
}
[class*="--margin-b-auto"] {
	margin-bottom: auto;
}
[class*="--margin-l-auto"] {
	margin-left: auto;
}

[class*="--margin-t-50"] {
	margin-top: 50px;
}
[class*="--margin-r-50"] {
	margin-right: 50px;
}
[class*="--margin-b-50"] {
	margin-bottom: 50px;
}
[class*="--margin-l-50"] {
	margin-left: 50px;
}

[class*="--margin-t-100"] {
	margin-top: 100px;
}
[class*="--margin-r-100"] {
	margin-right: 100px;
}
[class*="--margin-b-100"] {
	margin-bottom: 100px;
}
[class*="--margin-l-100"] {
	margin-left: 100px;
}

/** 7.0 Libriaries **/
.mystickyelement-credit{
	display:none;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 42px;
    position: absolute;
    top: calc(50% + 15px);
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 99;
}
.slick-prev {
	left: -25px;
}
.slick-next {
	right: -35px;
}
@media(min-width:720px){

	.slick-prev {
		left: 0px;
	}
	.slick-next {
		right: 0px;
	}
}
.slick-prev::before,
.slick-next::before {
	font-family: "icomoon";
	font-size: 48px;
	color: #c3966d;
}
.slick-prev::before {
	content: "\e900";
}
.slick-next::before {
	content: "\e901";
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-dots {
    display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 99;
}
.slick-dots li {
    position: relative;
	float: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 2px solid #c3966d;
    border-radius: 25px;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button {
	background: #c3966d;
}
 
.header-slider .slick-slide img {
	width: 100vw!important;
	height: auto;
	object-fit: cover;
}
.slider--active {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
@media screen and (max-width: 1024px) {
	.header-slider .slick-slide img {
		width: auto;
		height: calc(100vh - 82px)!important;
	}
	.grid.slider--active .grid--h12 {
		height: 60vh;
    	padding-bottom: 100px;
		margin-top: 140px;
	}
}


/** 8.0 Icons **/
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?giqob2');
	src:  url('fonts/icomoon.eot?giqob2#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?giqob2') format('truetype'),
	url('fonts/icomoon.woff?giqob2') format('woff'),
	url('fonts/icomoon.svg?giqob2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 22px;
	color: #c3966d;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon--rounded {
	display: inline-block;
	padding: 15px;
	margin: 15px;
	font-size: 32px;
	color: #1f3144;
	border: 2px solid #c3966d;
	border-radius: 120px;
}

.icon--arrow-l:before {
  content: "\e900";
}
.icon--arrow-r:before {
  content: "\e901";
}
.icon--mail:before {
  content: "\e902";
}
.icon--phone:before {
  content: "\e903";
}
.icon--point:before {
  content: "\e904";
}
.icon--bed:before {
  content: "\e905";
}
.icon--cafe:before {
  content: "\e906";
}
.icon--lunch:before {
  content: "\e907";
}
.icon--snow:before {
  content: "\e908";
}
.icon--calendar:before {
  content: "\e953";
}
.icon--menu:before {
  content: "\e9bd";
}
.icon--cross:before {
  content: "\ea0f";
}
.icon--table2:before {
  content: "\ea71";
}
.icon--facebook:before {
  content: "\ea90";
}
.icon--instagram:before {
  content: "\ea92";
}
.icon--youtube:before {
  content: "\ea9d";
}
