
/*!
Theme Name: Ocean View House
Theme URI: http://underscores.me/
Author: Focus Online
Author URI: https://www.focusonline.co.za
Description: Custom theme built upon underscores.me
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _ovh
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Ocean View House is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* for admin bar */
#hiddendiv {
	width: 10px !important;
	min-height: 32px;
	z-index: 99998;
	position: fixed;
	top: 0px;
}

body {
	margin-top: 0 !important;
}

/* end for admin bar */
* {
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}

:root {
	--primarycolour: #43667c;
	--secondarycolour: #efefef;
	--primaryfont: "Libre Baskerville", serif;
	--secondaryfont: "Lato", sans-serif;
	--tertiaryfont: "Allura", sans-serif;
}

/* Typography & Fonts */
html, body {
	margin: 0;
	padding: 0;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

p {
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

p a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid var(--primarycolour);
	color: var(--primarycolour);
	white-space: nowrap;
}

p a:hover {
	opacity: .8;
}

.textblock p a:link, .textblock p a:visited, .textblock ul li a:link, .textblock ul li a:visited {
	text-decoration: none;
	border-bottom: 1px solid var(--primarycolour) !important;
	color: var(--primarycolour) !important;
	font-weight: bold;
}

.textblock p a:hover {
	opacity: .8;
}

h1, h2, h3 {
	font-family: var(--primaryfont);
	color: var(--primarycolour);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 20px auto 20px;
	text-align: center;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 26px;
	margin-top: 40px;
	letter-spacing: 4px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 23px;
	font-family: var(--secondaryfont);
	font-weight: 300;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

/* Global */
.banner {
	width: 100%;
	height: 100vh;
	background-color: var(--primarycolour);
}

.single .banner {
	width: 100%;
	height: 100vh;
	background-color: var(--primarycolour);
}

@keyframes backgroundScroll {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.3);
	}
	
	100% {
		transform: scale(1);
	}
}

.banner-animation {
	animation: backgroundScroll 40s linear infinite;
	overflow: hidden;
}

.space20 {
	height: 20px;
}

a.arrow {
	color: var(--primary);
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 15px;
	margin: 20px auto;
	display: inline-block;
	letter-spacing: 3px;
	font-weight: 900;
}

a.arrow::after {
	color: var(--primary);
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 700;
	content: "";
	margin-left: 5px;
	display: inline-block;
	transition: all .3s ease;
}

a.arrow:hover::after {
	transform: rotate(360deg);
	transition: all .3s ease;
}

a.arrow.white, a.arrow.white::after {
	color: #fff;
}

.image-and-text .text .text-content {
	padding: 0 20%;
}

.image-and-text .text {
	align-items: center;
	justify-content: center;
}

.image-and-text h4 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 8px auto 20px;
	color: grey;
	font-weight: 400;
}

@media (min-width: 900px) {
	.image-and-text .force-left * {
		margin-left: 0 !important;
		text-align: left !important;
	}
}

.image-and-text ul li, .textblock ul li {
	line-height: 1.1;
	margin: 0 auto 10px;
	text-align: left;
	font-weight: 300;
	color: #666;
}

.textblock ul li {
	line-height: 1.4;
}

.image-and-text ul li strong, .textblock ul li strong {
	/* color: var(--primarycolour); */
	font-weight: 400;
}

.image-and-text ul, .textblock ul {
	list-style: none;
	padding-left: 18px;
}

.image-and-text ul li::before, .textblock ul li::before {
	content: "•";
	color: lightgray;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.image-text-wrapper.Square:not(.Big) .image-and-text {
	width: 90%;
	max-width: 1400px;
	margin: 45px auto !important;
	grid-template-columns: 1fr 1fr !important;
}

.image-text-wrapper.Square .Image > div, .image-text-wrapper.Square video {
	aspect-ratio: 1/1;
	min-height: unset !important;
	max-height: 600px;
}

.image-text-wrapper.Square > h2, .image-text-wrapper.Square > p {
	max-width: 100% !important;
	text-align: center !important;
}

.image-text-wrapper.Left.Small > h2, .image-text-wrapper.Left.Small > p {
	width: 100%;
	max-width: 66.6%;
	text-align: right;
}

.image-text-wrapper.Small > p {
	font-style: italic;
	color: grey;
	font-size: 20px;
	margin: 0;
}

.image-text-wrapper.Right.Small > h2, .image-text-wrapper.Right.Small > p {
	width: 100%;
	max-width: 66.6%;
	text-align: left;
	margin-left: auto;
}

.image-text-wrapper.Small .Image div {
	min-height: 600px;
}

@media screen and (max-width: 800px) {
	.image-text-wrapper.Small .Image div {
		min-height: 500px;
	}
}

.image-text-wrapper.Small .image-and-text h2 {
	font-size: 26px;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 20px auto 50px !important;
	font-weight: 400;
}

.image-text-wrapper.Small .image-and-text p {
	padding: 0;
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

.image-text-wrapper.Left .image-and-text:nth-child(2n) .Image {
	grid-column: 2;
	grid-row: 1;
}

.image-text-wrapper.Left .image-and-text:nth-child(2n) .text-content, .image-text-wrapper.Left .image-and-text:nth-child(2n) .text-content h2 {
	text-align: right;
}

.image-text-wrapper.Right .image-and-text:nth-child(2n-1) .Image {
	grid-column: 2;
	grid-row: 1;
}

.image-text-wrapper.Right:not(.Big) .image-and-text:nth-child(2n-1) .text-content, .image-text-wrapper.Right.Right:not(.Big) .image-and-text:nth-child(2n-1) .text-content h2 {
	text-align: right;
}

.image-and-text .location {
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 12px;
	color: grey;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 14px !important;
}

.image-and-text .location i {
	font-size: 16px;
	color: grey;
	margin-right: 5px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 26px !important;
	}
	
	.image-and-text p {
		text-align: center !important;
	}
	
	.image-and-text .text {
		padding: 30px 0 !important;
	}
	
	.image-and-text .text .text-content {
		padding: 0 !important;
		margin: 0 !important;
	}
}

/* Experience block */
.image-block-wrapper .content {
	padding: 40px;
	text-align: left;
	position: relative;
	z-index: 9;
}

@media screen and (min-width: 800px) {
	.image-block-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		gap: 30px 30px;
		grid-template-areas: "block1 block1 block2 block2" "block1 block1 block3 block3" "block4 block5 block3 block3";
	}
}

.block1 {
	grid-area: block1;
	aspect-ratio: 1/1;
}

.block2 {
	grid-area: block2;
}

.block3 {
	grid-area: block3;
}

.block4 {
	grid-area: block4;
}

.block5 {
	grid-area: block5;
}

.image-block-wrapper h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.image-block-wrapper .image-block {
	display: flex;
	justify-content: flex-start;
	align-items: end;
	align-items: flex-end;
	position: relative;
}

.image-block-wrapper .image-block::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: .4;
}

.image-block-wrapper .image-block .arrow {
	font-weight: 900;
	margin: 15px 0 0;
}

.experience h2, .experience .sub-heading {
	width: 100%;
	max-width: calc(50% - 15px);
	margin-left: auto;
}

p.sub-heading {
	font-size: 20px;
	color: var(--grey);
	font-style: italic;
	margin: 0 0 20px;
}

.heading-component p {
	font-family: var(--primaryfont);
	font-size: 18px;
	color: #6c6c6c;
	text-align: center;
	width: 90%;
	max-width: 800px;
	margin: 10px auto 40px;
	opacity: .8;
	line-height: 1.3;
}

@media screen and (max-width: 800px) {
	.experience h2, .experience .sub-heading, .image-text-wrapper > h2, .image-text-wrapper > p {
		max-width: 90% !important;
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.image-block-wrapper .image-block {
		max-width: 100% !important;
		height: 400px;
		width: 100%;
		margin: 20px 0;
	}
}

/* Destination Block */
.destination-wrapper > img {
	width: 100%;
	max-width: 43%;
	object-fit: cover;
	height: 100%;
}

.destination-wrapper .content {
	width: 100%;
	max-width: 50%;
	margin-right: 7%;
	text-align: right;
}

.destination-wrapper .text-content {
	padding-left: 30%;
	display: block;
}

.destination-wrapper .text-content h3 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 20px 0 40px;
	line-height: 1.2;
	font-weight: 400;
	color: var(--primary);
}

.destination-wrapper .text-content p {
	line-height: 2.2;
	font-size: 18px;
	color: grey;
}

.destination-wrapper .sub-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.destination-wrapper .sub-images img {
	width: 100%;
	max-width: 31%;
	object-fit: cover;
	aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
	.destination-wrapper {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.destination-wrapper .content {
		max-width: 100%;
		margin: unset;
		text-align: center;
	}
	
	.destination-wrapper .text-content {
		text-align: center !important;
		padding: 0 10% !important;
	}
	
	.destination-wrapper > img {
		max-width: 100% !important;
		margin-bottom: 10px;
	}
}

.image-and-text h2 {
	font-size: 24px;
	font-family: var(--primaryfont);
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 auto 15px !important;
	width: 100%;
	line-height: 1.1;
	text-align: left;
	color: var(--primarycolour);
}

/*
.image-and-text h2 {
  color: var(--primary);
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 20px 0 60px !important;
  line-height: 1.2;
  text-align: left !important;
}
*/
.image-and-text .textblock {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}

.Big .image-and-text p {
	text-align: left;
	line-height: 2;
	font-size: 24px;
	color: grey;
	font-weight: 300;
	margin: 0;
}

.image-and-text .textblock p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 20px;
	width: 100%;
}

