html {
  font-size: 16px;
}
body.landing{
	background: url('../images/bk-landing.jpg') no-repeat center;
	background-size: cover;
	margin: 0;
	padding: 0;
}
body{
	background: #fbf9f7;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='noise' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeBlend mode='screen'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23noise)' opacity='0.2'/%3E%3C/svg%3E");
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 1rem; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
}

body.landing h1{
	color: white;
	font-size: 2rem;
	margin-bottom: 1rem;
}
body.landing h4{
	color: white;
	font-size: 1.5rem;
}
body.landing a{
	color: white;
}
h3, h5{
	color: #444d58;
}
h6{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 0.875rem;
	letter-spacing: 2px;
}
p, a,
ul li{
	color: #63626c;
/*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
	font-size: 1.1875rem;
	line-height: 1.6;
}
@media(max-width: 700px){
	p{
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
a{
	cursor: pointer;
}
a:hover{
	color: #44484b;
}

/**/
.btn{
	border-color: transparent;
	border-radius: 0;
	cursor: pointer;
}
.navbar-dark .navbar-toggler{
	border-color: transparent !important;
}
.navbar-toggler:focus{
	box-shadow: none !important;
}


/*colors*/
.color1{
	color: #586767;
}
.color2{
	color: #d7cfba;
}
.color3{
	color: #d9d7d2;
}

.color-light{
	color: #fbf9f7;
}
.color-white{
	color: white !important;
}
.color-dark,
.color-primary{
	color: #2c343e;
}
.color-primary-light{
	color: #545d6a;
}
.color-primary-medium{
	color: #444d58;
}
.color-primary-dark{
	color: #2c343e;
}

.color-secondary{
	color: #873f3f;
}
.color-secondary-light{
	color: #6a5467;
}
.color-secondary-dark{
	color: #3e2c37;
}

.bk-dark{
	background: #2C1D1C;
}
.bk-white{
	background: white;
}
.bk-light{
	background: #dadada;
}
.bk-primary-light{
	background: #545d6a !important;
}
.bk-primary-medium{
	background: #444d58;
}
.bk-primary-dark{
	background: #2c343e;
	color: #dadada;
}
.bk-primary-dark:hover{
	background: #1a1f25;
	color: #fff;
}
.bk-secondary{
	background: #873f3f;
}
.bk-secondary-light{
	background: #6a5467;
}
.bk-secondary-dark{
	background: #3e2c37;
}

.bk-tree{
	background: url('../images/tree.png') no-repeat bottom right;
}
.bk-wall{
	background: url('../images/wall.png') no-repeat bottom right;
}
/*.bk-body{
	background:url('../images/bk-body.jpg') no-repeat 20% top;
}
.bk-body2{
	background:url('../images/bk-body2.jpg') no-repeat right bottom;
}*/
.decoration{
	position: relative;
}
.decoration:after{
	background: #2c343e;
	bottom: 1.25rem;
	content: '';
	height: calc(100% - 2.5rem);
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 1.25rem;
	width: 100%;
	z-index: -1;
}
.decoration:before{
	border: 1px solid #545d6a	;
	bottom: -1.25rem;
	content: '';
	left: 1.25rem;
	position: absolute;
	pointer-events: none;
	top: -1.25rem;
	width: calc(100% - 2.5rem);
	z-index: 0;
}
.decoration h1,
.decoration h2,
.decoration h3,
.decoration h4,
.decoration h5,
.decoration h6,
.decoration p,
.decoration a{
	color: #e6e3dc;
}

/*container stack*/

.container-stack {
  width: 100%;
  margin: 0 auto;
}

.container-stack img {
  width: 100%;
  display: block;
}

.image-stack::after {
    content: ' ';
    display: table;
    clear: both;
  }

  .image-stack__item--top {
      float: left;
      width: 66%;
      margin-right: -100%;
      position: relative;
      z-index: 1; 
  }

  .image-stack__item--bottom {
      float: right;
      width: 75%;
  }

@supports (display: grid) {
  .image-stack {
    display: grid;
    position: relative; 
    grid-template-columns: repeat(12, 1fr);
  }

  .image-stack__item--bottom {
    grid-column: 4 / -1;
    grid-row: 1;
    width: 100%;
  }

  .image-stack__item--top {
    grid-row: 1;
    grid-column: 1 / span 8;
    padding-top: 70%; 
    width: 100%;
  }
}



/*buttons*/
.btn {
	font-size: 1rem;
	text-transform: uppercase;
	filter: brightness(1.0);
	padding: .5rem;
	position: relative;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	      transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition-duration: 400ms;
	      transition-duration: 400ms;
	-webkit-transition-property: color;
	transition-property: color;
}

.btn:focus,
.btn:hover {
  filter: brightness(1.2);
}

.btn:focus:after,
.btn:hover:after {
  width: 0%;
  left: 50%;
}

.btn:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 0%;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d7d2;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-property: width, left;
  transition-property: width, left;
}
.btn-noborder:after{
	display: none !important;
}

