/*
Theme Name: Akaya Lounge
Theme URI: https://wordpress.org/themes/akaya/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Akaya Lounge brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akaya
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "rotis";
  font-display: fallback;
  src: url("fonts/341048_0_0.eot");
  src: url("fonts/341048_0_0.eot") format("embedded-opentype"),
    url("fonts/341048_0_0.woff2") format("woff2"),
    url("fonts/341048_0_0.woff") format("woff"),
    url("fonts/341048_0_0.ttf") format("truetype"),
    url("fonts/341048_0_0.svg#341048_0_0") format("svg");
}
::selection {
  background: #b29e52;
  color: #fff;
}
::-moz-selection {
  background: #b29e52;
  color: #fff;
}
body {
  margin: 0;
  background-color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6em;
  color: #fff;
}
a {
  color: #b29e52;
}
a:hover,
a:focus {
  color: #b29e52;
  text-decoration: none;
}
h1,
h2,
h3 {
  font-family: "rotis", sans-serif;
  font-weight: 400;
}
.display-2 {
  line-height: 1;
}
.display-4 {
  font-size: 2.625rem;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
.text-primary {
  color: #b29e52 !important;
}

.border-primary {
    border-color: #b29e52!important;
}
.border-light {
    border-color: #f8f9fa69!important;
}
.vh-100{
	height: 100vh;
}
.bg-dark-rgba{
	background-color: rgba(0,0,0,0.8);
}
a.text-primary:focus,
a.text-primary:hover {
  color: #cab563 !important;
}
.bg-dark {
  background: #000000 !important;
}
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #b29e52;
  border-color: #b29e52;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 249, 0.25);
}
.btn-primary {
  background: #b29e52;
  border-color: #b29e52;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #b29e52;
  border-color: #fff;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.navbar-toggler:focus{
	outline: none;
}
.call-btn{
	float:right;
	padding:2px 10px;
	margin-top:8px;
}
.reservation-btn{
	position: absolute;
	right: 0;
}

.navbar-toggler-icon{
	color: #fff;
	font-size: 30px;
}
.btn-default {
  background: transparent;
  border: 1px solid #b29e52;
  color: #b29e52;
}
.btn-default:hover,
.btn-default:focus {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-default.white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-default.white:hover,
.btn-default.white:focus {
  background: transparent;
  border: 1px solid #b29e52;
  color: #b29e52;
}

.btn-link {
  color: #b29e52;
  position: relative;
  padding: 0.3rem 0rem;
  transition: 0.5s all cubic-bezier(1, 0, 0, 1);
  -webkit-transition: 0.5s all cubic-bezier(1, 0, 0, 1);
}
.btn-link:hover,
.btn-link:active {
  color: #b29e52;
  text-decoration: none;
}
.btn-link::after {
  width: 100%;
  height: 1px;
  background-color: #b29e52;
  position: absolute;
  left: 0px;
  bottom: 0;
  content: "";
  transform: scaleX(0) translate3D(0, 0, 0);
  -webkit-transform: scaleX(0) translate3D(0, 0, 0);
  transform-origin: right;
  -webkit-transform-origin: right;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(1, 0, 0, 1);
  transition: 0.5s -webkit-transform cubic-bezier(1, 0, 0, 1);
  transition: 0.5s transform cubic-bezier(1, 0, 0, 1);
  transition: 0.5s transform cubic-bezier(1, 0, 0, 1), 0.5s -webkit-transform cubic-bezier(1, 0, 0, 1);
  -webkit-transition: 0.5s transform cubic-bezier(1, 0, 0, 1);
  pointer-events: none;
}
.btn-link:hover::after {
  transform: scaleX(1) translate3D(0, 0, 0);
  -webkit-transform: scaleX(1) translate3D(0, 0, 0);
  transform-origin: left;
  -webkit-transform-origin: left;
}
.form-control {
	color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
	transition: all .4s ease;
	padding: 10px 0;
	font-size: 20px;
}
.form-control:focus {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b29e52;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.vanue-hire-form .form-control{
	border: 1px solid #fff;
	padding: 10px 5px;
}
.vanue-hire-form .input-group-addon {
    position: absolute;
    left: 8px;
    bottom: 8px;
}
.form-control::-moz-placeholder {
 color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

select.form-control option{
  color: #000;
}
.form-group label{
	font-size: 20px;
	padding: 10px 0 0;
	margin: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    display: none;
}
.qty-minus, .qty-plus{
  top: 0;
  z-index: 2;
	position: absolute;
	background: none;
	color: #fff;
	border: none;
	font-size: 40px;
	outline: none;
}
.qty-minus:focus, .qty-plus:focus{
	outline: none;
}
.qty-plus{
	right: 0;
}
.qty-minus{
	left: 0;
}
.input-group-addon{
	position: absolute;
    left: 0;
    bottom: 6px;
}



.btn-primary,
.btn-default {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.zindex-10 {
  z-index: 10;
}


.scroll-down:focus{
	outline: none;
}


.loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
  overflow: hidden;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: z-index 0s 0.6s, height 0s 0.6s;
  transition: z-index 0s 0.6s, height 0s 0.6s;
}
.loader_overlay {
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: 0;
  left: 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;

  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.loader_overlay video{
	min-height:100%;
	min-width: 100%;
}
.loader_image {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.8s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loader_image::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border-left: 2px solid #b29e52;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-animation: rotate360 0.8s infinite forwards;
          animation: rotate360 0.8s infinite forwards;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.is-loaded.end .loader {
  z-index: -1;
}
.is-loaded.end .loader_overlay.black {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.logo-emblem {
  margin: 40px auto 15px;
  display: block;
}
.logo-text {
  width: 120px;
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.25s ease 3s;
  transition: all 0.25s ease 3s;
}
.logo-text.active {
  opacity: 1;
}
.header {
  padding: 15px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.header.is-fixed {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
}

.logo {
  width: 100px;
  height: 45px;
}
.nav-item {
  padding-left: 30px;
}
.nav-item a {
  font-family: "rotis", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.nav-item.active a{
  color: #b29e52;
}
.nav-item a:hover{
  color: #b29e52;
}
.bg-overlay:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.hero-banner {
  z-index: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
}
.hero-content {
  color: #ffffff;
  width: 100%;
  max-width: 400px;
  font-weight: 400;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.video-banner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.video-banner .hero-video {
  min-height: 100%;
  min-width: 100%;
}

.parallax-bg{
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
 
}

.overlay,.overlay-right{
  position: relative;
  z-index: 1;
}
.overlay-right::after,.overlay::after{
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  left: -30%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-right::after{
  right: -30%;
  left: auto;
}
.play-button {
  background: none;
  border: none;
  color: #fff;
  outline: none;
  position: absolute;
  z-index: 2;
  right: 15%;
  bottom: 30px;
}
.play-button:focus {
  outline: none;
}
.scroll-down {
  font-size: 30px;
  position: absolute;
  bottom: 20px;
  background: none;
  color: #ffffff;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.page-content-left,
.page-content-right {
  position: relative;
  overflow: hidden;
  padding: 20px 0 20px;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-img-container {
  position: absolute;
  width: 75%;
  height: 100%;
  overflow: hidden;
  top: 0;
  z-index: -1;
}
.page-img-container img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-overlay-img:after {
  left: 0;
  background-image: url(assets/images/bg-overlay-img.png);
  background-position: center center;
  background-size: 100% 100%;
}
.page-content-left .page-img-container {
  right: 0;
}
.page-content-right .page-img-container {
  left: 0;
}
.page-content-left h1,
.page-content-right h1,
.page-content-left h2,
.page-content-right h2 {
  color: #fff;
  margin-bottom: 40px;
}
.page-content-center {
  position: relative;
  overflow: hidden;
  height: 700px;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+0,0.3+25,0.25+50,0.3+75,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 1)),
    color-stop(25%, rgba(0, 0, 0, 0.3)),
    color-stop(50%, rgba(0, 0, 0, 0.25)),
    color-stop(75%, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.3) 25%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.page-content-center .inner-box{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
}
.page-content-center h2 {
  font-weight: 300;
}
.venue-hire {
  height: 750px;
  padding: 80px 0;
  position: relative;
}
.venue-hire h2 {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 30px;
}
.akaya-img-container {
  position: absolute;
  width: 50%;
  height: 90%;
  overflow: hidden;
  top: 5%;
  right: 0;
  z-index: -1;
}
.akaya-emblem::before {
  position: absolute;
  left: -150px;
  bottom: 0;
  content: "";
  width: 250px;
  height: 250px;
  opacity: 0.05;
  background: url(assets/images/logo_emblem.svg) top left no-repeat;
}
.akaya-mask {
  -webkit-mask-image: url(assets/images/logo_mask.svg);
  mask-image: url(assets/images/logo_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 80%;
  mask-size: 80%;
}
.akaya-img-container img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}
.work-akaya {
  position: relative;
  overflow: hidden;
  height: 500px;
  padding: 50px 0;
  background: url(assets/images/home-img-3.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footer-logo {
  width: 120px;
}
.sitelink a,
.sitelink address {
  font-family: "rotis", sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 0 8px;
}
.footer-link a{
  display: inline-block;
}
.sitelink a:hover,
.sitelink a:active {
  color: #b29e52;
}
.copyright {
  font-size: 16px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover,
.copyright a:active {
  color: #b29e52;
}
/* ########## Inner Page ########### */
.inner-banner {
  display: block;
  height: 400px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #000;
}
.banner-img {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.inner-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.inner-heading h1,
.inner-heading h2 {
  color: #00b6f9;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  letter-spacing: 2px;
  padding: 18px 36px;
  text-transform: uppercase;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}
.octagon-section{
	width: 100%;
	display: table;
	position: relative;
	overflow: hidden;
}
.octagon{
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	width: 58%;
	height: 650px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index : 11;
}
.mt-n180{
	margin-top: -180px;
}
.mt-300{
	margin-top: 290px;
}
.octagon-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding:0 15px;
}
.octagon-box h2{
	text-transform: uppercase;
}
.offer-wrapper{
	border: 1px solid;
	border-color: rgba(255,255,255,0.5);
	transition: all .4s ease;
}
.offer-wrapper:hover{
	border-color: rgba(178, 158, 82, 1);
}
.offer-img{
	overflow: hidden;
}
.offer-img img{
	transition: all .4s ease;
}
.offer-img:hover img{
	transform: scale(1.1);
}
.offer-img span{
	position: absolute;
    bottom: 20px;
    right: 0;
	z-index: 1;
	background-color: #2b291f;
    padding: 5px 10px;
}
.reservation-section{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
.reservation-section:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
}