.image-and-text p.smalltext {
	margin: 0 auto 10px;
	text-transform: uppercase;
}

.image-and-text p.smalltext.cursive {
	font-size: 45px;
	color: #999;
	text-transform: capitalize;
}

h6 {
	/*
	font-size: 45px;
	color: #999;
	text-transform: capitalize;
	margin: 20px auto;
    width: 70%;
    max-width: 1440px;
*/
	font-size: 12px;
	color: #999;
	text-transform: capitalize;
	margin: 20px auto;
}

/* Header */
#masthead ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#masthead #nav.menu, #masthead #navbar-items {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#masthead .top-links {
	position: relative;
	z-index: 99;
}

#masthead ul.menu li {
	float: left;
}

#masthead .overlay-content ul.menu li {
	float: unset !important;
}

#masthead .book-button {
	display: block !important;
	float: right;
	margin: 20px 60px 0 0 !important;
	z-index: 99;
	position: relative;
}

@media screen and (max-width: 1000px) {
	#masthead .book-button {
		display: none !important;
	}
	
	.overlay-content .button.white {
		margin: 0 auto 25px !important;
	}
}

#booking-wrapper {
	background: #fff !important;
	z-index: 52;
	position: absolute !important;
	bottom: 20px !important;
	width: 80% !important;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 650px) {
	/* #booking-wrapper {
    max-width: 450px;
  } */
	#booking-wrapper {
		width: 80% !important;
	}
}

@media (min-width: 1080px) {
	#booking-wrapper {
		width: 80% !important;
	}
}

@media (min-width: 1250px) {
	#booking-wrapper {
		width: 70% !important;
	}
}

@media (min-width: 1500px) {
	#booking-wrapper {
		width: 60% !important;
		width: fit-content !important;
	}
}

@media (min-width: 1000px) {
	#booking-wrapper {
		max-width: none;
	}
}

#wis2-panel .wis2-panel--horizontal.fixed {
	position: unset;
}

.wis2-title {
	display: none !important;
}

#wis2-panel .wis2-panel--horizontal .wis2-guarantee-hld {
	display: none !important;
}

.wis2-input-group, .wis2-button-hld {
	padding: 10px !important;
}

#wis2-panel .wis2-panel--horizontal .wis2-el {
	height: auto !important;
}

.wis2-panel--horizontal {
	position: relative !important;
}

#wis2-panel .wis2-panel--horizontal .wis2-input-group .wis2-input {
	width: 170px !important;
	width: fit-content !important;
	margin-left: 10px;
}

#wis2-panel .wis2-panel.wis2-panel--horizontal {
	padding-bottom: 0 !important;
}

.topbar {
	text-align: center;
	position: absolute;
	z-index: 50;
	width: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: transparent;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/* 
body.logged-in .topbar {
  top: 32px;
}

body.logged-in #clickMain {
  top: 47px;
} */
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 90;
	text-align: left;
}

#navbar-scroll {
	background-color: #fff;
	position: fixed;
	top: -60px;
	width: 100%;
	display: block;
	transition: top .3s;
	z-index: 90;
	text-align: center;
}

#navbar-scroll a {
	display: inline-block;
	color: var(--primarycolour);
	text-align: center;
	padding: 8px 15px 5px 30px;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: -webkit-baseline-middle;
}

@media (max-width: 1000px) {
	#navbar-scroll a#logo {
		padding: 8px 15px;
	}
}

#navbar-scroll .top-links {
	margin: 3px 0 0 20px;
}

#navbar-scroll .top-links a {
	padding: 8px 5px;
	opacity: .7;
}

#navbar-scroll .top-links a:hover {
	opacity: 1;
}

#navbar-scroll a.book-button {
	display: block !important;
	opacity: 0;
	width: 44px;
	height: 30px;
	pointer-events: none;
}

@media (min-width: 1000px) {
	#navbar-scroll a.book-button {
		display: block !important;
		margin: 6px 60px 7px 0 !important;
		padding: 8px 13px !important;
		color: #fff;
		opacity: 1;
		height: auto;
		width: auto;
		pointer-events: all;
	}
}

#navbar-scroll a:hover {
	color: black;
}

#navbar-scroll a#logo img {
	height: 40px;
}

#navbar-scroll #navbar-items a:not(#logo) {
	display: none;
}

@media (min-width: 1000px) {
	#navbar-scroll #navbar-items {
		display: block;
	}
	
	#navbar-scroll #navbar-items a {
		display: inline-block;
	}
	
	#navbar-scroll #navbar-items a:not(#logo) {
		display: inline-block;
	}
}

.hideOnMobile {
	display: none;
}

@media (min-width: 900px) {
	.hideOnMobile {
		display: block;
	}
}

ul#nav {
	display: block;
	padding: 0;
	margin: 0 auto !important;
}

.book-button {
	display: none !important;
}

#nav li:not(.logo) {
	display: none;
}

#nav li {
	float: none;
	display: inline;
	margin: 0;
	margin-top: 70px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

@media only screen and (min-width: 1000px) {
	ul#nav {
		display: inline-block;
		float: none;
		margin: 0 auto !important;
		padding: 0 0 0 45px;
		position: relative;
	}
	
	.book-button {
		display: block !important;
		float: right;
		margin: 20px 60px 0 0 !important;
		z-index: 99;
		position: relative;
	}
	
	#nav li:not(.logo) {
		display: block;
	}
	
	#nav li {
		float: left;
		display: inline;
		margin: 0;
		margin-top: 70px;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}

#nav li.current-menu-item a {
	border-bottom: 2px solid rgba(255, 255, 255, .55);
	padding-bottom: 5px;
}

ul#nav li.current-page-ancestor a, ul#nav li.current-menu-ancestor a, ul#nav li.current_page_ancestor a, ul#nav li.current_menu_ancestor a {
	border-bottom: 2px solid rgba(255, 255, 255, .55);
	padding-bottom: 5px;
}

#nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	margin: 0 16px;
	text-decoration: none;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}

#nav li a:hover {
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

#nav li.menu-item-has-children a:hover {
	border-bottom: none;
}

#nav li.logo {
	position: relative;
	display: inline-block;
	border-bottom: none !important;
	border-bottom: none !important;
	width: 180px;
	margin-top: 0;
	text-indent: -9999px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding-bottom: 0;
}

@media (min-width: 1000px) {
	#nav li.logo {
		margin: 0 20px;
	}
}

#nav li.logo a {
	margin: 18px auto 0;
	text-decoration: none;
	display: block;
	height: 70px;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/Logo-Oceanview-white.png") center center no-repeat;
	background-size: contain;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: none !important;
	padding-bottom: 0;
}

#nav li.logo a.nitro-lazy {
	background-image: none !important;
}

#nav li.logo a:hover {
	color: #fff;
}

#myNav {
	width: 100%;
}

.mobile-overlay {
	height: 100%;
	height: 0;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
	background-color: var(--primarycolour);
	overflow-x: hidden;
	transition: .5s;
	overflow: hidden;
}

.overlay-content {
	position: relative;
	padding: 4% 0;
	width: 100%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: 10px auto;
}

.mobile-overlay a {
	font-family: var(--primaryfont), "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 8px;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 18px;
	color: rgba(241, 241, 241, .68);
	display: block;
	transition: .2s;
	font-weight: 300;
}

@media (max-width: 580px) {
	.overlay-content {
		height: 100%;
		overflow: scroll;
		padding: 4% 10% 30px !important;
		width: 100% !important;
	}
}

@media (min-width: 580px) {
	.overlay-content {
		position: relative;
		top: 80px;
	}
	
	.overlay-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		width: 80%;
		text-align: center;
		margin: 10px auto;
	}
	
	.mobile-overlay a {
		font-size: 43px;
	}
}

.mobile-overlay a:hover, .mobile-overlay a:focus {
	color: #f1f1f1;
}

.mobile-overlay .closebtn {
	position: absolute;
	top: -6px;
	right: 10px;
	font-size: 54px;
	z-index: 99;
}

@media screen and (max-height: 450px) {
	.mobile-overlay a {
		font-size: 20px;
	}
	
	.mobile-overlay .closebtn {
		position: absolute;
		top: -6px;
		right: 10px;
		font-size: 54px;
	}
}

.click {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 100;
	color: #fff;
}

.overlay-left {
	padding: 0 0 20px 0;
	border-bottom: 2px solid rgba(255, 255, 255, .322);
	text-align: left;
}

.overlay-right {
	padding: 20px 0 0 0;
	text-align: left;
}

.overlay-right a {
	font-size: 17px;
}

@media (min-width: 580px) {
	.overlay-left {
		padding: 20px 30px 0 0;
		border: 0;
		text-align: right;
		float: left;
		width: 50%;
	}
	
	.overlay-right {
		padding: 20px 0 0 30px;
		border-left: 2px solid rgba(255, 255, 255, .1);
		text-align: left;
		float: left;
		width: 50%;
	}
}

.overlay-content .social-media-icons a {
	display: inline-block;
	opacity: .6;
	font-size: 20px;
}

.overlay-content .social-media-icons a:hover {
	opacity: 1;
}

.overlay-content i {
	color: #fff;
}

