/*
Theme Name: Hotel Maksymilian
Author: Freshview - Agencja interaktywna Kraków.
Author URI: http://freshview.pl/
Description:
Version: 1.0
Text Domain: hotel-maksymilian
*/

/* Header */

html {
	height: 100%;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
}

body {
	padding-top: 54px;
	height: 100%;
  font-family: 'Playfair Display', serif;
}

body.logged-in .page-header {
	top: 32px;
}

.fb-white {
  color: #fff;
  font-size: 20px!important;
  transition: all 0.3s;
}

.link-fb {
  margin-left: 30px;
  margin-top: 17px;
  display: inline-block;
}

.link-fb:hover .fb-white {
  color: black;
}

.menu-item-language {
  margin-left: 25px!important;
}

.menu-item-26,
.menu-item-365 {
  margin-right: 50px;
}

p {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 30px;
}

hr {
  position: relative;
  top: 8px;
  width: 100px;
  border-bottom:  1px solid rgba(128, 110, 89, 0.56);
}

.page-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	background: #d5bc85;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)!important;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
}

.page-header__logo {
	display: block;
	height: 120px;
}

.page-header__logo img {
	height: 100%;
}

.page-header__nav {
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
}

.page-header__nav li {
	float: left;
	padding: 15px 0 15px;
  position: relative;
  border-bottom: 2px solid transparent;
}

.page-header__nav li + li {
	margin-left: 50px;
}

.page-header__nav li a:hover {
	border-bottom: 2px solid #9c8a62;
}

.page-header__nav li a {
	color: #000000;
  padding: 15px 0 2px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.page-header__nav > li > a {
  text-transform: uppercase;
}


li.current_page_item a{
	border-bottom: 2px solid #9c8a62;
}

.top-header__nav__icon {
  margin: auto;
  margin-top: 0;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: -3px;
  bottom: 0;
  display: none;
  float: right;
  width: 39px;
  height: 32px;
  cursor: pointer;
  font-size: 0;
  text-align: right;
}

.top-header__nav__icon .icon-bar:nth-child(1) { width: 100%; }
.top-header__nav__icon .icon-bar:nth-child(2) { width: 85%; opacity: 0.5; }
.top-header__nav__icon .icon-bar:nth-child(3) { width: 70%; opacity: 0.3; }

.top-header__nav__icon.open .icon-bar { width: 100%; opacity: 1; }

.top-header__nav__icon.open .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 0;
}

.top-header__nav__icon.open .icon-bar:nth-child(2) {
  opacity: 0;
}

.top-header__nav__icon.open .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 0;
}

.top-header__nav__icon .icon-bar {
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
  height: 2px;
  background: #101e2d;
  opacity: 1;
  transition: all 250ms;
}

.top-header__nav__icon .icon-bar:last-child {
  margin-bottom: 0;
}

.ul-page {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 30px;
  text-align: justify;
}

/* Sub menu */

.sub-menu {
  margin: 0;
  width: 250px;
  padding: 20px 60px 20px 30px;
  list-style: none;
  display: none;
  position: absolute;
  top: 53px;
  left: -30px;
  background: #d5bc85;
  font-family: 'Open Sans', sans-serif;
  border-top: 1px solid #fff;

}

.sub-menu li + li{
  float: left;
  margin-left: 0;
  display: block;
  position: relative;
  width: 100%;
}

.sub-menu li {
  padding: 3px 0 3px;
}

.sub-menu li a {
  font-weight: 200;
}

.sub-menu li a:hover {
  color: #fff;
}

#menu-item-180 {
  cursor: pointer;
}

#menu-item-164 a,
#menu-item-172 a,
#menu-item-176 a,
#menu-item-396 a,
#menu-item-397 a,
#menu-item-398 a {
  text-transform: uppercase;
  cursor: default;
  font-weight: bold;
}

.sub-menu li a:hover {
  border-bottom: none;
}

#menu-item-27 {
  position: relative;
}

#menu-item-180:hover .sub-menu {
  display: block;
}

#menu-item-568:hover .sub-menu {
  display: block;

}

#menu-item-641:hover .sub-menu {
  display: block;

}

#menu-item-641:hover .sub-menu li a {
  margin-right: 20px;
}


.sub-menu li a {
  margin-right: 2px;
}

.sub-menu li.current_page_item  a {
  border-bottom: 1px solid transparent;
  color: #fff;
}