.btn-hiring {
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 1rem;
	text-transform: uppercase;
	opacity: 1;
	padding: .5rem;
	position: relative;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	      transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition-duration: 400ms;
	      transition-duration: 400ms;
	-webkit-transition-property: color;
	transition-property: color;
}

.btn-hiring:focus,
.btn-hiring:hover {
  opacity: .6;
}
.btn.color3:hover{
	color: #2c343e;
}

/*z-index*/
.z-1{
	z-index: 1;
}

/*spacing*/
.p-lg{
	padding: 3rem;
}
@media(min-width: 760px){
	.p-lg{
		padding: 6rem;
	}
}
.py-lg{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.my-lg{
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.mt-lg{
	margin-top: 6rem;
}
.mt-md{
	margin-top: 3rem;
}

.mobile-buttons{
	bottom: 0;
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 999;
}
@media (min-width: 600px){
	.mobile-buttons{
		display: none;
	}
}

/*navbar*/
body:not(.home) .navbar{
	background: transparent;
}
body.innerpage .navbar{
	background: #222932;
}
@media (max-width: 600px){
	.navbar{
		background: #222932;
	}
	.navbar.fixed-top.scrolled {
	  background: #222932 !important;
	  transition: background-color 200ms linear;
	}
}
.navbar>.container-fluid{
	align-items: stretch !important;
}
.navbar.fixed-top.scrolled {
  background: #222932;
  transition: background-color 200ms linear;
}

#logo,
.navbar.scrolled #logo{
	background: url(../images/logo-header.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	/*float: left;*/
	height: 70px;
	margin: 5px;
	text-indent: -99999px;
	width: 247px;
	transition: all 200ms linear;
}

body.home #logo{
	background: url(../images/logo.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 138px;
	margin: 2em auto;
	text-indent: -99999px;
	width: 100%;
}
	/*#logo{
		background: url(../images/logo.png) no-repeat;
		background-size: contain;
		cursor: pointer;
		display: block;
		height: 70px;
		margin: 5px;
		text-indent: -99999px;
		width: 152px;
	}*/

.logo-header{
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	float: left;
	height: 70px;
	margin: 5px;
	text-indent: -99999px;
	width: 152px;
	transition: all 200ms linear;
}

.navbar-brand{
	/*color: #1f2a29;*/
	font-size: 1.5rem;
	line-height: 1.1;
	padding: 1.125rem;
	text-align: center;
	transition: all 200ms linear;
}
.navbar-brand:hover{
	color: #17222B;
}
.navbar.fixed-top.scrolled .navbar-brand{
	/*color: #EDE9D1;*/
	font-size: 1.438rem;
	padding: 1rem;
}
.navbar-brand span{
	display: block;
	font-size: 0.875rem;
	opacity: .7;
}
.navbar-toggler{
	background: #222932;
	border-radius: 0;
}
.btn-booknow{
	background: #873f3f;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 1rem;
	color: #eae6d5;
	cursor: pointer;
	line-height: 76px;
	opacity: 1;
	padding: 0 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-booknow:hover{
	background: #3c2424;
	color: #fff;
}

.btn-bookatable{
	background: #3a476a	;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 1rem;
	color: #c2c0bc;
	cursor: pointer;
	line-height: 76px;
	opacity: 1;
	padding: 0 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-bookatable:hover{
	background: #242a3c	;
	color: white;
}

/*navbar*/
.nav-link{
	color: #3B5451;
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 1.125rem;
	text-transform: uppercase;
}
.nav-link:hover,
.nav-link:active,
.nav-link.nav_active{
	color: #8EA797;
}

/*offcanvas*/
.offcanvas{
	
}
.offcanvas-body{
	padding: 1rem 1.5rem;
}

/*subnav*/
.subnav{
	list-style: none;
}


/*main-carousel*/
#main-carousel{
	min-height: 70vh;
	overflow: hidden;
}

#main-carousel.container{
	min-height: 50vh;
	overflow: hidden;
}


/*header-text*/
.header-text{
	align-items: stretch;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
}
.header-text-inner{

}
.header-text h2,
.header-text-offcanvas h2{
	color: #79818c;
}
.header-text p,
.header-text-offcanvas p{
	color: #79818c;
	font-size: 0.9375rem;
	margin: 0;
}
.header-text a,
.header-text-offcanvas a{
	color: #79818c;
	font-size: 0.9375rem;
	text-decoration: none;
}
.header-text a:hover,
.header-text-offcanvas a:hover{
/*	opacity: .6;*/
}
/*icons*/
.ico{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 16px;
	margin-right: 6px;
	width: 16px;
}
.ico-location{
	background-image: url(../images/location.svg);
}
.ico-phone{
	background-image: url(../images/phone.svg);
}
.ico-email{
	background-image: url(../images/email.svg);
}
.ico-facebook{
	background-image: url(../images/facebook.svg);
	height: 42px;
	width: 42px;
}
.ico-instagram{
	background-image: url(../images/instagram.svg);
	height: 42px;
	width: 42px;
}


/*titles*/
.title-underline{
	margin-bottom: 40px;
	position: relative;
}
.title-underline h1:before{
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100px;
	height: 1px;
	content: "";
	background-color: #a8a8a8;
}
.title-underline h1:after{
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 40px;
	height: 3px;
	content: "";
	background-color: #8e9489;
}
.title-underline h2:before{
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 100px;
	height: 1px;
	content: "";
	background-color: #a8a8a8;
}
.title-underline h2:after{
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 40px;
	height: 3px;
	content: "";
	background-color: #8e9489;
}

/*breadcrumb*/

#breadcrumb{
    margin: 15px 0 10px;
    overflow: hidden;
}
#breadcrumb p{
	color: #8EA797;
    margin: 20px 0;
}
#breadcrumb p,
#breadcrumb a{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 0.813rem;
}
#breadcrumb a{
	color: #8EA797;
    text-decoration: none;
}
#breadcrumb a:hover{ }
#breadcrumb a,
#breadcrumb span{
    margin: 0 5px;
}
#breadcrumb p span{
	color: #4f574d;
}

