/*
Theme Name: Merci
Theme URI:  Merci
Author:     Merci Group
Author URI: 
Description: A custom theme with advanced functionality for specific requirements.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: basic-theme
*/

@font-face {
    font-family: 'Futura PT';
    src: url('assets/fonts/FuturaPT-Medium.eot');
    src: url('assets/fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/FuturaPT-Medium.woff2') format('woff2'), url('assets/fonts/FuturaPT-Medium.woff') format('woff'), url('assets/fonts/FuturaPT-Medium.ttf') format('truetype'), url('assets/fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('assets/fonts/FuturaPT-Demi.eot');
    src: url('assets/fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('assets/fonts/FuturaPT-Demi.woff2') format('woff2'), url('assets/fonts/FuturaPT-Demi.woff') format('woff'), url('assets/fonts/FuturaPT-Demi.ttf') format('truetype'), url('assets/fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montreal Serial';
    src: url('assets/fonts/MontrealSerial-Medium.eot');
    src: url('assets/fonts/MontrealSerial-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/MontrealSerial-Medium.woff2') format('woff2'), url('assets/fonts/MontrealSerial-Medium.woff') format('woff'), url('assets/fonts/MontrealSerial-Medium.ttf') format('truetype'), url('assets/fonts/MontrealSerial-Medium.svg#MontrealSerial-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montreal Serial Xbold';
    src: url('assets/fonts/MontrealSerial-Xbold.eot');
    src: url('assets/fonts/MontrealSerial-Xbold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/MontrealSerial-Xbold.woff2') format('woff2'), url('assets/fonts/MontrealSerial-Xbold.woff') format('woff'), url('assets/fonts/MontrealSerial-Xbold.ttf') format('truetype'), url('assets/fonts/MontrealSerial-Xbold.svg#MontrealSerial-Xbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'Futura PT';
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.07px;
    font-style: normal;
    font-weight: 500;
    background: #FCF5E6;
}
* {
    box-sizing: border-box;
}
a {
    transition: all 0.3s ease 0s;
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
h1 {
    font-family: 'Montreal Serial Xbold';
    font-weight: bold;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0.25px;
}
h2 {
    font-family: 'Montreal Serial Xbold';
    font-weight: bold;
    font-size: 45px;
    line-height: 44px;
    letter-spacing: 0.23px;
}
h3 {
    font-family: 'Montreal Serial Xbold';
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.15px;
}
h4 {
    font-family: 'Montreal Serial';
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.75px;
}
h5 {
    font-family: 'Montreal Serial';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.6px;
}
h6 {
    font-family: 'Montreal Serial';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.styleh1 h2 {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0.25px;
}
.container-fluid {
    padding: 0 20px;
}
.container {
    max-width: 100%;
    padding: 0 30px;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
}
body.dark {
    padding-top: 90px;
}
/* ===================================
          Header
======================================*/
body.open-menu {
  overflow: hidden;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 13px 0 20px;
    border-bottom: 1.25px solid #FCF5E6;
    transition: background 0.3s ease;
}
header .flex-box {
    align-items: center;
}
header .flex-box .left-box {
    width: 33.3333%;
}
header .flex-box .logo {
    width: 33.3333%;
    text-align: center;
}
header .flex-box .right-box {
    width: 33.3333%;
    text-align: right;
}
header .left-box span {
    color: #FCF5E6;
    font-size: 16px;
    cursor: pointer;
}
.home .logo img, header .flex-box .logo img {
    transition: all 0.3s ease 0s;
	max-width:111px;
}
.home .logo .black {
  display: none;
}
.home .dark .logo .black {
  display: flex;
  margin: 0 auto;
}
.home .dark .logo .white {
  display: none;
}
body.home.open-menu .logo .white {
  display: none;
}
body.home.open-menu .logo .black {
  display: flex;
  margin: 0 auto;
}
.menu-outer {
    display: none;
    background: #FCF5E6;
    padding: 36px 0 38px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px;
    border-top: 1.25px solid #000;
    border-bottom: 1.25px solid #000;
}
.menu-outer.open {
    display: block;
}
.header-menu {
    display: flex;
    align-items: flex-end;
}
.header-menu .left-box {
    width: 70%;
}
.header-menu .right-box {
    width: 30%;
}
.header-menu .right-box ul {
    text-align: right;
    padding: 0 0 4px;
}
.header-menu .right-box ul li, .header-menu .right-box ul li a {
    font-family: 'Montreal Serial';
    font-weight: 500;
    font-size: 13px;
    line-height: 8px;
    letter-spacing: 0.325px;
    color: #000;
}
.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-menu ul li {
    margin: 0 0 10px;
}
.header-menu ul li:last-child {
    margin: 0;
}
.header-menu ul li a {
    font-family: 'Montreal Serial Xbold';
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.15px;
}
.header-menu ul li.current_page_item a, .header-menu ul li:hover a {
    color: #000;
    text-decoration: underline;
}
header .btn1 a {
  font-size: 15px;
  padding: 10.5px 29.5px;
}
.btn1 a {
    color: #FCF5E6;
    border: 1.25px solid #FCF5E6;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10.5px 34.5px;
}
.btn1 a:hover {
    border-color: #000000;
    background: #994208;
    color: #000;
}
header.dark {
    border-bottom: 1.25px solid #000;
    background: #FCF5E6;
}
header.dark .left-box span {
    color: #000;
}
header.dark .btn1 a {
    color: #000;
    border-color: #000;
}
.open-menu header {
    background: #FCF5E6;
}
.open-menu header .toggle {
    color: #000;
}
.open-menu header .btn1 a {
    color: #000;
    border-color: #000;
}
header .toggle:hover {
  text-decoration: underline;
}
/* ===================================
          Hero Area
======================================*/
.hero-area {
    height:calc(100vh - 38px);
    position: relative;
}
.hero-area .box {
    width: 50%;
}
.hero-area .box .video {
    height: 100%;
}
.hero-area .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-caption {
    position: absolute;
    bottom: 97px;
    left: 0;
    right: 0;
    text-align: center;
}
.hero-caption h1 {
    font-size: 75px;
    line-height: 65px;
    letter-spacing: 0.375px;
    
    max-width: 300px;
    margin: 0 auto 93px;
}
.hero-caption p {
    max-width: 344px;
    margin: 0 auto 90px;
}
.hero-caption.white h1, .hero-caption.white p{
	color: #FCF5E6;
}

.hero-caption a {
    border: 1.25px solid;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10px 28px;
}

.venue-bar {
    background: #994208;
    border-top: 1.25px solid #000;
    border-bottom: 1.25px solid #000;
}
.venue-bar ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.venue-bar ul li {
    /*width: 25%;*/
	flex:auto;
    text-align: center;
    border-right: 1.25px solid #000;
}
.venue-bar ul li:last-child {
    border-right: 0;
}
.venue-bar ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0;
}
.venue-bar ul li:hover {
    background: #FCF5E6;
}
.venue-bar ul li:hover a {
    color: #000;
    text-decoration: underline;
}
.intro-text {
    text-align: center;
    padding: 80px 0 82px;
}
.intro-text h2 {
    max-width: 450px;
    margin: 0 auto 140px;
}
.intro-text p {
    max-width: 396px;
    margin: 0 auto 160px;
}
.btn2 a {
    color: #000000;
    border: 1.25px solid #000000;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10.5px 30.5px;
}
.btn2 a:hover {
    border-color: #000000;
    background: #994208;
    color: #000;
}
.our-vanue {
    padding: 0 30px;
    border-top: 1.25px solid #000000;
    border-bottom: 1.25px solid #000000;
}
.our-vanue .box {
    width: 50%;
}
.our-vanue .box:last-child {
    border-left: 1.25px solid #000000;
    padding: 30px 0 20px 30px;
}
.our-vanue .heading-content {
    padding: 48px 30px;
    text-align: center;
}
.our-vanue .heading-content h2 {
    font-size: 50px;
    line-height: 48px;
    margin: 0 0 54px;
}
.our-vanue .heading-content p {
    max-width: 380px;
    margin: 0 auto 16px;
}
.venue-list.nav {
    display: block;
    text-align: center;
    padding-top: 158px;
}
.venue-list.nav .nav-link {
    margin: 0 auto;
    background: none;
    border: 0;
    padding: 3.5px 0;
    font-family: 'Montreal Serial';
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: #000;
}
.venue-list.nav .nav-link.active, .venue-list.nav .nav-link:hover {
    color: #000;
    text-decoration: underline;
	text-decoration-thickness: 1.5px;
}
.ov-content {
    display: flex;
    flex-wrap: wrap;
    padding: 21px 0 15px;
}
.ov-content .left-box {
    width: 70%;
}
.ov-content .right-box {
    width: 30%;
}
.ov-content p {
    max-width: 415px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.07px;
    margin: 0 0 24px;
}
.ov-content .right-box p {
    color: #757575;
    text-align: right;
}
.ov-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 25px;
}
.tab-content .nav-links {
    padding: 36px 0 0;
}
.tab-content .nav-links button {
    padding: 0;
    border: 0;
    background: none;
    font-size: 12px;
    color: #000;
}
.gift-vouchers {
    padding: 97px 0 50px;
}
.gift-vouchers .box {
    width: 50%;
    position: relative;
    padding: 57px 0;
}
.gift-vouchers .box .inner-box {
    position: relative;
    text-align: center;
    padding: 29px 30px 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    max-width: 451px;
    margin: 0 auto;
}
.gift-vouchers .box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.gift-vouchers .content h2 {
    margin: 0 0 182px;
}
.gift-vouchers .content.white h2,
.gift-vouchers .content.white h3,
.gift-vouchers .content.white p {
   color:#FCF5E6;
}
.gift-vouchers .content p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.07px;
    max-width: 312px;
    margin: 0 auto 188px;
}
.gv.venues {
  border-top: 1.25px solid #000;
  padding: 60px 0 17px;
}
.black-with-cream-hover:hover {
  background: #FCF5E6 !important;
  color:#000;
}
.black-with-brown-hover{
	border-color: #000 !important;
	color:#000!important;
}
.cream-with-brown-hover:hover, .black-with-brown-hover:hover {
  background: #994208 !important;
  border-color: #000 !important;
	color:#000!important;
}
.cream-with-brown-hover {
  color: #FCF5E6 !important;
  border-color: #FCF5E6 !important;
}

.event-tab {
    padding: 11px 0 116px;
}
.event-tab h2 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
}
.event-tab .nav-pills {
    justify-content: center;
    padding: 43px 0 63px;
}
.event-tab .nav-pills {
    gap: 65px;
}
.event-tab .nav-pills .nav-link {
	font-family: 'Montreal Serial';
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: 0.425px;
    color: #000;
}
.event-tab .nav-pills .nav-link.active {
    text-decoration: underline;
}
.event-tab .tab-content {
    margin-left: 30px;
}
.event-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 0 1px;
}
.event-tab .venues-box .content {
    position: relative;
    margin: 16px 0 0;
}
.event-tab .venues-box address p {
    text-align: right;
}
.event-tab .venues-box p {
    margin: 0 0 10px;
}
.event-tab .venues-box ul {
  padding: 29px 0 0;
  margin: 0;
  justify-content: space-between;
  align-items: end;
}
.event-tab .venues-box ul li span {
  padding-bottom: 4px;
  display: inline-block;
  font-size: 12px;
}
.home .image-video {
  margin-bottom: 96px;
}
.image-video {
    position: relative;
}
.image-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.image-video .content {
    position: relative;
    text-align: center;
    padding: 58px 0 66px;
}
.image-video .content h2 {
    margin-bottom: 205px;
}
.image-video .content p {
    max-width: 312px;
    margin: 0 auto 202px;
}
.image-video .content.white h2, .image-video .content.white p {
    color: #FCF5E6;
}

/* ===================================
         Venues
======================================*/
.venues {
    padding: 52px 0 14px;
    border-bottom: 1.25px solid #000;
}
.venues .flex-box {
    margin: 0 -7px;
}
.venues .box {
    width: 50%;
    padding: 0 7px;
}
.venues-box .content {
    position: relative;
    margin: 14px 0;
}
.venues-box h5 {
    margin: 0 0 12px;
}
.venues-box p {
    max-width: 415px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.07px;
    margin: 0 0 24px;
}
.venues-box ul {
    padding: 0;
    margin: 0 0 57px;
    list-style: none;
    display: flex;
    column-gap: 13px;
}
.venues-box address {
    position: absolute;
    right: 0;
    top: 4px;
}
.venues-box address p {
    color: #757575;
}
.gift-vouchers.inner {
    padding: 71px 0 95px;
}
/* ===================================
            Vanu single
======================================*/
.event-intro {
    text-align: center;
    padding: 37px 0 47px;
    border-bottom: 1.25px solid #000000
}
.event-intro .content-box {
    max-width: 405px;
    margin: 0 auto;
}
.event-intro h1 {
    margin: 0 0 40px;
    line-height: 48px;
}
.event-intro p {
    margin: 0 0 27px;
}
.event-intro a {
    margin-top: 17px;
}
.extra-menu {
    padding: 64px 0 0;
}
.extra-menu .flex-box {
    justify-content: center;
    column-gap: 74px;
}
.extra-menu .box {
    text-align: left;
}
.extra-menu h6 {
    font-family: 'Futura PT';
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.065px;
    color: #757575;
    margin: 0 0 10px;
}
.extra-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.extra-menu ul li {
    margin: 0 0 10px;
}
.extra-menu ul li, .extra-menu ul li a {
    font-family: 'Futura PT';
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.065px;
    color: #757575;
}
.extra-menu .box:first-child ul li a {
    text-decoration: underline;
}
.event.gallery {
    padding: 98px 0 10px;
}
.event.gallery .slide-pagi.gallery {
    padding: 3px 30px;
}
.group-functions {
    text-align: center;
    padding: 4px 0 47px;
}
.group-functions .content-box {
    max-width: 440px;
    margin: 0 auto;
}
.group-functions h2 {
    font-size: 50px;
    line-height: 48px;
    margin: 0 0 42px;
}
.group-functions p {
    margin: 0 0 27px;
}
.group-functions p a {
    text-decoration: underline;
}
.group-functions p a:hover {
    color: #000;
}
.group-functions ul {
    padding: 17px 0 0;
    margin: 0 0 44px;
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 33px;
}
.group-functions ul li a {
    color: #000000;
    border: 1.25px solid #000000;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10.5px 20.5px;
    min-width: 123px;
    text-align: center;
}
.group-functions ul li:hover a {
    background: #994208;
}
.two-col-gallery {
    overflow: hidden;
    padding: 9px 0 20px;
    position: relative;
}
.two-col-gallery .image img{
	width:100%;
}
.event.venue .link-btn ul li a {
    width: 123px;
}
.whats-on .box {
    width: 42%;
}
.whats-on .box:last-child {
    width: 58%;
    border-left: 1.25px solid #000;
}
.whats-on .mobys {
    margin: 27px 30px 17px 26px;
    position: relative;
    overflow: hidden;
}
.whats-on .left-content {
    text-align: center;
    max-width: 359px;
    margin: 0 auto;
    padding: 60px 0;
}
.whats-on .left-content h2 {
    font-size: 50px;
    line-height: 48px;
    margin: 0 0 44px
}
.whats-on .left-content p {
    max-width: 354px;
    margin: 0 auto 16px;
}
.whats-on .content {
    display: flex;
    flex-wrap: wrap;
    padding: 23px 0 10px;
}
.whats-on .content .left-box {
    width: 50%;
}
.whats-on .content h5 {
    font-family: 'Montreal Serial';
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.09px;
    margin: 0 0 16px;
}
.whats-on .content p {
    max-width: 408px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.07px;
    margin: 0 0 10px;
}
.whats-on .content a {
    margin-top: 16px;
}
.whats-on .content .right-box {
    width: 50%;
    text-align: right;
}
.whats-on .content .right-box p {
    color: #757575;
    margin-left: auto;
}
.slide-pagi.mobys {
    overflow: visible;
    margin: 14px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slide-pagi.mobys div {
    color: #000;
    font-size: 12px;
    width: auto;
    height: auto;
}
.swiper-pagination-lock {
    display: flex;
}
.slide-pagi.mobys div:after {
    display: none;
}
.slide-pagi.mobys .swiper-pagination {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.slide-pagi.mobys .swiper-button-prev {
    left: 0;
    top: 0;
    margin: 0 auto 0 0;
    position: relative;
}
.slide-pagi.mobys .swiper-button-next {
    right: 0;
    top: 0;
    margin: 0 0 0 auto;
    position: relative;
}
.gift-vouchers.single-event {
    border-top: 1.25px solid #000;
    padding: 80px 0 95px;
}
.modal-dialog {
    max-width: 511px;
}
.modal-dialog .modal-content {
    background-color: #994208;
    border: 0;
    border-radius: 0;
}
.modal-header {
    border: 0;
    padding: 0;
}
.modal-header {
    border: 0;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 1;
}
.modal-header .btn-close {
    opacity: 1;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    position: relative;
    background: none;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.06px;
    font-family: 'Futura PT';
    font-weight: 500;
}
.modal-header .btn-close:hover {
    opacity: 1;
}
.modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}
.modal-body {
    text-align: center;
    padding: 43px 38px 38px;
}

.modal-body h3 {
    max-width: 330px;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.175px;
    text-align: center;
    margin: 0 auto 41px;
}
.modal-body.we h3 {
  margin: 0 auto 27px;
}
.modal-body p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.065px;
    max-width: 405px;
    margin: 0 auto 11px;
}
.modal-body a {
    margin-top: 25px;
}
.modal-body a:hover {
    background: #FCF5E6;
}
.modal-body.we {
  padding: 43px 38px 28px;
}
.modal-body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #000;
}
.modal-body .link-btn {
  padding: 61px 0 8px;
}
.modal-body .link-btn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal-body .link-btn ul li a {
  min-width: 203px;
  margin: 14px 0 0;
}
.wpcf7-spinner {
  display: none;
}
/* ===================================
          merci catering
======================================*/
.merci-catering {
    border-bottom: 1.25px solid #000000;
    max-height: 711px;
}
.merci-catering .box {
    width: 50%;
}
.merci-catering .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding: 52px 30px 90px;
}
.merci-catering .content-box .content {
    margin: auto 0;
    width: 100%;
}
.merci-catering h1 {
    max-width: 280px;
    text-align: center;
    margin-bottom: 16px;
}
.merci-catering .content-box .content p {
    max-width: 396px;
    margin: 0 auto 10px;
    text-align: center;
}
.merci-catering .content-box .content p:last-child {
    margin: 0 auto;
}
.merci-catering .content-box .link-btn {
    margin-top: auto;
}
.merci-catering .video {
    line-height: 0;
    height: 711px;
}
.merci-catering .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catering-text {
    padding: 98px 0 24px;
}
.catering-text .content-box {
    max-width: 405px;
    margin: 0 auto;
    text-align: center;
}
.catering-text p {
    margin: 0;
}
.gift-vouchers.three {
    padding: 71px 0 77px;
}
.gift-vouchers.three .box {
    width: 33.3333%;
    padding: 98px 65px;
}
.gift-vouchers.three .box .inner-box {
    padding: 28px 30px 32px;
    max-width: 350px;
    margin: 0 auto;
}
.gift-vouchers.three .content h3 {
    min-height: 56px;
    margin: 0 0 81px;
    line-height: 28px;
}
.gift-vouchers.three .content p {
    max-width: 241px;
    margin: 0 auto 103px;
}
/* ===================================
            Faq
======================================*/
.faq {
    padding: 66px 0 74px;
}
.faq h1 {
    color: #000000;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.6px;
    font-family: 'Montreal Serial';
    font-weight: 500;
    margin: 0 0 59px;
}
.faq .content-box {
    max-width: 651px;
    margin: 0 auto;
}
.faq .content-box h6 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin: 0 0 20px;
}
.faq .content-box p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.07px;
    margin: 0 0 25px;
}
/* ===================================
         content Page
======================================*/
.content-page {
    padding: 66px 0 86px;
}
.content-page h1 {
    color: #000000;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.6px;
    font-family: 'Montreal Serial';
    font-weight: 500;
    margin: 0 0 52px;
}
.content-page .content-box {
    max-width: 651px;
    margin: 0 auto;
}
.content-page .content-box p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.07px;
    margin: 0 0 36px;
}
.page-id-574 .content-box h1{
  font-family: 'Montreal Serial Xbold';
  font-weight: 400;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 0.25px;
  text-align:left;
}
.page-id-574 .content-box p{
	margin:0 0 16px;
}
.content-page .content-box h1, .content-page .content-box h2, .content-page .content-box h3, .content-page .content-box h4, .content-page .content-box h5, .content-page .content-box h6 {
  margin: 0 0 10px;
}
.content-page ul {
  padding: 0 0 0 13px;
}
/* ===================================
         Contact
======================================*/
.contact-page {
    padding: 51px 0 62px;
}
.contact-page h1 {
    text-align: center;
    margin: 0 0 38px;
}
.contact-page h6 {
    text-align: center;
    margin: -17px 0 15px;
}
.contact-page p {
    max-width: 405px;
    margin: 0 auto;
    text-align: center;
}
.contact-form {
    max-width: 630px;
    margin: 63px auto 0;
}
.merci-form-outer .flex-box {
    margin: 0 -13px;
}
.merci-form-outer .box {
    width: 50%;
    padding: 0 13px;
    margin-bottom: 32px;
    position: relative;
}
.merci-form-outer .box.full.title {
  margin-bottom: 24px;
}
.merci-form-outer .box.full {
    width: 100%;
    padding: 0 13px;
}
.merci-form-outer input:not([type="submit"]), .merci-form-outer select {
    font-family: 'Futura PT';
    font-weight: 500;
    width: 100%;
    border: 0;
    border-bottom: 1.25px solid #000000;
    border-radius: 0px;
    padding: 0 0 11px;
    ;
    background: transparent;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.065px;
}
.merci-form-outer select:focus {
    box-shadow: none;
    outline: none;
    border-color: #000000;
}
.merci-form-outer select {
    padding: 12px 13px 12px;
    border: 1.25px solid #000000;
    position: relative;
}
.merci-form-outer select.placeholder-active {
   color: #949494;
}
.merci-form-outer .select::after {
    color: #949494;
    font-size: 13px;
    line-height: 13px;
    content: "+";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    pointer-events: none;
}
.merci-form-outer input::placeholder, .merci-form-outer input::-webkit-input-placeholder, .merci-form-outer textarea::placeholder {
    color: #949494;
    opacity: 1;
}
.merci-form-outer textarea {
    color: #000;
    width: 100%;
    background: transparent;
    padding: 12px 13px 12px;
    ;
    border: 1.25px solid #000000;
    height: 168px;
    resize: none;
}
.merci-form-outer .box.send {
    width: 100%;
    text-align: center;
    margin: 16px 0 0;
}
.merci-form-outer .send.application {
  margin: 4px;
}
.merci-form-outer .submit-btn {
    background: transparent;
    color: #000000;
    border: 1.25px solid #000000;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10.5px 40.5px;
}
.merci-form-outer .submit-btn:hover {
    border-color: #000000;
    background: #994208;
    color: #000;
}
.merci-form-outer .upload{
  position: relative;
  margin-bottom: 23px;
}
.merci-form-outer .upload .wpcf7-form-control-wrap {
  position: inherit;
}
.merci-form-outer .upload .inner{
	 border-bottom: 1.25px solid #000;
}
.merci-form-outer .upload label {
  font-family: 'Futura PT';
  font-weight: 500;
  width: 100%;
  padding: 0 0 11px;
  color: #949494;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.065px;
}
.merci-form-outer .box.upload span.wpcf7-not-valid-tip  {
  position: absolute;
  bottom: -20px;
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
  left: 13px;
}
.merci-form-outer .upload .wpcf7-form-control.wpcf7-file {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.merci-form-outer.upload .wpcf7-form-control-wrap {
  display: block;
  border: 2px dashed #101A37;
  height: 64px;
  padding: 14px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #005EB8;
  background: #fff;
  font-weight: 600;
}
/*.merci-form-outer .upload .wpcf7-form-control-wrap::before {
  content: "Attach File +";
  color: #949494;
  position: absolute;
  right: 13px;
  bottom: 12px;
  cursor: pointer;
  white-space: nowrap;
	font-size: 13px;
  font-family: 'Futura PT';
  font-weight: 500;
	
}
.merci-form-outer .upload .wpcf7-form-control-wrap[data-filename]::before {
  content: attr(data-filename);
  color: #000;  
  width: 100%;
  text-align: right;
}*/
.merci-form-outer .box.full.textarea {
  padding-top: 17px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7 form .wpcf7-response-output{
	padding: 8px 10px;
	border:1px solid #000;
}

.merci-form-outer .upload.has-file label, .merci-form-outer .upload.has-file .codedropz-btn-wrap {
  display: none;
}
.merci-form-outer .codedropz-upload-handler {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}
.merci-form-outer .codedropz-upload-container {
  padding: 0;
}
.codedropz-upload-inner span, .dnd-upload-status .dnd-upload-details .dnd-progress-bar, .dnd-upload-status .dnd-upload-image,
.dnd-upload-status .dnd-upload-details .name em, .dnd-upload-counter, .codedropz-upload-inner h3{
  display: none;
}
.merci-form-outer .codedropz-upload-inner div:first-child {
  display: none;
}
.merci-form-outer .cd-upload-btn, .merci-form-outer .cd-upload-btn:hover {
  color: #949494;
  font-size: 13px;
  font-family: 'Futura PT';
  font-weight: 500;
}
.merci-form-outer .codedropz-btn-wrap {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.merci-form-outer .codedropz-upload-wrapper {
  margin:0;
}
.merci-form-outer .dnd-upload-status .dnd-upload-details .remove-file {
  top: 6px;
}
.merci-form-outer .dnd-upload-status .dnd-upload-details .name {
  color: #000;
  padding: 0 !important;
  justify-content: flex-start;
  font-size: 13px;
	letter-spacing: 0.065px;
  margin: 0 0 7px;
}
.merci-form-outer .dnd-upload-status .dnd-upload-details span.has-error {
  color: #dc3232;
  font-size: 12px;
}
.merci-form-outer .dnd-upload-status .dnd-upload-details .name span {
  padding-right: 0;
}
.merci-form-outer .dnd-upload-status .dnd-upload-details{
  padding-left: 0;
  width: 100%;
}
.hidden-field, .wpcf7-spinner {
	display:none;
}
#thankyou-message .link-btn ul {
	list-style: none;
}
#thankyou-message .link-btn ul li a {
	max-width: 200px;
	width: 100%;
}



/* ===================================
         career
======================================*/
.careers-hero, .image-video-hero  {
  height: calc(100vh - 90px);
}
.careers-hero .desktop,
.careers-hero .image,
.image-video-hero .desktop {
  height: 100%;
}
.image-video-hero video {
  width: 100%;
}
.careers-hero .desktop .video, .careers-hero .desktop .video video,
.image-video-hero .desktop .video, .image-video-hero .desktop  video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-video-hero .desktop .image, .image-video-hero .desktop .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.careers-hero .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-intro {
    text-align: center;
    padding: 31px 0 70px;
}
.career-intro h1 {
  margin: 0 auto 46px;
  line-height: 48px;
  max-width: 400px;
}
.career-intro p {
    max-width: 461px;
    margin: 0 auto 16px;
}
.careers {
    border-bottom: 1.25px solid #000;
    margin-bottom: 96px;
}
.career-box {
    border-top: 1.25px solid #000;
    padding: 52px 0;
}
.career-box .left-box {
    width: 24%;
}
.career-box .center-box {
    width: 51%;
}
.career-box .right-box {
    width: 25%;
    text-align: right;
    padding-top: 26px;
}
.career-box h6 {
    max-width: 142px;
    line-height: 26px;
}
.career-box .content {
    padding: 6px 0 0;
}
.career-box .content p {
    max-width: 642px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.065px;
    margin: 0 0 10px;
}
.career-box .content ul {
    padding: 30px 0 5px 9px;
    list-style: none;
}
.career-box .content ul li {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.065px;
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 18px;
}
.career-box .content ul li::after {
    background: #000;
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100px;
    left: 0;
    top: 7px;
}
.career-box .content .read-more-btn {
    font-size: 13px;
    letter-spacing: 0.065px;
    background: 0;
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}
.career-box .content .read-more-btn:hover{
	color:#000;
}
/* ===================================
             Weddings
======================================*/
.weddings-intro {
    text-align: center;
    padding: 43px 0 77px;
}
.weddings-intro .content-box {
    max-width: 405px;
    margin: 0 auto;
}
.weddings-intro h1 {
    margin: 0 0 45px;
    line-height: 48px;
}
.weddings-intro p {
    margin: 0 0 10px;
}
.weddings-intro a {
    margin-top: 35px;
}
.venue {
    border-top: 1.25px solid #000;
    border-bottom: 1.25px solid #000;
    max-width: 1920px;
    margin: 0 auto;
}
.venue .image {
    width: 50%;
}
.venue .content {
    width: 50%;
}
.venue .content .inner-box {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    text-align: center;
    padding: 34px 0 40px;
}
.venue .heading, .venue .text, .venue .link-btn {
    width: 100%;
}
.venue .heading h2 {
    font-size: 50px;
    line-height: 48px;
    margin: 0 0 20px;
}
.venue .text {
    display: flex;
    align-items: center;
}
.venue .text p {
    max-width: 310px;
    margin: 0 auto;
}
.venue .link-btn {
    margin-top: auto;
}
.venue .link-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.venue .link-btn ul li {
    margin-top: 14px;
}
.venue .link-btn ul li a {
    color: #000000;
    border: 1.25px solid #000000;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10.5px 5.5px;
    width: 203px;
    text-align: center;
    cursor: pointer;
}
.venue .link-btn ul li:hover a {
    background: #994208;
}
.gallery {
    padding: 27px 0 81px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.venue .image.right {
    order: 2;
}
.gallery .image img {
    width: 100%;
}
.slide-pagi.gallery {
    position: relative;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.slide-pagi.gallery div:after {
    display: none;
}
.slide-pagi.gallery div {
    color: #000;
    font-size: 12px;
}
.slide-pagi.gallery .swiper-button-prev {
    left: 0;
    top: 0;
    margin: 0;
    position: relative;
    width: auto;
}
.slide-pagi.gallery .swiper-button-next {
    right: 0;
    top: 0;
    margin: 0 0 0 auto;
    position: relative;
    width: auto;
}
.gift-vouchers.weddings {
    padding-top: 24px;
}
/* ===================================
         .gift-vouchers 
======================================*/
.gift-voucher {
    padding: 50px 0;
}
.gift-voucher h1 {
    text-align: center;
    margin: 0 0 39px;
}
.gift-voucher p {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 405px;
}
/* ===================================
            Bookings
======================================*/
.bookings {
    padding: 54px 0;
}
.bookings h1 {
    text-align: center;
    margin: 0 0 50px;
}
.bookings #pills-tab {
    justify-content: center;
    column-gap: 27px;
}
.bookings .nav-pills .nav-link {
    color: #000;
    border: 1.25px solid #000;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10.5px 34.5px;
    border-radius: 0;
    min-width: 171px;
    text-align: center;
}
.bookings .tab-content {
    text-align: center;
    padding: 50px 0;
}
.bookings .nav-pills .nav-link.active {
    background: #994208;
}
.bookings .tab-content h3 {
  margin: 0 0 30px;
}
.bookings .tab-content .booking-form {
	height: 330px;
	overflow: hidden;
}
/* ===================================
         Download Form
======================================*/
.download-form input:not([type="submit"]), .download-form .merci-form-outer select {
    font-family: 'Futura PT';
    font-weight: 500;
    width: 100%;
    border: 0;
    border-bottom: 1.25px solid #000000;
    border-radius: 0px;
    padding: 0 0 5px;
    margin-bottom: 14px;
    background: transparent;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.065px;
}
.download-form input::placeholder {
    color: #000;
    opacity: 1;
}
.merci-form-outer input::-webkit-input-placeholder {
    color: #949494;
    opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  border: 0;
  text-align: center;
}
.download-form {
    padding: 8px 0 0;
}
.download-form .download-btn {
    background: none;
    color: #000000;
    border: 1.25px solid #000000;
    font-family: 'Futura PT Demi';
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10.5px 30.5px;
    margin-top: 18px;
}
.download-form .download-btn:hover {
    background: #FCF5E6;
}
/* ===================================
         Footer
======================================*/
footer {
    border-top: 1.25px solid #000000;
    padding: 17px 0 0;
}
footer .flex-box {
    margin: 0 -15px;
}
footer .left-box {
    width: 35%;
    padding: 0 15px;
}
footer .center-box {
    width: 30%;
    padding: 0 15px;
    padding-top: 23px;
    text-align: center;
}
footer .center-box img{
	max-width: 249px;
}
footer .right-box {
    width: 35%;
    padding: 0 15px;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu .left-menu {
    width: 174px;
}
footer h6 {
    font-family: 'Montreal Serial';
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.06px;
    text-decoration: underline;
    margin: 2px 0 11px;
}
.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    margin: 0 0 7px;
}
.footer-menu ul li a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.06px;
}
.footer-menu ul li:hover a {
  color: #000;
  text-decoration: underline;
}
footer .newsletter {
    max-width: 285px;
    margin-left: auto;
}
footer .newsletter h6 {
    text-decoration: none;
    margin: 2px 0 10px;
}
footer .newsletter p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.06px;
    margin: 0 0 14px;
}
.form-outer input:not([type="submit"]) {
    background: none;
    border: 0;
    padding: 0 0 3px;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.06px;
    border-radius: 0;
    border-bottom: 1.25px solid #000000;
    margin-bottom: 12px;
}
.form-outer input:focus {
    box-shadow: none;
}
.form-control::placeholder {
    color: #949494;
}
.newsletter-form .btn {
    color: #000000;
    border: 1.25px solid #000000;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    display: inline-block;
    padding: 10.5px 40.5px;
    border-radius: 0;
    margin-top: 13px;
}
.newsletter-form .btn:hover {
    border-color: #000000;
    background: #994208;
    color: #000;
}
.newsletter-form .wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  margin: 15px 0 !important;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06px;
  text-align:left !important;
}
.copyright {
    border-top: 1.25px solid #000000;
    padding: 20px 0 26px;
    margin-top: 14px;
}
.copyright ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 50px;
}
.copyright ul li {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.055px;
}
.copyright ul li:hover a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width:1199px) {
    .gift-vouchers.three .box {
        padding: 57px 20px;
    }
}
@media screen and (max-width:1023px) {
    .venue-list.nav {
        padding-top: 70px;
    }
    .ov-content .left-box, .ov-content .right-box {
        width: 100%;
    }
    .ov-content .right-box p {
        text-align: left;
    }
    .gift-vouchers .box {
        padding: 57px 30px;
    }
    .gift-vouchers .box .inner-box {
        padding: 29px 20px 36px;
    }
    .gift-vouchers .content h2 {
        margin: 0 0 120px;
    }
    .gift-vouchers .content p {
        margin: 0 auto 120px;
    }
    .merci-catering .video {
        height: 550px;
    }
    .gift-vouchers.three .box {
        width: 100%;
        padding: 57px 30px;
    }
    .venue .image {
        width: 100%;
    }
    .venue .content {
        width: 100%;
    }
    .venue .image.right {
        order: -1;
    }
    .gallery {
        padding: 27px 0 20px;
    }
    .whats-on .box {
        width: 100%;
    }
    .whats-on .box:last-child {
        width: 100%;
        border-left: 0;
    }
    .whats-on .mobys {
        margin: 27px 30px 25px 30px;
    }
    .footer-menu .left-menu {
        width: 140px;
    }
    footer .center-box img {
        max-width: 140px;
    }
}
@media screen and (max-width:767px) {
    body.dark {
        padding-top: 58px;
    }
    h1 {
        font-size: 45px;
        line-height: 40px;
        letter-spacing: 0.25px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0.23px;
    }
    h5 {
        font-size: 17px;
        line-height: 17px;
    }
    .container {
        padding: 0 16px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
    }
    header {
        padding: 8px 0 8px;
    }
    header .flex-box .logo img {
        max-width: 82px;
    }
	header .btn1 a {
		font-size: 14px;
		padding: 6px 8.5px;
	}
	header .left-box span {
		font-size: 14px;
	}
    .menu-outer {
        padding: 26px 0 24px;
        margin-top: 9px;
        height: calc(100dvh - 110px);
    }
    .menu-outer .container {
        height: 100%;
    }
    .header-menu {
        flex-wrap: wrap;
        height: 100%;
        align-items: flex-start;
    }
    .header-menu .left-box, .header-menu .right-box {
        width: 100%;
    }
    .header-menu .right-box {
        margin-top: auto;
    }
    .header-menu .right-box ul {
        text-align: left;
        padding: 0 0 4px;
    }
    header .btn1 a {
        font-size: 14px;
        line-height: 14px;
        padding: 6.5px 11px;
    }
	.hero-area {
		height: calc(100dvh - 38px);
	}
    .btn1 a {
        font-size: 13px;
        line-height: 14px;
        padding: 10px 27.5px;
    }
	.page-template-template-weddings .image-video-hero .mobile {
		min-height: 300px;
	}


	.bookings .tab-content .booking-form  iframe {
		height: 330px !important;
		min-height: 330px !important;
		width: 100%;
		border: 0;
		display: block;
	}
    .hero-area .box {
        width: 100%;
    }
    .hero-area .box:last-child {
        display: none;
    }
    .our-vanue .box {
        width: 100%;
    }
    .hero-caption {
        bottom: 67px;
    }
    .hero-caption h1 {
        font-size: 65px;
        line-height: 55px;
        letter-spacing: 0.325px;
        margin: 0 auto 81px;
    }
    .hero-caption p {
        max-width: 279px;
        margin: 0 auto 79px;
    }
    .hero-caption a {
        padding: 10.5px 27.5px;
    }
    .intro-text {
        padding: 54px 0 59px;
    }
    .intro-text h2 {
        margin: 0 auto 84px;
    }
    .styleh1 h2 {
        font-size: 45px;
        line-height: 43px;
        letter-spacing: 0.25px;
    }
    .intro-text p {
        max-width: 333px;
        margin: 0 auto 82px;
    }
	.home .image-video {
		margin-bottom: 85px;
	}
    .our-vanue {
        padding: 0 16px;
    }
    .our-vanue .box:last-child {
        border-left: 0;
        padding: 0;
    }
    .our-vanue .heading-content {
        padding: 37px 0;
    }
    .our-vanue .heading-content h2 {
        font-size: 45px;
        line-height: 45px;
        margin: 0 0 40px;
    }
    .our-vanue .heading-content p {
        max-width: 332px;
        margin: 0 auto 16px;
    }
    .venue-list.nav {
        padding-top: 25px;
    }
    .venue-list.nav .nav-link {
        padding: 5px 0;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
    .tab-content .inner-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0 0 44px;
    }
    .ov-content .left-box, .ov-content .right-box {
        width: 100%;
    }
    .ov-content .right-box p {
        text-align: left;
        margin: 0 0 20px;
    }
    .tab-content .nav-links {
        padding: 34px 16px 14px;
        border-top: 1.25px solid #000000;
        margin: 0 -16px;
    }
	
    .ov-content p {
        margin: 0 0 27px;
    }
    .gift-vouchers .box {
        padding: 52px 10px;
        width: 100%;
    }
    .gift-vouchers .box .inner-box {
        padding: 26px 10px 26px;
        max-width: 316px;
    }
    .gift-vouchers .content h2 {
        margin: 0 0 102px;
    }
    .gift-vouchers .content p {
        max-width: 263px;
        margin: 0 auto 98px;
    }
    .gift-vouchers .content.btn2 a {
        padding: 10.5px 27.5px;
        min-width: 122px;
    }
    .event.gallery {
        padding: 42px 0 36px;
        margin: 0 16px;
    }
    .event.gallery .slide-pagi.gallery {
        padding: 12px 0 0;
    }
    .gift-vouchers {
        padding: 57px 0 25px;
    }
    .event-tab {
        padding: 11px 0 37px;
    }
    .event-tab h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .event-tab .nav-pills {
        gap: 57px;
        padding: 27px 0 26px;
    }
    .event-tab .tab-content {
        margin: 0 16px;
    }
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        position: relative;
        bottom: 0;
        padding: 16px 0;
    }
    .event-tab .swiper-pagination-bullet {
        background: #000;
        opacity: 1;
        height: 12px;
        width: 12px;
        border: 1px solid #000000;
        border-radius: 100%;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: none;
    }
    .event-tab .venues-box .content {
        margin: 22px 0 0;
    }
    .event-tab .venues-box .content h5 {
        font-size: 17px;
        line-height: 17px;
        margin: 0 0 17px;
    }
    .event-tab .venues-box address {
        position: relative;
        right: auto;
        top: 0;
        left: 0;
        margin: 23px 0 0;
    }
    .event-tab .venues-box address p {
        text-align: left;
        margin: 0 0 10px;
    }
    .event-tab .venues-box ul {
        padding: 0;
        margin: 0 0 0;
        position: absolute;
        bottom: 3px;
        right: 0;
    }
    .image-video {
        margin-bottom: 58px;
    }
    .image-video .content {
        padding: 38px 0 43px;
    }
    .image-video .content h2 {
        margin-bottom: 160px;
    }
    .image-video .content p {
        margin: 0 auto 150px;
    }
    .venues {
        padding: 27px 0 14px;
    }
    .venues .box {
        width: 100%;
    }
    .venues-box .content {
        margin: 11px 0;
    }
    .venues-box h5 {
        margin: 0 0 11px;
        font-size: 20px;
        line-height: 32px;
    }
    .venues-box p {
        margin: 0 0 14px;
    }
    .venues-box address {
        position: relative;
        right: 0;
        top: 0;
    }
    .venues-box address p {
        margin: 0 0 26px;
    }
    .venues-box ul {
        margin: 0 0 31px;
    }
    .gift-vouchers.inner {
        padding: 60px 0;
    }
    .content-page {
        padding: 28px 0 39px;
    }
    .content-page h1 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.6px;
        margin: 0 0 28px;
    }
    .faq {
        padding: 28px 0 47px;
    }
    .faq h1 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.5px;
        margin: 0 0 31px;
    }
    .faq .content-box h6 {
        margin: 0 0 20px;
        padding-top: 6px;
    }
    .career-intro {
        padding: 28px 0 47px;
    }
    .career-intro h1 {
        margin: 0 0 34px;
        line-height: 43px;
    }
    .career-intro p {
        max-width: 334px;
        margin: 0 auto 16px;
    }
    .careers {
        border-bottom: 0;
        margin-bottom: 18px;
    }
    .career-box .left-box, .career-box .center-box, .career-box .right-box {
        width: 100%;
    }
    .career-box .right-box {
        text-align: left;
        padding-top: 20px;
    }
    .career-box {
        padding: 34px 0 42px;
    }
    .career-box h6 {
        line-height: 23px;
        font-size: 18px;
        margin: 0 0 22px;
    }
    .career-box .content ul {
        padding: 26px 0 0 9px;
        margin: 0;
    }
    .career-box .content ul li {
        margin: 0 0 16px;
    }
    .career-box .content .read-more-btn {
        margin: 0 0 6px;
    }
    .career-box .btn2 a {
        padding: 10.5px 28px;
    }
    .contact-page {
        padding: 29px 0 60px;
    }
    .contact-page h1 {
        font-size: 40px;
        margin: 0 auto 24px;
        max-width: 280px;
    }
    .contact-page p {
        max-width: 327px;
    }
    .contact-form {
        margin: 37px auto 0;
    }
    .merci-form-outer .box {
        width: 100%;
        margin-bottom: 23px;
    }
    .merci-form-outer .box.full {
        margin-bottom: 24px;
    }
    .merci-form-outer .box.send {
        margin: 13px 0 0;
    }
    .contact-page h6 {
        margin: -3px 0 9px;
    }
    .merci-catering {
        max-height: inherit;
    }
    .merci-catering .box {
        width: 100%;
    }
    .merci-catering .box:last-child {
        order: -1;
    }
    .merci-catering .video {
        height: 420px;
    }
    .merci-catering .content-box {
        height: auto;
        padding: 32px 16px 59px;
    }
    .merci-catering h1 {
        margin-bottom: 38px;
    }
    .merci-catering .content-box .content p {
        max-width: 335px;
        margin: 0 auto 10px;
    }
    .merci-catering .content-box .link-btn {
        margin-top: 39px;
    }
    .merci-catering .content-box .link-btn.btn2 a {
        padding: 10.5px 18px;
    }
    .catering-text {
        padding: 51px 0 24px;
    }
    .catering-text p {
        margin: 0 auto 16px;
        max-width: 335px;
    }
    .gift-vouchers.three {
        padding: 10px 0 60px;
    }
    .gift-vouchers.three .box {
        padding: 87px 56px;
    }
    .gift-vouchers.three .box .inner-box {
        padding: 24px 30px 32px;
    }
    .gift-vouchers.three .content h3 {
        min-height: 64px;
        margin: 0 0 54px;
        font-size: 35px;
        line-height: 32px;
    }
    .gift-vouchers.three .content p {
        margin: 0 auto 70px;
    }
    .gift-vouchers.three .content.btn2 a {
        padding: 10.5px 18px;
    }
    .weddings-intro {
        padding: 25px 0 69px;
    }
	.weddings-intro h1 {
		margin: 0 auto 43px;
		line-height: 43px;
		max-width: 251px;
	}
    .weddings-intro p {
        margin: 0 0 12px;
        font-size: 13px;
        line-height: 16px;
    }
    .weddings-intro a {
        margin-top: 48px;
    }
    .venue .content .inner-box {
        padding: 34px 0 42px;
    }
    .venue .heading h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 60px;
    }
    .venue .text {
        margin: 0 0 46px;
    }
    .venue .link-btn ul li {
        margin-top: 18px;
    }
    .gallery {
        padding: 47px 0 27px;
        margin: 0 16px;
    }
    .slide-pagi.gallery {
        width: 100%;
        margin: 0;
        padding: 11px 0;
    }
    .slide-pagi.gallery div {
        height: auto;
    }
    .gift-vouchers.weddings {
        padding-top: 8px;
		padding-bottom: 59px;
    }
    .gift-vouchers.single-event {
        padding: 57px 0 60px;
    }
    .group-functions {
        padding: 4px 0 1px;
    }
    .group-functions h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 41px;
    }
    .group-functions p {
        margin: 0 auto 27px;
        max-width: 332px;
    }
    .group-functions ul {
        padding: 21px 0 0;
        margin: 0 0 50px;
        row-gap: 16px;
        flex-direction: column;
    }
    .two-col-gallery {
        margin: 0 16px;
    }
    .two-col-gallery .slide-pagi.gallery {
        padding: 13px 0 25px;
    }
    .event.venue .content .inner-box {
        padding: 32px 0 42px;
    }
    .event.venue .text {
        margin: 0 0 76px;
    }
	.event.venue .heading h2 {
		margin: 0 auto 98px;
		max-width: 220px;
	}
    .whats-on .left-content {
        padding: 37px 0 39px;
    }
    .whats-on .left-content h2 {
        font-size: 40px;
        line-height: 38px;
        margin: 0 auto 52px;
        max-width: 230px;
    }
    .whats-on .box:last-child {
        border-top: 1.25px solid #000;
    }
    .whats-on .mobys {
        margin: 27px 15px 46px 15px;
    }
    .whats-on .content .left-box {
        width: 100%;
    }
    .whats-on .content .right-box {
        width: 100%;
        text-align: left;
    }
    .whats-on .content {
        padding: 27px 0 0;
        position: relative;
    }
    .whats-on .content a {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .whats-on .content .right-box p {
        margin: 15px 0 0;
    }
    .slide-pagi.mobys {
        margin: 31px 0 0;
    }
    .event-intro h1 {
        margin: 0 0 34px;
        line-height: 43px;
    }
    .event-intro p {
        margin: 0 auto 27px;
        max-width: 340px;
    }
    .event-intro a {
        margin-top: 10px;
    }
    .extra-menu {
        padding: 35px 0 0;
    }
    .event-intro {
        padding: 27px 0 22px;
    }
    .extra-menu .flex-box {
        display: block;
        text-align: center;
    }
    .extra-menu .box {
        text-align: center;
        margin: 0 0 32px;
    }
    .extra-menu .box:last-child {
        margin: 0;
    }
    .modal-dialog {
        max-width: 357px;
        margin: 0 auto;
    }
    .modal-header {
        right: 16px;
        top: 8px;
    }
    .modal-body h3 {
        margin: 0 auto 31px;
    }
    .modal-body p {
        margin: 0 auto 10px;
    }
    footer {
        padding: 19px 0 0;
    }
    footer .left-box, footer .center-box, footer .right-box {
        width: 100%;
    }
    footer .right-box {
        order: -1;
    }
    footer .newsletter {
        max-width: 100%;
    }
    footer .newsletter h6 {
        font-size: 14px;
        margin: 2px 0 14px;
    }
    footer .newsletter p {
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 18px;
    }
    .form-outer input:not([type="submit"]) {
        padding: 0 0 5px;
        margin-bottom: 15px;
    }
    .newsletter-form .btn {
        margin-top: 11px;
    }
	.careers-hero, .image-video-hero {
		height: auto;
	}
	.careers-hero .video video, .image-video-hero video {
		width: 100%;
		height: auto;
	}
	.event-tab .venues-box ul li:last-child {
		display: none;
	}
    .footer-menu {
        padding: 38px 0 0;
    }
    .footer-menu .right-menu {
        margin-left: auto;
        text-align: right;
    }
    footer .center-box {
        padding-top: 7px;
    }
    .copyright {
        padding: 19px 0 21px;
        margin-top: 25px;
    }
    .copyright ul {
        column-gap: 43px;
        justify-content: center;
    }
    .copyright ul li {
        font-size: 10px;
    }
	.header-menu ul li.current_page_item a {
		text-decoration: underline;
	}
	.header-menu ul li:hover a {
		text-decoration: none;
	}
	.btn1 a:hover, .btn2 a:hover, .newsletter-form .btn:hover {
		background: transparent;
	}
	.black-with-cream-hover:hover {
		background: transparent !important;
	}
	.bookings {
		padding: 23px 0;
		min-height: 600px;
	}
	.bookings h1 {
		text-align: center;
		margin: 0 0 31px;
		font-size: 35px;
		line-height: 40px;
	}
	.bookings #pills-tab {
		gap: 18px;
	}
	.bookings .nav-pills .nav-link {
		padding: 10.5px 15px;
		min-width: 120px;
	}
	.gv.venues {
		border-top: 1.25px solid #000000;
		padding: 40px 0 14px;
	}
	.page-id-574 .content-box h1 {
		font-size: 45px;
		line-height: 40px;
	}
	.page-id-574 .content-page .content-box p {
		margin: 0 0 20px;
	}
	footer .center-box img {
		max-width: 197px;
	}
	
}