@charset "UTF-8";
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

.header ul.off-canvas-list li {
  list-style: none;
}

.top-bar .title-area {
  z-index: 1;
}

.off-canvas-list ul {
  margin-left: 0;
}

.off-canvas-list ul li a {
  border-bottom: 0;
}

.off-canvas-list ul .dropdown {
  margin-left: 20px;
}

#content #inner-content {
  padding: 1rem 0;
}

.byline {
  color: #999;
}

.entry-content dd {
  margin-left: 0;
  font-size: .9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img, .entry-content object, .entry-content video {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: .85em;
  margin: 4px 0 7px;
  text-align: center;
}

.pagination a:hover {
  color: #000;
}

#respond ul {
  margin-left: 0;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: .7335em 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7;
}

.commentlist li.depth-3 {
  background: #dadada;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding: .875rem 1.75rem .9375rem;
  font-size: .8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFF;
  transition: background-color 300ms ease-out;
  float: right;
}

.commentlist .comment-reply-link:focus, .commentlist .comment-reply-link:hover {
  background-color: #007095;
  color: #FFF;
}

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: .75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: .7335em;
}

.respond-form form li label, .respond-form form li small {
  display: none;
}

.respond-form form input[type=email], .respond-form form input[type=text], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}

.respond-form form input[type=email]:focus, .respond-form form input[type=text]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=email]:invalid, .respond-form form input[type=text]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: 0;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=email], .respond-form form input[type=text], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px .7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

.widget ul {
  margin: 0;
}

.widget ul li {
  list-style: none;
}

#sidebar-offcanvas .widgettitle {
  color: #fff;
}

.footer {
  clear: both;
  margin-top: 1em;
}

.clearing-assembled.clearing-blackout a:hover {
  background: 0 0;
}

.gform_body ul {
  list-style: none;
  margin: 0;
}