/* Banner */
.banner .banner-text-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.banner .banner-text-content p {
	font-family: var(--tertiaryfont);
	font-size: 73px;
	line-height: 1;
	color: #fff;
	margin: 0;
	max-width: 80%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.banner .banner-text-content h1 {
	font-family: var(--primaryfont);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
	font-size: 40px;
	max-width: 80%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 900px) {
	.banner .banner-text-content p {
		font-size: 50px;
		max-width: 90%;
	}
	
	.banner .banner-text-content h1 {
		font-size: 26px;
		width: 100%;
		max-width: 90%;
		letter-spacing: 2px;
	}
}

/* Blog posts */
.blog-posts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	width: 90%;
	margin: 20px auto;
	max-width: 1300px;
}

.blog-posts a {
	padding-bottom: 10px;
	text-align: center;
	color: unset;
	border-bottom: 1px solid transparent;
	text-decoration: none !important;
}

.blog-posts a:hover {
	background-color: #f8f8f8;
	border-bottom: 1px solid grey;
}

.blog-posts span {
	font-size: 13px;
	font-family: var(--secondaryfont);
	margin: 10px auto 10px;
}

.blog-posts h3 {
	font-size: 21px;
	font-family: var(--primaryfont);
	width: 85%;
	margin: 10px auto;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0px;
}

.blog-posts img {
	aspect-ratio: 1/1;
	display: block;
	width: 95%;
	margin: 5px auto;
	height: 95%;
	object-fit: cover;
}

@media screen and (max-width: 900px) {
	.blog-posts {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 500px) {
	.blog-posts {
		grid-template-columns: 1fr;
	}
}

/* Footer */
footer {
	padding: 50px 0;
}

footer ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .footer-logo {
	width: 180px;
	display: inline-block;
}

footer .footer-logo img {
	width: 100%;
	display: block;
}

footer p.footer-phone {
	margin: 2px auto;
}

footer  p.social-media-icons {
	margin: 10px auto 30px;
}

footer  p.sub {
	font-size: 14px;
	color: #aaa;
	letter-spacing: 0px;
	line-height: 2;
}

footer p.footer-phone a {
	color: var(--primarycolour);
	font-weight: 600;
	text-decoration: none !important;
	margin: 20px auto 0;
}

footer .footer-nav p {
	line-height: 1.3;
	font-size: 14px;
}

footer .footer-col {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}

footer .footer-col h3 {
	font-size: 14px;
	font-weight: 700;
	color: var(--primarycolour);
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 1;
	margin: 0 0 20px 0;
	text-align: left;
}

footer .footer-col .menu a {
	color: var(--primarycolour) !important;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	opacity: .7;
	font-size: 14px;
}

footer .footer-col .menu li {
	margin: 0 0 15px 0;
}

footer .footer-col .menu a:hover {
	color: var(--primarycolour) !important;
	border-bottom: 1px solid var(--primarycolour);
	opacity: 1;
}

footer p.social-media-icons i {
	width: 22px;
	height: 22px;
	font-size: 17px;
	color: var(--primarycolour);
	vertical-align: middle;
	background: var(--blue);
	border-radius: 100px;
	padding: 7px 0 0 7px;
	margin-right: 5px;
	opacity: .7;
}

footer p.social-media-icons a {
	margin: 2px;
	display: inline-block;
	border-bottom: none !important;
}

footer .footer-col .details {
	color: #aaa;
	margin-top: 10px;
}

footer .footer-col ul {
	margin: 0;
	padding: 0;
}

footer .footer-col .details a {
	margin: 0;
}

footer .footer-copy {
	margin: 20px auto 0;
	justify-content: space-between;
	padding-bottom: 5px;
}

footer .footer-copy p {
	color: #6e6e6e;
	font-size: 13px;
	font-weight: 400;
}

footer .footer-copy a {
	color: #999;
	font-size: 13px;
}

footer .footer-inner-mobile {
	display: none;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 36px;
	right: 15px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: 100%;
	z-index: 999;
}

#toTopHover {
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transition: .3s ease-out;
}

#toTop:hover #toTopHover {
	opacity: 1 !important;
}

@media screen and (max-width: 1200px) {
	footer .footer-inner-mobile {
		display: block;
	}
	
	footer .footer-nav {
		display: none;
	}
	
	footer .accordion {
		overflow: hidden;
		border-radius: 3px;
		background: transparent;
		margin: 0 auto 60px;
		width: 90%;
		max-width: 1100px;
	}
	
	footer .accordion-section {
		border-bottom: 1px solid #cdcdcd;
	}
	
	footer .accordion-section-title {
		display: inline-block;
		transition: all linear .15s;
		font-size: 18px;
		color: var(--primarycolour) !important;
		font-weight: 500;
		width: 100%;
		padding: 14px 11px;
		margin: 0;
		line-height: 1.3;
		text-decoration: none;
	}
	
	footer .accordion-section-content {
		padding: 4px 0 24px;
		display: none;
		font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
		font-size: 16px;
		border: none;
		overflow: auto;
	}
	
	footer .accordion-section-title span {
		display: block;
		width: 13px;
		height: 13px;
		float: right;
		transform: rotate(0deg);
		pointer-events: none;
		transition: all linear .3s;
		opacity: .3;
		background-size: contain !important;
	}
	
	footer .accordion-section-content ul {
		margin: 0 !important;
		padding: 0 0 0 10px;
	}
	
	footer .accordion-section-content ul li {
		list-style: none;
		padding-left: 10px;
	}
	
	footer .accordion-section-content ul li a {
		color: var(--primarycolour);
		text-decoration: none !important;
		padding: 5px 0;
		display: block;
	}
	
	footer .accordion-section-title.active {
		border-radius: 8px;
		color: #8fa3c4 !important;
		transition: all linear .3s;
		outline: none !important;
	}
	
	footer .accordion-section-title.active span {
		transform: rotate(180deg);
		opacity: 1;
	}
}

@media screen and (min-width: 1200px) {
	footer .footer-nav {
		display: grid;
		grid-template-columns: 280px 1fr 1fr 1fr 1fr 230px;
		grid-template-rows: none;
		grid-gap: 22px;
		max-width: 1400px;
		color: #fff;
		margin: 0 auto 0;
	}
}

@media screen and (max-width: 1000px) {
	footer .footer-col {
		max-width: 50% !important;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 600px) {
	footer .footer-col {
		max-width: 100% !important;
	}
	
	footer .footer-col:first-child a {
		margin-left: auto;
		margin-right: auto;
		left: unset !important;
	}
}

@media (min-width: 900px) {
	.image-and-text {
		display: grid;
		grid-template-rows: auto 1fr;
		grid-template-areas: "Image Headline" "Content Content";
	}
	
	.Big.Right .image-and-text, .Big.Left .image-and-text:nth-child(2n) {
		grid-template-columns: 7fr 9fr;
	}
	
	.Big.Right .image-and-text:nth-child(2n), .Big.Left .image-and-text {
		grid-template-columns: 9fr 7fr;
	}
	
	.Small.Left .image-and-text, .Small.Right .image-and-text:nth-child(2) {
		grid-template-columns: 2fr 1fr;
	}
	
	.Small.Left .image-and-text:nth-child(2), .Small.Right .image-and-text {
		grid-template-columns: 1fr 2fr;
	}
	
	.image-and-text.image-right {
		grid-auto-flow: dense;
		direction: rtl;
	}
}

.wrap {
	display: block;
}

/* Call to action   */
.cta {
	display: flex;
	align-self: center;
	padding: 20px 0;
}

.cta.small {
	min-height: 50vh;
}

.cta.medium {
	min-height: 70vh;
}

.cta.large {
	min-height: 100vh;
}

.cta-inner {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}

.cta .cta-content p {
	font-weight: 200;
	font-family: var(--primaryfont);
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 30px !important;
}

.cta .cta-content p.subtext {
	font-weight: 400;
	font-family: var(--secondaryfont);
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 26px !important;
}

.cta .cta-content {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 90%;
	max-width: 900px;
	flex-direction: column;
	margin: 0 auto;
}

.cta .cta-content a.button {
	max-width: max-content;
	margin: 10px auto 20px !important;
}

@media screen and (max-width: 767px) {
	.cta-image-text {
		display: block !important;
		padding: 60px 0 !important;
	}
	
	.cta-image-text .content {
		margin-bottom: 0 !important;
		padding: 0 7% !important;
		text-align: center !important;
	}
	
	.cta-image-text .content p {
		font-size: 28px !important;
		text-align: center !important;
	}
}

/* CTA image text */
.cta-image-text {
	display: grid;
	grid-template-columns: 1fr 2fr;
	padding: 120px 0;
}

.cta-image-text p {
	font-size: 38px;
	text-align: left;
	line-height: 2;
	font-weight: 300;
	margin-bottom: 0;
}

.cta-image-text .content {
	padding-right: 15%;
	margin-bottom: 25px;
}

.cta-image-text .cta-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-image-text .cta-image img {
	width: 100%;
	max-width: 310px;
	padding: 0 15px;
}

/* Reviews */
.review-text {
	width: 80%;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}

.review-text p {
	line-height: 1.4;
}

.review-text h4 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	font-weight: 400;
}

.review-text span {
	display: block;
	font-size: 12px;
	font-style: italic;
	opacity: .6;
	margin-top: 6px;
}

