/* style corrections */

.social-search.bottom, #social-side, .pch-sticky {
	display: none !important;
}

/* style corrections */

@font-face {
  font-family: 'caslontwotwentyfour';
  src: url('fonts/caslontwotwentyfour_book-webfont.woff'),
    url('fonts/caslontwotwentyfour_book-webfont.woff2');
}

h1 {
  color: blue !important;
  font-family: 'caslontwotwentyfour';
}

.peachy-christmas-content {
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.peachy-christmas-info--top .peachy-christmas-info-inner {
  padding-top: 45px;
}

.peachy-christmas-info  {
  background-position: 50% 0%;
  background-size: 100% auto;
  background-repeat: repeat-y;
  font-family: 'caslontwotwentyfour';
}

.peachy-christmas-info .img-responsive {
  margin: 0px auto;
  max-height: 300px;
  width: auto;
}
.peachy-christmas-info .menu-responsive {
  margin: 0px auto;
  width: 100%;
  max-width: 950px;
  display: block;
  padding: 40px 20px;
  height: auto;
}

.peachy-christmas-info--bottom .peachy-christmas-info-inner,
.peachy-christmas-info--bottom .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.peachy-christmas-info .mcp-desc {
  margin-bottom: 20px;
}

.peachy-christmas-info h1, 
.peachy-christmas-info h2, 
.peachy-christmas-info h3 {
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Oooh Baby', 'georgia', 'Times New Roman', sans-serif;
}

@media (min-width: 577px) {
  .peachy-christmas-info h1, .peachy-christmas-info h2, .peachy-christmas-info h3 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .peachy-christmas-info .mcp-desc {
    margin-bottom: 25px;
  }

  .peachy-christmas-info--top .peachy-christmas-info-inner {
    padding-top: 60px;
  }

  .peachy-christmas-content {
    padding-bottom: 60px;
  }

  .peachy-christmas-info--bottom .peachy-christmas-info-inner,
  .peachy-christmas-info--bottom .row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .peachy-christmas-info h1, .peachy-christmas-info h2, .peachy-christmas-info h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .peachy-christmas-info .mcp-desc {
    margin-bottom: 30px;
  }

  .peachy-christmas-info--top .peachy-christmas-info-inner {
    padding-top: 75px;
  }

  .peachy-christmas-content {
    padding-bottom: 75px;
  }

  .peachy-christmas-info--bottom .peachy-christmas-info-inner,
  .peachy-christmas-info--bottom .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .peachy-christmas-info--bottom .row h1 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .peachy-christmas-info h1, .peachy-christmas-info h2, .peachy-christmas-info h3 {
    font-size: 50px;
  }

  .peachy-christmas-info--top .peachy-christmas-info-inner {
    padding-top: 90px;
  }

  .peachy-christmas-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.peachy-christmas-info p  {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
  color: #fff;
}

.peachy-christmas-info .col-image {
  width: 100%;
  padding-bottom: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

.peachy-christmas-info .mcp-heading {
  display: block;
  margin: 15px auto;
  margin-top: 50px;
  max-width: 90%;
}

.peachy-christmas-info .mcp-line-separator {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.peachy-christmas-info--top .peachy-christmas-info__content {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 577px) {
  .peachy-christmas-info .peachy-christmas-info-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .peachy-christmas-info--top .peachy-christmas-info__content,
  .peachy-christmas-info .mcp-heading {
    max-width: 70%;
  }

  .peachy-christmas-info .mcp-line-separator {
    max-width: 60%;
  }
}

@media (min-width: 768px) {
  .peachy-christmas-info .peachy-christmas-info-inner {
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media (min-width: 1024px) {
  .peachy-christmas-info .peachy-christmas-info-inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.peachy-christmas-info .col-image.one:after{
  content: "";
  /*background-image: url('images/bauble.png');*/
  position: absolute;
  top: 5px;
  left: 5px;
  width: 17%;
  padding-bottom: 18%;
  background-size: contain;
  background-repeat: no-repeat;
}

.peachy-christmas-info a.button,
.peachy-christmas-info .btn-primary {
  font-weight: normal;
  font-weight: 400;
}

.peachy-christmas-info .col-image.two:after{
  content: "";
  /*background-image: url('images/bells.png');*/
  position: absolute;
  top: 5px;
  left: 5px;
  width: 17%;
  padding-bottom: 18%;
  background-size: contain;
  background-repeat: no-repeat;
}

.peachy-christmas-info .col-image.three:after{
  content: "";
  /*background-image: url('images/bauble.png');*/
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 17%;
  padding-bottom: 18%;
  background-size: contain;
  background-repeat: no-repeat;
}

.peachy-christmas-enquire {
  position: fixed;
  top: 50%;
  right: 5px;
  width: 163px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 20;
  display: none;
}

.peachy-christmas-enquire a {
  padding: 11px 11px 9px;
  padding-right: 30px;
  border-radius: 5px;
}

.peachy-christmas-enquire:after {
  content: "";
  /*background-image: url('images/bauble.png');*/
  position: absolute;
  right: 5px;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2;
}

.peachy-christmas-enquire a {
  color: #fff;
}

.peachy-christmas-enquire a:hover {
  color: #fff;
  text-decoration: none;
}

#mcp-social-container{
  float: right;
  width: 97px;
}

#mcp-social-list {
  display: none;
}

#mcp-social-list li{
  display: inline-block;
  background-color: #7D1722;
  border-radius: 100%;
  padding: 1px;
}

.mcp-content-box {
    /*background-color: #fff;*/
    padding: 20px 15px 10px;
    max-width: 900px;
    margin: 20px auto 30px;
}

.mcp-content-box p{
  color: #ffffff;
}

.mcp-content-box h1, .mcp-content-box h2, .mcp-content-box h3{
  color: #ffffff !important;
  font-weight: bold !important;
}

/* carousel & fade */

.carousel-container {
	position: relative;
	border-bottom: 10px solid #fff;
}

.carousel-enquire {
	width: 100%;
    position: absolute;
    bottom: 15%;
    z-index: 5;
    text-align: center;
}

.carousel-enquire a.btn {
	background-color: #8E7C57;
  color: #F3EFE6;
  border: none;
  border-width: 0;
  border-radius: 5px;
  padding: 11px 12px;
  text-transform: uppercase;
  min-width: 175px;
  font-weight: 400;
}

.carousel .carousel-inner {
	padding-bottom: 33%;
	min-height: 225px;
}

.carousel .carousel-inner .item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}