@media only screen and (min-width: 40.063em) {
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }

  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }

  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .wrap {
    max-width: 1140px;
  }

  .widget ul li {
    margin-bottom: .75em;
  }

  .widget ul li ul {
    margin-top: .75em;
    padding-left: 1em;
  }
}
@media print {
  * {
    background: 0 0!important;
    color: #000!important;
    text-shadow: none!important;
    filter: none!important;
    -ms-filter: none!important;
  }

  a, a:visited {
    color: #444!important;
    text-decoration: underline;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  @page {
    margin: .5cm;
}

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .page-navigation, .respond-form, .sidebar, .wp-prev-next, nav {
    display: none;
  }
}
/*----------------------------------------------------
	Fig Styles 22/05/15
----------------------------------------------------*/
/*-----------------------
	Generic
-----------------------*/
body {
  background-color: #e6e7e9;
  background-image: url("../../../../uploads/2013/05/background-pattern1.jpg");
  background-repeat: repeat-x;
  background-position: top center;
  background-attachment: fixed;
}
@media (min-width: 1025px) {
  body {
    padding: 0 2.857142857rem;
  }
}
@media (max-width: 1024px) {
  body {
    padding: 0;
  }
}

.inner-wrap {
  max-width: 1050px;
  margin: 0 auto;
  background-image: url("https://oldhallhotelbuxton.co.uk/wp-content/themes/Oldhall/library/images/page-container.png");
  background-repeat: repeat-y;
  background-position: 0px 0px;
  border-left: 2px solid #DCDDDE;
  border-right: 2px solid #DCDDDE;
  border-bottom: 2px solid #DCDDDE;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  zbackground-color: rgba(255, 255, 255, 0.7);
}

/* CSS Document */
@font-face {
  font-family: 'alluraregular';
  src: url("../fonts/allura-regular-webfont.eot");
  src: url("../fonts/allura-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/allura-regular-webfont.woff") format("woff"), url("../fonts/allura-regular-webfont.ttf") format("truetype"), url("../fonts/allura-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CartoGothicStdBook';
  src: url("../fonts/CartoGothicStd-Book-webfont.eot");
  src: url("../fonts/CartoGothicStd-Book-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/CartoGothicStd-Book-webfont.woff") format("woff"), url("../fonts/CartoGothicStd-Book-webfont.ttf") format("truetype"), url("../fonts/CartoGothicStd-Book-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFCartoonistHandRegular';
  src: url("../fonts/SF_Cartoonist_Hand-webfont.eot");
  src: url("../fonts/SF_Cartoonist_Hand-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/SF_Cartoonist_Hand-webfont.woff") format("woff"), url("../fonts/SF_Cartoonist_Hand-webfont.ttf") format("truetype"), url("../fonts/SF_Cartoonist_Hand-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

p, span {
  font-size: .742em;
  color: #444;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.clear {
  clear: both;
}

#container {
  zoverflow: auto;
}

h1 {
  color: #404041;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
}
h1 span {
  font-family: alluraregular;
  text-transform: lowercase;
  color: #8B0051;
  font-size: 2.5em;
}

h2 {
  color: #5F0032;
  font-family: CartoGothicStdBook;
  font-size: 1em;
}
b, strong {
	font-size: 12px;
	text-shadow: 0px 0px 0px #444;
}
.mainContent {
  /* in the middle generally */
  padding-top: 10px;
}
@media (max-width: 800px) {
  .mainContent {
    width: 100%!important;
  }
}
@media (max-width: 641px) {
	.mainContent img {
		padding: 5% 0;
	}
}
.mainContent h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.mainContent h1 a:hover {
  text-decoration: none;
}
.mainContent a {
  color: #8B0051;
  text-decoration: none;
}
.mainContent a:hover {
  text-decoration: underline;
}
.mainContent ul {
  list-style: none;
}
.mainContent p {
	font-smoothing: initial;
		-webkit-font-smoothing: initial;
		-moz-font-smoothing: initial;
}
.mainContent ul li {
  padding-left: .5em;
  text-indent: -0.6em;
  font-size: .742em;
  color: #444;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-smoothing: initial;
		-webkit-font-smoothing: initial;
		-moz-font-smoothing: initial;
}
.mainContent ul li:before {
  content: "• ";
  color: #86004e;
  font-size: 1.2em;
  padding-right: 0;
}
@media (min-width: 1025px) {
  .main {
    margin-top: -60px;
  }
}

@-moz-document url-prefix() { /* Firefox only */
  .main {
     float: left;
  }
  .bookingForm input[type="submit"] {
	  padding: 11% 7%!important;
  }
  .thumbnailSlides li p {
	  font-weight: 400;
  }
}

.noMargin {
	margin: 0;
}
/*-----------------------
	Header
-----------------------*/
/* Logo */
a.OHlogo {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 150px;
}
a.OHlogo img {
  position: relative;
  z-index: 111;
}
@media (min-width: 901px) {
  a.OHlogo img {
    zleft: 20px;
    max-width: 200px;
  }
}
@media (max-width: 1025px) {
	a.OHlogo {
		max-width: 200px!important;
	}
}

/* Socials */
@media (max-width: 641px) {
  .socialsMenu {
    position: static;
    padding: 0;
  }
}
.socialsMenu h2 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #BE7899;
  font-family: 'CartoGothicStdBook';
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-weight: bold;
}
.socialsMenu h2 a {
  color: #BE7899;
}

.socialsMenu h2 i {
  margin-left: 10px;
}

.socialsMenu h2 i{
  color: #8B1B55;
}

.socialsMenu h2 i:hover {
  color: #5E0734;
}

@media (min-width: 1025px) {
  .socialsMenu {
    margin-top: 55px;
    padding-right: 0;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .socialsMenu {
    zmargin-bottom: 10px;
  }
}
@media (max-width: 899px) {
.bookingForm {
	  margin-top: 0;
  }
 }
@media (max-width: 1024px) {
 .socialheader {
	display: none;
	}
  .socialsMenu h2 {
    text-align: center;
    padding: 10px 0;
  }

  .menu-main-menu-container {
    float: none;
    display: block;
    margin: 0 auto 0px;
    width: 690px;
  }

  a.OHlogo {
    margin-top: 10px;
  }
}
/* search bar in header */

@media (min-width: 641px) {
	form#searchform {
		display: none;
	}
}
form#searchform {
	border: 1px solid #BBB;
	margin: 2% 4%;
	padding-right: 2%;
}
form#searchform label {
	display: none;
}
form#searchform #searchsubmit {
  width: 7.4%;
  height: 2.3125rem;
  padding: 0;
  	background: #fff url('https://oldhallhotelbuxton.co.uk/wp-content/themes/Oldhall/library/images/search-icon.png');
  	  background-position: 29% 25%;
  	background-repeat: no-repeat;
	background-size: contain;
	  font-size: 0.2rem;
	  margin-bottom: 0;
}

form#searchform input[type="text"] {
	width: 92.6%;
	margin: 0;
	float: left;
	border: none;
}