.slick-dots li button {
	text-indent: -9999px;
	background: var(--primarycolour);
	height: 13px;
	width: 13px;
	margin: 2px;
	border-radius: 20px;
	border: none !important;
	cursor: pointer;
	opacity: .4;
}

.slick-dots li.slick-active button {
	background: var(--primarycolour);
	opacity: 1;
	cursor: default;
}

.slick-dots {
	text-align: center;
	padding: 0;
	margin: 10px auto;
}

.slick-dots li {
	display: inline-block;
	margin: 5px;
}

.review-quote-img {
	text-align: center;
	display: inline-block !important;
}

.slick-list {
	height: 100% !important;
}

/* Signup */
.signup {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(67, 102, 124, .05);
	height: auto;
	padding: 50px 0;
}

.signup div {
	/* width: 80%; */
	margin: 0 auto;
}

.signup h2 {
	margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
	.signup>div {
		width: 90%;
	}
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 40px !important;
	color: #fff !important;
	z-index: 10;
}

.banner {
	overflow: hidden;
	text-align: center;
}

.banner-overlay {
	background: rgba(0, 0, 0, .3);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*
.blocks .block .banner-overlay {
  background: rgba(0,0,0,0.1) !important;
}

.blocks .block:hover .banner-overlay {
  background: rgba(0,0,0,0.4) !important;
}
*/
.banner-links a {
	display: inline-block;
	padding: 7px 10px;
	margin: 10px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 16px;
	letter-spacing: 2px;
}

.banner-links a {
	display: inline-block;
	padding: 13px 18px;
	margin: 10px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	letter-spacing: 2px;
}

.banner-links a:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #3e4388;
}

.video {
	z-index: 1;
}

.banner-bottom-text {
	font-size: 22px;
	text-transform: none;
	letter-spacing: 4px;
	font-style: italic;
	margin: 20px auto;
	font-weight: 400;
}

/* BLOCKS */
@media (max-width: 900px) {
	.blocks .imageholder {
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		transform: scale(1.1);
		transform: translateY(0) scale(1.1);
	}
	
	.blocks .block-content {
		position: absolute;
		z-index: 999;
		text-align: center;
		bottom: 15px;
		left: 0;
		width: 100%;
	}
	
	.blocks {
		padding: 0;
		width: 100%;
	}
	
	.blocks .block {
		height: 350px !important;
		position: relative;
	}
	
	.blocks p.description {
		display: block;
		opacity: 1 !important;
	}
	
	.blocks a.button {
		opacity: 1 !important;
		margin-top: 0 !important;
	}
}

/* set widths */
.blocks.fullwidth {
	padding: 0;
	width: 100%;
}

.blocks.contentwidth {
	max-width: 1300px;
	margin: 0 auto;
}

