
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Outfit&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Outfit&display=swap');


:root{
	--primary: #3b443a !important;
	--secondaryTheme: #0246cd;
	--textcolor: #3a3a3a;
	--lightgrey: #e1e0dd;
	--primaryfont: "Josefin Sans", sans-serif !important;
	--secondaryfont: "EB Garamond", serif !important;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body{
	font-family: var(--primaryfont);
	font-weight: 400; 
	background-color: #f4f3f1!important;
	color: #000;
	overflow-x: hidden;
}
body p {
	font-size: 1em;
	line-height: 2.6;
}
.site-content {
	padding-top: 72px;
}
.heading-level-2{
	font-size: 47px;
	font-weight: normal;
	line-height: 2em;
	font-family: var(--secondaryfont);
}
.heading-level-3{
	font-size: 38px;
	font-weight: normal;
	line-height: 80px;
	font-family: var(--secondaryfont);
}
.heading-level-6{
	font-size: 1em;
	line-height: 2.6;
}
.dark-color{
	color: #000;
}
.primary-bg{
	background-color: var(--primary);
}
.light-bg{
	background-color: var(--lightgrey);
}
.ta-row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.ta-col-6 {
	width: 50%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.text-center{
	text-align: center;
}
.section-padding__top{
	padding-top: 150px;
}
.section-padding{
	padding-top: 150px;
	padding-bottom: 150px;
}
.container-1020{
	max-width: 92%;
	width: 1020px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.container-1170{
	max-width: 92%;
	width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.container-1380{
	max-width: 92%;
	width: 1380px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.container-1700{
	max-width: 92%;
	width: 1700px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.fixed-nav.site-header {
	background-color: var(--primary);
	padding: 20px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: .4s;
	max-width: 100vw;
	overflow: visible;
}
.fixed-nav.site-header.fixed-header {
	background-color: var(--primary);
	transition: .4s;
	padding: 10px 0;
}
.site-menu {
	margin: 0;
}

.site-menu li {
	display: inline-block;
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.site-menu .has-dropdwon {
	padding-right: 15px;
}
.site-menu  li.has-dropdwon:after{
	content: "";	
	border: solid white;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 16px;
}
  
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	background-color: var(--primary);
	top: 100%;
	width: 260px;
	padding-top: 14px;
}
.site-menu .sub-menu li {
	display: block;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.site-menu .sub-menu li:after{
	display: none;
}
.site-header .main-nav a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	transition: .3s;
	letter-spacing: 2px;
}
.site-header .main-nav a:hover {
	text-decoration: none;
	opacity: .8;
	color: #fff;
}
.site-menu li:hover .sub-menu {
	display: block;
}
.site-menu .sub-menu li a {
	padding: 10px 15px;
	display: block;
}
.site-menu .sub-menu li a:hover {
	opacity: 1;
	background-color: var(--lightgrey);
	color: #000;
}
body header .bookbtn .btn-book {
	margin-left: 0 !important;
	text-transform: uppercase;
}
.site-header .sidebarIconToggle.menubtn {
	display: flex !important;
	width: 82px;
}
.site-header .menu-icons {
	width: 22px;
}
.site-header .menu-text {
	color: #6c786f;
	text-transform: uppercase;
	padding-left: 9px;
	position: relative;
	top: -2px;
}
.site-header input[type="checkbox"]:checked ~ .sidebarIconToggle  .diagonal.part-1, input[type="checkbox"]:checked ~ .sidebarIconToggle  .diagonal.part-2 {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000;
}
.site-header input[type="checkbox"]:checked ~ .sidebarIconToggle  .diagonal.part-1 {
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 8px;
}
.site-header input[type="checkbox"]:checked ~ .sidebarIconToggle  .horizontal {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}
.site-header input[type="checkbox"]:checked ~ .sidebarIconToggle  .diagonal.part-2 {
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -9px;
}
.hero{
	position: relative;
}
.hero-video {
	height: 100vh;
	width: 100%;
	max-height: 1100px;
	object-fit: cover;
}
.hero-text {
	position: absolute;
	top: 50%;
	text-align: center;
	max-width: 92%;
	left: 50%;
	width: 100%;
	font-size: 80px;
	color: #fff;
	font-family: var(--secondaryfont);
	letter-spacing: 16px;
	font-weight: normal;
	transform: translate(-50%, -50%);
}
.after-hero h2 {
	font-size: 38px;
	font-weight: normal;
	font-family: var(--secondaryfont);
	line-height: 80px;
}

.feat-media__link {
    display: block;
    height: 100%;
    position: relative;
	background-color: #000;
	transition: .3s;
}
.feat-media__link:hover{
	transition: .3s;
}
.feat-media__link h4 {
	color: #fff;
	text-decoration: ;
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-decoration: underline;
	font-size: 30px;
	font-weight: normal;
	font-family: var(--secondaryfont);
}
.feat-section .ta-row {
	margin-left: -40px;
	margin-right: -40px;
}
.feat-section .feat-col{
	padding-left: 40px;
	padding-right: 40px;
}
.feat-media__wrap, .feat-content__wrap {
	height: 100%;
}
.feat-media__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.feat-content__wrap .feat-media {
	height: calc(85vh);
	max-height: 800px;
}
.feat-media__link img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	min-width: 100%;
	transition: .3s;
}
.feat-media__link:hover img{
	opacity: .7;
	transition: .3s;
}
.feat-content{
	margin-bottom: 50px;
	font-size: 19px;
	line-height: 38px;
}

.feat-content h3 {
	font-size: 38px;
	font-weight: normal;
	line-height: 80px;
	font-family: var(--secondaryfont);
}
.text-color {
	color: var(--textcolor);
}
.feat-media__large {
	height: 60%;
}
.feat-media__small {
	height: 35%;
}
.feat-half .ta-row {
	margin-left: -40px;
	margin-right: -40px;
}
.feat-half .feat-half__col{
	padding-left: 40px;
	padding-right: 40px;
}
.feat-half__media, .feat-half__content {
	height: 100%;
}
.feat-half__media-link {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 85vh;
	max-height: 800px;
	background-color: #000;
}
.feat-half__media-link img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	min-width: 100%;
	transition: .3s;
}
.feat-half__media-link:hover img{
	opacity: .7;
	transition: .3s;
}

.feat-half__content {
    font-size: 19px;
    line-height: 38px;
    color: #fff;
    display: flex;
    flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 200px;
}

.feat-half__content h3 {
	font-size: 38px;
	font-weight: normal;
	line-height: 80px;
	font-family: var(--secondaryfont);
	color: #fff;
}
.feat-half__content-btn {
	margin-top: 60px;
}
.feat-half__content-btn a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	letter-spacing: 4px;
}
.feat-half__content-btn a:hover{
	text-decoration: underline;
}
.feat-half__bottom .feat-half__media {
	margin-top: -100px;
}
.feat-half__bottom .feat-half__content {
	padding-top: 100px;
	padding-bottom: 0;
	justify-content: flex-start;
	text-align: right;
}
.estate-map {
	font-size: 19px;
	line-height: 40px;
}

.estate-map h2 {
	font-size: 47px;
	font-weight: normal;
	line-height: 2em;
	font-family: var(--secondaryfont);
}
.estate-map__map{
	margin-top: 50px;
}
.estate-map__map img{
	width: 100%;
}
.site-footer {
	padding: 150px 0;
	color: #fff;
}
.footer-logo h2 {
	font-size: 38px;
	line-height: 50px;
	font-weight: normal;
	font-family: var(--secondaryfont);
	letter-spacing: 12px;
}
.footer-contact {
	margin: 30px 0;
}
.footer-contact {
	margin: 30px 0;
	font-size: 19px;
	line-height: 27px;
}
.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	text-align: right;
}
.footer-nav ul li {
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
}
.footer-copy {
	margin: 30px 0 0 0;
}
.footer-copy p {
	color: #888a88;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 40px;
}
.footer-copy p a {
	transition: .3s;
}
.footer-copy p a:hover {
	transition: .3s;
	color: #fff;
}
.footer-icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 30px;
}
.footer-icons img{
	margin: 0 0 0 20px;
}
.site-header .spinner.horizontal {
	margin-top: 5px;
}
.footer-address {
	margin-top: 30px;
	font-size: 15px;
	line-height: 24px;
}
.footer-contact {
	margin: 30px 0;
	font-size: 15px;
	line-height: 24px;
}
.footer-contact p{
	line-height: 24px;
	margin-bottom: 0;
}
.footer-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.footer-social ul li{
	padding: 0 10px 0 0;
}
.footer-social ul li a{
	display: flex;
	width: 34px;
	height: 34px;
	background-color: #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: var(--primary);
	transition: .3s;
}
.footer-social ul li a:hover{
	text-decoration: none;
	opacity: .8;
	transition: .3s;
}
.page-cus__hero {
	height: 80vh;
	background-size: cover;
	background-position: 50% 50%;
	max-height: 530px;
	min-height: 300px;
	display: flex;
	align-items: center;
}
.find-direction p {
	font-size: 19px;
}
.find-direction__btns {
	max-width: 100%;
	width: 640px;
	margin: 0 auto;
}
.find-direction__btns .btn-primary {
	background-color: #3b443a;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	padding: 16px 15px 12px 15px;
	width: 280px;
	margin: 15px;
	transition: .3s;
	font-size: 15px;
	letter-spacing: 2px;
}
.find-direction__btns .btn-primary:hover{
	transition: .3s;
	opacity: .9;
	background-color: #3b443a;
}
.direction-info__head-wrap .ta-row{
	margin-left: -60px;
	margin-right: -60px;
}
.direction-info__head-wrap .ta-row .ta-col-6{
	padding-left: 60px;
	padding-right: 60px;
}
.direction-info__head-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.direction-info__head-right .heading-level-6 {
	line-height: 1em;
}
.direction-info__map {
	margin-top: 20px;
}
.direction-info__map iframe {
	height: 65vh;
	max-height: 600px;
}
.direction-info__reach {
	margin-top: 50px;
}
.direction-info__reach .ta-row{
	margin-left: -35px;
	margin-right: -35px;
}
.direction-info__reach .ta-row .ta-col-6 {
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
}
.wedding-form  .wpcf7-form input[type="submit"] {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.wedding-form p {
	font-size: inherit;
	line-height: inherit;
}
.wedding-form .wpcf7-form-control{
	top: auto !important;
}
.wedding-form label {
	font-family: inherit !important;
}
.wedding-form input[type="checkbox"] {
	display: block;
}
.wedding-form .wpcf7-checkbox .wpcf7-list-item label {
	width: 100% !important;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.custom-width {
	width: 800px !important;
	max-width: 85%;
}
.post-16262 .getting-here__accordion{
	display: none;
}
@media(max-width: 1599px){

	.site-menu li{
		margin: 0 9px;
	}
	.site-header .main-nav a {
		font-size: 13px;
		letter-spacing: 1px;
	}
}
@media(max-width: 1331px){
	.hide-medium{
		display: none; 
	}
	.banner.fixed-nav.site-header {
		background-color: var(--primary);
	}
	.site-header #sidebarMenu {
		background-color: var(--primary);
		top: 70px;
		justify-content: flex-start;
	}
	.site-header #sidebarMenu .overlay-content {
		padding: 0 2em 0 2em;
		top: 0;
		height: calc(100vh - 120px);
		overflow-x: hidden;
	}
	header.site-header .bookbtn{
		margin-left: 0;
	}
	header.site-header .main-nav {
		flex: 0;
	}
	.mobile-menu .site-menu li {
		display: block;
	}
	.mobile-menu .sub-menu {
		position: relative;
		width: 100%;
	}
	.site-menu .sub-menu li a {
		padding: 6px 15px;
	}
	
}
@media(max-width: 1199px){
	.hero-text {
		bottom: 120px;
		font-size: 60px;
	}
	
	.feat-section .ta-row, .feat-half .ta-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.feat-section .feat-col, .feat-half .feat-half__col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hero .hero-video {
		height: auto;
		aspect-ratio: 16/11;
	}
	.hero-text {
		bottom: 80px;
		font-size: 50px;
	}
	.site-footer{
		text-align: center;
	}
	.site-footer .ta-col-6{
		width: 100%;
	}
	.footer-social ul {
		justify-content: center;
	}
	.footer-social ul li {
		padding: 0 15px 0 15px;
	}
	.footer-nav ul {
		justify-content: center;
		text-align: center;
		margin-top: 30px;
	}
	.footer-icons {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-icons img {
		margin: 10px 10px;
	}
	.page-cus__hero{
		height: 55vh;
	}
}

@media(max-width: 991px){
	.section-padding__top {
		padding-top: 100px;
	}
	.section-padding{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.site-footer {
		padding: 100px 0;
	}
	.feat-section .feat-col, .feat-half .feat-half__col {
		width: 100%;
	}
	.mobile-first {
		order: -1;
	}
	.feat-col + .feat-col .feat-content__wrap {
		margin-top: 40px;
	}
	.feat-content__wrap {
		margin-bottom: 40px;
	}
	.feat-media__wrap, .feat-content__wrap {
		height: auto;
	}
	.feat-media__large {
		height: auto;
		aspect-ratio: 16/9;
		margin-bottom: 40px;
	}
	.feat-half__col + .feat-half__col .feat-half__content {
		margin-top: 10px;
	}
	.feat-half__content {
		padding-bottom: 0;
	}
	.feat-half__bottom .feat-half__content {
		padding-top: 70px;
		margin-top: 0;
		text-align: left;
	}
	.feat-half__media-link {
		height: auto;
		aspect-ratio: 16/9;
	}
	.feat-half__content-btn {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.feat-half__bottom .feat-half__media {
		margin-top: 0;
	}
	.page-cus__hero{
		height: 50vh;
	}
	.direction-info__head-wrap .ta-row, .direction-info__reach .ta-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.direction-info__head-wrap .ta-row .ta-col-6, .direction-info__reach .ta-row .ta-col-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.direction-info__map iframe {
		height: auto;
		max-height: 600px;
		aspect-ratio: 16/9;
	}
}
@media(max-width: 767px){
	.hero-text {
		bottom: 70px;
		font-size: 46px;
		letter-spacing: 10px;
	}
	.direction-info__head-wrap .ta-row .ta-col-6, .direction-info__reach .ta-row .ta-col-6{
		width: 100%;
	}
	
	.wedding-form input{
		width: 90% !important
	}
	 .wedding-form  .wpcf7-form input[type="submit"] {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
}
@media(max-width: 575px){
	header.site-header .main-nav {
		flex: 0;
	}
	.section-padding__top {
		padding-top: 80px;
	}
	.section-padding{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.site-footer {
		padding: 80px 0;
	}
	.page-cus__hero{
		height: 45vh;
	}
	.custom-width {
		max-width: 100%;
	}
}

@media(max-width: 479px){
	.hero .hero-video {
		height: auto;
		aspect-ratio: 16/12;
	}
	.hero-text {
		bottom: 30px;
		font-size: 36px;
		letter-spacing: 4px;
	}
	.after-hero h2 {
		font-size: 32px;
		line-height: 64px;
	}
	.container-1170, .container-1380, .container-1700{
		max-width: 100%;
	}
	.footer-logo h2 {
		font-size: 32px;
	}
	.page-cus__hero{
		height: 40vh;
	}
}