/* Main nav */
nav.top-bar {
  background: none;
}
nav.top-bar ul.dropdown:before {
	content: url('https://oldhallhotelbuxton.co.uk/wp-content/themes/Oldhall/library/images/nav-arrow-up.png');
	  position: absolute;
	  top: -17px;
	  left:10%;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	text-decoration: underline;
}
nav.top-bar ul li {
  background: none;
  background-color: none;
}
nav.top-bar ul li a {
  color: #404041;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8em;
  zfont-weight: bold;
  font-family: CartoGothicStdBook;
}
.f-topbar-fixed {
	padding-top: 0!important;/* This stops the nav jumping as you scroll down - not using fixed */
}
/* Booking sidebar - on mobile this only shows on the homepage */
.bookingForm {
  padding: 0 20px 0 10px;
  float: left;
  width: 22%;
}
img.specialOfferImage {
	width: 90%!important;
}
div .specialOfferImage {
	width: 90%!important;
}
@media (max-width: 1023px) { /* Don't display the booking form across all pages on tablet and down (shows on portrait, not landscape tablet)- just display it on the homepage */
	body.home .bookingForm {
		display: block;
	}
	.bookingForm {
		display: none;
	}
}
@media (max-width:900px) {
	body.home .bookingForm {
		margin-top: 15px;
	}
}

@media (min-width: 847px) and (max-width: 1024px) {
	#menu-main-menu {
		max-width: 778px;
		width: 778px;
		margin: 0 auto;
	}
	.top-bar-section ul li {
		padding: 0!important;
		float: left;
		width: auto!important;
		padding-right: 25px!important;
	}
	.top-bar-section .has-dropdown>a:after {
		right: -10px!important;
	}
}


.bookingForm #booking-form-header {
  background: #404041;
  background: -moz-linear-gradient(top, #404041 0%, #666666 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #404041), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #404041 0%, #666666 100%);
  background: -o-linear-gradient(top, #404041 0%, #666666 100%);
  background: -ms-linear-gradient(top, #404041 0%, #666666 100%);
  background: linear-gradient(to bottom, #404041 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404041', endColorstr='#666666', GradientType=0 );
  padding: 2%;
}
.bookingForm h2 {
  font-family: CartoGothicStdBook;
  color: #FFFFFF;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1045px) {
  .bookingForm h2 {
    font-size: .9em;
  }
}
.bookingForm h2 span {
  font-family: 'alluraregular';
  font-size: 207%;
  color: #fff;
  font-weight: 400;
}
.bookingForm #booking-form-layout {
  background: #5f0032;
  background: -moz-linear-gradient(top, #5f0032 0%, #890050 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5f0032), color-stop(100%, #890050));
  background: -webkit-linear-gradient(top, #5f0032 0%, #890050 100%);
  background: -o-linear-gradient(top, #5f0032 0%, #890050 100%);
  background: -ms-linear-gradient(top, #5f0032 0%, #890050 100%);
  background: linear-gradient(to bottom, #5f0032 0%, #890050 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404041', endColorstr='#666666', GradientType=0 );
  overflow: auto;
  padding: 2% 5%;
  margin-top: 7px;
}
.bookingForm #booking-form-layout label {
  color: #ffffff;
  font-size: .7rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 641px) and (max-width: 975px) {
	.bookingForm #booking-form-layout label {
		font-size: 0.6rem;
	}
}
.bookingForm input[type=submit] {
	  line-height: 0.5;
	  background: #bf7899;
	  font-size: 0.8em;
	  text-align: center;
	  width: 100%;
	  margin-bottom: 0;
	  padding: 12% 7%;
}
.bookingForm input[type=text] {
  margin-bottom: 0;
  height: 1.8rem;
}
.bookingForm select {
  height: 1.6125rem;
  width: inherit;
  font-size: 1em;
  padding: 0 0 0 5px;
}
.bookingForm #check-in-date {
  float: left;
  width: 100%;
}

#booking-form-layout #booking-form-calender {
  float: right;
  background-image: url("../images/booking-form/booking-form-calendar.gif");
  background-repeat: no-repeat;
  background-position: 5px 0px;
  height: 31px;
  width: 30px;
  position: absolute;
  right: 0px;
  top: 16px;
  background-color: #6A003A;
  pointer-events: none;
}

/* Slider */
.largeSlider {
  float: left;
  width: 78%;
}


.flex-active {
  background: #09c;
}

ul.flex-direction-nav {
  display: none;
}

@media (max-width: 641px) {
  .sliderOuter {
    display: none;
  }

  .bookingForm {
    display: none;
  }

  #booking-form-header {
    background-size: cover;
    width: 100%;
  }

  #booking-form-layout {
    width: 100%;
    background-size: cover;
  }

  #booking-form-layout form {
    width: 100%;
  }

  body.home .bookingForm {
    width: 100%;
    display: block;
  }
}
/* Homepage offers / latest news pods */
.offersNewsPosts {
  padding-top: 15px;
}
.offersNewsPosts h1 {
  margin-bottom: 0;
}
.offersNewsPosts h2 {
  font-family: CartoGothicStdBook;
  font-size: 1em;
}
.offersNewsPosts .posts {
  border-bottom: 1px dotted rgba(139, 0, 81, 0.3);
  padding: 10px 0;
}
.offersNewsPosts p {
  margin: 0;
}
.offersNewsPosts p.excerpt a {
  display: block;
}
.offersNewsPosts .discoverMore {
  float: right;
  padding-right: 5px;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  font-size: 75%;
}

