/*PRODUCT PAGE */
.text-black {
	color: #000 !important;
}
.page-header {
    height: 600px !important;
    width: 100%;
}
.page-header .header-text {
    position: relative;
    width: 90%;
}
@media (max-width: 576px) {
.header-text h4 {
    font-size: 1rem;
}
#faq .col-1 {
    padding-left: 0px;
    padding-right: 10px;
}
}
.header-title {
    color: #000;
}
.header-title h5 {
    letter-spacing: 1px;
}
.product-main .left-inner, .product-main .right-inner, .left-inner, .right-inner {
  width: calc(100% + 60px);
  position: relative;
  z-index: 1;
}
.product-main .right-inner {
  left:-60px;
}
.product-venue .left-inner, .product-venue .right-inner {
  width: calc(100% + 60px);
  position: relative;
  z-index: 1;
}
.product-venue .right-inner {
  left:-60px;
}
.full-width-image {
padding-top: 48px
}
.product-rooms .row {
  margin-left:15px;
  margin-right:15px;
}
.product-content {
  white-space:pre-line;
}
.product-content p {
  font-size:1rem;
  font-weight:400;
}
.product-header {
  position: relative;
  top: -135px;
  margin-bottom: -135px;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position:center;
}
.product-header svg {
  position: absolute;
  bottom: 5%;
  left: calc(50% - 35px);
  width: 70px;
  filter: invert(1);
}
.product-header:before {
  content:'';
  display:block;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
}
.product-title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 40%;
  max-width: 500px;
  min-width: 300px;
}
.product-title p {
  font-size:1.2rem;
}
.image-grid .col-md-4 {
    padding: 0;
}
.image-grid img {
    object-fit: cover;
    padding: 5px;
}
.image-grid .grid-img-tall {
    height: 500px;
}
.image-grid .grid-img-short {
    height: 250px;
}
.highlights-card .card-img-top {
    height: 20vw;
    object-fit: cover;
}
.highlights-card .card-body {
    position: relative;
    top: -30px;
    z-index: 1;
    background-color: white;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}
.highlights-card .card {
    background-color: transparent !important;
}
.highlights-card .card-text {
    padding: 10px;
}
.product-image {
    height: 300px;
    background-size: cover;
    position: relative;
    object-fit: cover;
}
.book-room {
  position:absolute;
  bottom:1.5rem;
  right:1.5rem;
  white-space:normal;
}
.listing-highlight .card:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.listing-highlight .card img {
    object-fit: cover;
    position: absolute;
}
.listing-highlight-overlay {
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 1rem;
    color: #fff !important;
    background-color: rgba(55,58,60,0.6);
    opacity: 0;
    height: 100%;
}
.listing-highlight:hover .listing-highlight-overlay {
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.listing-highlight:hover .card-title.overlay {
    opacity: 0;
}
.view-product-gallery {
  position:absolute;
  bottom:30px;
  right:30px;
}
.product-gallery {
  position:relative;
}
.product-gallery:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  z-index: 1;
  height: 23px;
}
.product-gallery .gallery-inner {
  column-count:3;
}
.product-gallery .gallery-img {
  width:100%;
  padding:7px 0;
}
.gallery-item-new {
    float: left;
}
.gallery-img-new {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: center;
}


@media screen and (min-width: 1200px) {
  img.product-image {
    height:250px;
    object-fit:cover;
  }
  #schedule .product-image {
    min-height:270px;
  }
}


@media (max-width:576px) {
  .custom-product .pt-5 {
    padding-top:0 !important;
  }
  h1, .h1 {
    font-size:1.5rem;
  }
  .product-header p {
    font-size:0.8rem;
    line-height:1.2;
  }
  .product-main .left-inner, .product-main .right-inner, .product-venue .left-inner, .product-venue .right-inner {
    width:100%;
    left:0;
    padding: 20px !important;
  }
  .product-magic, .product-teachers {
    flex-direction:column-reverse
  }
    .room-info {
    max-width:calc(100% - 25px);
    margin:auto;
    order:2;
  }
  .view-product-gallery {
    width: fit-content;
    right:16px;
    bottom:15px;
  }
  .product-gallery .gallery-inner {
    column-count:1;
  }
  .product-gallery img {
    max-width: 100% !important;
    width: 100%;
    max-height: 250px !important;
    padding-right: 0 !important;
  }
    .product-rooms .row {
    margin-left:-15px;
    margin-right:-15px;
  }
  .product-rooms .product-content {
    padding-bottom:50px;
  }
  .book-room {
    bottom:15px;
    right:15px;
  }
  #jump-bar.stuck {
    text-align:center;
    top: 0px !important;
    font-size:0.7rem;
    display:block;
  }
  #jump-bar a {
    padding:.5rem;
  }
  .page-header.shop-header {
    height: 100px !important;
}
  #included .includes-item {
    padding: 0;
    margin-left: -40px;
    width: 120% !important;
}
h4.extra-price, h4.room-price  {
    font-size: 1.1rem;
    padding-left: 35px;
}

}

.page-header.shop-header.cart-header {
    height: 200px !important;
}
.extra-list {
    border: solid 5px #f7f7f9;
}
.date-bar a {
    padding: .5rem 1rem;

    font-size: 12px;
    text-transform: uppercase;
}
.date-bar a:nth-of-type(1) {
	padding-left:0;
}
.productfooter {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
		background-color: #879EB0;
    color: #fff !important;
    z-index: 2000;
}
.header-text {
    max-width: 800px;
}
a.btn {
    padding: 12px 22px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
}
a.btn-white {
    background-color: white;
    border: solid 1px white;
}
.extra-price, .room-price {
    float: left;
    padding-left: 50px;
    padding-top: 10px;
}

.book-room {
    width: 100%;
}
.card {
    border: none;
}
.product-faq {
  width:90%;
  margin:auto;
  max-width:800px;
}
.product-faq .collapse {
  padding-bottom:30px;
}
.product-faq .faq-container {
    padding: 10px 30px;
    background-color: white;
}
.product-faq i {
  transform:rotate(45deg);
  transition:0.5s transform;
}
.product-faq .collapsed i {
  transform:none;
}
.product-faq a:hover {
  text-decoration:none;
}
.product-faq .faq-container .row {
    padding-top: 10px;

}
.product-cta-bar {
    padding: 10px;
}
.testimonial-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.testimonial-square img {
    object-fit: cover;
    position: absolute;
    border-radius: 50%;
    margin-top: -7px;
}
.testimonial-info {
    align-items: center;
    display: flex;
}
#testimonials .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 12px !important;
    }
    .display-3 {
        font-size: 3rem;
    }
    .page-header {
        height: 400px !important;
    }
    .image-grid .grid-img-tall {
        height: 250px;
    }
    .highlights-card .card-img-top {
        height: 250px;
    }
    .container.pt-5 {
        padding-top: 1rem !important;
    }
    .product-image {
        height: 200px;
    }
    .gallery-img-new {
        height: 250px;
    }
    .productfooter span {
        font-size: 14px;
    }
}