.filter-wrap ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.filter-wrap ul li{
	display: inline-block;
	padding: 0 10px;
}
.filter-wrap ul li a{
	color: #fff;
}

.inner-banner .container.inner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 2;
}

.gradiant-overlay{
	position: relative;
	z-index:1
}
.gradiant-overlay:after{
	content : "";
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+0,0.3+25,0.25+50,0.3+75,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 1)),
    color-stop(25%, rgba(0, 0, 0, 0.3)),
    color-stop(50%, rgba(0, 0, 0, 0.25)),
    color-stop(75%, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.3) 25%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.section-img{
	width: 100%;
	position: absolute;
	height: 100%;
    object-fit: cover;
	left: 0;
	top: 0;
}

.map-section{
  height: 700px;
	position: relative;
}
.map-section:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.map-section .contact-content{
  position: absolute;
  z-index: 4;
  width: 550px;
  height: 550px;
  display: block;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.contact-content img{
  position: absolute;
  filter: grayscale(1) invert(1) brightness(0);
  width: 100%;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(1) invert(1) brightness(0);
}
.contact-content .content-box{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.contact-content .content-box .content-wrapper{
  padding-left: 90px;
}

.navigation h2{
  display: none;
}
.Page .pagination .page-link:hover{
  color: #cab563 !important;
}
.Page .pagination .page-link.current{
  color: #cab563 !important;
}
.post-navigation .nav-previous{
  float: left;
}
.post-navigation .nav-next{
  float: right;
}
.video-controls{
	position: absolute;
    bottom: 50px;
    right: 20px;
	z-index: 11;
}
.video-controls button{
	background: transparent;
	border: 0;
	color: #fff;
	position: relative;
	width:34px;
	height:34px;
	margin: 0 5px;
	border: 1px solid;
}
.video-controls button i{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.filter-wrap ul.menu-tabs li a {
    color: #efd07e;
}
.menu-tabs li a {
    
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
    border-bottom: 2px solid #fff;
}
.menu-tabs li.active a {
    border: 2px solid #fff;
    padding: 8px 10px;
    background: #000;
}
.menu-title span.dots{
	background-image: radial-gradient(circle closest-side, #efd07e 99%, rgba(0, 0, 0, 0) 1%);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 6px 3px;
    border: 0 none;
    bottom: 5px;
    display: block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
}
.menu-title .title, .menu-title .price{
	position:relative;
	background: #000;
	z-index:1;
}
.menu-title .title{
	padding-right: 5px;
}
.menu-title .price{
	padding-left: 5px;
}
@font-face {
  font-family: "kristimedium";
  src:  url("fonts/Kristi.ttf") format("truetype");
}
.signature{
    font-size: 2.8rem;
    font-family: 'kristimedium', serif;
    margin: 0 0 0 0;
}

.page-height{
	height: 100vh;
}
.page-height .content-bg{
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	object-fit: cover;
}
.page-height .container{
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
  .full-width {
    max-width: 1420px;
  }
}
@media (max-width: 1199px) {
	.octagon {
		width: 55%;
		height: 500px;
	}
	.mt-n180 {
		margin-top: -100px;
	}
	
	
	.display-2 {
		font-size: 4.5rem;
	}
	.venue-hire {
		height: auto;
	}
	.akaya-img-container{
		height: auto;
		top: 25%;
		-webkit-mask-position: center;
	}
	
	
}
@media (max-width: 991px) {
  .header{
    padding: 10px 0 5px;
  }
  .navbar-toggler{
    padding: 8px 0 0;
  }
	.reservation-btn {
		position: absolute;
		right: 25%;
		right: 105px;
		top: 8px;
		padding: 2px 10px;
	}
	.scroll-down {
    left: 45%;
  }
	.page-content-right{
		height: auto;
	}
	.overlay-right::after,.overlay::after{
    width: 150%;
  }
	.octagon {
		width: 55%;
		height: 400px;
	}
	.mt-n180 {
		margin-top: -90px;
	}
	.mt-300 {
		margin-top: 218px;
	}
	
	.page-content-center{
		height : auto;
	}
	.venue-hire {
		height: auto;
		text-align: center;
	}
	.akaya-img-container{
		width: 70%;
		position: relative;
		-webkit-mask-position: center;
		margin: auto;
	}
	.gradiant-overlay:after{
    background: linear-gradient(45deg, black, transparent);
  }
	.page-height {
    height: 50vh;
}
}
@media (max-width: 767px) {
	.page-content-left.page-height,.page-content-center.page-height {
   	 	height: 50vh;
	}
	.page-height .container{
		position: left;
	}
	body{font-size:16px;}
  .display-3{font-size:2.5rem;}
  .display-4{font-size:2rem;}
  .hero-content img {width:160px}
  .venue-hire h2{font-size:2.5rem;}
  .vacancies h4{
    font-size: 1rem;
  }
  .vacancies a{
    font-size: 12px;
    padding: 5px;
  }
  .vacancies p{
    font-size: 12px;
  }
  .page-content-left,
  .page-content-right{
    padding: 30px 0;
    height:auto;
	  background:#000 !important;
  }
  
  .page-content-left h1,
  .page-content-right h1,
  .page-content-left h2,
  .page-content-right h2{
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .page-img-container{
    position: relative;
    width: 100%;
  }
  .bg-overlay-img:after{
    display: none;
  }
  .page-content-center{
    height: auto;
  }
  .page-content-center h2 {
    font-size: 1.5rem;
  }
	.page-content-center .inner-box{
		position:relative;
		top:auto;
		transform:none;
	}
	.section-img{position:relative;}
  .venue-hire,
  .work-akaya{
    height: auto;
  }
  .akaya-img-container{
    width: 100%;
    height: auto;
    position: relative;
  }
  .vanue-hire-form select.form-control{
	height:auto;
  }
  .offer-wrapper h4{
    font-size: 1.25rem;
    text-transform: capitalize;
  }
	.octagon {
		width: 100%;
		height: 460px;
	}
	
	.octagon.float-right{
		float: none !important;
	}
	.mt-n180 {
		margin-top: 16px;
	}
	.mt-300 {
		margin-top: 16px;
  }
  .map-section {
    height: 560px;
  }
  .map-iframe{
    border: 0;
    height: 150px;
  }

	.map-section .contact-content {
    width: 100%;
    left: 0;
    top: 37%;
    height: 380px;
    position: relative;
  }
  .contact-content img {
    filter: none;
    -webkit-filter: none;
}
  .contact-content .content-box {
    top: 45%;
  }
  .contact-content .content-box .display-4 {
    font-size: 1.5rem !important;
    color: #000 !important;
  }
  .contact-content .content-box .content-wrapper {
    padding-left: 0;
    text-align: center;
  }
  .contact-content .content-box .content-wrapper .address{
    text-align: center;
    padding: 0 68px;
  }
	.scroll-down {
		bottom: 50px;
	}
}
@media (max-width: 639px) {
	.octagon {
		width: 100%;
		height: 380px;
	}
}
@media (max-width: 480px) {
	.page-inner .hero-banner{height:50vh}
	.work-akaya{background-attachment:inherit;}
	.page-content-center{background:none;}
}
@media (max-width: 361px) {
	.octagon{
		width: 100%;
		height: 330px;
	}
}
.menu-container{
	border-radius:50%;
	width:500px;
	height:500px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative
}
.menu-container:after{
	top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
	width:100%;
	height:100%
}
.menu-container .menu-heading{
	z-index:10;
	width:100%;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
}
.menu-container .menu-heading h4{
	font-size:25px;
	font-weight:bold;
}
/*Main Style Sheet
This is Custom Styling Css file used for Project Name
***************************************************************************************************
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 800;
***************************************************************************************************
****COLORS*****
A 	: 	#625c3a
B 	: 	#333333
C 	:	#fff
D 	: 	#000
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/