#menu-item-361:hover .sub-menu {
  display: block;
}

/* Welcome-section */

@keyframes slideFromLeft {
  0% {
   opacity: 0;
   transform: translateX(-100px);
 }
 100% {
   opacity: 1;
   transform: translateX(0px);
 }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.welcome-section {
	position: relative;
	background-image: url("assets/images/welcome-section.png");
	background-size: cover;
	background-position: center;
	height: 75%;
	width: 100%; 
}

.welcome-section .container {
	height: 100%;
}

.welcome-section__container {
	box-sizing: border-box;
  padding-top: 0;
  height: 40%;
  padding-top: 30px;
}

.welcome-section__container::before {
	content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.welcome-section__middle {
	display: inline-block;
  vertical-align: middle;
}

.welcome-section__title {
	padding: 3px 7px;
	display: inline-block;
	color: #fff;
	font-weight: 200;
	background: #182330;
	letter-spacing: 1px;
	font-size: 4rem;
	opacity: 0;
	animation-name: slideFromLeft;
	animation-duration: 800ms;
	animation-fill-mode: forwards;
}

.welcome-section__title:nth-of-type(1) {
	animation-delay: 300ms;
}

.welcome-section__title:nth-of-type(2) {
	animation-delay: 700ms;
}

/* reservation box */

.reservation-box {
	background: rgba(255, 255, 255, 0.73);
	padding: 9px;
	display: inline-block;
	text-align: center;
	opacity: 0;
	animation-name: slideFromLeft;
	animation-duration: 1700ms;
	animation-fill-mode: forwards;
}

.reservation-border {
  position: relative;
  padding: 25px;
  border-left: 1px solid #4d4846;
  border-bottom: 1px solid #4d4846;
  border-right: 1px solid #4d4846;
}

.reservation-border:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 1px;
  background: #4d4846;
}


.reservation-border:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 1px;
  background: #4d4846;
}

/* Single room */

.container-list .container {
  width: 50%;
}

.single-room__title {
  padding-top: 200px;
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}

.single-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-list li {
  padding: 6px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.single-arrow {
  margin-right: 10px;
  width: 10px;
}

.room-category {
  position: relative;
  top: 230px;
  font-family: 'Open Sans', sans-serif;
}

.category-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 200;
}

.category-subtitle {
  margin: 0;
  padding: 0;
  margin-top: -20px;
  color: #fff;
  text-transform: lowercase;
  font-size: 1rem;
  font-weight: 200;
}


/* Section offer */

.section-offer .container {
	width: 100%;
}

.section-offer img {
	width: 100%;
  height: 100%;
}

.section-offer .col-md-8 {
	padding: 0;
}

.section-offer__button {
	background: #d5bc85;
  display: block;
  padding: 6px;
  color: #000000;
  text-decoration: none;
}

.section-offer__button-text--reservation {
	padding: 10px 80px!important;
  text-transform: uppercase!important;
}


.section-offer__button:hover {
	text-decoration: none;
}

.section-offer__button-text {
  display: block;
  padding: 9px;
  border: 1px solid #716346;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.7s;
  cursor: pointer;
}

.section-offer__button-text:hover {
	background: black;
	border: 1px solid transparent;
	color: #fff;
}

.section-offer__title {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.2rem;
}

/* Relaks */

.relaks-section {
  height: 550px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-hotel .relaks-section {
  height: 600px;
}

.relaks-content {
 font-family: 'Open Sans', sans-serif;
 padding: 40px 0;
}

.restauracja-content {
 font-family: 'Open Sans', sans-serif;
 padding: 40px 0 20px;
}

.restauracja-button {
  background: #d5bc85;
  padding: 13px 25px;
  margin-right: 30px;
  color: black;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: all 0.5s;
}

.restauracja-button:hover {
  background: #fff;
  border: 2px solid #d5bc85;
  text-decoration: none;
  color: black;
}

.restauracja-content .container {
  width: 50%;
}

.restauracja-content .container  p{
  text-align: justify;
}


.button-box {
  margin-top: 50px;
}

.relaks-content .container {
 max-width: 880px;
 width: 100%;
}

.relaks-content .container p {
  text-align: justify;
}

.relaks-title {
  margin-bottom: 35px;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
}

.relaks-galeria {
  padding: 20px 0px 35px;
}

.relaks-galeria .container {
  width: 100%;
}

.galery-page__separator {
  margin-bottom: 30px;
}

/* Galeria */

.gallery-block {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
}

.gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f6f6f6;
}