@media (min-width: 900px) {
	.blocks .block {
		height: 60vh;
		max-height: 700px;
		position: relative;
		color: #fff !important;
		-moz-transition: all 1.3s ease;
		-webkit-transition: all 1.3s ease;
		transition: all 1.3s ease;
		width: 100%;
	}
	
	.blocks.five .block {
		max-width: 20%;
	}
	
	.blocks.four .block {
		max-width: 25%;
	}
	
	.blocks.three .block {
		width: calc(33.3% - 18px);
		display: inline-block;
	}
	
	.blocks.two .block {
		width: calc(50% - 18px);
		display: inline-block;
	}
	
	.blocks.five .block-content {
		height: 20%;
	}
	
	.blocks.three .banner-overlay, .blocks.four .banner-overlay, .blocks.five .banner-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(0deg, #000 8%, rgba(0, 0, 0, 0) 90%);
		z-index: 3;
		opacity: .2;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-color: unset;
	}
	
	.blocks.three .block:hover .banner-overlay, .blocks.four .block:hover .banner-overlay, .blocks.five .block:hover .banner-overlay {
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-image: linear-gradient(0deg, #000 27%, rgba(0, 0, 0, 0) 90%);
		opacity: .5;
		top: 0;
	}
	
	.blocks .imageholder {
		width: 100%;
		height: 100%;
		max-height: 800px;
		margin: 0 0 0 0;
		position: relative;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		transform: scale(1.1);
		transform: translateY(0) scale(1.1);
	}
	
	.blocks .block-content {
		position: absolute;
		text-align: center;
		top: auto;
		bottom: -64px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) !important;
		z-index: 10;
		width: 100%;
		max-width: 380px;
		-moz-transition: all .4s ease;
		-webkit-transition: all 4s ease;
		transition: all .4s ease;
		height: 30%;
		background: transparent;
	}
	
	.blocks>div:hover .blocks-overlay {
		/*background: rgba(0,0,0,0.4) !important;*/
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.blocks .block:hover p.description {
		opacity: 1;
		-moz-transition: all 1.6s ease;
		-webkit-transition: all 1.6s ease;
		transition: all .6s ease;
	}
	
	.blocks .block:hover .button {
		opacity: 1;
		-moz-transition: all .7s ease;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
		margin-top: 0px;
		transition-delay: 0;
	}
	
	.blocks .block:hover .block-content {
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		bottom: 35%;
	}
	
	.blocks > .block:hover .description {
		opacity: .8;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	.blocks > .block:hover .block-content {
		margin-top: -70px;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.blocks > .block:hover .line {
		opacity: 1;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}

.blocks .button.transparent {
	opacity: 0;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	transition: all .9s ease;
	transition-delay: 0s;
	transition-delay: .7s;
	margin-top: 20px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.blocks .button.transparent:hover {
	background-color: #fff;
	color: var(--primarycolour);
	transition-delay: .7s;
}

.blocks p.description {
	opacity: 0;
	width: 100%;
	width: 90%;
	font-weight: 300 !important;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 18px;
	line-height: 1.3;
	margin: 10px auto 20px;
	color: #fff;
	text-align: center;
}

.blocks h3 {
	/* font-family: var(--secondaryfont); */
	text-transform: uppercase;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.blocks .block:hover .imageholder {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	transition-delay: 0s;
	transition-delay: calc(700ms / 6);
	transform: scale(1.085);
	transform: scale(1.2);
	transform: translateY(-15px) scale(1.1);
	opacity: .9;
}

.blocks .block {
	height: 60vh;
	margin: 8px;
	opacity: 1;
	overflow: hidden;
}

.content-carousel .content-carousel-inner {
	height: 60vh;
	max-height: 700px;
	position: relative;
	position: relative;
	color: #fff !important;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	-moz-transition: all 1.3s ease;
	-webkit-transition: all 1.3s ease;
	transition: all 1.3s ease;
	margin: 0 1%;
	width: 31%;
}

.content-carousel .carousel-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.content-carousel .content-carousel-inner a {
	color: #fff;
	border: 1px solid #fff;
	padding: 13px 17px;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 13px;
	margin: 55px auto 0;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: 600;
	opacity: 0;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.content-carousel .content-carousel-inner:hover .block-content {
	margin-top: -70px;
}

.content-carousel .content-carousel-inner:hover .line, .content-carousel .content-carousel-inner:hover p {
	opacity: 1;
}

.content-carousel .content-carousel-inner:hover a {
	opacity: 1;
	margin: 25px auto 0;
}

/* Slick */
.slick-list, .slick-track, .slick-slider {
	height: 100%;
}

.slick-arrow {
	position: absolute;
	z-index: 99;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	border: none !important;
	text-indent: -9999px;
	cursor: pointer;
	opacity: .6;
}

.banner .slick-prev {
	left: 20px;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/arrows-sprite-white.png") no-repeat 0 0;
}

.banner .slick-prev.nitro-lazy {
	background-image: none !important;
}

.banner .slick-next {
	right: 20px;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/arrows-sprite-white.png") no-repeat -40px 0;
}

.banner .slick-next.nitro-lazy {
	background-image: none !important;
}

.image-slider .slick-prev {
	left: 20px;
	background: #000 url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/arrows-sprite-white.png") no-repeat 0 0;
	border-radius: 40px;
	opacity: .3;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.image-slider .slick-prev.nitro-lazy {
	background-image: none !important;
}

.image-slider .slick-next {
	right: 20px;
	background: #000 url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/arrows-sprite-white.png") no-repeat -40px 0;
	border-radius: 40px;
	opacity: .3;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.image-slider .slick-next.nitro-lazy {
	background-image: none !important;
}

.image-slider .slick-prev:hover {
	left: 15px;
	opacity: .45;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.image-slider .slick-next:hover {
	right: 15px;
	opacity: .45;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.post-card-overlay::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: #000;
	opacity: .2;
}

p.heading {
	font-size: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 90%;
	margin: 10px auto 30px;
	font-weight: 200;
	line-height: 1.1;
}

@media (min-width: 1000px) {
	p.heading {
		font-size: 25px;
		letter-spacing: 4px;
		text-transform: uppercase;
		width: 90%;
		margin: 10px auto 20px;
		font-weight: 200;
		line-height: 1.1;
	}
}

p.bestfor {
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 90%;
	margin: 10px auto 30px;
	font-weight: 600;
}

p.description {
	font-size: 15px;
	width: 60%;
	margin: 10px auto;
	font-weight: 200;
	font-weight: 400;
	opacity: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

p.subtitle {
	color: #999;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 30px auto 10px;
}

p.subheading {
	font-size: 16px;
	letter-spacing: 1px;
	width: 90%;
	margin: 10px auto 30px;
	font-weight: 200;
	line-height: 1.1;
	font-style: italic;
}

/* .block-content a, .block-content button {
  color: #fff;
  border: 1px solid #fff;
  padding:13px 17px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  margin: 55px auto 0;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 600;
  opacity: 0;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
	 cursor: pointer;
  } */
.blocks > .block:hover .block-content a, .blocks > .block:hover .block-content button {
	opacity: 1;
	margin: 25px auto 0;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	cursor: pointer;
}

.block-content a:hover, .block-content button {
	background: #fff;
	border: 1px solid #fff;
	color: #333;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .6s ease;
	cursor: pointer;
}

/* Content slider */
.content-slider {
	background: #eee;
	padding: 30px 0 10px;
	text-align: center;
}

.cards {
	margin: 20px auto 0;
	width: 100%;
}

.cards .slick-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 50;
	margin-top: -12px;
}

.cards .slick-prev {
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/sprite-arrows-outline-blue.png") no-repeat 0 0 !important;
	left: 7%;
}

.cards .slick-prev.nitro-lazy {
	background-image: none !important;
}

.cards .slick-next {
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/sprite-arrows-outline-blue.png") no-repeat -50px 0 !important;
	right: 7%;
}

.cards .slick-next.nitro-lazy {
	background-image: none !important;
}

.card .imageholder, .block .imageholder {
	width: 100%;
	height: 100%;
	max-height: 800px;
	margin: 0 0 0 0;
	position: relative;
}

.card .card-content {
	position: absolute;
	text-align: center;
	bottom: 40px;
	left: 50%;
	transform: translatex(-50%) !important;
	z-index: 10;
	width: 70%;
	max-width: 800px;
}

.cards .vignette-bottom {
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 94%);
	z-index: 3;
	opacity: .6;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.card .card-content h3 {
	font-family: var(--primaryfont);
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 auto 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.card .card-content p.description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	width: 90%;
	margin: 10px auto 10px;
	color: #fff;
	opacity: 1;
}

.card {
	display: table-cell;
	width: 100%;
	margin: 20px 0;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	opacity: .4;
	transition-duration: 1s;
	transition: all .3s ease !important;
	height: 60vh;
	max-height: 700px;
}

.card.slick-current {
	display: table-cell;
	width: 100%;
	margin: 20px 0;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	opacity: 1;
	transition-duration: 1s;
	transition: all .3s ease !important;
	height: 60vh;
	max-height: 700px;
}

@media screen and (min-width: 900px) {
	.cards .card.slick-current {
		margin: 20px 50px;
		height: 80vh;
	}
	
	.card .card-content {
		position: absolute;
		text-align: center;
		text-align: center;
		bottom: 40px;
		left: 50%;
		transform: translatex(-50%) !important;
		z-index: 10;
		width: 70%;
		max-width: 800px;
	}
	
	.card .card-content h3 {
		font-family: var(--primaryfont);
		font-size: 35px;
	}
	
	.card .card-content p.description {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.3;
		width: 90%;
		margin: 10px auto 20px;
		color: #fff;
	}
	
	.card {
		height: 70vh;
		margin: 20px 50px;
		margin-top: 6vh;
	}
	
	.cards .card.slick-current {
		margin: 20px 50px;
		height: 80vh;
	}
}

.space10 {
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
}

.space15 {
	clear: both;
	display: block;
	width: 100%;
	height: 15px;
}

.space20 {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
}

.space25 {
	clear: both;
	display: block;
	width: 100%;
	height: 25px;
}

.space30 {
	clear: both;
	display: block;
	width: 100%;
	height: 30px;
}

.space35 {
	clear: both;
	display: block;
	width: 100%;
	height: 35px;
}

.space40 {
	clear: both;
	display: block;
	width: 100%;
	height: 40px;
}

.space45 {
	clear: both;
	display: block;
	width: 100%;
	height: 45px;
}

.space50 {
	clear: both;
	display: block;
	width: 100%;
	height: 50px;
}

.space55 {
	clear: both;
	display: block;
	width: 100%;
	height: 55px;
}

.space60 {
	clear: both;
	display: block;
	width: 100%;
	height: 60px;
}

.space65 {
	clear: both;
	display: block;
	width: 100%;
	height: 65px;
}

.space70 {
	clear: both;
	display: block;
	width: 100%;
	height: 70px;
}

.space75 {
	clear: both;
	display: block;
	width: 100%;
	height: 75px;
}

.space80 {
	clear: both;
	display: block;
	width: 100%;
	height: 80px;
}

.space85 {
	clear: both;
	display: block;
	width: 100%;
	height: 85px;
}

.space90 {
	clear: both;
	display: block;
	width: 100%;
	height: 90px;
}

.space95 {
	clear: both;
	display: block;
	width: 100%;
	height: 95px;
}

.space100 {
	clear: both;
	display: block;
	width: 100%;
	height: 100px;
}

.intro {
	text-align: center;
	padding: 80px 0;
	background: var(--primarycolour);
}

.intro.whitebg {
	background: #fff;
}

.intro.small {
	padding: 30px 0;
}

.intro.big {
	padding: 80px 0;
}

.intro p {
	font-family: "Nunito";
	font-style: italic;
	font-weight: 200;
	text-align: center;
	opacity: .8;
	font-size: 32px;
	line-height: 1.1;
	width: 75%;
	max-width: 1000px;
	margin: 0 auto 20px;
	color: #fff;
}

.intro.whitebg p {
	color: var(--primarycolour);
}

@media screen and (max-width: 900px) {
	.intro p {
		font-size: 27px;
		width: 80%;
		line-height: 1.4;
	}
}

.textblock p {
	column-count: 1;
	column-gap: 0;
	text-align: left;
	text-align: justify;
	line-height: 1.6;
	margin: 0 auto 20px;
	max-width: 1280px;
	font-weight: 300;
}

.textblock.dropcap p:first-of-type:first-letter {
	font-size: 80px;
	line-height: 1em;
	letter-spacing: normal;
	font-weight: 400 !important;
	font-style: normal;
	text-transform: none;
	float: left;
	margin: -5px 0px 0px -5px;
	padding: 0 10px 0 0;
	color: #9b4e27;
}

.textblock.narrow {
	max-width: 900px;
	width: 80%;
}

.textblock.extranarrow {
	max-width: 700px;
	width: 80%;
}

.button {
	background: var(--primarycolour);
	color: #fff;
	font-weight: 400;
	padding: 8px 12px;
	margin: 10px;
	text-decoration: none;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid var(--primarycolour);
	letter-spacing: 2px;
	font-size: 13px;
}

.button:hover {
	opacity: .8;
	cursor: pointer;
}

.button.transparent {
	background-color: transparent;
	border: 1px solid var(--primarycolour);
	color: var(--primarycolour);
}

.button.white.transparent {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.button.white {
	color: var(--white);
	border: 1px solid var(--white);
	transition: all .3s ease;
}

.alignleft {
	text-align: left;
}

ul.withIcon {
	padding: 0;
}

ul.withIcon li {
	list-style-type: none;
}

ul.withIcon li:before {
	font-family: "FontAwesome";
	content: "";
	font-size: 21px;
	margin: 0 12px 0 -10px;
	color: #507abc;
	vertical-align: middle;
}

ul.days {
	padding: 0;
}

ul.days li {
	list-style-type: none;
	padding-left: 38px;
	line-height: 1.4;
	text-transform: none !important;
}

ul.days li:before {
	font-family: "FontAwesome";
	content: "";
	font-size: 16px;
	font-weight: bold;
	margin: -1px 12px 0 -29px;
	color: #a7abb1;
	vertical-align: middle;
}

ul.faq {
	padding: 0;
}

ul.faq li {
	list-style-type: none;
	font-weight: 500;
	color: #666;
	font-size: 18px;
}

ul.faq li span {
	list-style-type: none;
	font-weight: normal !important;
	display: block;
	font-size: 16px;
	color: #222;
	margin: 4px 0 0 15px;
}

ul.faq li:before {
	content: "Q";
	font-size: 21px;
	font-weight: bold;
	margin: 0 12px 0 -10px;
	color: #507abc;
	vertical-align: baseline;
}

/* Gallery Slider */
.slider-nav .slick-prev {
	left: 20px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/sprite-arrows-outline-blue.png") no-repeat 0 0 !important;
	top: 50%;
	opacity: .3 !important;
}

.slider-nav .slick-prev.nitro-lazy {
	background-image: none !important;
}

.slider-nav .slick-next {
	right: 20px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/uploads/2023/07/sprite-arrows-outline-blue.png") no-repeat -50px 0 !important;
	top: 50%;
	opacity: .3 !important;
}

.slider-nav .slick-next.nitro-lazy {
	background-image: none !important;
}

.slider-nav .slick-list {
	margin: 0 10px;
	width: calc(100% - 20px);
}

.slider-nav {
	margin: 0;
}

.slider-for {
	margin-bottom: 15px;
}

.slider-for .slick-track img {
	height: 600px !important;
	object-fit: cover;
}

.slider-for .container, .slider-for .slider-container, .slider-for .slick-list, .slider-for .slick-track {
	height: 600px !important;
}

.gallery-slider-wrapper a.button {
	position: relative;
	bottom: 20px;
	z-index: 99;
}

.gallery-slider-wrapper .slider-wrap-gallery {
	height: 400px;
	top: 200px;
	bottom: auto;
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
}

@media screen and (max-width: 900px) {
	.slider-for .slick-track img {
		height: 400px !important;
	}
	
	.slider-for .container, .slider-for .slider-container, .slider-for .slick-list, .slider-for .slick-track {
		height: 400px !important;
	}
	
	.gallery-slider-wrapper .slider-wrap-gallery {
		top: 0 !important;
	}
}

.slider-nav .item-slick {
	max-width: 120px;
	margin-right: 15px;
	outline: none !important;
	cursor: pointer;
	height: 80px;
	object-fit: cover;
	opacity: .5;
	width: 100%;
}

.slider-nav .item-slick.slick-slide.slick-current.slick-active {
	outline: none !important;
	opacity: .8 !important;
}

.slider-nav .item-slick:hover {
	opacity: 1;
}

.vignette-top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 50%;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .25) 8%, rgba(0, 0, 0, 0) 90%);
	z-index: 3;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.vignette-bottom {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0) 90%);
	z-index: 3;
	opacity: .4;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.block .vignette-bottom {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .5) 100%);
}

.block:hover .vignette-bottom {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .5) 100%);
}

@media screen and (min-width: 900px) {
	.slider-nav .item-slick {
		max-width: 300px;
		margin-right: 15px;
		outline: none !important;
		cursor: pointer;
		height: 170px;
		object-fit: cover;
		opacity: .5;
		width: 100%;
	}
	
	.slider-nav .slick-list {
		margin: 0 80px;
		width: calc(100% - 160px);
	}
}

/* gallery */
@media (min-width:600px) {
	.gallery-photos {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		width: calc(100% - 40px);
		margin: 40px auto;
	}
}

.gallery-photos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	width: calc(100% - 40px);
	margin: 0px auto 40px;
}

.gallery-photos div {
	/* background: rgb(126, 126, 126); */
	height: calc(( 100vw - 40px ) / 2);
	position: relative;
}

@media (min-width:900px) {
	.gallery-photos {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 18px;
		width: calc(100% - 40px);
		margin: 0px auto 40px;
		max-width: 1360px;
	}
	
	.gallery-photos div {
		height: calc(( 100vw - 40px ) / 4);
		height: auto;
		position: relative;
		position: relative;
		aspect-ratio: 1/1;
	}
}

.gridgallery a {
	display: block;
	position: relative;
	z-index: 10;
	opacity: .8;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.gridgallery a:hover {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
}

.gridgallery a:hover img {
	opacity: .5;
}

.gridgallery a div span {
	z-index: 12;
	z-index: 99999;
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/themes/_ovh/images/zoom-in.png") no-repeat center center;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.gridgallery a div span.nitro-lazy {
	background-image: none !important;
}

.gridgallery a:hover div span {
	opacity: 1;
}

.images {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	display: block;
}

.images.fullwidth {
	width: 100%;
	max-width: 100%;
}

/* Location Block */
.location-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 12px;
	width: 99%;
}

.location-container-left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 8px;
}

.location-container-right {
	display: grid;
	grid-template-rows: 1fr 1fr;
	position: relative;
}

.location-container-left div img {
	width: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 1/1.025;
	height: 100%;
}

.location-container-right div.images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	width: 100%;
	grid-gap: 12px;
}

.location-container-right p, .location-container-right p.subtext, .location-container-right .button {
	margin-left: 0;
	text-align: left;
}

.location-container-right div img {
	width: 100%;
	object-fit: cover;
	display: block;
	height: 100%;
}

.subtext {
	font-family: var(--primaryfont);
	font-size: 18px;
	color: #6c6c6c;
	text-align: center;
	width: 90%;
	max-width: 800px;
	margin: 10px auto 40px;
	margin-left: auto;
	opacity: .8;
	line-height: 1.3;
}

@media screen and (max-width: 1000px) {
	.location-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 12px;
		width: 100%;
	}
	
	.location-container-left {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 12px;
	}
	
	.location-container-right {
		grid-template-rows: unset;
	}
	
	.location-container-right div.images {
		margin-top: 20px;
	}
	
	.location-container-right .images img {
		aspect-ratio: 1/1.025;
		margin: 0 !important;
	}
}