/*-----------------------
	Generic elements
-----------------------*/
/* left hand side nav starting 'breaks' - hides from <800px*/
@media (max-width: 800px) {
  .genericLinks, .generic-links {
    display: none;
  }
}

.generic-links ul.dropdown {
  transition: all 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.generic-links li.has-dropdown:hover ul.dropdown,
.generic-links li.active ul.dropdown {
  opacity: 1;
  height: auto;
}
.generic-links li.current-menu-item > a {
  color: #780044;
  text-decoration: underline;
}
.generic-links ul {
  margin-left: .7em;
}
.generic-links ul li {
  padding: 1px 0;
  position: relative;
}
@media (max-width: 900px) {
  .generic-links ul li {
    padding: 10px 0;
  }
}
.generic-links ul li a {
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .85em;
  padding-left: 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.generic-links ul li a:hover {
  color: #8B0051;
}
@media (max-width: 900px) {
  .generic-links ul li a {
    font-size: .8em;
  }
}
@media (max-width: 800px) {
  .generic-links ul li a {
    display: none;
  }
}
.generic-links ul li .dropdown {
  margin-left: 0;
}
.generic-links ul li .dropdown li {
  padding-left: 0.7em;
  text-indent: -0.6em;
}
.generic-links ul li .dropdown li a {
  color: #BE7899;
  font-size: 70%;
  text-transform: capitalize;
  font-weight: bold;
  font-size: .8em;
}
.generic-links ul li .dropdown li a:hover {
  font-weight: bold;
}
.generic-links ul li .dropdown li:before {
	content: "";
	background-image: none;
}
.generic-links li:before,
.generic-links li:before {
	content: "...";
	background: url("../images/bullet.png") no-repeat;
	color: #fff;
	position: absolute;
	left: -10px;
	top: 9px;
	opacity: .35;
	transition: all .3s linear;
}
.generic-links li:hover:before,
.generic-links li.active:before {
	content: "...";
	background: url("../images/bullet.png") no-repeat;
	color: #fff;
	position: absolute;
	left: -10px;
	top: 9px;
	opacity: 1;
}
@media (min-width: 801px ) and (max-width: 900px) {
	.generic-links ul {
		margin-left: 0;
	}
	.generic-links li:before, .generic-links li:before {
		display: none;
	}
	.generic-links ul li a {
		padding-left: 0;
	}
}

/* generic links in footer */

@media (min-width:1025px) {
	.genericlinks--footer {
		display: none;
	}
}
@media (max-width: 1024px) {
	.genericlinks--footer {
		clear: both;
		border-top: 1px solid rgba(255, 255, 255, 0.35);
	}
	.genericlinks--footer .generic-links {
		display: block!important;
	}
	.genericlinks--footer ul li:before {
		display: none;
	}
	.genericlinks--footer ul li {
		float: left;
		margin-left: 0;
	}
	.genericlinks--footer ul li a {
		color: #fff;
		text-transform: uppercase;
		padding-right: 10px;
		font-family: "Open Sans",Helvetica,Arial,sans-serif;
		font-weight: bold;
		font-size: .9em;
		display: block;
	}
	.genericlinks--footer ul li a:hover {
		color: #fff;
	}
	.genericlinks--footer ul li a:after {
		content: "|";
		color: #fff;
		padding-left: 10px;
	}
	.genericlinks--footer ul.dropdown {
		display: none;
	}
}

/* Bread crumb */
.breadcrumb {
  color: #808080;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 0 17px;
}
.breadcrumb span {
  font-size: .9em;
  font-weight: bold;
}
.breadcrumb p {
  margin-bottom: 2px;
}
.breadcrumb a {
  color: #808080;
}
.breadcrumb span.breadcrumb_last {
  color: #8B0051;
}
.arrow {
  position: relative;
}
.arrow:after {
  /* used in several places, one example is on homepage 'discover more' arrow */
  content: "...";
  background: url("../images/bullet.png") no-repeat;
  color: #e6e7e9;
  position: absolute;
  top: 3px;
  right: -20px;
  height: 20px;
  width: 20px;
}

a.nolink {
  /* On desktop only don't show numbers as links */
  text-decoration: none;
}
@media (min-width: 1024px) {
  a.nolink {
    color: inherit;
    pointer-events: none;
  }
}

p.cta {
	  background: #5f0032;
	  background: -moz-linear-gradient(top, #5f0032 0%, #890050 100%);
	  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5f0032), color-stop(100%, #890050));
	  background: -webkit-linear-gradient(top, #5f0032 0%, #890050 100%);
	  background: -o-linear-gradient(top, #5f0032 0%, #890050 100%);
	  background: -ms-linear-gradient(top, #5f0032 0%, #890050 100%);
	  background: linear-gradient(to bottom, #5f0032 0%, #890050 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404041', endColorstr='#666666', GradientType=0 );
	  padding: 1%;
	  color: #fff;
	  text-align: center;
	  margin: 20px 0;
	  font-weight: bold;
	  clear: both;
	  font-size: 0.75em;
}
p.cta a {
  color: #fff;
}
@media (max-width:641px) {
	p.cta {
		font-size: 1em;
	}
}
.largeHeroBanner {
  float: left;
  width: 74%;
  margin-left: 4%;
  position: relative;
}
.largeHeroBanner img {
	width: 100%;
}
@media (max-width: 900px) {
  .largeHeroBanner {
    width: 100%;
    margin-left: 0;
  }
  .largeHeroBanner img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.overlayContent {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  top: 23%;
  left: 3.7%;
  min-width: 160px;
  padding: 2%;
  max-width: 30%;
}
@-moz-document url-prefix() { /* Firefox only */
  .overlayContent h2{
	  font-weight: 400!important;
	  }
}
@media (max-width: 900px) {
  .overlayContent {
    left: 7.7%;
    min-width: 200px;
  }
}
@media (max-width: 641px) {
  .overlayContent {
  	display: none;
  }
}
.overlayContent h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 1em;
  margin-top: 0;
  font-weight: bold;
}

.overlayContent h2 span {
  color: #fff;
  text-transform: capitalize;
  font-family: alluraregular;
  font-size: 200%;
  padding-left: 5px;
  font-weight: normal;
  display: block;
}
.overlayContent p {
  color: #fff;
  font-size: .8em;
  font-weight: bold;
  margin-bottom: 0;
}

/* Make text fade in */
.sliderOuter .overlayContent {
  opacity: 0;
  transition: 1s all linear;
}

.flex-active-slide .overlayContent {
	opacity: 1;
	pointer-events: none;
}
@media (max-width: 780px) {
	.flex-active-slide .overlayContent {
		left: 5%!important;
		top: 15%!important;
	}
}
/* Download PDF button (example see Occasions page) */
p.downloadPdf {
	margin: 20px 0;
	clear: both;
	position: relative;
	display: table;
}
p.downloadPdf a {
	background-color: #dbdbdc;
	border-left: 10px solid #91928e;
	padding: 9px 34px 9px 9px;
	transition: .2s all linear;
	text-transform: uppercase;
	display: block;
}
p.downloadPdf a:hover {
border-left: solid 10px #8B0051;
}

p.downloadPdf.lesspmargin {
	margin: 2% 0 4%;
}
@media (max-width:641px) {
	p.downloadPdf.smaller {
		margin-bottom: 12%;
	}
	p.downloadPdf.smaller a /* for longer bits of content */ {
		font-size: 80%;
		padding: 5% 2%;
	}
	p.downloadPdf {
		width: 100%;
	}
	p.downloadPdf:after {
		display: none;
	}
	p.downloadPdf a.banner-link {
		font-size: 120%;
	}
}
p.downloadPdf:after {
	content: "...";
	background: url("../images/bullet.png") no-repeat;
	position: absolute;
	right: 0;
	top: 35%;
	right: 4%;
	zbackground-position: 30% -18%;
	color: #DBDBDC;
	height: 13px;
    width: 13px;
}


.menu-download {
  margin: 0 4% 3% 0;
  float: left;
  background-color: #dbdbdc;
  width: 46%;
  min-height: 114px;
  border-left: solid 10px #91928e;
  padding: 1.5%;
}
.menu-download p {
	margin-bottom: 0;
}
.menu-download a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
}
@media (max-width: 540px) {
  .menu-download {
    min-height: 160px;
  }
}
@media (max-width: 440px) {
  .menu-download {
    min-height: inherit;
    width: 100%;
    margin: 3% 0;
  }
}

/* Wine bar page */
.theatre-cta {
  width: 100%;
  height: 58px;
  color: #FFFFFF;
  padding: 0 5px;
  font-size: 11px;
  font-size: 10px\9;
  background-color: #dbdbdc;
  background-image: url(../images/page-content/pre-and-post-theatre_v-1.0.png);
  background-repeat: no-repeat;
  float: left;
}
.theatre-cta p {
  text-transform: uppercase;
  text-align: right;
  width: 140px;
  float: right;
  margin: 10px 5px 0 0!important;
  font-size: 14px!important;
}
.winebar--section {
	overflow: auto;
	width: 100%;
}
.winebar--section .info {
	float: left;
	width: 50%;
}
.winebar--section .image {
	float: left;
	width: 50%;
}
@media (max-width: 641px) {
	.winebar--section .info, .winebar--section .image, .winebar--section .image img, .theatre-cta {
		width: 100%;
	}
}
.winebar--section p.downloadPdf {
	width: 100%;
	margin: 0 0 2%;
}
.winebar--section:after {
	content:"";
	clear:both;
}
.splitter {
  border-top: 1px solid #B3B3B3;
  float: left;
  clear: both;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Info for kids page */
ul.kids > li > span, span.kids {
  font-family: 'SFCartoonistHandRegular'!important;
  font-size: 20px!important;
  line-height: 30px;
  color: #565758;
}

/* History page */
blockquote.style1 {
  font-family: alluraregular;
  font-weight: normal;
  padding: 8px;
  margin: 5px;
  background-image: url(../images/quotes/openquote1.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  margin-top: 20px;
  display: inline-block;
  border-left: none;
}
blockquote.style1 p span {
  display: block;
  background-image: url(../images/quotes/closequote1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  font-size: 40px;
  line-height: 38px;
  font-style: normal;
  font-family: alluraregular;
}

/* Callback request page */
form.wpcf7-form span {
  font-size: 1em;
}

/*-----------------------
	Every-page sidebar
-----------------------*/
#CDSWIDCOE {
  font: normal 11px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
  color: #000;
  background-color: #ffffff;
  overflow: hidden;
  width: 148px;
  margin: 6px 0px 10px 10px;
  text-align: center;
  border: 2px solid #599642;
}

#CDSWIDCOE.widCOE .widCOETitle {
  font: normal bold 12px Arial, Georgia, "Bitstream Vera Sans", Helvetica, sans-serif;
  color: #000;
  padding-top: 5px;
  z-index: 3;
  position: relative;
}

#CDSWIDCOE.widCOE .widCOEDate {
  zbackground-image: url("../../../../../img2/widget/BackgroundRuleBlack.gif");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  z-index: 3;
}

#CDSWIDCOE.widCOE .widCOELogo {
  position: relative;
  margin-top: -30px;
  z-index: 2;
}

#CDSWIDCOE.widCOE .widCOEImg {
  display: block;
  margin: 0;
}

#CDSWIDCOE.widCOE .widCOELink {
  padding: 65px 0px 10px 0px;
  background-color: #599642;
  color: white;
  position: relative;
  margin-top: -65px;
  z-index: 1;
}

#CDSWIDCOE.widCOE .widCOELink a {
  font: normal normal 14px Arial, Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
  color: white;
}

.everypageSidebar {
  text-align: center;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .everypageSidebar {
    display: none;
  }
}
.everypageSidebar .element {
  margin: 3% auto;
}

.tripAdvisor #CDSWIDCOE {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Used on bedrooms*/
.splitContent {
	float: left;
	margin: -7px 1% 1% 0px;
	width: 50%;
	padding-left: 4%;
}
@media (max-width:641px) {
	.splitContent {
		margin: 0;
		width: 100%;
	}
}
/* for images in the main content */
img.half {
	float: left;
	margin: 0 3% 3% 0;
}
img.half-right {
	margin: 0 0% 3% 3%;
	float: right;
}
@media (max-width:641px) {
	img.half, img.half-right {
		max-width: 50%;
	}
}
@media (max-width:500px) {
	img.half, img.half-right {
		max-width: 80%;
		padding: 0px;
		margin: 5% auto;
		text-align: center;
		float: none;
		display: block;
	}
}
/* Contact */

@media (max-width: 641px) {
	#wpcf7-f1046-p155-o1 input[type=submit] {
		width: 100%;
		padding: 5px 0;
		color: #fff;
		background: #5F0032;
		font-size: 151%;
	}
}
/*-----------------------
	Posts page
-----------------------*/
.postItem {
  border-bottom: 1px dotted rgba(139, 0, 81, 0.3);
  padding: 2% 0;
  overflow: auto;
}
.postItem a img {
  margin-bottom: 4%;
}
.postItem h1 {
  margin: 2% 0 5%;
}
.postItem:first-of-type {
  padding-top: 0;
}
.postItem p.excerpt {
  margin-bottom: 0;
  zpadding: 5%;
}
.postItem p.excerpt a {
  text-align: right;
  text-transform: uppercase;
  color: #BF7899;
  display: block;
  font-size: 1.2em;
  padding-top: 10px;
}
.postItem .newsThumbnailImg img {
  width: 40%;
  float: left;
  margin-right: 5%;
}

ul.pagination li:before {
  display: none;
}
ul.pagination li {
  text-indent: 0;
  padding-left: 0;
}
ul.pagination li.current a {
  background: #790045;
}

body.single .mainContent img {
	margin:  0 0% 5% 3%;
	float: right;
	width: 50%;
}
@media (max-width: 641px) {
	body.single .mainContent img {
		width: 100%;
		margin: 2%;
	}
	.postItem .newsThumbnailImg img {
		padding: 0;
		float: none;
		margin: 0 auto 15px;
		display: block;
		width: 100%;
	}
	.postItem p.excerpt a {
		text-align: center;
		padding: 5px 0;
		margin: 15px 0;
		background-color: #8B0051;
		color: #fff;
		font-size: 134%;
	}
}
body.single .mainContent h1 {
	margin-top: 2%;
	margin-bottom: 4%;
}
/*-----------------------
	Footer
-----------------------*/
footer.footer {
  border-top: 1px solid rgba(153, 153, 153, 0.32);
  padding-top: 3%;
}
footer.footer .spacing {
  margin-left: 10px;
}
footer.footer .social {
  text-transform: uppercase;
  color: #8B1B55;
}
@media (max-width:641px) {
	footer.footer .social {
		font-size: 140%;
	}
	footer .generic-links li.current-menu-item>a {
		color: #fff;
	}
}
footer.footer .social a i {
  font-size: 1.5em;
  margin: 0 5px;
  color: #8B1B55;
}
footer.footer .social a:hover i {
  color: #5E0734;
}
footer.footer .promoImage {
  overflow: auto;
}
@media (max-width: 1024px) {
  footer.footer .promoImage {
    margin-bottom: 7%;
  }
}
footer.footer .promoImage li {
  float: left;
}
@media (max-width: 1024px) {
  footer.footer .promoImage li {
    width: 25%;
    padding: 1%;
  }
}
footer.footer .bottomFooter {
  background-color: #8B0051;
}
footer.footer .bottomFooter .navigation {
  padding-bottom: 20px;
}
footer.footer .bottomFooter #menu-footer-menu li {
  float: left;
  margin-left: 10px;
}
footer.footer .bottomFooter #menu-footer-menu li a {
  color: #fff;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: .9em;
}
footer.footer .bottomFooter #menu-footer-menu li::after {
  content: "|";
  color: #fff;
}
footer.footer .bottomFooter #menu-footer-menu li:first-of-type {
  margin-left: 0;
}
@media (max-width: 630px) {
  footer.footer .bottomFooter #menu-footer-menu li {
    width: 50%;
    margin-left: 0;
    text-align: center;
  }
  footer.footer .bottomFooter #menu-footer-menu li::after {
    content: "";
  }
  footer.footer .bottomFooter #menu-footer-menu li a {
    font-size: 1.1em;
  }
}
@media (max-width: 500px) {
  footer.footer .bottomFooter #menu-footer-menu li {
    width: 100%;
  }
}
footer.footer .bottomFooter .copyright-info {
  float: left;
}
footer.footer .bottomFooter .copyright-info a {
  color: #fff;
}
footer.footer .bottomFooter .fig-creative {
  float: right;
}
footer.footer .bottomFooter .fig-creative a {
  color: #fff;
  position: relative;
  padding-right: 34px;
}
footer.footer .bottomFooter .fig-creative a:after {
  background: url("../images/builtbyfig.png") no-repeat;
  content: "";
  position: absolute;
  width: 30px;
  height: 38px;
  right: 0;
  top: -5px;
}
@media (max-width: 1024px) {
  footer.footer .details {
    text-align: center;
  }
}
footer.footer .companyandfig {
  padding-bottom: 3%;
}