.gallery-list__item {
  padding: 8.5px;
  cursor: pointer;
}

.gallery-list__item.active {
  background: #d5bc85;
  padding: 8.5px;
}

.gallery-img {
  display: none;
}

.gallery-img.visible {
  display: block;
  margin-bottom: 20px;
}

.gallery-img__container {
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 300px;
}


/*.gallery-img__container img {
position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: block;
    z-index: 43;
    }*/
    .gallery-img__container::before{
      content: "";
      display: block;
    }

    .lb-data .lb-number {
      display: none!important;
    }

    #img-gallery {
      height: 228px;
    }

    /* Map fullwidth */

    .map-fullwidth {
      height: 580px;
    }

    .contanct-section {
      padding: 40px 0;
      font-family: 'Open Sans', sans-serif;
    }

    .box-contact__info {
      margin: 40px 0;
      font-size: 0.9rem;
      text-align: justify;
    }

    .box-contact__info--footer {
      margin:  0!important;
      font-size: 0.9rem;
    }

    .box-contact__info span {
      display: block;
    }

    .contact-section__title {
      font-size: 1.5rem;
    }


    .mapy-fullwidth {
      width: 100%;
    }

    /* Footer */

    .page-footer {
 /* position: relative;
  width: 100%;
  bottom: 0;*/
  font-family: 'Open Sans', sans-serif;
  padding: 40px 0;
  background: #000000;
  color: #fff;
}

.footer-color {
  display: inline;
  color: #d5bc85;
}

/* Cookie */

#cookie-content {
  position: fixed;
  padding: 10px 5% 8px 5%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  text-align: center;
  background-color: rgba(49, 49, 49, 0.85);
  color: #fff;
  line-height: 23px;
}

#cookie-content button {
	padding: 3px 10px;
  margin: 10px auto 5px;
  display: block;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 0px;
  background-color: #fef8fa;
  border: none;
  color: black;
  box-shadow: none;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}

#cookie-content button:hover {
	background-color: #ccc;
}

/* Hotel list  */
.hotel-list {
  width: 880px;
  text-align: justify;
  margin: 0 auto;
  padding: 0 10px;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 30px;
  color: #292b2c;
}


/* Gallery custom row */

.col-custom {
  width: 20%;
  padding: 0 10px;
}


/* Responsiv */

@media (max-width: 1550px) {
  .col-custom {
    width: 20%;
  }
}

@media (max-width: 1100px) {
  .col-custom {
    width: 33.33%;
  }
}