/* PULLQUOTE */
.pullquote {
	font-size: 30px;
	width: 90%;
	max-width: 1200px;
	margin: 45px auto;
	margin: 0 auto 35px;
}

.pullquote p {
	font-size: 22px;
	font-size: 60px !important;
	margin: 0 0 0 30px;
	font-weight: 500;
	color: #a19280;
	line-height: .8;
}

.pullquote.pullleft {
	float: left;
	margin-left: 0;
	margin-right: 80px;
	text-align: right;
}

.pullquote.pullright {
	float: right;
	margin-right: 0;
	margin-left: 80px;
	text-align: left;
}

@media only screen and (min-width: 900px) {
	.pullquote {
		width: 32%;
		margin: 18px auto;
	}
	
	.pullquote.pullleft {
		float: left;
		margin-left: 15%;
		margin-right: 80px;
		text-align: right;
	}
	
	.pullquote.pullright {
		float: right;
		margin-right: 14%;
		margin-left: 61px;
		text-align: left;
	}
	
	.pullquote p {
		font-size: 32px;
		margin: 0 0 0 30px;
	}
}

.textblock, .textblock.contained {
	width: 90%;
	max-width: 1280px;
	margin: 30px auto;
}

.textblock.full {
	max-width: 100% !important;
	width: 100% !important;
}

.credits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	color: #6e6e6e !important;
	font-size: 13px;
	width: 90%;
	max-width: 1400px;
	margin: 40px auto 0;
}

.credits a {
	color: #999;
	text-decoration: none;
	font-size: 13px !important;
}

.credits a:hover {
	color: #aaa;
}

.credits .copyright {
	text-align: left;
}

.credits .designedby {
	text-align: right;
}

/* newsletter */
.subform input {
	height: 34px;
	width: 100%;
	background: rgba(255, 255, 255, .2);
	border: none;
	margin: 0 0 8px 0;
	color: #fff;
	padding: 20px 10px;
}

.subform input::placeholder {
	color: #999;
}

.subform button {
	height: 44px;
	width: 100%;
	margin-top: 2px;
	background: #000;
	background: rgba(0, 0, 0, .4);
	border: none;
	border: none;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 4px;
}

#sb_instagram .sb_instagram_header, #sb_instagram #sbi_load {
	display: none !important;
}

@media (min-width: 700px) {
	.instafeed a {
		width: calc(100% / 6);
		float: left;
		padding-bottom: 15.5%;
	}
}

.instafeed a img {
	width: 100%;
	height: auto;
}

.icon-list {
	width: 95%;
	margin: 0 auto;
	max-width: 1300px;
	padding: 0;
	text-align: center;
}

.icon-list li {
	list-style: none;
	margin: 13px 0;
	margin: 23px 18px;
	width: 10%;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	color: #444;
}

.icon-list li i, .icon-list li span {
	font-size: 21px;
	font-size: 42px;
	width: 47px;
	padding: 5px 0;
	margin: 0 auto 10px;
	color: var(--primarycolour);
	display: block;
	height: 100%;
}

.slick-arrow {
	position: absolute;
	z-index: 99;
	top: calc(50% - 40px);
	width: 40px;
	height: 40px;
	border: none !important;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 1;
}

.slick-arrow:hover {
	opacity: 1;
	outline: none !important;
}

@media (min-width: 900px) {
	.slick-prev {
		left: -40px;
	}
	
	.slick-next {
		right: -40px;
	}
	
	.banner .slick-prev, .accomm .slick-prev {
		left: 20px;
	}
	
	.banner .slick-next, .accomm .slick-next {
		right: 20px;
	}
}

.banner .slick-slide {
	float: left;
	height: 100% !important;
	min-height: 1px;
}

.flex {
	display: flex;
}

.featured-in-quote {
	font-style: italic;
	color: #888;
	font-size: 30px;
	text-align: center;
	width: 90%;
	max-width: 500px;
	margin: 20px auto;
}

.featured-in-quote span {
	font-style: normal;
	color: #444;
	font-size: 16px;
	display: block;
	margin: 15px auto 0;
	text-transform: uppercase;
	font-weight: 400;
}

.info-blocks-wrapper .info-block {
	width: 100%;
	max-width: 25%;
}

.info-block:nth-child(odd) {
	background: #e9e9e9;
}

.info-blocks-wrapper img {
	height: auto;
	padding: 20px 10px;
}

.info-blocks-wrapper img.media-logo {
	display: block;
	margin: 0 auto;
	max-width: 180px;
	max-height: 45px;
}

.info-blocks-wrapper .media-image-container {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-blocks-wrapper img.media-image {
	width: calc(100% - 20px);
	height: 250px;
	object-fit: cover;
	padding-top: 10px;
}

.info-blocks-wrapper p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 40px;
}

.info-blocks-wrapper .divider {
	height: 2px;
	background: #999;
	width: 100px;
	margin: 20px auto;
}

/* Divider */
.divider {
	margin: 30px auto;
	height: 2px;
	background: #999;
	width: 100px;
	text-align: center;
}

.info-blocks-wrapper p.icon-title {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 20px;
	line-height: 1.6;
}