/*-----------------------
	Photo gallery - hides on mob
-----------------------*/
.jcarouselMainwrapper {
  margin-bottom: 10%;
  border-top: 1px solid #B3B3B3;
  padding-top: 5%;
  margin-top: 8%;
}
@media (max-width: 641px) {
	.jcarouselMainwrapper {
		display: none;
	}
}
.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0.09);
}

/** Carousel **/
.jcarousel {
  position: relative;
  width: 100%;
  max-height: 120px;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel .slick-slide {
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jcarousel li:before {
  display: none;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/
.jcarousel a.slick-arrow {
	position: absolute;
	top: 37.5%;
	height: 25%;
	width: auto;
	font-size: 70px;
	line-height: 0;
	text-decoration: none;
}

.jcarousel a.slick-arrow.slick-prev {
	right: 105%;
}

.jcarousel a.slick-arrow.slick-next {
	left: 105%;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  display: none!important;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
  left: 15px;
}

.jcarousel-control-next {
  right: 15px;
}

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
@media (max-width:550px) {
	.jcarousel-pagination {
		left: 30%;
	}
}
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
  background: #82004B;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}

/*-----------------------
	Specific pages
-----------------------*/
/* Occasions page, theatre */
.separateSection {
  padding: 20px 0;
  border-bottom: 1px solid #B3B3B3;
  overflow: auto;
}
.separateSection img {
  float: left;
  width: 34%;
  padding-right: 3%;
}
.separateSection .content {
  float: left;
  width: 63%;
}
@media (max-width:641px) {
	.separateSection .content {
		float: none;
		width: 100%;
	}
}
/* Private dining */
.roomsSection {
	padding: 3% 0;
	border-bottom: 1px solid #B3B3B3;
}
.roomsSection:after {
	clear: both;
    content: "";
    display: block;
}
.roomsSection .room {
	float: left;
}

.roomsSection .roomInfo {
	float: left;
	width: 61%;
	padding-left: 3%;
}
.roomsSection .roomInfofullwidth {
	width: 100%;
	padding-left: 0;
}
.roomsSection .roomInfo p {
	margin-bottom: 0;
}
.roomsSection .roomInfo h2 {
	margin-top: 0;
}
@media (max-width: 641px) {
	.roomsSection .room img{
		width: 80%;
	}
	.roomsSection .roomInfo h2 {
		font-size: 120%;
	}
}
@media (max-width: 600px) {
	.roomsSection .room {
		float: right;
		margin: 0 0 0 3%;
	}
	.roomsSection .roomInfo {
		width: 100%;
		float: none;
	}
}
@media (max-width: 500px) {
	.roomsSection .room {
		margin: 0 auto;
		display: block;
		float: none;
		text-align: center;
	}
	.roomsSection .roomInfo h2 {
		text-align: center;
	}
}
/* Weddings */

.weddingImages {
	float: left;
	width: 64%;
	padding: 0;
	margin: 0;
}
/* Meeting rooms */

.roomcapacity {
	width: 25%;
	float: left;
}
@media (max-width: 641px) {
	.roomcapacity {
		width: 50%;
	}
}
/* Newsletter page */
body.page-id-1635 form#signup table {
	width: 100%;
	background: none!important;
	border: none!important;
}
body.page-id-1635 form#signup table tr:nth-of-type(even) {
	background: none;
}
body.page-id-1635 form#signup table tbody tr td, body.page-id-1635 form#signup table tr td {
	    display: table-row;
}
/* Videos */
.mainContentVideo {
	max-width: 100%;
}


