/*
 * Theme Name: OH Komfortowe
 * Description: 
 * Author: 
*/

.header__nav a + a {
  margin-left: 1.75rem !important;
}

.hidden {
  display: none !important;
}

.footer__coopyright,
.footer__coopyright p {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.footer__coopyright a {
  padding-top: 7px;
  margin-left: 15px;
}

.footer__coopyright {
  padding-right: 0 !important;
}

@media (max-width: 992px) {
  .footer__coopyright {
    flex-direction: column;
    text-align: center;
  }
}

.hero .hero__wrapper {
  background-position: center;
}
.container.new-gallery {
  padding: 0 85px;
  margin-top: 50px;
}
.gallery-apartment .photo__grid {
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 270px);
}
.gallery-apartment .photo__grid .photo__item:first-child {
  grid-column: span 5;
  grid-row: span 1;
}
.gallery-apartment .photo__grid .photo__item:nth-child(2) {
  grid-column: span 7;
  grid-row: span 2;
}
.gallery-apartment .photo__grid .photo__item:nth-child(3) {
  grid-column: span 5;
  grid-row: span 1;
}

.gallery-apartment .photo__grid .photo__item:nth-child(4) {
  grid-column: span 3;
}
.gallery-apartment .photo__grid .photo__item:nth-child(5) {
  grid-column: span 3;
}
.gallery-apartment .photo__grid .photo__item:nth-child(6) {
  grid-column: span 3;
}
.gallery-apartment .photo__grid .photo__item:nth-child(7) {
  grid-column: span 3;
}
.stick {
  background: #e0e0e0;
  height: 1px;
  width: 100%;
  margin: 10px 0 20px;
}
.text-new-gall {
  width: 60%;
}
.new-gall-list {
  font: 400 var(--font-md) / 1.75rem "Lufga";
  color: #333;
}
.new-gall-desc {
  display: block;
  color: #4f4f4f;
}
@media (max-width: 992px) {
  .text-new-gall {
    width: 100%;
  }
  .container.new-gallery {
    padding: 0 20px;
  }
  /*gallery*/
  .gallery-apartment .photo__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 250px);
  }
}
@media (max-width: 768px) {
  .text-new-gall {
    width: 100%;
  }
  .container.new-gallery {
    padding: 0 20px;
  }
  /*gallery*/
  .gallery-apartment .photo__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 190px);
  }
  .gallery-apartment .photo__grid .photo__item:first-child {
    grid-column: span 12;
    grid-row: span 1;
  }
  .gallery-apartment .photo__grid .photo__item:nth-child(2) {
    grid-column: span 6;
    grid-row: span 1;
  }
  .gallery-apartment .photo__grid .photo__item:nth-child(3) {
    grid-column: span 6;
    grid-row: span 1;
  }

  .gallery-apartment .photo__grid .photo__item:nth-child(4) {
    grid-column: span 6;
  }
  .gallery-apartment .photo__grid .photo__item:nth-child(5) {
    grid-column: span 6;
  }
  .gallery-apartment .photo__grid .photo__item:nth-child(6) {
    grid-column: span 6;
  }
  .gallery-apartment .photo__grid .photo__item:nth-child(7) {
    grid-column: span 6;
  }
}
/* contact-new*/
.contact-new {
  margin-top: 60px;
}
.contact-new .contact__info {
  position: relative;
  background-color: #000;
  max-width: 42rem;
  color: #fff;
  border-radius: 0px 50px 50px 0px;
  place-self: flex-start;
  width: 48%;
}
.contact-new .img-contact-new {
  flex: 1 0 auto;
  height: 572.78px;
  position: absolute;
  right: 0;
  padding-left: 40px;
}
.contact-new .img-contact-new img {
  width: 100%;
  border-radius: 50px 0px 0px 50px;
  object-fit: cover;
  height: 100%;
}
.contact-new .contact__info-wrapper {
  padding: 4.3125rem 0rem 8.5rem;
}
.contact-new .contact__info::after {
  content: "";
  position: absolute;
  left: -130%;
  width: var(--contact-box-width);
  height: 100%;
  background: #000;
  z-index: -100;
}
@media (min-width: 2520px) {
  .contact-new .contact__info::after {
    left: -170%;
  }
}
@media (max-width: 1520px) {
  .contact-new .contact__info::after {
    left: -100%;
  }
}
@media (max-width: 1220px) {
  .contact-new .img-contact-new {
    position: absolute;
    z-index: -200;
    padding-left: 0;
  }
  .contact-new .img-contact-new img {
    border-radius: 0px 0px 0px 0px;
    position: absolute;
  }
  .contact-new .contact__info {
    display: block;
    position: relative;
    width: 60%;
  }
  .contact-new .contact__info::after {
    left: -60%;
  }
}
@media (max-width: 772px) {
  .contact-new .contact__info {
    width: 75%;
  }
  .contact-new .contact__info::after {
    left: -40%;
  }
}
@media (max-width: 552px) {
  .contact-new .contact__info {
    width: 100%;
  }
  .contact-new .img-contact-new img {
    display: none;
  }
  .contact-new .contact__info {
    border-radius: 0px 0px 0px 0px;
    text-align: center;
  }
  .contact-new .contact__info-wrapper {
    padding: 2.3125rem 0rem 2.5rem;
  }
  .contact-new .items-center {
    justify-content: center;
  }
}
.text-page-cn {
  padding-top: 40px;
}
.container.res-title {
  margin-top: 60px;
}
.page-template-page-reservation .contact__wrapper {
  padding: 3.75rem 0;
}

.koh-buy-ticket {
  background: #fbfbfb;
  padding: 30px 0;
  margin-top: 30px;
}

.koh-buy-ticket .koh-b-photo-cover {
  border-radius: 30px;
  overflow: hidden;
}

.koh-buy-ticket .koh-bt-wrapper h3 {
  margin-bottom: 15px;
  font-size: 36px;
}

.koh-buy-ticket .koh-bt-wrapper p {
  margin-bottom: 30px;
}

.koh-buy-ticket .koh-button-wrapper {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .koh-buy-ticket .koh-bt-wrapper {
    display: flex;
  }
  .koh-buy-ticket .koh-bt-wrapper div:nth-child(1) {
    max-width: 50%;
    padding-right: 30px;
  }

  .koh-buy-ticket .koh-bt-wrapper a {
    margin-bottom: 30px;
  }
  .koh-buy-ticket .koh-bt-wrapper h3 {
    margin-top: 60px;
  }
}

#hotresChooser {
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}

#hotresRangeChooser {
  color: #333;
}
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}


     .hero__inner .hotresChooser {
        max-width: 100%;
        min-width: 290px!important;
    }

    .hero__inner .hotresChooser .hotresSubmit button {
        background: #e3b770;
        font-size: 20px;
        color: #333333;
    }


.blog .singl-post h3 {
    line-height: 2.2rem;
}