@media screen and (max-width: 1100px) {
	.info-blocks-wrapper .info-block {
		max-width: 50%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	.info-blocks-wrapper .info-block {
		max-width: 100%;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.image-and-text.image-left h2, .featured-in-quote {
		font-size: 28px;
	}
}

.two-columns {
	width: 90%;
	max-width: 1300px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.two-columns.narrow {
	max-width: 900px;
}

.two-columns > div {
	width: 100%;
	max-width: 46%;
}

.two-columns .two-textblock {
	margin: 30px auto;
}

.two-columns .two-textblock p {
	column-count: 1;
	column-gap: 0;
	line-height: 1.6;
	margin: 0 auto 20px;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.two-columns > div {
		max-width: 100%;
	}
}

a.video-play-icon {
	background-image: url("http://mavros.focusonlinetravel.co.za/wp-content/uploads/2022/03/play-button.png");
	height: 70px;
	width: 70px;
	background-size: contain;
}

a.video-play-icon.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 900px) {
	.textblock p {
		column-count: unset !important;
	}
}

/* Mobile menu */
.mobile-menu-button {
	position: absolute;
	top: 48px;
	right: 30px;
	z-index: 9999;
	width: 40px;
	height: 36px;
	cursor: pointer;
}

.mobile-menu-button .cd-menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 28px;
	height: 2px;
	background-color: #fff;
}

.mobile-menu-button .cd-menu-icon::before, .mobile-menu-button .cd-menu-icon::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.mobile-menu-button .cd-menu-icon::before {
	bottom: 10px;
}

.mobile-menu-button .cd-menu-icon::after {
	top: 10px;
}

.mobile-menu-button.open .cd-menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-menu-button.open .cd-menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-menu {
	z-index: 9;
}

main#main-content {
	position: relative;
	z-index: 9;
	background-color: #fff;
}

.mobile-menu-button.open .cd-menu-icon::before, .mobile-menu-button.open .cd-menu-icon::after {
	background-color: #fff;
}

.mobile-menu-button.open .cd-menu-icon {
	background-color: transparent;
}

.mobile-menu ul li a {
	display: block;
	line-height: 1.2;
	font-size: 19px;
	padding: 8px 16px 8px 0;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none !important;
	text-transform: uppercase;
}

.mobile-menu ul li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	width: 93%;
}

.mobile-menu .social-media-icons a {
	display: inline-block;
	line-height: 2em;
	padding: 0 8px 0 8px;
	color: #fff;
}

.mobile-menu .social-media-icons a i {
	font-size: 25px;
}

@media screen and (max-width: 500px) {
	.mobile-menu-button {
		top: 24px;
	}
	
	.mobile-menu {
		width: 260px;
	}
	
	.mobile-menu ul li a {
		font-size: 17px;
	}
	
	.mobile-menu-button {
		right: 20px;
	}
}

/* End mobile header */

/* Global */
@media screen and (max-width: 767px) {
	/* Image and Text */
	.image-and-text .Image div {
		height: 100% !important;
	}
	
	.image-and-text .text-content {
		width: 90% !important;
	}
	
	.image-and-text .text-content, .image-and-text .text-content h2 {
		text-align: center !important;
	}
	
	/* Image */
	.images.one.fullwidth div {
		height: 100% !important;
		aspect-ratio: 2;
	}
	
	/* CTA image text */
	.cta-image-text {
		flex-wrap: wrap;
	}
	
	.cta-content {
		padding: 70px 0;
	}
	
	.cta-content > div {
		padding: 0 12% !important;
	}
	
	.cta-image-text > div {
		max-width: 100% !important;
	}
	
	/* Footer */
	footer .footer-col {
		max-width: 100%;
	}
	
	footer {
		padding-top: 60px;
	}
	
	.footer-copy {
		flex-wrap: wrap;
		margin-top: 30px !important;
		padding-bottom: 20px;
	}
	
	.footer-copy p {
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
}

.current-menu-item a {
	opacity: 1;
	color: #f1f1f1;
}

@media screen and (min-width: 800px) {
	.contact-info .contact-left, .contact-info .contact-right {
		max-width: 48%;
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.contact-info .contact-right {
		margin-top: 50px;
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: .95;
	}
}

.bounce {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	z-index: 9;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-25px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
	}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
	}
	
	40% {
		-moz-transform: translateY(-25px);
	}
	
	60% {
		-moz-transform: translateY(-15px);
	}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translateY(0);
	}
	
	40% {
		-o-transform: translateY(-25px);
	}
	
	60% {
		-o-transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-25px);
	}
	
	60% {
		transform: translateY(-15px);
	}
}

/* room features cards */
.features-wrapper {
	text-align: center;
}

.features {
	display: inline-flex;
	flex-direction: row;
	width: auto;
	max-width: 1400px;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
	padding: 2%;
	flex-wrap: wrap;
}

.features i {
	font-size: 60px;
	color: #323268;
	font-weight: 300;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-top: 24px;
	opacity: .3;
}

.features div.icon {
	font-size: 67px;
	color: #e9e9e9;
	font-weight: 300;
	width: 70px;
	height: 70px;
	border-radius: 45px;
	margin-top: 24px;
	padding: 5px 0 0 5px;
	margin: 20px auto 7px;
	margin: 20px auto;
}

.features div.icon img {
	width: 60px;
	height: auto;
	margin: 6px 0 0 -1px;
	margin: 6px auto;
	filter: invert(100%);
	transition: all .6s ease;
	display: block;
}

.card-content {
	display: block;
}

.features .icon-card {
	/* width: 15%; */
	text-align: center !important;
	text-align: center !important;
	text-align: center !important;
	aspect-ratio: 1/1;
	aspect-ratio: 1/1.2;
	aspect-ratio: 1/1;
	border-radius: 6px;
	border-radius: 6px;
	border-radius: 6px;
	width: 198px;
	width: 198px;
	width: 155px;
	width: 200px;
	width: 200px;
	margin: 10px;
	margin: 10px;
	margin: 8px;
	padding-bottom: 15px;
	padding-bottom: 15px;
	padding-bottom: 0;
	background: rgba(239, 239, 239, .59);
	background: rgba(67, 102, 124, .7);
	background: rgba(67, 102, 124, .7);
	border: 1px solid rgba(119, 136, 153, .22);
	border: 1px solid rgba(119, 136, 153, .22);
}

.features .icon-card:hover {
	transition: all .2s ease;
	transition: all .6s ease;
	box-shadow: rgba(52, 52, 68, 13%) 0px 0 15px;
}

.features .icon-card:hover img {
	transform: scale(1.2);
	transition: all .2s ease;
}

/* p {
  font-size: 14px;
} */
.features p.title {
	font-weight: 700;
	font-weight: 700;
	font-size: 18px;
	font-size: 15px;
	letter-spacing: 1px;
	letter-spacing: 3px;
	margin: 0 0 14px 0;
	margin: 0 0 14px 0;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #fff;
}

.features .value, .features .split .value {
	font-size: 17px;
	font-weight: 600;
	vertical-align: middle;
	line-height: 1;
	color: #669cbe;
	color: #fff;
	margin: 0 10px;
	opacity: .7;
}

.features .value span, .features .split .value span {
	/*color: #333;*/
	
	/* display: inline-block; */
	font-size: 16px;
	font-weight: 400;
	margin-left: 2px;
}

.features .split>div {
	width: 100%;
}

.features .split .value span.desc {
	font-size: 16px;
}

/**/
.features .split {}

.features .split div:first-child {
	float: left;
	text-align: center;
}

.features .split div:last-child {
	float: left;
	text-align: center;
}

.features .split strong {
	font-size: 16px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 1;
	margin: 0 0 10px 0;
	display: inline-block;
	opacity: .5;
}

.features .extra {
	text-align: center;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	line-height: 1.1;
}

.features .extra strong {
	font-weight: 700;
	vertical-align: middle;
}