/* Carousel Lightbox */

#carousel-lightbox {
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  text-align: center;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}

#carousel-lightbox .inner {
  display: inline-block;
  position: relative;
  padding: 1rem;
  max-height: 90vh;
  max-width: 70vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  z-index: 10020;
  background: #fff;
}

#carousel-lightbox .inner-close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  padding: 0.5rem;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}

#carousel-lightbox .inner-close:hover {
  cursor: pointer;
  border-color: #8B0051;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#carousel-lightbox .inner-close:active {
  top: -0.25rem;
  right: -0.25rem;
  border-color: transparent;
  background: #8B0051;
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.page-template-page-bookingmodule iframe {
  width: 100%;
}



@media only screen and (min-width: 64.063em) {

  .page-id-61 p.downloadPdf:nth-of-type(odd) {
    float: left;
    width: 51%;
    margin-right: 2%;
  }
  .page-id-61 p.downloadPdf:nth-of-type(even) {
    float: left;
    width: 47%;
    clear: none;
  }
  .page-id-61 p.downloadPdf:nth-of-type(even):after {
    width: 20px;
    height: 19px;
    background-image: url('../images/Afternoon-tea-button.png');
    top: 0;
    bottom: 3px;
    right:6px;
    margin: auto 0;
    background-repeat: no-repeat;
  }
  .page-id-61 p.downloadPdf:nth-of-type(even) a {
    background-color: #9c2f6f;
    color: #dbdbdc;
    font-weight: bold;
  }

}

.page-id-1635 iframe body {
  background: transparent;
    overflow-y: hidden;
}