@media (max-width: 860px) {
  .col-custom {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .col-custom {
    width: 100%;
  }
}

@media (max-width: 1320px) {
  .page-header__nav li + li {
    margin-left: 30px;
  }
}



@media (max-width: 995px) {
  .restauracja-button {
   display: block;
   margin-bottom: 20px;
 }

 .fb-white {
  display: none!important;
}
.menu-menu-1-container {
  display: none;
  width: 100%;
  text-align: right;
}

.f-left {
  text-align: center;
}

.f-right {
  text-align: center;
}

.gallery-block {
  margin-top: 40px;
}

.welcome-section__container {
  height: 0;
  padding-top: 70px;
}

.page-header__nav {
  display: inline-block;
  margin: 50px 0 0;
}

.page-header__nav li {
  float: none;
}

.page-header {
  height: auto;
  padding: 15px 0;
}

.page-header__logo {
  position: static;
}

.top-header__nav__icon {
  display: block;
}

li.current_page_item,
.page-header__nav li,
.page-header__nav li:hover {
  border-bottom: none;
}

.reservation-border {
  padding: 18px;
}

body {
  padding-top: 0;
}

.padding-mobile {
  padding: 20px;
}

.sub-menu {
  top: -12px;
  left: 0; 
}

 /* .page-footer {
    display: none;
    }*/

    .welcome-section {
      height: 80%;
    }

    .container-list .container,
    .restauracja-content .container {
      width: 100%;
    }
  }



  #streetview-container {
    width: 100%;
    min-height: 765px;
  }

  #streetview iframe {display:block;}
  #streetview #main-navigation {height: 100%;position: absolute;top:50px;left:0;background: rgba(0,0,0,0.85);}
  #streetview #main-navigation h2 {font-weight: 300;font-size: 30px;color:#fff;text-transform: uppercase;padding:38% 23px 6%;margin:0;}
  #streetview #main-navigation h2 span{font-weight:400; font-size:18px;display: block;color:#ff6600;}

  #streetview #main-navigation ul{margin:0;padding:0;list-style: none;color:#fff;}
  #streetview #main-navigation ul li {border-top:1px solid #a1a1a1;text-align: center;}
  #streetview #main-navigation ul li a {color:#a1a1a1;padding:4% 0;display: block; }
  #streetview #main-navigation ul li a:hover {color:#fff;background:#d5bc85; }
  #streetview #main-navigation ul li:last-child { border-bottom:1px solid #a1a1a1;}

  #streetview .collapse-button{ display: none;color:#fff;}







  @media ( max-width: 767px ){

    .relaks-section {
      height: 500px!important;
    }

    .single-list {
      float: none!important;
    }
    .x-brand img{max-width: 180px;}
    #streetview #main-navigation {width: 100%;height: auto;}
    #streetview #main-navigation h2 {display: none;}
    #streetview #main-navigation h2 span{font-size: 15px;}


    #streetview #main-navigation ul {padding-bottom: 0;}
    #streetview #main-navigation ul li:last-child{border-bottom: 0;}

    #streetview #main-navigation ul li a{padding:1% 0;}
    #streetview #main-navigation ul li a {font-size: 12px;}


    #streetview .collapse-button{
      display: inline-block;
      cursor: pointer;
      font-size: 30px;
      margin: 15px 0 15px 15px;
      line-height: 1;
      transition: all 0.5s;
    }
    #streetview .collapse-button:before{
      content: "\f0c9";
      font-family: FontAwesome;
      transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      color:#fff;
    }
    #streetview .collapse-button.open:before{
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      display: inline-block;
    }
    .navigation-container{ display: none;}
    .navigation-container.open{display: block;}
    .navigation-container > li{font-size: 14px;}
    .navigation-container li:hover{background-color: #FFF;}
    .navigation-container > li > a{display: block;}
    .navigation-container li:hover>a{color: #333;}
    .navigation-container > li.menu-item-has-children > a:after{content: "\f103";}
    .navigation-container > li.menu-item-has-children.open > a:after{content: "\f102"}



  }

  .page-template-hotel .relaks-title{display: none;}

  /* End */

  .section-offer__button-text--reservation {}
  .reservation-border {font-family: 'Playfair Display', serif;}

  .hotel-list span {
    display: block;
    padding-left: 50px;
    font-style: italic;
    position: relative;
  }

  .hotel-list span:before{
    position: absolute;
    left:0;
    width: 4px;height: 4px;background: #000;top:50%;margin-top: -2px;border-radius: 50%;content: '';left:35px;
  }
  .text-justify {text-align: justify;}

  .pointer{cursor:pointer;}
  .movie{    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  }
  .movie video {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
  }
  .welcome-section {overflow: hidden;min-height: calc(100vh - 54px);}

  .movie .movie-overlay {}

  #movie-pl, #movie-en, .tubular {width: 100%;height: 100%;}
  #movie-pl, #movie-en {z-index: 2;position: absolute;top:0;left:0;}






  a.scrolldown {
    padding-top: 60px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 2;
  }
  a.scrolldown span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
  }
  a.scrolldown span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }


  .youtube {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
  }

  .youtube iframe, .youtube object, .youtube embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }


  @media ( max-width: 767px ){
    footer .col-6 div{
      padding:0 0 15px 0;
    }

    .box-contact__info--footer {margin-top: 10px;}
  }

  @media ( max-width: 969px ){
    .menu-item-26, .menu-item-365 {margin-right: 0;}
    li.menu-item-has-children .sub-menu {max-height: 0;transition: 0.4s ease all;padding:0;border-top:0;overflow: hidden;display: block;position: relative;width: auto;
      text-align: right;top:15px;
    }
    li.menu-item-has-children.focus .sub-menu {max-height: 500px;}
    .sub-menu li + li {float:right;}
    .contact-section__title {margin-top: 30px;}

  }



  .welcome-image {display: none;height: 100%;position: absolute;width: 100%;left:0;top:0;}

  @media ( max-width: 767px ){
   .welcome-image {display: block;background-position: center;}
   #movie-pl, #movie-en {display: none;}
   .welcome-section {height: 500px;min-height: 500px;}
 }