/*body-img-container*/
.body-img-container{
	background-attachment: initial; 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover !important;
	min-height: 500px;
}
@media (min-width: 992px){
	.body-img-container{
		min-height: fit-content;
		background-attachment: fixed !important; 
		background-repeat: no-repeat !important; 
		background-position: left top; 
		background-size: contain !important;
	}
}


/*second-image*/
.second-image-wrapper{
	position: relative;
}
.second-image{
	display: block;
	max-height: 450px;
	position: absolute;
	max-width: 450px;
	right: 0;
	top: 0;
}


/*owl*/
.owl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}
.card{
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
}

.card-body a{
	font-size: 0.75rem;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.card-footer {
	padding: .5rem 1rem;
	background-color: transparent !important;
	border-top: none !important;
}
.credits{
	background: #222932;
}
.credits a{
  background: url(https://www.innfinite.co.uk/images/logo.png) center no-repeat;
  background-size: contain;
  display: block;
  height: 26px;
  margin: 1rem auto;
  text-indent: -9999px;
  width: 170px;
}

/*reveal*/


.reveal{
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1.2s all ease;
}

.reveal.show{
  transform: translateY(0);
  opacity: 1;
}

/*footer*/
.logo-footer{
	background: url(/images/logo.png) no-repeat center;
	background-size: contain;
	display: block;
	height: 138px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 369px;
}

.pre-footer{
	background: #222932;
	margin-top: 5rem;
}
.pre-footer p,
.pre-footer a{
	color: #79818c;
	font-size: 1rem;
}
.pre-footer a{
	text-decoration: none;
}