.heading-block {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.heading-block h1 {
	margin: 55px auto;
}

.heading-subtext {
	text-align: center;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 40px;
}

.breadcrumbs {
	width: 90%;
	margin: 8px auto 40px;
	max-width: 800px;
	text-align: center;
	font-size: 14px;
}

.textblock.dropcap p:first-of-type:first-letter {
	font-size: 99px;
	line-height: 1em;
	letter-spacing: normal;
	font-family: var(--primaryfont), serif;
	font-weight: 400 !important;
	font-style: normal;
	text-transform: none;
	float: left;
	margin: 3px 0 -6px -5px;
	padding: 0 10px 0 0;
	color: var(--primarycolour);
}

.image-text-wrapper {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

/*


squares








@media screen and (max-width: 767px) {

	.image-and-text .text .text-content {
	  margin: 50px auto 70px;
		width: 90%;
		max-width: 100%;
	}

}

.image-and-text h2, .three-image-text h2 {
  font-size: 24px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 auto 15px !important;
  width: 100%;
  line-height: 1.1;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

.image-and-text .textblock {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}

.image-and-text .textblock p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
	width: 100%;
}

.image-and-text p.smalltext {
  margin: 0 auto 10px;
	text-transform: uppercase;
}

.image-and-text p.smalltext.cursive {
	font-size: 45px;
	color: #999;
	text-transform: capitalize;
}

*/
@media (min-width: 900px) {
	.image-and-text {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto 1fr;
		grid-template-areas: "Image Headline" "Content Content";
	}
	
	.image-and-text.image-right {
		grid-auto-flow: dense;
		direction: rtl;
	}
}

.image-and-text .Image {
	aspect-ratio: 1/1;
}

.image-text-wrapper.left .image-and-text:nth-child(2n) .Image {
	grid-column: 2;
	grid-row: 1;
}

.image-text-wrapper.left .image-and-text:nth-child(2n) .Image {
	grid-column: 2;
	grid-row: 1;
}

.image-text-wrapper.left .image-and-text:nth-child(2n), .image-text-wrapper.left .image-and-text:nth-child(2n) h2 {
	text-align: right;
}

.image-text-wrapper.left .image-and-text .divider {
	margin: 30px auto 30px 0;
}

.image-text-wrapper.left .image-and-text:nth-child(2n) .divider {
	margin: 30px 0 30px auto;
}

@media screen and (max-width: 767px) {
	.image-text-wrapper .image-and-text .divider {
		margin: 30px auto !important;
	}
}

@media (min-width: 767px) {
	.image-text-wrapper.left .image-and-text h4 {
		margin: 8px auto 20px 0;
	}
	
	.image-text-wrapper.left .image-and-text:nth-child(2n) h4 {
		margin: 8px 0 20px auto;
	}
}

.image-slider:hover {
	cursor: grab;
}

.image-slider:active {
	cursor: grabbing;
}

/* post navigation with images, and tags styling */

/* post navigation with images  */
.wpb-posts-nav {
	border-top: 2px solid #bec4ce;
	border-bottom: 2px solid #bec4ce;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	align-items: center;
	max-width: 800px;
	margin: 100px auto;
	padding: 20px 0;
}

.wpb-posts-nav a {
	display: grid;
	column-gap: 20px;
	align-items: center;
	text-decoration: none !important;
	color: #102e67;
}

.wpb-posts-nav h4 {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

.wpb-posts-nav strong {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

.wpb-posts-nav > div:nth-child(1) a {
	grid-template-columns: 100px 1fr;
	text-align: left;
}

.wpb-posts-nav > div:nth-child(2) a {
	grid-template-columns: 1fr 100px;
	text-align: right;
}

.wpb-posts-nav__thumbnail {
	display: block;
	margin: 0;
}

.wpb-posts-nav__thumbnail img {
	display: block;
}

.blog .row {
	margin: 0 auto !important;
	width: 90%;
	max-width: 1200px !important;
}

select#category_select {
	padding: 10px;
	margin-bottom: 20px;
}

ul.tags {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

ul.tags li {
	display: inline;
	margin: 3px;
	white-space: nowrap;
}

ul.tags li a {
	padding: 2px 4px;
	font-size: 12px;
	color: #102e67;
	border: 1px solid #aaa;
	display: inline-block;
	border-radius: 2px;
	font-weight: 400;
}

ul.tags li a:hover {
	color: #000;
	border: 1px solid #222;
	background: #ddd;
}

/* gravity forms overrides  **/
.gform_wrapper.gravity-theme input[type=text] {
	font-size: 14px !important;
}

.gform_required_legend {
	display: none;
}

form label a {
	color: var(--primarycolour) !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

form label a:hover {
	color: #999 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin-bottom: 8px;
	padding: 0;
	text-transform: uppercase;
}

.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 11px !important;
	padding-top: 5px;
}

/* remove labels and use placeholders */
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
	display: none !important;
}

form .button {
	margin: 0 !important;
}

abbr[title] {
	text-decoration: none !important;
	color: #c02b0a;
}

form::placeholder {
	color: #ccc !important;
}

/* hide captcha labels */
#field_2_5 .gfield_label, #field_4_5 .gfield_label {
	display: none !important;
}

.grecaptcha-badge {
	bottom: 90px !important;
}

/* GTRANSLATE OVERRIDES  (have added this via the plugin rather)  

.gt_float_switcher img {
  width: 22px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 14px !important;    
top: 0px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 7px !important;
}

.gt_float_switcher .gt_options a {
  padding: 4px 7px !important;
}

.gt_float_switcher .gt_options a {
  font-size: 15px !important;
}
*/
* {
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}

/* submenu */
ul#nav ul.sub-menu {
	/*-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0 3px 3px rgba(0, 0, 0, 0.2);*/
	display: none;
	float: left;
	position: absolute;
	top: 1.4em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
	margin: 0;
	padding: 0;
	width: 158px;
	width: 175px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

ul#nav ul.sub-menu li a {
	color: #5b461c;
	text-indent: 0;
	background: #fff;
	width: 92%;
	margin: 0 4%;
	padding: 5px 0 4px 0;
	border-bottom: none !important;
}

ul#nav ul.sub-menu li a:hover {
	color: #333 !important;
	background: #efefef;
	text-indent: 0;
	border-bottom: none !important;
}

/* new one */
ul#nav ul.sub-menu li a {
	font-size: 13px;
	color: var(--primarycolour) !important;
	display: inline-block;
	height: auto;
	padding: 5px 0 4px 0;
	padding: 7px 0 6px 0;
	margin: 0 !important;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/themes/_ovh/images/line-short.png") bottom center no-repeat;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

ul#nav ul.sub-menu li a.nitro-lazy {
	background-image: none !important;
}

ul#nav ul.sub-menu li a:hover {
	margin: 0 !important;
	color: #7699af !important;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/themes/_ovh/images/line-short.png") bottom center no-repeat;
}

ul#nav ul.sub-menu li a:hover.nitro-lazy {
	background-image: none !important;
}

ul#nav li.menu-item-has-children {
	position: relative;
}

ul#nav li.menu-item-has-children ul.sub-menu {
	top: 1.5em;
}

/*
ul#nav li.menu-item-has-children a:hover { border-bottom: none !important;}
*/

/*
ul#nav ul.sub-menu ul {
	left: 100%;
	top: 0;
}
ul#nav ul.sub-menu ul li {
	padding:0;
}
ul#nav ul.sub-menu ul a {
	width: 170px;
	text-align: left;
	background: #5B461C !important;
	color: #fff;
	font: 13px/18px 'Raleway', sans-serif;
	text-transform: none;
	font-weight: 400;
	padding: 5px 8px !Important;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}*/

/*
ul#nav ul.sub-menu  a:hover {
	background: #d5ce97 !important;
}
*/
ul#nav ul.sub-menu li:first-child a {
	padding-top: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul#nav ul.sub-menu  li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 10px;
}

ul#nav ul.sub-menu li {
	background: #fff;
	width: 100%;
	margin: 0;
	padding-left: 0;
}

ul#nav ul.sub-menu li.current-menu-item {
	background: #fff;
	width: 100%;
	margin: 0;
}

ul#nav ul.sub-menu li.current-menu-item a {
	color: #aaa !important;
	padding: 10px 0 9px 0px;
}

ul#nav ul.sub-menu li.current-menu-item a:hover {
	color: #aaa !important;
	background: #fff !important;
	padding: 10px 0 9px 0px;
}

ul#nav ul.sub-menu li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul#nav ul.sub-menu li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*
ul#nav ul.sub-menu li a:hover {
	color: #222 !Important;
	background: #fff;
	
}/*
/*.navigation-main li:hover > a {
    background: #033A77;
    color: #fff;
}*/
ul#nav ul.sub-menu  :hover > a {}

ul#nav ul.sub-menu  a:hover {}

ul#nav li > ul {
	position: relative;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/themes/_ovh/images/menu-arrow.png") center -20px no-repeat;
}

ul#nav li > ul.nitro-lazy {
	background-image: none !important;
}

ul#nav li:hover > ul {
	display: block;
	padding-top: 15px !important;
	background: url("https://cdn-ilapcjp.nitrocdn.com/FXciEhbdslkxBCSGVuwndvUjjRSksfEa/assets/images/optimized/rev-8e1d61e/oceanview-house.com/wp-content/themes/_ovh/images/menu-arrow.png") center 0 no-repeat;
}

ul#nav li:hover > ul.nitro-lazy {
	background-image: none !important;
}

/*------------------------------------------------------------------------*/
#menu-main-menu-left ul.sub-menu {
	display: none !important;
}

.page-id-164 .blocks {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto 50px;
}

/* admin bar css  */
.admin-bar .site-container {
	padding-top: 32px !important;
}

@media only screen and (max-width: 782px) {
	.admin-bar .site-container {
		padding-top: 46px;
	}
}

#wpadminbar {
	top: 50% !important;
	width: 40px !important;
	min-width: auto !important;
}

#wp-admin-bar-root-default li {
	display: none !important;
}

#wp-admin-bar-root-default li#wp-admin-bar-edit {
	display: block !important;
}

#wp-admin-bar-root-default li#wp-admin-bar-edit a {
	color: transparent !important;
	width: 21px !important;
	padding-left: 13px !important;
}

#wp-admin-bar-top-secondary {
	display: none !important;
}

/* privacy policy page styling overrides */
.page-id-1137 h2, h3 {
	letter-spacing: 0 !important;
}

.page-id-1137 h3 {
	text-transform: none !important;
}

/* other rooms  */
.other-rooms {
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
}

.other-room {
	width: 250px;
	text-align: center;
	padding: 9px;
	margin: 2px;
	margin: 10px;
	overflow: hidden;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.other-room p.room-name {
	color: var(--primarycolour);
	font-family: var(--secondaryfont);
}

/* fix gTranslate button overlaying booking date picker */
.gt_float_wrapper {
	z-index: 10 !important;
	position: fixed;
}

.gt_float_switcher .gt-selected {
	position: relative;
	z-index: 10 !important;
	background-color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	overflow: hidden;
	text-align: right;
}

.mixpicker_modal.active {
	opacity: 1;
	z-index: 999999 !important;
}
