/*
Theme Name: Searles
Description: Another bespoke template by Key Digital
Version: 1.0.1
Author: Key Digital
Author URI: http://key.digital/
*/

/***************************
          FONTS
***************************/

@font-face {
	font-display: swap; 
	font-family: 'Albert-sans-font';
	font-style: normal;
	font-weight: 400;
	src: url('./assets/fonts/albert-sans-v4-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Albert-sans-font';
	font-style: normal;
	font-weight: 700;
	src: url('./assets/fonts/albert-sans-v4-latin-700.woff2') format('woff2'); 
}

@font-face {
	font-display: swap; 
	font-family: 'ChunkFive-font';
	font-style: normal;
	font-weight: 400;
	src: url('./assets/fonts/ChunkFive-Regular.woff2') format('woff2');
}


/***************************
          COLORS
***************************/

:root {
	--black: #000000;
	--darkgrey: #333239;
	--white: #ffffff;
	--grey: #888888;
	--offwhite: #F7F7F7;
	--pink: #D43165;
	--pink-hover: color-mix(in srgb, var(--pink), black 20%);
	--blue: #00508A;
	--blue-hover: color-mix(in srgb, var(--blue), black 20%);
	--darkgreyblue: #36566E;
	--lightblue: #B2C8D7;
	--xlightblue: #E5EDF3;
	--orange: #C65010;
	--orange-hover: color-mix(in srgb, var(--orange), black 20%);
	--green: #1A7A4A;
	--red: #B82D2D;
}

/***************************
          GENERAL
***************************/

body {
	background-color: var(--white);
	color: var(--darkgrey);
	width: 100%;
	font-family: 'Albert-sans-font', sans-serif;
	font-weight: 400;
	font-size: 17px;
}

html {
	font-size: 100%;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--blue);
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: var(--blue);
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	line-height: 175%;
}

ul, ol {
	margin: 0 0 25px;
	line-height: 175%;
	padding: 0 0 0 20px;
}

input, textarea, select {
	font-family: inherit;
}

input, textarea {
    padding: 8px 15px;
    width: 100%;
	line-height: 120%;
	border: 2px solid var(--white);
	background-color: var(--white);
	border-radius: 4px;
	outline: none;
	color: var(--darkgrey);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
	font-family: 'Albert-sans-font';
	font-weight: 400;
}

select {
    padding: 12px 40px 12px 15px;
    width: 100%;
	line-height: 120%;
	border: 2px solid var(--white);
	background-color: var(--white);
	border-radius: 4px;
	outline: none;
	color: var(--darkgrey);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
	appearance: none;
	background-image: url('./assets/images/chevron-down-green.svg');
	background-size: 18px 10px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}

select:focus,
input:focus,
textarea:focus {
	border-color: var(--blue);
}

select[multiple="multiple"] {
	background-image: none;
}

select[multiple="multiple"] option:hover,
select[multiple="multiple"] option:focus,
select[multiple="multiple"] option:active,
select[multiple="multiple"] option:checked {
    background: var(--darkteal);
    color: var(--white);
	cursor: pointer;
}

textarea {
	height: 150px;
}

textarea.small {
	height: 100px;
}

input[type="checkbox"], input[type="radio"] {
	box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border: 2px solid var(--white);
	background-color: var(--white);
    background-size: 14px 11px;
    background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
	box-shadow: none;
}

input[type="radio"] {
	border-radius: 50%;
    background-size: 13px 10px;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	border-color: var(--white);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background-color: var(--white);
    background-image: url('./assets/images/checkmark.svg');
    border-color: var(--white);
}

input[type="file"]::file-selector-button {
	background-color: var(--teal);
	color: var(--white);
	border: 0px;
	padding: 5px 10px;
	font-size: 0.9em;
	transition: all 0.3s ease;
	cursor: pointer;
}

input[type="file"]::file-selector-button:hover {
	background-color: var(--darkteal);
}

::-webkit-input-placeholder {
	color: var(--grey);
	font-weight: 400;
}

::-moz-placeholder {
	color: var(--grey);
	font-weight: 400;
    opacity: 1;
}

:-ms-input-placeholder {
	color: var(--grey);
}

:-moz-placeholder {
	color: var(--grey);
}

.btn,
.button,
.facetwp-reset,
.facetwp-load-more,
.inline-btn a {
	background-color: var(--pink);
	padding: 12px 25px;
	color: var(--white);
	border-radius: 8px;
	font-size: 16px;
	line-height: 100%;
	width: auto;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	border: 2px solid var(--pink);
	transition: all 0.3s ease;
	font-family: 'Albert-sans-font', sans-serif;
	font-weight: 700;
}

.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
.facetwp-reset:hover,
.facetwp-reset:focus,
.facetwp-load-more:hover,
facetwp-load-more:focus,
.inline-btn a:hover,
.inline-btn a:focus {
	background-color: var(--pink-hover);
	border-color: var(--pink-hover);
	color: var(--white);
}

.btn.small {
	padding: 12px 20px;
	font-size: 15px;
}

.gform_button {
	padding: 12px 35px;
}

.inner.bg-pink .gform_button {

}

.btn.orange {
	background-color: var(--orange);
	border-color: var(--orange);
}

.btn.orange:hover,
.btn.orange:focus {
	background-color: var(--orange-hover);
	border-color: var(--orange-hover);
}

.btn.blue,
.inner.bg-pink .gform_button {
	background-color: var(--blue);
	border-color: var(--blue);
}

.btn.blue:hover,
.btn.blue:focus,
.inner.bg-pink .gform_button:hover,
.inner.bg-pink .gform_button:focus {
	background-color: var(--blue-hover);
	border-color: var(--blue-hover);
}

table {
	width: 100%;
	text-align: left;
	border: 2px solid var(--teal);
	background-color: var(--darkteal);
	border-collapse: collapse;
	margin: 0 0 25px;
}

table th,
table td {
	border: 2px solid var(--teal);
	padding: 5px 10px;
}

table th {
	background-color: var(--teal);
}

.container {
	max-width: 1580px;
	margin: 0 auto;
    padding: 0 15px;
}

.container.xlarge {
	max-width: 2060px;
}

.container.large {
	max-width: 1640px;
}

.container.mediumlarge {
	max-width: 1420px;
}

.container.medium {
	max-width: 1140px;
}

.container.small {
	max-width: 900px;
}

@media only screen and (min-width:768px) {

	body {
		font-size: 18px;
	}

	.container {
		padding: 0 30px;
	}

	table {
		margin: 0 0 40px;
	}

	table th,
	table td {
		padding: 10px 15px;
	}

}

@media only screen and (min-width:1024px) {

	body {
		font-size: 20px;
	}

	.container {
		padding: 0 50px;
	}

}

@media only screen and (min-width:1280px) {

	.container {
		padding: 0 70px;
	}

}

/* stop stacking issues */
.clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}

/* use box-sizing: border-box */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/***************************
          COLUMNS
***************************/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row.no-padding {
	margin-left: 0;
	margin-right: 0;
}

.row.small-padding {
	margin-left: -10px;
	margin-right: -10px;
}

.row.align-center {
	align-items: center;
}

.row.align-bottom {
	align-items: flex-end;
}

.row.justify-center {
	justify-content: center;
}

.row.justify-right {
	justify-content: flex-end;
}

.row.small-reverse {
	flex-direction: column-reverse;
}

.column {
	display: block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.row.no-padding .column {
	padding-left: 0px;
	padding-right: 0px;
}

.row.small-padding .column {
	padding-left: 10px;
	padding-right: 10px;
}

.small-1-2 {
	width: 50%;
}

.small-1-3 {
	width: 33.33334%;
}

.show-mobile {
	display: block;
}

.hide-mobile {
	display: none;
}

@media only screen and (min-width:768px) {

	.row.small-reverse {
		flex-direction: row-reverse;
	}

	.row.medium-reverse {
		flex-direction: row-reverse;
	}

	.row.medium-noreverse {
		flex-direction: row;
	}

	.row.large-padding {
		margin-left: -25px;
		margin-right: -25px;
	}

	.row.large-padding .column {
		padding-left: 25px;
		padding-right: 25px;
	}

	.row.xlarge-padding {
		margin-left: -25px;
		margin-right: -25px;
	}

	.row.xlarge-padding .column {
		padding-left: 25px;
		padding-right: 25px;
	}

	.medium-1-5 {
		width: 20%;
	}

	.medium-1-4 {
		width: 25%;
	}

	.medium-3-10 {
		width: 30%;
	}

	.medium-1-3 {
		width: 33.33334%;
	}

	.medium-35 {
		width: 35%;
	}

	.medium-2-5 {
		width: 40%;
	}

	.medium-1-2 {
		width: 50%;
	}

	.medium-3-5 {
		width: 60%;
	}

	.medium-2-3 {
		width: 66.66666%;
	}

	.medium-3-4 {
		width: 75%;
	}

	.medium-4-5 {
		width: 80%;
	}

	.show-mobile {
		display: none;
	}

	.hide-mobile {
		display: block;
	}

}

@media only screen and (min-width:1024px) {

	.row.l-large-padding {
		margin-left: -25px;
		margin-right: -25px;
	}

	.row.l-large-padding .column {
		padding-left: 25px;
		padding-right: 25px;
	}

	.row.large-reverse {
		flex-direction: row-reverse;
	}

	.large-1-6 {
		width: 16.6666666667%;
	}

	.large-1-5 {
		width: 20%;
	}

	.large-1-4 {
		width: 25%;
	}

	.large-3-10 {
		width: 30%;
	}

	.large-1-3 {
		width: 33.33334%;
	}

	.large-35 {
		width: 35%;
	}

	.large-2-5 {
		width: 40%;
	}

	.large-45 {
		width: 45%;
	}

	.large-1-2 {
		width: 50%;
	}

	.large-55 {
		width: 55%;
	}

	.large-3-5 {
		width: 60%;
	}

	.large-2-3 {
		width: 66.66666%;
	}

	.large-7-10 {
		width: 70%;
	}

	.large-3-4 {
		width: 75%;
	}

	.large-4-5 {
		width: 80%;
	}

	.large-100 {
		width: 100%;
	}

}

@media only screen and (min-width:1280px) {

	.row.xl-large-padding {
		margin-left: -25px;
		margin-right: -25px;
	}

	.row.xl-large-padding .column {
		padding-left: 25px;
		padding-right: 25px;
	}

	.row.xl-xlarge-padding {
		margin-left: -35px;
		margin-right: -35px;
	}

	.row.xl-xlarge-padding .column {
		padding-left: 35px;
		padding-right: 35px;
	}

	.xlarge-1-6 {
		width: 16.6666666667%;
	}

	.xlarge-1-5 {
		width: 20%;
	}

	.xlarge-1-4 {
		width: 25%;
	}

	.xlarge-3-10 {
		width: 30%;
	}

	.xlarge-1-3 {
		width: 33.33334%;
	}

	.xlarge-35 {
		width: 35%;
	}

	.xlarge-2-5 {
		width: 40%;
	}

	.xlarge-45 {
		width: 45%;
	}

	.xlarge-1-2 {
		width: 50%;
	}

	.xlarge-55 {
		width: 55%;
	}

	.xlarge-3-5 {
		width: 60%;
	}

	.xlarge-2-3 {
		width: 66.66666%;
	}

	.xlarge-7-10 {
		width: 70%;
	}

	.xlarge-3-4 {
		width: 75%;
	}

	.xlarge-4-5 {
		width: 80%;
	}

	.xlarge-100 {
		width: 100%;
	}

}

/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;
	font-family: 'ChunkFive-font', serif;
	line-height: 140%;
	font-weight: 400;
	padding: 0;
	color: var(--blue);
}

h1 {
	font-size: 24px;
	line-height: 120%;
}

h1.block-title {
	margin: 0 0 30px;
}

h1.h1-small {
	font-size: 34px;
}

h2 {
	font-size: 32px;
}

h2.block-title {
	margin: 0 0 30px;
}

h2.act-h1 {
	font-size: 42px;
}

h2.h2-small {
	font-size: 26px;
	text-transform: none;
}

.title-center {
	text-align: center;
}

h3 {
	font-size: 22px;
}

h3.h3-large {
	text-transform: uppercase;
	font-size: 24px;
}

h4 {
	font-size: 16px;
	color: var(--pink);
	font-weight: bold;
	font-family: 'Albert-sans-font', sans-serif;
}

h4 + h2 {
	margin-top: -10px;
}

h5 {
	font-size: 18px;
	color: var(--darkgrey);
}

@media only screen and (min-width:768px) {

	h1 {
		font-size: 40px;
	}

	h1.block-title {
		margin: 0 0 50px;
	}

	h1.h1-small {
		font-size: 40px;
	}

	h2 {
		font-size: 40px;
	}

	h2.block-title {
		margin: 0 0 40px;
	}

	h2.act-h1 {
		font-size: 56px;
	}

	h2.h2-small {
		font-size: 32px;
	}

	h3 {
		font-size: 26px;
	}

	h3.h3-large {
		font-size: 30px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 20px;
	}

}

@media only screen and (min-width:1024px) {

	h1 {
		font-size: 60px;
	}

	h1.h1-small {
		font-size: 50px;
	}

	h2 {
		font-size: 46px;
	}

	h2.act-h1 {
		font-size: 70px;
	}

	h2.block-title {
		font-size: 50px;
	}

	h2.h2-small {
		font-size: 36px;
	}

	h3 {
		font-size: 26px;
	}

	h3.h3-large {
		font-size: 32px;
	}

	h5 {
		font-size: 20px;
	}


}

/***************************
    HEADER & NAVIGATION
***************************/

.header-placeholder {
    height: var(--header-main-height, 80px);
}

.header-notification-bar {
	background-color: var(--pink);
	color: var(--white);
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.3s linear;
    text-align: center;
    padding: 4px 20px;
	font-size: 14px;
	font-weight: bold;
}

.header-notification-bar .star {
	display: none;
	width: 20px;
	height: 20px;
	background-image: url('./assets/images/star-white.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	margin-left: 10px;
	vertical-align: bottom;
}

.header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: all 0.3s linear;
	z-index: 999;
}


.header-main .container {
	padding: 0;
	position: relative;
}

.header-logo {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	transition: all 0.3s linear;
	z-index: 999;
	padding: 12px 10px;
	height: 70px;
	background-color: var(--blue);
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.header-logo a {
	display: inline-block;
	width: 120px;
	transition: all 0.3s linear;
}

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

.show-nav .header-main {
	height: 100vh;
}

.header {
	padding: 0;
	display: block;
	position: static;
}

.header .toggle-nav {
    background-color: transparent;
    display: block;
    position: absolute;
    border: 0px;
    top: 8px;
    right: 10px;
    color: var(--white);
    font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
    width: 50px;
    height: 50px;
    outline: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 999;
    transition: all 0.3s linear;
}

.header .toggle-nav:focus {
	outline: none;
}

.header .toggle-nav span {
	position: absolute;
	width: 28px;
	height: 3px;
	border-radius: 2px;
	top: 15px;
	right: 10px;
	transition: all 0.3s ease;
	background-color: var(--white);
}

.header .toggle-nav span:nth-child(2) {
	top: 24px;
}

.header .toggle-nav span:nth-child(3) {
	top: 33px;
}

.show-nav .header .toggle-nav span:nth-child(1) {
	transform: rotate(-45deg);
	top: 24px;
}

.show-nav .header .toggle-nav span:nth-child(2) {
	transform: scale(0,0);
}

.show-nav .header .toggle-nav span:nth-child(3) {
	transform: rotate(45deg);
	top: 24px;
}

.header .toggle-search {
    position: absolute;
    border: 0px;
    top: 10px;
    right: 60px;
	background-image: url('./assets/images/search-icon.svg');
	background-size: 24px 29px;
	background-repeat: no-repeat;
	background-position: center;
    width: 50px;
    height: 50px;	
	z-index: 999;
}

.header .site-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: transparent;
	margin: 0;
    padding: 90px 20px 50px 20px;
	list-style-type: none;
    transition: all 0.3s linear;
    z-index: 99;    
    background: var(--white);
	overflow-y: auto;
	visibility: visible;
	opacity: 1;
	transform: translate(0, -100%);
}

.header .site-menu .menu-actions {
	width: 100%;
	display: block;
	margin: 0 0 30px;
}

.show-nav .header .site-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.header .site-menu .menu {
	margin: 0;
	padding: 0;
    list-style-type: none;
	width: 100%;
}

.header .site-menu .menu li {
	line-height: 100%;
	position: relative;
	text-align: left;
	border-bottom: 1px solid var(--blue);
	margin-top: 10px;
	padding: 0 0 5px;
}

.header .site-menu .menu li:first-child {
	margin-top: 0;
}

.header .site-menu .menu li .menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 38px;
	cursor: pointer;
}

.header .site-menu .menu li .menu-toggle:before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 14px;
	height: 8px;
	background-image: url('./assets/images/dropdown-blue.svg');
	background-repeat: no-repeat;
	background-size: 14px 8px;
	transition: all 0.3s ease;
	transform: rotate(-90deg);
}

.header .site-menu .menu li.active .menu-toggle {
	width: 38px;
}

.header .site-menu .menu li.active .menu-toggle:before {
	transform: rotate(-180deg);
}

.header .site-menu .menu li a {
	font-weight: 400;
	color: var(--blue);
	display: block;
	padding: 9px 0;
	line-height: 110%;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	margin: 4px 0;
	transition: all 0.3s linear;
}

.header .site-menu ul li.menu-item-has-children > a { 
	padding-right: 30px;
}

.header .site-menu .menu .current-menu-item > a,
.header .site-menu .menu .current-page-parent > a,
.header .site-menu .menu li.menu-active > a {
	color: var(--blue);
	text-decoration: none;
}

.header .site-menu .menu li a:hover, 
.header .site-menu .menu li a:focus {
	color: var(--blue);
	text-decoration: none;
}

.header .site-menu .sub-menu {
	margin: 0;
	padding: 1px 0 15px;
	list-style-type: none; 
	display: none;
}

.header .site-menu .menu-item-image {
	display: none;
}

.header .site-menu .menu-item-desc h3 {
	display: none;
}

.header .site-menu .sub-menu li.parent-item {
	color: var(--orange);
	font-size: 1.1em;
}

.header .site-menu .sub-menu li {
	border-bottom: 0px;
	padding: 0;
	margin: 0;
}

.header .site-menu .sub-menu li a {
	padding: 4px 0;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

.header .site-menu .navigation-actions {
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
}

.header .site-menu .navigation-actions .btn {
	width: 100%;
	text-align: center;
}

.header .search-container {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--white);
	margin: 0;
	padding: 90px 20px 50px 20px;
	transition: all 0.3s linear;
	z-index: 98;
	overflow-y: auto;
	visibility: visible;
	opacity: 1;
	transform: translate(0, -100%);
}

.show-search .header .search-container {
	transform: translate(0, 0);
}

.header-search.search-form {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
}

.header-logo .header-search {
	display: none;
}

.header-search.search-form .search-wrap {
	border-bottom: 1px solid var(--blue);
	padding: 0 0 10px;
}

.header-search.search-form input[type="search"] {
	outline: none;
	background-color: var(--offwhite);
    padding: 17px 20px;
	font-size: 18px;
	-webkit-appearance: none;
	appearance: none;
	color: var(--blue);
	font-weight: bold;
	width: 100%;
	transition: all 0.3s ease;
}

.header-search.search-form input[type="search"]:focus {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

.header-search.search-form input[type="search"]::placeholder {
	color: var(--grey);
}

.header-search.search-form .search-btn {
	background-image: url('./assets/images/search-icon-blue.svg');
	background-size: 24px 29px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--offwhite);
	position: absolute;
	border: 0px;
	border-radius: 0%;
	top: 2px;
	right: 2px;
	width: 55px;
	height: 55px;
	outline: none;	
	cursor: pointer;
}

.header-actions {
	display: none;
}

@media only screen and (min-width:600px) {
	
	.admin-bar .header-main {
		top: 46px;
	}

}

@media only screen and (min-width:768px) {
	
	.admin-bar .header-main {
		top: 46px;
	}

	.header-notification-bar {
		padding: 12px 20px;
		font-size: 17px;
	}
	
	.header-logo {
		height: 85px;
		padding: 19px 30px;
	}
	
	.header-logo a {
		width: 120px;
	}
	
	.header .toggle-nav {
		top: 18px;
		right: 180px;
	}

	.header .toggle-search {
		top: 18px;
		right: 230px;	
	}
	
	.header .site-menu {
		padding: 105px 30px 50px 30px;
	}
	
	.header .site-menu .menu li a {
		font-size: 20px;
	}
	
	.header .site-menu .sub-menu li a {
		font-size: 18px;
	}

	.header .site-menu .navigation-actions {
		margin: 50px 0 0 0;
	}

	.header-actions {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 85px;
		padding: 20px 30px 20px 0;
		z-index: 999;
	}

}

@media only screen and (min-width:783px) {

	.admin-bar .header-main {
		top: 32px;
	}

}

@media only screen and (min-width:1280px) { 
	
	.header .container {
		padding: 0 50px;
		display: flex;
		align-items: center;
		gap: 20px;
		justify-content: space-between;
		position: relative;
		width: 100%;
	}
	
	.header-notification-bar {
		padding: 10px 0px; 
		font-size: 18px;
	}

	.header-notification-bar .container {
		display: block;
		height: auto;
	}

	.header-notification-bar .star {
		display: inline-block;
	}
	
	.header-main,
	.show-nav .header-main {
		top: 0;
		height: 126px;
		background: var(--blue);
		box-shadow: 0 3px 15px 0 rgba(0,0,0,0.10);
	}
	
	.admin-bar.show-nav .header-main,
	.admin-bar .header-main {
		top: 32px;
	}

	.header-main .container {
		transition: all 0.3s linear;
	}

	.header-logo {
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
   	 	box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
   	 	text-align: left;
   	 	width: auto;
   	 	padding: 18px 0;
   	 	height: 85px;
		z-index: 9;
   	 	background-color: transparent;
   	 	border: 0px;
		flex: none;
	}
	
	.header-logo a {
	    width: 120px;
	    margin: 0;
	}
	
	.header {
		width: auto;
		padding: 0;
		transition: ease 0.3s all;
	}
	
	.header .site-menu,
	.show-nav .header .site-menu {
	    position: relative;
	    width: 100%;
	    height: 85px;
	    max-width: 100%;
	    display: inline-block;
	    top: auto;
	    left: auto;
	    z-index: 99;
	    padding: 12px 0;
	    visibility: visible;
	    opacity: 1;
	    transition: all 0.3s ease;
	    background: transparent;
	    right: 0;
	    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
   	 	box-shadow: 0 0 0 0 rgba(0,0,0,0.16);
	    filter: none;
	    text-align: right;
	    overflow: visible;
	    transform: none;
	}
	
	.header .site-menu .menu-actions {
		display: none;
	}
	
	.header .site-menu .menu {
		list-style: none;
		margin: 0;
		padding: 0;
	    display: inline-block;
		width: auto;
	}
	
	.header .site-menu .menu li {
		display: inline-block;
		position: relative;
		margin: 0 0 0 20px;
		padding: 10px 0;
		transition: all 0.3s ease;
	}

	.header .site-menu .menu li .menu-toggle {
		display: none;
	}
	
	.header .site-menu .menu li a {
		display: inline-block;
		margin: 0 0 0 18px;
		padding: 9px 0;
		font-size: 20px;
		font-weight: bold;
		position: relative;
		color: var(--white);
	}
	
	.header .site-menu ul li.menu-item-has-children > a {
		padding-right: 25px;
		background-image: url('./assets/images/dropdown-white.svg');
		background-repeat: no-repeat;
		background-size: 14px 8px;
		background-position: right top 18px;
	}
	
	.header .site-menu ul li.menu-item-has-children.current-menu-item > a,
	.header .site-menu ul li.menu-item-has-children.current-menu-parent > a,
	.header .site-menu ul li.menu-item-has-children:hover > a {
		color: var(--white);	
	}
	
	.header .site-menu .menu li a:hover, 
	.header .site-menu .menu li a:focus {
	    color: var(--white);
	}
	
	.header .site-menu .menu .current-menu-item > a, 
	.header .site-menu .menu .current-page-parent > a, 
	.header .site-menu .menu > .current-menu-parent > a {
		color: var(--white);	
	}
	
	.header .site-menu .menu .current-menu-item:hover > a, 
	.header .site-menu .menu .current-page-parent:hover > a, 
	.header .site-menu .menu > .current-menu-parent:hover > a {
		color: var(--white);	
	}
	
	.header .site-menu .sub-menu-container {
	    display: none;
	    position: absolute;
	    background: var(--white);
	    transition: all 0.3s linear;
	    left: 50%;
		top: 100%;
	    z-index: 999;
	    padding: 0;
		border-radius: 8px;
	    margin: -10px 0 0;
		transform: translateX(-50%);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		overflow: hidden;
		width: 340px;
	}

	.header .site-menu .sub-menu-container.with-image {
		width: 560px;		
	}

	.header .site-menu .sub-menu-inner {
		display: flex;
		align-items: stretch;
		gap: 0;
	}

	.header .site-menu .menu-item-image {
		flex: none;
		width: 220px;
		display: flex;
	}

	.header .site-menu .menu-item-image .menu-image {
		display: flex;
		flex: 1;
		padding: 0;
		margin: 0;
	}

	.header .site-menu .menu-item-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		flex: 1;
	}

	.header .site-menu .menu-item-desc {
		flex: 1;
        min-height: 200px;
        padding: 25px;
	}

	.header .site-menu .menu-item-desc h3 {
		margin: 0 0 12px;
		font-size: 17px;
		color: var(--blue);
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		font-family: 'Albert-sans-font', sans-serif;
	}

	.header .site-menu .sub-menu {
		display: block !important;
		position: relative;
		background: transparent;
		width: auto;
		padding: 0;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
		transform: none;
		list-style: none;
	}

	.header .site-menu ul li:hover .sub-menu-container li {
		display: block;
		padding: 0;
	}
	
	.header .site-menu ul li .sub-menu li {
		display: block;
	    margin: 0;
	    width: 100%;
		float: none;
		text-align: left;
		position: relative;
		z-index: 1;
	}
	
	.header .site-menu ul li .sub-menu li a {
		font-size: 17px;
		width: 100%;
		padding: 5px 0px;
		color: var(--grey);
		display: block;
		text-decoration: none;
		margin: 0;
		text-align: left;
		background-color: transparent;
		line-height: 125%;
		text-transform: none;
		font-weight: 400;
		border-bottom: 0px;
	}
	
	.header .site-menu ul li .sub-menu li a:before,
	.header .site-menu ul li .sub-menu li a:after {
		display: none;
	}
	
	.header .site-menu ul li .sub-menu li:hover > a {
		background-color: transparent;
	    color: var(--blue);
	}
	
	.header .site-menu ul li .sub-menu li.menu-item-has-children > a {
		background-image: none;
	}
	
	.header .site-menu .menu .sub-menu .current-menu-item > a, 
	.header .site-menu .menu .sub-menu .current-page-parent > a {
		background-color: transparent;
		color: var(--blue);
	}
	
	.header .site-menu ul li .sub-menu li:after {
		display: none;
	}
	
	.header .site-menu ul li.two-columns .sub-menu {
		display: flex !important;
		flex-wrap: wrap;
	}
	
	.header .site-menu ul li.two-columns > .sub-menu-container > .sub-menu-inner > .sub-menu > .menu-item {
		width: 50%;
	}
	
	.header .site-menu .sub-menu .sub-menu {
		position: relative;
		padding: 0;
		margin: 0 0 10px;
	}

	
	.header .site-menu .sub-menu .sub-menu li a {
		font-size: 15px;
	}
	
	
	.header .site-menu ul li:hover .sub-menu-container {
		display: block;
	}

	.header .site-menu .navigation-actions {
		display: none;
	}
	
	.header .toggle-nav {
		display: none;
	}

	.header .search-container {
		display: none;
        position: absolute;
        top: 75px;
        left: auto;
        right: 50px;
        width: 400px;
        height: auto;
        bottom: auto;
        background: var(--white);
        padding: 20px;
        overflow: visible;
        transform: none;
        z-index: 998;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
	}

	.show-search .header .search-container {
		display: block;
		transform: none;
	}

	.header-search.search-form .search-wrap {
		padding: 0;
		border-bottom: 0px;
	}

	
	.header .toggle-search {
		display: block;
		position: absolute;
		top: 50%;
		right: 210px;
		width: 34px;
		height: 34px;
		transform: translateY(-50%);
	}
	
	.header-actions {
        display: flex;
        flex: none;
        gap: 10px;
        align-items: center;
		position: relative;
		padding: 0;
	}
	
	.header-search.search-form {
		width: 100%;
		display: block;
		margin: 0;
	}
	
	.header-search.search-form input[type="search"] {
		margin: 0;
		padding: 12px 20px;
	}

	.header-search.search-form .search-btn {
		width: 45px;
		height: 45px;
	}
	

}

@media only screen and (min-width:1440px) { 
	
	
	.header .site-menu .menu li {
		margin: 0 0 0 30px;
	}
	
}


/***************************
       PAGE CONTENT
***************************/

.main {
	min-height: calc(100vh - 500px);
}

.block-item {
	padding: 1px 0 10px;
	position: relative;
}

.block-item .container {
	position: relative;
	z-index: 2;
}

.block-item:first-child {
	padding-top: 30px;
}

.block-item.bg-white + .block-item:not(.bg-white),
.block-item.bg-xlightblue + .block-item:not(.bg-xlightblue),
.block-item.bg-blue + .block-item:not(.bg-blue),
.block-item.bg-pink + .block-item:not(.bg-pink),
.block-item.bg-image + .block-item:not(.bg-image) {
	padding-top: 30px;
}

.block-item.text-center {
	text-align: center;
}

.block-item.no-padding-top {
	padding-top: 0px;
}

.bg-white {
	background-color: var(--white);
}

.bg-xlightblue {
	background-color: var(--xlightblue);
}

.bg-blue {
	background-color: var(--blue);
	color: var(--white);
}

.bg-blue h2,
.bg-blue h3,
.bg-blue h4 {
	color: var(--white);
}

.bg-pink {
	background-color: var(--pink);
	color: var(--white);
}

.bg-pink h2,
.bg-pink h3 {
	color: var(--white);
}

.block-intro p {
	font-weight: bold;
}

.block-image-text.image-left-bottom .row,
.block-image-text.image-right-bottom .row {
	flex-direction: column-reverse;
}

.block-image-text .image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 0 30px;
}

.block-image-text .image img {
	width: 100%;
	display: block;
}

.block-image-text .content {
	position: relative;
}

.block-gallery.gallery-left-bottom .row,
.block-gallery.gallery-right-bottom .row {
	flex-direction: column-reverse;;
}

.block-gallery .column:nth-child(2) {
	align-self: center;
}

.block-gallery .gallery-swiper {
	margin: 0 auto 20px;
	border-radius: 8px;
	width: 100%;
	max-width: 750px;
}

.block-gallery .gallery-swiper .image-outer {
	padding-bottom: 85%;
	position: relative;
}

.block-gallery .gallery-swiper .image {
	width: 100%;
	display: block;
	position: relative;
}

.block-gallery .gallery-swiper .image img {
	width: 100%;
	display: block;
}

.block-gallery .gallery-swiper .swiper-pagination-bullets {
	position: absolute;
	bottom: 30px;
}

.block-gallery .gallery-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: var(--lightblue);
	opacity: 1;
	border-radius: 14px;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.block-gallery .gallery-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--blue);
	width: 22px;
}

.block-gallery .gallery-swiper .gallery-swiper-next,
.block-gallery .gallery-swiper .gallery-swiper-prev {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--pink);
	background-image: url('./assets/images/arrow-right-white.svg');
	background-size: 10px 19px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	left: auto;
	right: 20px;
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 9;
}

.block-gallery .gallery-swiper .gallery-swiper-prev {
	background-image: url('./assets/images/arrow-left-white.svg');
	right: auto;
	left: 20px;
}

.block-gallery .gallery-swiper .gallery-swiper-next:hover,
.block-gallery .gallery-swiper .gallery-swiper-prev:hover {
	background-color: var(--pink-hover);
}

.block-featured .inner {
	padding: 20px 20px 1px;
	border-radius: 8px;
	margin: 0 0 30px;
}

.block-full-width-image {
	height: 450px;
	overflow: hidden;
}

.block-full-width-image::before,
.block-full-width-image::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url('./assets/images/wave-white-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 2;
	pointer-events: none;
}

.block-full-width-image::after {
	background-image: url('./assets/images/wave-white-top.svg');
	top: -1px;
	bottom: auto;	
}

.block-full-width-image .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-full-width-image .background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-image-text-blocks .items {
	padding: 1px 0 0;
}

.block-image-text-blocks .item {
	margin: 0 0 30px;
	padding: 140px 0 0;
	text-align: left;
	position: relative;
}

.block-image-text-blocks .item h2:after {
	content: '';
    width: 100%;
    height: 3px;
    background-color: var(--teal);
    display: block;
    margin: 15px 0 0;
}

.block-image-text-blocks .image {
    position: absolute;
	border-radius: 50%;
	overflow: hidden;
    margin: 0;
	width: 280px;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}

.block-image-text-blocks .image img {
	width: 100%;
	display: block;
}

.block-image-text-blocks .content {
	padding: 160px 20px 1px;
	background-color: var(--darkblue);
	background-image: url('./assets/images/wave-pattern.svg');
	background-repeat: repeat;
	background-size: cover;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.block-image-text-blocks.bg-darkblue .content {
	box-shadow: none;
}

.block-image-blocks .blocks-swiper {
	padding: 20px 40px;
	margin: 0 -15px 30px;
	width: calc(100% + 30px);
}

.block-image-blocks .blocks-swiper .swiper-wrapper {
	margin: 0 0 20px;
}

.block-image-blocks .blocks-swiper .swiper-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
}

.block-image-blocks .blocks-swiper  .swiper-slide {
	height: auto;
}

.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-prev,
.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-next {
	display: block;
	width: 44px;
	height: 44px;
	background-color: transparent;
	background-image: url('./assets/images/arrow-right-blue.svg');
	background-size: 17px 29px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	transition: all 0.3s ease;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-prev {
	background-image: url('./assets/images/arrow-left-blue.svg');
}

.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-prev:not(.swiper-button-disabled):hover,
.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-next:not(.swiper-button-disabled):hover {
	transform: scale(1.2);
}

.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-prev.swiper-button-disabled,
.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: default;
}

.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-prev.swiper-button-lock,
.block-image-blocks .blocks-swiper .swiper-nav .blocks-swiper-next.swiper-button-lock {
	display: none;
}

.block-image-blocks .item {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	background-color: var(--blue);
	color: var(--white);
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3 ease;
	text-align: left;
}

.block-image-blocks .item .image {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
	display: block;
	flex: none;
}

.block-image-blocks .item .image:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 13px;
	background-image: url('./assets/images/wave-blue-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;	
	transition: all 0.3s ease;
}

.block-image-blocks .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.block-image-blocks .item:hover .image img {
	transform: translateY(-10px);
	opacity: 0.5;
}

.block-image-blocks .item:hover .image:before {
	transform: translateY(-10px);	
}

.block-image-blocks .item .image .label {
    position: absolute;
    bottom: 0px;
    left: 20px;
    max-width: calc(100% - 40px);
    z-index: 2;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
    background-color: var(--white);
    color: var(--pink);
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
	font-weight: bold;	
}

.block-image-blocks .item .content {
	flex: 1;
	padding: 25px 20px 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
}

.block-image-blocks .item .content .top {
	width: 100%;
	flex: 1;
}

.block-image-blocks .item h3 {
	margin: 0;
	padding: 20px;
	color: var(--white);
	flex: 1;
	display: block;
    align-items: center;
    align-content: flex-end;
	font-size: 18px	;
}

.block-image-blocks .item h3 .arrow {
	display: inline-block;
	width: 7px;
	height: 11px;
	background-image: url('./assets/images/arrow-right-white.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
    transform: translate(10px, 0px);
	transition: all 0.3s ease;
}

.block-image-blocks .item:hover h3 .arrow {
	transform: translate(15px, 0px);
}

.block-image-blocks .item h3 .arrow:before {
    content: ' ';
}

.block-image-blocks .image-blocks-swiper {
	padding: 0 0 30px;
}

.block-image-blocks .image-blocks-swiper .swiper-pagination-bullets {
	position: relative;
	bottom: auto;
	margin: 20px 0 0;
}

.block-image-blocks .image-blocks-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 3px;
	background-color: var(--cream);
	border: 2px solid var(--darkgreen);
	opacity: 1;
}

.block-image-blocks .image-blocks-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--darkgreen);
}

.block-icon-slider .item .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
}

.block-icon-slider .item .icon img {
	width: 100%;
	display: block;
}

.block-icon-slider .icon-swiper {
	margin: 0 0 30px;
}

.block-icon-slider .icon-swiper .swiper-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-prev,
.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-next {
	display: block;
	width: 44px;
	height: 44px;
	background-color: transparent;
	background-image: url('./assets/images/arrow-right-pink.svg');
	background-size: 17px 29px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	transition: all 0.3s ease;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-prev {
	background-image: url('./assets/images/arrow-left-pink.svg');
}

.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-prev:hover,
.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-next:hover {
	transform: scale(1.2);
}

.block-offers .offers-swiper {
	padding: 20px 50px;
	margin: 0 -15px 30px;
	width: calc(100% + 30px);
}

.block-offers .offers-swiper .swiper-wrapper {
	margin: 0 0 20px;
}

.block-offers .offers-swiper .swiper-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
}

.block-offers .offers-swiper  .swiper-slide {
	height: auto;
}

.block-offers .offers-swiper .swiper-nav .offers-swiper-prev,
.block-offers .offers-swiper .swiper-nav .offers-swiper-next {
	display: block;
	width: 44px;
	height: 44px;
	background-color: transparent;
	background-image: url('./assets/images/arrow-right-blue.svg');
	background-size: 17px 29px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	transition: all 0.3s ease;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.block-offers .offers-swiper .swiper-nav .offers-swiper-prev {
	background-image: url('./assets/images/arrow-left-blue.svg');
}

.block-offers .offers-swiper .swiper-nav .offers-swiper-prev:not(.swiper-button-disabled):hover,
.block-offers .offers-swiper .swiper-nav .offers-swiper-next:not(.swiper-button-disabled):hover {
	transform: scale(1.2);
}

.block-offers .offers-swiper .swiper-nav .offers-swiper-prev.swiper-button-disabled,
.block-offers .offers-swiper .swiper-nav .offers-swiper-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: default;
}

.block-offers .offers-swiper .swiper-nav .offers-swiper-prev.swiper-button-lock,
.block-offers .offers-swiper .swiper-nav .offers-swiper-next.swiper-button-lock {
	display: none;
}

.block-featured-holidayhome h4 {
	color: var(--orange);
}

.block-featured-holidayhome .holidayhome-swiper {
	padding: 20px 50px;
	margin: 0 -15px 30px;
	width: calc(100% + 30px);
}

.block-featured-holidayhome .holidayhome-swiper .swiper-wrapper {
	margin: 0 0 20px;
}

.block-featured-holidayhome .holidayhome-swiper .swiper-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
}

.block-featured-holidayhome .holidayhome-swiper  .swiper-slide {
	height: auto;
}

.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-prev,
.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-next {
	display: block;
	width: 44px;
	height: 44px;
	background-color: transparent;
	background-image: url('./assets/images/arrow-right-blue.svg');
	background-size: 17px 29px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	transition: all 0.3s ease;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-prev {
	background-image: url('./assets/images/arrow-left-blue.svg');
}

.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-prev:not(.swiper-button-disabled):hover,
.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-next:not(.swiper-button-disabled):hover {
	transform: scale(1.2);
}

.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-prev.swiper-button-disabled,
.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: default;
}

.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-prev.swiper-button-lock,
.block-featured-holidayhome .holidayhome-swiper .swiper-nav .holidayhome-swiper-next.swiper-button-lock {
	display: none;
}

.block-reviews-slider .inner {
	overflow: hidden;
	border-radius: 8px;
	margin: 0 0 30px
}

.block-reviews-slider .inner .top {
	position: relative;
	overflow: hidden;
	padding: 10px 20px 1px;
	text-align: center;
}

.block-reviews-slider .inner .top:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 13px;
	background-image: url('./assets/images/wave-white-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;	
	transition: all 0.3s ease;
}

.block-reviews-slider .inner .top h2 {
	margin: 0 0 5px;
}

.block-reviews-slider .inner .top p {
	margin: 0 0 15px;
}

.block-reviews-slider .inner .content {
	overflow: hidden;
}

.block-reviews-slider .reviews-swiper {
	padding: 20px;
	overflow: visible;
	margin: 0;
}

.block-reviews-slider .swiper-wrapper {
	margin: 0 0 20px;
}

.block-reviews-slider .reviews-swiper .swiper-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0;
}

.block-reviews-slider .reviews-swiper .swiper-nav .reviews-swiper-prev,
.block-reviews-slider .reviews-swiper .swiper-nav .reviews-swiper-next {
	display: block;
	width: 44px;
	height: 44px;
	background-color: transparent;
	background-image: url('./assets/images/arrow-right-blue.svg');
	background-size: 17px 29px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	transition: all 0.3s ease;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.block-reviews-slider .reviews-swiper .swiper-nav .reviews-swiper-prev {
	background-image: url('./assets/images/arrow-left-blue.svg');
}

.block-reviews-slider .reviews-swiper .swiper-nav .reviews-swiper-prev:not(.swiper-button-disabled):hover,
.block-offers .offers-swiper .swiper-nav .offers-swiper-next:not(.swiper-button-disabled):hover {
	transform: scale(1.2);
}

.block-reviews-slider .reviews-swiper .swiper-nav .reviews-swiper-prev.swiper-button-disabled,
.block-reviews-slider .reviews-swiper .swiper-nav .reviews-swiper-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: default;
}

.block-reviews-slider .reviews-swiper .swiper-nav .reviews-swiper-prev.swiper-button-lock,
.block-reviews-slider .reviews-swiper .swiper-nav .reviews-swiper-next.swiper-button-lock {
	display: none;
}

.block-certificates-slider {
	overflow: hidden;
}

.block-certificates-slider .logo-swiper {
	padding: 0;
	margin: 0 0 20px;
	width: 100%;
}

.block-certificates-slider .logo-swiper .swiper-wrapper {
	align-items: center;
}

.block-certificates-slider .logo-swiper .swiper-slide {
	width: 120px;
}

.block-certificates-slider .icon {
	width: 105px;
	height: 113px;
}

.block-certificates-slider .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.block-newsletter .inner {
	padding: 20px 20px 1px;
	border-radius: 8px 8px 90px 0px;
	margin: 0 0 30px;
}

.block-newsletter .inner .image {
	width: 100%;
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	border-radius: 8px 8px 90px 0px;
	display: none;
}

.block-newsletter .inner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-stats {
	position: relative;
	padding: 20px 0 1px !important;
}

.block-stats .stats-list {
	padding: 0;
	margin: 0 0 20px;
}

.block-stats .stats-list .stat-item {
	border-bottom: 1px solid var(--white);
	columns: var(--white);
	display: flex;
	gap: 20px;
	align-items: center;
	padding: 10px 20px;
	line-height: 140%;
}

.block-stats .stats-list .stat-item .icon {
	width: 40px;
	height: 40px;
	flex: none;
}

.block-stats .stats-list .stat-item .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.block-stats .stats-list .stat-item .number {
	font-family: 'ChunkFive-font', serif;
	font-size: 16px;
	font-weight: 400;
}

.block-divider {
	padding: 0 !important;
	overflow: hidden;
	height: 50px;
	background-color: var(--white);
}

.block-item.bg-white + .block-divider {
	background-color: var(--white);
}

.block-item.bg-xlightblue + .block-divider {
	background-color: var(--xlightblue);
}

.block-item.bg-blue + .block-divider {
	background-color: var(--blue);
}

.block-divider .wave {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url('./assets/images/wave-white-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 2;
	pointer-events: none;
}

.block-divider .wave.color-blue {
	background-image: url('./assets/images/wave-blue-bottom.svg');	
}

.block-divider .wave:before {
	content: '';
	width: 100%;
	top: calc(100% - 1px);
	background-color: var(--white);
	position: absolute;
	height: 21px;
}

.block-divider .wave.color-xlightblue:before {
	background-color: var(--xlightblue);
}

.block-divider .wave.color-blue:before {
	background-color: var(--blue);
}

@media only screen and (min-width:768px) {

	.block-item {
		padding: 1px 0 40px;
	}

	.block-item:first-child {
		padding-top: 60px;
	}

	.block-item.no-padding-top {
		padding-top: 0px;
	}

	.block-item.bg-white + .block-item:not(.bg-white),
	.block-item.bg-xlightblue + .block-item:not(.bg-xlightblue),
	.block-item.bg-blue + .block-item:not(.bg-blue),
	.block-item.bg-pink + .block-item:not(.bg-pink),
	.block-item.bg-image + .block-item:not(.bg-image) {
		padding-top: 60px;
	}

	.block-image-text.image-right .row,
	.block-image-text.image-right-bottom .row {
		flex-direction: row-reverse;
	}

	.block-image-text.image-left-bottom .row {
		flex-direction: row;
	}

	.block-featured .inner {
		padding: 30px 30px 10px;
	}

	.block-full-width-image {
		height: 550px;
	}

	.block-full-width-image::before,
	.block-full-width-image::after {
		height: 70px;
	}

	.block-image-text-blocks .item {
		margin: 80px 0 50px;
		padding: 0;
	}

	.block-image-text-blocks .item:first-child {
		margin-top: 10px;
	}

	.block-image-text-blocks .item:nth-child(even) {
		text-align: right;
	}

	.block-image-text-blocks .item .image {
		transform: none;
		left: 0;
		top: 50%;
		transform: translate(0%, -50%);
		z-index: 2;
	}

	.block-image-text-blocks .item:nth-child(odd) .image {
		right: 0;
		left: auto;
	}

	.block-image-text-blocks .item h2 {
		margin: 0 0 30px;
	}

	.block-image-text-blocks .item h2:after {
		width: calc(100% + 160px);
		position: relative;
	}

	.block-image-text-blocks .item:nth-child(even) h2:after {
		left: -160px;
	}

	.block-image-text-blocks .item .content {
		padding: 30px 190px 5px 30px;
		min-height: 300px;
		margin: 0 140px 0 0;
	}

	.block-image-text-blocks .item:nth-child(even) .content {
		margin: 0 0 0 140px;
		padding: 30px 30px 5px 190px;
	}

	.block-link-blocks .item {
		padding: 30px 30px 10px;
	}

	.block-steps .row {
		margin: 0;
	}

	.block-steps .item:before {
		top: 50%;
		left: -22px;
		transform: translate(-50%, -50%);
		background-image: url('./assets/images/arrow-right-green.svg');
		background-size: 21px 39px;
		width: 40px;
		height: 40px;
	}

	.block-image-blocks .blocks-swiper {
		padding: 20px 80px;
		margin: 0 -30px 30px;
		width: calc(100% + 60px);
	}

	.block-image-blocks .item h3 {
		font-size: 20px;
		min-height: 80px;
	}

	.block-offers .offers-swiper {
		padding: 20px 50px;
		margin: 0 -30px 30px;
		width: calc(100% + 60px);
	}

	.block-featured-holidayhome .holidayhome-swiper {
		padding: 20px 50px;
		margin: 0 -30px 30px;
		width: calc(100% + 60px);
	}

	.block-featured-holidayhome .holidayhome-swiper .swiper-nav {
		justify-content: flex-end;
	}

	.block-reviews-slider .inner .top {
		padding: 20px 30px 30px;
		text-align: right;
	}

	.block-reviews-slider .inner .top:before {
		height: 40px;
	}

	.block-reviews-slider .reviews-swiper {
		padding: 30px;
	}

	.block-certificates-slider .logo-swiper .swiper-slide {
		width: 160px;
	}

	.block-certificates-slider .icon {
		width: 140px;
		height: 150px;
	}

	.block-newsletter .inner {
		display: flex;
		gap: 30px;
		width: 100%;
		padding: 30px;
	}

	.block-newsletter .inner .image {
		display: block;
		position: relative;
		width: 40%;
		align-self: stretch;
		flex: none;
		margin: 0;
	}

	.block-newsletter .inner .image img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.block-newsletter .inner .content {
		width: 60%;
	}

	.block-stats {
		padding: 20px 0 1px !important;
	}

	.block-stats .stats-list {
		display: flex;
		flex-wrap: nowrap;
	}

	.block-stats .stats-list .stat-item {
		flex: auto;
		border-bottom: none;
		border-right: 1px solid var(--white);
		justify-content: center;
	}

	.block-stats .stats-list .stat-item:last-child {
		border-right: none;
	}

	.block-stats .stats-list .stat-item {
		gap: 10px;
		line-height: 150%;
		padding: 10px;
	}

	.block-stats .stats-list .stat-item .icon {
		width: 70px;
		height: 70px;
	}

	.block-stats .stats-list .stat-item .number {
		font-size: 26px;
	}

	.block-divider {
		height: 100px;
	}

	.block-divider .wave {
		bottom: 30px;
		height: 70px;
	}

	.block-divider .wave:before {
		height: 31px;
	}

}

@media only screen and (min-width:1024px) {

	.block-item {
		padding: 1px 0 60px;
	}

	.block-item:first-child {
		padding-top: 80px;
	}

	.block-item.no-padding-top {
		padding-top: 0px;
	}

	.block-item.bg-white + .block-item:not(.bg-white),
	.block-item.bg-xlightblue + .block-item:not(.bg-xlightblue),
	.block-item.bg-blue + .block-item:not(.bg-blue),
	.block-item.bg-pink + .block-item:not(.bg-pink),
	.block-item.bg-image + .block-item:not(.bg-image) {
		padding-top: 80px;
	}

	.block-image-text .image {
		margin: 0 0 30px;
	}

	.block-image-text .image .label {
		font-size: 20px;
		padding: 15px 10px;
	}

	.block-gallery.gallery-left-bottom .row {
		flex-direction: row;
	}

	.block-gallery.gallery-right .row,
	.block-gallery.gallery-right-bottom .row {
		flex-direction: row-reverse;
	}

	.block-gallery .gallery-swiper {
		margin: 0 0 50px;
	}

	.block-gallery .gallery-swiper .gallery-swiper-next,
	.block-gallery .gallery-swiper .gallery-swiper-prev {
		width: 50px;
		height: 50px;
		background-size: 13px 24px;
		left: auto;
		right: 30px;
		transition: all 0.3s ease;
	}

	.block-gallery .gallery-swiper .gallery-swiper-prev {
		right: auto;
		left: 30px;
	}

	.block-featured .inner {
		padding: 40px 40px 20px;
	}

	.block-full-width-image {
		height: 650px;
	}

	.block-full-width-image::before,
	.block-full-width-image::after {
		height: 110px;
	}

	.block-image-text-blocks .item {
		margin: 80px 0 50px;
	}

	.block-image-text-blocks .item:first-child {
		margin-top: 10px;
	}

	.block-image-text-blocks .item .image {
		width: 400px;
	}

	.block-image-text-blocks .item h2:after {
		width: calc(100% + 200px);
	}

	.block-image-text-blocks .item:nth-child(even) h2:after {
		left: -200px;
	}

	.block-image-text-blocks .item .content {
		padding: 40px 240px 15px 40px;
		min-height: 300px;
		margin: 0 200px 0 0;
	}

	.block-image-text-blocks .item:nth-child(even) .content {
		margin: 0 0 0 200px;
		padding: 40px 40px 15px 240px;
	}

	.block-icon-slider .icon-swiper {
		margin: 0 -50px 30px;
		width: calc(100% + 100px);
		padding: 0 50px;
	}

	.block-icon-slider .icon-swiper .swiper-nav {
		position: initial;
	}

	.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-prev,
	.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: auto;
		right: 0;
	}

	.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-prev {
		right: auto;
		left: 0;
	}

	.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-prev:hover,
	.block-icon-slider .icon-swiper .swiper-nav .icon-swiper-next:hover {
		transform: translateY(-50%) scale(1.2);
	}

	.block-image-blocks .blocks-swiper {
		padding: 20px 60px;
		margin: 0 -50px 30px;
		width: calc(100% + 100px);
	}

	.block-offers .offers-swiper {
		padding: 20px 50px;
		margin: 0 -50px 30px;
		width: calc(100% + 100px);
	}

	.block-featured-holidayhome .holidayhome-swiper {
		padding: 20px 5px;
		margin: 0 0 30px;
		width: calc(100% + 10px);
	}

	.block-reviews-slider .inner .top {
		padding: 30px 40px 50px 40%;
		text-align: center;
	}

	.block-reviews-slider .inner .top:before {
		height: 80px;
	}

	.block-reviews-slider .reviews-swiper {
		padding: 40px;
	}

	.block-newsletter .inner {
		padding: 40px;
		gap: 40px;
	}

	.block-newsletter .inner .image {
		width: 35%;
		min-height: 450px;
	}

	.block-newsletter .inner .content {
		width: 65%;
	}

	.block-stats {
		padding: 20px 0 1px !important;
	}

	.block-stats .stats-list .stat-item {
		gap: 10px;
	}

	.block-stats .stats-list .stat-item .icon {
		width: 90px;
		height: 90px;
	}

	.block-stats .stats-list .stat-item .number {
		font-size: 32px;
	}

	.block-divider {
		height: 150px;
	}

	.block-divider .wave {
		bottom: 40px;
		height: 110px;
	}

	.block-divider .wave:before {
		height: 41px;
	}

}

@media only screen and (min-width:1280px) {

	.block-featured .inner {
		padding: 40px 60px 20px;
	}

	.block-image-text-blocks .item {
		margin: 120px 0 90px;
	}

	.block-image-text-blocks .item:first-child {
		margin-top: 10px;
	}

	.block-image-text-blocks .item .image {
		width: 440px;
	}

	.block-image-text-blocks .item h2:after {
		width: calc(100% + 200px);
	}

	.block-image-text-blocks .item:nth-child(even) h2:after {
		left: -200px;
	}

	.block-image-text-blocks .item .content {
		padding: 50px 260px 25px 60px;
		min-height: 350px;
		margin: 0 220px 0 0;
	}

	.block-image-text-blocks .item:nth-child(even) .content {
		margin: 0 0 0 220px;
		padding: 50px 60px 25px 260px;
	}

	.block-newsletter .inner {
		padding: 40px 40px 40px 60px;
		gap: 60px;
	}

}

/***************************
            PAGE
***************************/

.page-top {
	min-height: 400px;
	background-color: var(--xdarkblue);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	padding: 40px 0 60px;
}

.page-top::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url('./assets/images/wave-white-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 2;
	pointer-events: none;
}

.page-top-slider:before {
	display: none;
}

.page-top .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
}

.page-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-top .inner {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.page-top .inner h1 {
	margin: 0;
	color: var(--white);
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
}

.page-top .hero-swiper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.page-top .hero-swiper .swiper-pagination-bullets {
	position: absolute;
	bottom: 30px;
}

.page-top .hero-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: var(--lightblue);
	opacity: 1;
	border-radius: 14px;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.page-top .hero-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--blue);
	width: 22px;
}

.page-top .header-swiper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.page-top .header-swiper .swiper-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 130px;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(0deg, rgba(41, 81, 137, 0) 0%, rgba(41, 81, 137, 0.33) 50%, rgba(41, 81, 137, 0.33) 75%);
	z-index: 2;
}


.page-top .header-swiper .swiper-buttons {
	position: absolute;
	bottom: 45%;
	width: 100%;
	display: block;
}

.page-top .header-swiper .swiper-buttons .container {
	position: relative;
}

.page-top .header-swiper .swiper-button-next,
.page-top .header-swiper .swiper-button-prev {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--darkteal);
	background-image: url('./assets/images/arrow-right.svg');
	background-size: 13px 24px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	left: auto;
	right: 30px;
	transition: all 0.3s ease;
}

.page-top .header-swiper .swiper-button-prev {
	transform: rotate(-180deg);
	right: auto;
	left: 30px;
}

.page-top .header-swiper .swiper-button-next:hover,
.page-top .header-swiper .swiper-button-prev:hover {
	background-color: var(--darkteal);
	background-image: url('./assets/images/arrow-right-green.svg');
}

.page-top .header-swiper .swiper-button-next:after,
.page-top .header-swiper .swiper-button-prev:after {
	display: none;
}

.page-top .header-swiper .swiper-pagination-bullets {
	position: absolute;
	bottom: 20px;
}

.page-top .header-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 2px solid var(--white);
	opacity: 1;
}

.page-top .header-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--white);
}

.page-top .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-top .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-top-simple {
	min-height: 150px;
	display: flex;
	flex-wrap: wrap;
	background-color: var(--blue);
}

@media only screen and (min-width:768px) {

	.page-top {
		min-height: 500px;
		padding: 50px 0 90px;
	}

	.page-top::after {
		height: 70px;
	}

	.page-top .inner .wave {
		width: 500px;
		height: 77px;
	}

	.page-top .hero-swiper .swiper-pagination-bullets {
		bottom: 60px;
	}

	.page-top-simple {
		min-height: 300px;
	}

}

@media only screen and (min-width:1024px) {

	.page-top {
		min-height: 600px;
		padding: 60px 0 120px;
	}

	.page-top::after {
		height: 110px;
	}

	.page-top .hero-swiper .swiper-pagination-bullets {
		bottom: 100px;
	}

	.page-top-simple {
		min-height: 350px;
	}

}

@media only screen and (min-width:1180px) {

	.page-top {
		padding: 60px 0 150px;
	}

	.page-top:before {
		height: 350px;
	}

	.page-top .inner .wave {
		width: 700px;
		height: 107px;
	}

	.page-top .header-swiper .swiper-wrapper:before {
		height: 350px;
	}

	.page-top-simple {
		min-height: 350px;
	}

}

@media only screen and (min-width:1280px) {

	.page-top .header-swiper .swiper-button-next,
	.page-top .header-swiper .swiper-button-prev {
		width: 64px;
		height: 64px;
		background-size: 16px 34px;
	}

	.page-top .header-swiper .swiper-button-next {
		right: 50px;
	}

	.page-top .header-swiper .swiper-button-prev {
		left: 50px;
	}

}

@media only screen and (min-width:1440px) {

	.page-top {
		min-height: 600px;
	}

	.page-top .header-swiper .swiper-pagination-bullets {
		bottom: 40px;
	}

	.page-top-simple {
		min-height: 350px;
	}
}

@media only screen and (min-width:1600px) {

	.page-top {
		min-height: 650px;
	}

	.page-top-simple {
		min-height: 350px;
	}

}

@media only screen and (min-width:2000px) {

	.page-top {
		min-height: 700px;
	}

	.page-top-simple {
		min-height: 350px;
	}

}

/***************************
            HOME
***************************/

.home-top {
	height: 400px;
	background-color: var(--xdarkblue);
	position: relative;
	overflow: hidden;
	display: block;
}

.home-top::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url('./assets/images/wave-white-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 2;
	pointer-events: none;
}

.home-top .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
}

.home-top .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-top .hero-swiper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.home-top .hero-swiper .swiper-pagination-bullets {
	position: absolute;
	bottom: 30px;
}

.home-top .hero-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: var(--lightblue);
	opacity: 1;
	border-radius: 14px;
	transition: width 0.3s ease, background-color 0.3s ease;
}

.home-top .hero-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--blue);
	width: 22px;
}

@media only screen and (min-width:768px) {

	.home-top {
		height: 500px;
	}

	.home-top::after {
		height: 70px;
	}

	.home-top .hero-swiper .swiper-pagination-bullets {
		bottom: 60px;
	}

}

@media only screen and (min-width:1024px) {

	.home-top {
		min-height: 600px;
	}

	.home-top::after {
		height: 110px;
	}

	.home-top .hero-swiper .swiper-pagination-bullets {
		bottom: 100px;
	}

}

@media only screen and (min-width:1180px) {

	.home-top {
		height: 80vh;
		padding: 260px 0 40px;
	}




}


@media only screen and (min-width:1440px) {

	.home-top {
		height: 600px;
	}

}

@media only screen and (min-width:1600px) {

	.home-top {
		height: 650px;
	}

}

@media only screen and (min-width:2000px) {

	.home-top {
		height: 700px;
	}


}

/***************************
            FAQ
***************************/

.faq-loop .faq-items {
	margin: 20px 0 30px;
}

.faq-loop .faq-cat-list {
	margin: 0;
}

.faq-loop .faq-item {
	margin: 0 0 5px;
	text-align: left;
	border: 2px solid var(--teal);
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-loop .faq-item:hover {
	background-color: var(--white);
}

.faq-loop .faq-item.open {
	background-color: var(--white);
	color: var(--xdarkblue);
}

.faq-loop .faq-item p {
	margin: 0 0 15px;
}

.faq-loop .faq-item .faqitem__question {
	background-color: transparent;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq-loop .faq-item .faqitem__question:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
    background-image: url('./assets/images/arrow-right.svg');
	background-position: center;
	background-size: 10px 19px;
	background-repeat: no-repeat;
	margin: 0;
	top: 14px;
	right: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq-loop .faq-item:hover .faqitem__question:before {
    background-image: url('./assets/images/arrow-right-teal.svg');
}

.faq-loop .faq-item.open .faqitem__question:before {
	transform: rotate(90deg);
    background-image: url('./assets/images/arrow-right-teal.svg');
}

.faq-loop .faq-item .faqitem__question h3 {
	color: var(--white);
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.3s ease;
	padding: 13px 35px 10px 15px;
	margin: 0;
}

.faq-loop .faq-item:hover .faqitem__question h3,
.faq-loop .faq-item.open .faqitem__question h3 {
	color: var(--xdarkblue);
}

.faq-loop .faq-item .faqitem__answer {
	padding: 0px 15px 1px;
	display: none;
}

.faq-intro .search-container {
	margin: 30px auto 20px;
	width: 100%;
	max-width: 450px;
}

.faq-intro .search-container input {
	border-color: var(--white);
	background-image: url('./assets/images/search.svg');
	background-position: right 10px center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-right: 40px;

}

.faq-intro .search-container ::-webkit-input-placeholder {
	color: rgba(31, 54, 60, 0.7)
}

.faq-intro .search-container ::-moz-placeholder {
	color: rgba(31, 54, 60, 0.7)
}

.faq-intro .search-container :-ms-input-placeholder {
	color: rgba(31, 54, 60, 0.7)
}

.faq-intro .search-container :-moz-placeholder {
	color: rgba(31, 54, 60, 0.7)
}


.faq-intro .searched-answer {
    border: 2px solid var(--teal);
    text-align: left;
    padding: 0px;
	display: none;
	background-color: var(--darkteal);
}

.faq-intro .searched-answer:hover {
	background-color: var(--darkteal);
}

.faq-intro .searched-answer.active {
	display: block;
}

.faq-intro .searched-answer .faqitem__question {
	cursor: auto;
}

.faq-intro .searched-answer .faqitem__question:before {
	display: none;
}

.faq-intro .searched-answer .faqitem__question h3 {
	color: var(--white);
	padding: 13px 15px 10px 15px;
	margin: 0 0 10px;
}

.faq-intro .searched-answer:hover .faqitem__question h3 {
	color: var(--white);
}

.faq-intro .searched-answer .faqitem__answer {
	display: block !important;
}

.faq-archive .faq-topics {
	margin-bottom: 30px;
	margin-top: 30px;
}

.faq-archive .faq-topics .column {
	width: 50%;
}

.faq-archive .faq-topic {
	transition: all 0.3s ease;
	margin: 0 0 30px;
}

.faq-archive .faq-topic .icon {
	width: 80px;
	height: 80px;
	background-color: var(--darkteal);
	border-radius: 50%;
	margin: 0 auto 5px;
	padding: 20px;
}

.faq-archive .faq-topic .icon .icon-inner {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-archive .faq-topic .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.faq-archive .faq-topic.open .icon,
.faq-archive .faq-topic:hover .icon {
	background-color: var(--green);
}

.faq-archive .faq-topic.open {
	color: var(--orange);
}

.faq-archive .faq-cat-list {
	margin: 0 0 30px;
}

.faq-archive .faq-cat-list .cat-title {
	margin: 0 0 30px;
	font-size: 1.8em;
	text-align: left;
}

@media only screen and (min-width:360px) {

	.faq-archive .faq-topics .column {
		width: 33.33334%;
	}

}

@media only screen and (min-width:600px) {

	.faq-archive .faq-topics .column {
		width: 25%;
	}

}

@media only screen and (min-width:768px) {

	.faq-loop .faq-items {
		margin: 0 0 50px;
	}

	.faq-loop .faq-item {
		border-width: 3px;
		margin: 0 0 7px;
	}

	.faq-loop .faq-item .faqitem__question h3 {
		font-size: 20px;
		padding: 14px 45px 14px 20px;
	}

	.faq-loop .faq-item .faqitem__question:before {
		top: 17px;
		right: 15px;
		background-size: 14px 26px;
	}

	.faq-loop .faq-item .faqitem__answer {
		padding: 0px 20px 1px;
		display: none;
	}

	.faq-intro .search-container {
		margin: 30px auto 50px;
	}

	.faq-intro .search-container input {
		background-size: 24px 24px;
		padding-right: 45px;
	}

	.faq-intro .searched-answer .faqitem__question h3 {
		padding: 14px 20px 14px 20px;
		font-size: 24px;
	}

	.faq-archive .faq-topics {
		margin-top: 70px;
	}

	.faq-archive .faq-topic {
		margin: 0 0 50px;
	}

	.faq-archive .faq-topic .icon {
		width: 100px;
		height: 100px;
		padding: 25px;
		margin: 0 auto 10px;
	}

	.faq-archive .faq-topic .icon .icon-inner {
		width: 50px;
		height: 50px;
	}

}

@media only screen and (min-width:1024px) {

	.faq-archive .faq-topics .column {
		width: 20%;
	}

}

@media only screen and (min-width:1280px) {

	.faq-archive .faq-topics .column {
		width: 16.6668%;
	}

	.faq-archive .faq-topic .icon {
		width: 120px;
		height: 120px;
		padding: 30px;
	}

	.faq-archive .faq-topic .icon .icon-inner {
		width: 60px;
		height: 60px;
	}

}

/***************************
      HM ONSITE / OFFSITE
***************************/

.hm_on-offsite-content .terms {
	margin: 0 0 30px;
}

.hm_on-offsite-content .terms span {
    background-color: var(--white);
    color: var(--blue);
    font-family: 'Albert-sans-font', sans-serif;
    line-height: 140%;
    font-weight: 400;
    display: block;
    padding: 12px 20px;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
	display: inline-block;
	margin: 0 5px 10px;
}

.hm_on-offsite-content .specs,
.hm_on-offsite-content .accessibility {
	margin: 0 0 20px;
}

.hm_on-offsite-content .specs span,
.hm_on-offsite-content .accessibility span {
	display: inline-block;
	margin: 0 10pxpx 10px 0;
	font-weight: bold;
	padding: 5px 15px 5px 35px;
	background-image: url('./assets/images/checked.svg');
	background-size: 14px 11px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	border: 2px solid var(--teal);
}

.hm_on-offsite-content .alert-box {
	margin: 0 0 30px;
	border: 2px solid var(--white);
	padding: 20px 20px 1px;
}

.hm_on-offsite-content .alert-box.takeaway {
	border-color: var(--teal);
}

.hm_on-offsite-content .alert-box.alert {
	border-color: var(--red);
}

.hm_on-offsite-content .info-blocks {
	margin: 0 0 30px;
}

.hm_on-offsite-content .info-blocks .column {
	padding-bottom: 20px;
}

.hm_on-offsite-content .info-blocks .item {
	background-color: var(--darkteal);
	padding: 20px 20px 5px;
	height: 100%;
}

.hm_on-offsite-content .info-blocks .item h3 {
	text-transform: uppercase;
}

.hm_on-offsite-content .info-blocks .item ul {
	list-style-type: none;
	padding: 0;
}

.hm_on-offsite-content .info-blocks .item a {
	text-decoration: none;
}

.hm_on-offsite-content .info-blocks .item a.btn {
	margin: 0 5px 5px 0;
}

.hm_on-offsite-content .info-blocks .item a:hover {
	text-decoration: underline;
}

.hm_on-offsite-content .info-blocks .item a.btn:hover{
	text-decoration: none;
}

.hm_on-offsite-content .info-blocks .item p,
.hm_on-offsite-content .info-blocks .item ul {
	margin: 0 0 15px;
}

.hm_on-offsite-content .info-blocks .price {
	font-size: 1.5em;
	font-family: 'Albert-sans-font', sans-serif;
    line-height: 140%;
    font-weight: 400;
}

.hm_on-offsite-content .info-blocks .price .old {
	font-size: 0.5em;
	display: block;
	text-decoration: line-through;
	margin: 0;
	line-height: 100%;
}

.hm_on-offsite-content .info-blocks .downloads li {
	margin: 0 0 15px;
}

.hm_on-offsite-content .info-blocks .downloads li:last-child {
	margin: 0;
}

.hm_on-offsite-content .info-blocks .downloads li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 51px;
	padding: 5px 0 5px 52px;
	position: relative;
}

.hm_on-offsite-content .info-blocks .downloads li a:before {
	content: '';
	display: block;
	width: 40px;
	height: 51px;
	background-image: url('./assets/images/file.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
	position: absolute;
}

.hm_on-offsite-content .info-blocks .details li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 51px;
	padding: 5px 0 5px 52px;
	position: relative;
	margin: 0 0 5px;
}

.hm_on-offsite-content .info-blocks .details li:last-child {
	margin: 0;
}

.hm_on-offsite-content .info-blocks .details li:before {
	content: '';
	display: block;
	width: 40px;
	height: 51px;
	background-image: url('./assets/images/event.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
	position: absolute;
}

.hm_on-offsite-content .info-blocks .details li.miles:before {
	background-image: url('./assets/images/car.svg');
}

.hm_on-offsite-content .info-blocks .details li.event-price:before {
	background-image: url('./assets/images/ticket.svg');
}

.hm_on-offsite-content .info-blocks .details li.location:before {
	background-image: url('./assets/images/location.svg');
}

.hm_on-offsite-content .info-blocks .openingtimes li {
	display: flex;
	flex-wrap: wrap;
}

.hm_on-offsite-content .info-blocks .openingtimes span {
	display: block;
	width: 100%;
}

.hm_on-offsite-content .info-blocks .openingtimes span.heading {
	width: 120px;
	padding: 0 10px 0 0;
}

.hm_on-offsite-content .info-blocks .openingtimes span.times {
	width: calc(100% - 120px);
}

.hm_on-offsite-content .info-blocks .distances {
	margin: 0 0 15px;
}

.hm_on-offsite-content .info-blocks .distances p {
	margin: 0;
	font-weight: bold;
}

.hm_on-offsite-content .info-blocks .distances .what3words {
	color: var(--red);
}

.hm_on-offsite-content .info-blocks .location-map {
	width: 100%;
	height: 450px;
}

.hm_on-offsite-content .floorplan {
	padding: 10px;
	background-color: var(--white);
	margin: 0 0 10px;
}

.hm_on-offsite-content .floorplan img {
	width: 100%;
	display: block;
}

@media only screen and (min-width:768px) {

	.hm_on-offsite-content .specs span,
	.hm_on-offsite-content .accessibility span {
        padding: 8px 15px 7px 40px;
        background-size: 18px 15px;
        background-position: left 12px center;
        margin: 0 15px 15px 0;
    }

	.hm_on-offsite-content .alert-box {
		margin: 0 0 50px;
		padding: 30px 30px 10px;
	}

	.hm_on-offsite-content .info-blocks {
		margin: 0 0 50px;
	}

	.hm_on-offsite-content .info-blocks .item {
		padding: 30px 30px 10px;
	}

	.hm_on-offsite-content .info-blocks .column {
		padding-bottom: 30px;
	}

	.hm_on-offsite-content .info-blocks .openingtimes span.heading {
		width: 140px;
		padding: 0 15px 0 0;
	}

	.hm_on-offsite-content .info-blocks .openingtimes  span.times {
		width: calc(100% - 140px);
	}

}


@media only screen and (min-width:1024px) {

	.hm_on-offsite-content .info-blocks {
		margin: 0 0 70px;
	}

	.hm_on-offsite-content .info-blocks .item {
		min-height: 450px;
	}

	.hm_on-offsite-content .info-blocks .location-map {
		min-height: 450px;
		height: 100%;
	}

}



/***************************
            HM_ONSITE
***************************/

.hm_onsite-loop .column {
	padding-bottom: 30px;
}

.hm_onsite-loop .item {
	background-color: var(--darkteal);
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	text-align: center;
}

.hm_onsite-loop .item .image img {
	width: 100%;
	display: block;
}

.hm_onsite-loop .item .content {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
	padding: 25px 20px 1px;
}

.hm_onsite-loop .item .content h3 {
	width: 100%;
	text-transform: uppercase;
	flex: 1;
	display: flex;
    align-items: center;
    justify-content: center;
}

.hm_onsite-loop .item .content p {
	width: 100%;
}

.hm_onsite-loop .item .content p .btn {
	width: 100%;
}

.hm_onsite-related .image-blocks-swiper {
	padding: 0 0 30px;
}

.hm_onsite-related .image-blocks-swiper .swiper-slide {
	height: auto;
}

.hm_onsite-related .image-blocks-swiper .swiper-pagination-bullets {
	position: relative;
	bottom: auto;
	margin: 20px 0 0;
}

.hm_onsite-related .image-blocks-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 3px;
	background-color: var(--cream);
	border: 2px solid var(--darkgreen);
	opacity: 1;
}

.hm_onsite-related .image-blocks-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--darkgreen);
}

/***************************
       HM OFFSITE
***************************/

.hm_offsite-filter-map {
	position: relative;
	padding: 30px 0 0 !important;
}

.hm_offsite-filter {
	margin: 0 0 30px;
}

.hm_offsite-filter h3 {
	text-align: center;
	text-transform: uppercase;
}

.hm_offsite-filter .facetwp-facet {
	margin: 0 0 20px;
	width: 100%;
}

.hm_offsite-filter .facetwp-facet-types {
	display: block;
	width: 100%;
}

.hm_offsite-filter .facetwp-facet-types .facetwp-checkbox {
	padding: 6px 20px 6px 35px;
	margin: 0 0 5px 0;
	text-align: left;
	position: relative;
	background: none;
	width: 100%;
}

.hm_offsite-filter .facetwp-facet-types .facetwp-checkbox .facetwp-counter {
	display: none;
}

.hm_offsite-filter .facetwp-facet-types .facetwp-checkbox:before {
	content: '';
	border: 2px solid var(--white);
	background-size: 14px 14px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hm_offsite-filter .facetwp-facet-types .facetwp-checkbox.checked,
.hm_offsite-filter .facetwp-facet-types .facetwp-checkbox:hover {
	color: var(--white);
}

.hm_offsite-filter .facetwp-facet-types .facetwp-checkbox:hover:before {
	border-color: var(--white);
}

.hm_offsite-filter .facetwp-facet-types .facetwp-checkbox.checked:before {
	background-color: transparent;
	background-image: url('./assets/images/filter-check.svg');
}

.hm_offsite-filter .apply {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.hm_offsite-filter .apply .btn {
	margin: 0 20px 10px 0;
}

.hm_offsite-filter .apply .facetwp-facet-reset {
	width: auto;
}

.hm_offsite-map {
	position: relative;
	z-index: 2;
}

.hm_offsite-map .facetwp-facet-map {
    width: 100%;
    height: 500px;
	margin: 0;
}

.hm_offsite-map .facetwp-facet-map #facetwp-map {
	width: 100% !important;
	height: 100% !important;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw {
	width: 250px;
	border-radius: 0px;
	background-color: var(--darkblue);
	padding: 0px 0px 10px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
	font-family: 'Albert-sans-font', sans-serif;
	line-height: 140%;
	font-weight: 400;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw div * {
    overflow: hidden !important;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw .gm-style-iw-d {
	overflow: auto !important;
	max-width: 100% !important;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw .gm-style-iw-d a {
	text-decoration: none;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw .image {
	max-width: 100%;
	margin: 0 0 10px;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw .image img {
	width: 100%;
	display: block;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw p {
	margin: 0;
	color: var(--white);
	padding: 0 15px;
	line-height: 120%;
	font-size: 18px;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw .gm-ui-hover-effect {
	opacity: 1;
	background-color: var(--teal) !important;
	top: 8px !important;
	right: 8px !important;
	border-radius: 50%;
	width: 26px !important;
	height: 26px !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw .gm-ui-hover-effect:hover {
	background-color: var(--white);
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw .gm-ui-hover-effect span {
    margin: 3px !important;
    width: 20px !important;
    height: 20px !important;
	mask-image: none !important;
	background-image: url('./assets/images/menu-close.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
	background-color: transparent;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw .gm-ui-hover-effect img {
	display: none !important;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw-chr {
	position: absolute;
	top: 0;
	right: 0;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style-iw-t::after {
    background: linear-gradient(45deg,var(--darkblue) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hm_offsite-map .facetwp-type-map #facetwp-map .gm-style .gm-style-iw-tc::after {
	background: var(--darkblue);
}

.hm_offsite-map .facetwp-map-filtering  {
	display: none;
}

.hm_offsite-loop .column {
	padding-bottom: 30px;
}

.hm_offsite-loop .item {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	background-color: var(--darkteal);
	color: var(--white);
	height: 100%;
	transition: all 0.3 ease;
	text-align: center;
}

.hm_offsite-loop .item .image {
	position: relative;
	overflow: hidden;
}

.hm_offsite-loop .item .image .term {
	background-color: var(--white);
	color: var(--blue);
	font-family: 'Albert-sans-font', sans-serif;
	line-height: 140%;
	font-weight: 400;
	position: absolute;
	display: block;
	padding: 15px 5px;
	top: 0;
	left: 0;
	text-transform: uppercase;
	writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
	font-size: 18px;
	letter-spacing: 1px;
}

.hm_offsite-loop .item .image img {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}

.hm_offsite-loop .item .content {
	flex: 1;
	padding: 25px 20px 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
}

.hm_offsite-loop .item .content .top {
	width: 100%;
	flex: 1;
}

.hm_offsite-loop .item .content h3 {
	margin: 0 0 10px;
}

.hm_offsite-loop .item .content p {
	width: 100%;
}

.hm_offsite-loop .item .content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hm_offsite-loop .item .more {
	padding: 0px 20px 1px;
}

.hm_offsite-loop .item:hover .image img {
	transform: scale(1.05);
	opacity: 0.75;
}

.hm_offsite-archive .results {
	margin: 0 0 30px;
}

.hm_offsite-archive .facetwp-facet-load_more {
	text-align: center;
	margin: 0;
}

.hm_offsite-archive .facetwp-facet-load_more .facetwp-load-more {
	margin: 40px 0 0;
}

@media only screen and (min-width:768px) {

	.hm_offsite-filter-map {
		min-height: 600px;
		padding: 60px 0 40px !important;
		position: relative;
	}

	.hm_offsite-filter {
		width: calc(50% - 40px);
		max-width: 400px;
	}

	.hm_offsite-filter h3 {
		text-align: left;
	}

	.hm_offsite-map {
		height: 100%;
		width: 50%;
		top: 0;
		right: 0;
		position: absolute;
	}

	.hm_offsite-map .facetwp-facet-map {
		height: 100%;
	}

	.hm_offsite-loop .item .content h3 {
		font-size: 28px;
	}

	.hm_offsite-archive .results {
		margin: 0 0 70px;
	}

}


@media only screen and (min-width:1024px) {


	.hm_offsite-loop .item .more .btn {
		min-width: 250px;
	}

	.hm_on-offsite-content .info-blocks {
		margin: 0 0 70px;
	}

	.hm_on-offsite-content .info-blocks .item {
		min-height: 450px;
	}

	.hm_on-offsite-content .info-blocks .location-map {
		min-height: 450px;
		height: 100%;
	}

}


@media only screen and (min-width:1280px) {

	.hm_offsite-map {
		width: calc(50% + 100px);
	}

}

@media only screen and (min-width:1440px) {

	.hm_offsite-map {
		width: calc(50% + 200px);
	}

}

/***************************
      HM OFFER
***************************/

.hm_offer-loop .column {
	padding-bottom: 30px;
}

.hm_offer-loop .item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--blue);
	color: var(--white);
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin: 0;
	text-align: left;
}

.hm_offer-loop .item:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	transform: translateY(-10px);	
}

.hm_offer-loop .item .image {
	width: 100%;
	height: 230px;
	position: relative;
	margin: 0;
}

.hm_offer-loop .item .image::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 13px;
	background-image: url('./assets/images/wave-blue-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.hm_offer-loop .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm_offer-loop .item .image .deal {
	position: absolute;
	bottom: -10px;
	left: 20px;
	max-width: calc(100% - 40px);
	z-index: 2;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);	
	background-color: var(--white);
	color: var(--darkgrey);
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 14px;
}

.hm_offer-loop .item .image .deal .price {
	color: var(--pink);
	font-size: 16px;
	font-weight: bold;
}

.hm_offer-loop .item h3 {
	color: var(--white);
	padding: 30px 20px 1px;
    font-family: 'Albert-sans-font', sans-serif;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
}

.hm_offer-loop .item h3 .arrow {
	display: inline-block;
	width: 7px;
	height: 11px;
	background-image: url('./assets/images/arrow-right-white.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
    transform: translate(5px, 0px);
	transition: all 0.3s ease;
}

.hm_offer-loop .item:hover h3 .arrow {
	transform: translate(10px, 0px);
}

.hm_offer-loop .item h3 .arrow:before {
    content: ' ';
}

@media only screen and (min-width:768px) {

}


@media only screen and (min-width:1024px) {

}

/***************************
      HM HOLIDAYHOME
***************************/


.hm_holidayhome-loop .column {
	padding-bottom: 30px;
}

.hm_holidayhome-loop .item {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--white);
	color: var(--darkgrey);
	height: 100%;
	transition: all 0.3 ease;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.29);
	text-align: left;
}

.hm_holidayhome-loop .item:hover {
	transform: translateY(-10px);
}

.hm_holidayhome-loop .item .image {
	position: relative;
	width: 100%;
	height: 250px;
	flex: none;
}

.hm_holidayhome-loop .item .image:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 13px;
	background-image: url('./assets/images/wave-white-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.hm_holidayhome-loop .item .image .price {
    position: absolute;
    bottom: -10px;
    left: 20px;
    max-width: calc(100% - 40px);
    z-index: 2;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
    background-color: var(--white);
    color: var(--darkgreyblue);
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 20px;
}

.hm_holidayhome-loop .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.hm_holidayhome-loop .item .meta {
	margin:  0 0 10px;
}

.hm_holidayhome-loop .item .meta span {
	padding: 5px 20px 5px 0;
	display: inline-block;
	font-size: 16px;
}

.hm_holidayhome-loop .item .meta .cat {
	color: var(--grey);
}

.hm_holidayhome-loop .item .meta .bedrooms {
	color: var(--orange);
	position: relative;
}

.hm_holidayhome-loop .item .meta .bedrooms:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
    background-color: var(--blue);
	top: 0;
	left: -12px;
}

.hm_holidayhome-loop .item .content {
	flex: 1;
	padding: 25px 20px 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
}

.hm_holidayhome-loop .item .content h3 {
	margin: 0 0 10px;
	color: var(--darkgreyblue);
	font-size: 18px;
}

.hm_holidayhome-loop .item .content p {
	width: 100%;
	font-size: 16px;
	margin: 0 0 15px;
}

.hm_holidayhome-loop .item .content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
	line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hm_holidayhome-loop .item .more {
	padding: 0px 20px 1px;
	flex: none;
}

.hm_holidayhome-loop .item .more .btn {
	width: 100%;
	text-align: center;
}

@media only screen and (min-width:768px) {


	.hm_holidayhome-loop .item .content h3 {
		font-size: 20px;
	}

	.hm_holidayhome-loop .item .content .text {
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

}

/***************************
      HM EVENT
***************************/

.hm_event-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 -10px 30px;
}

.hm_event-filter .element {
	padding: 0 10px 20px;
	width: 100%;
}

.hm_event-filter .element.dropdown {
	max-width: 300px;
}

.hm_event-loop .column {
	padding-bottom: 30px;
}

.hm_event-loop .item {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	background-color: var(--darkteal);
	color: var(--white);
	height: 100%;
	transition: all 0.3 ease;
	text-align: center;
}

.hm_event-loop .item .image {
	position: relative;
	overflow: hidden;
}

.hm_event-loop .item .image .term {
	background-color: var(--white);
	color: var(--blue);
	font-family: 'Albert-sans-font', sans-serif;
	line-height: 140%;
	font-weight: 400;
	position: absolute;
	display: block;
	padding: 15px 5px;
	top: 0;
	left: 0;
	text-transform: uppercase;
	writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
	font-size: 18px;
	letter-spacing: 1px;
	z-index: 2;
}

.hm_event-loop .item .image img {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}

.hm_event-loop .item .content {
	flex: 1;
	padding: 25px 20px 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
}

.hm_event-loop .item .content .top {
	width: 100%;
	flex: 1;
}

.hm_event-loop .item .content h3 {
	margin: 0 0 10px;
	text-transform: uppercase;
}

.hm_event-loop .item .content .date {
	background-image: url('./assets/images/event.svg');
	background-size: 36px 37px;
	background-position: left 10px top 15px;
	background-repeat: no-repeat;
	border: 1px solid var(--teal);
	text-align: left;
	min-height: 70px;
	padding: 10px 10px 10px 60px;
	font-weight: bold;
	line-height: 130%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.9em;
}

.hm_event-loop .item .content p {
	width: 100%;
}

.hm_event-loop .item .content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hm_event-loop .item .more {
	padding: 0px 20px 1px;
}

.hm_event-loop .item:hover .image img {
	transform: scale(1.05);
	opacity: 0.75;
}

@media only screen and (min-width:768px) {

	.hm_event-filter {
		margin: 0 -10px 50px;
	}

	.hm_event-filter .element {
		width: auto;
	}

	.hm_event-filter .element.dropdown {
		width: 50%;
	}

	.hm_event-loop .item .content h3 {
		font-size: 28px;
	}

	.hm_event-loop .item .content .date {
		background-size: 40px 41px;
		background-position: left 15px top 15px;
		min-height: 75px;
		padding: 10px 10px 10px 70px;
	}

}

@media only screen and (min-width:1024px) {


	.hm_event-loop .item .more .btn {
		min-width: 250px;
	}

}

/***************************
            POST
***************************/

.post-loop .column {
	padding-bottom: 30px;
}

.post-loop .item {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	background-color: var(--white);
	color: var(--darkgrey);
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
    transition: all 0.3 ease;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	text-align: center;
}

.post-loop .item:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
	transform: translateY(-10px);
}

.post-loop .item .image {
	position: relative;
	overflow: hidden;
}

.post-loop .item .image:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 23px;
	background-image: url('./assets/images/wave-white-bottom.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.post-loop .item .image img {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}

.post-loop .item .content {
	flex: 1;
	padding: 25px 20px 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
}

.post-loop .item .content .top {
	width: 100%;
	flex: 1;
}

.post-loop .item .content h3 {
	margin: 0 0 10px;
	font-size: 20px;;
	text-transform: uppercase;
}

.post-loop .item .content p {
	width: 100%;
}

.post-loop .item .content .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-loop .item .more {
	padding: 0px 20px 1px;
}

.post-top {
	min-height: 250px;
}

@media only screen and (min-width:768px) {

	.post-loop .item .content h3 {
		font-size: 22px;
	}

	.post-top {
		min-height: 350px;
	}

	.post-related .column:nth-child(3) {
		display: none;
	}

}

@media only screen and (min-width:1024px) {

	.post-loop .column {
		padding-bottom: 50px;
	}

	.post-loop .item .more .btn {
		min-width: 250px;
	}

	.post-top {
		min-height: 400px;
	}

	.post-related .column:nth-child(3) {
		display: block;
	}

}


@media only screen and (min-width:1280px) {

	.post-top {
		min-height: 450px;
	}

}

/***************************
            REVIEWS
***************************/

.review-loop .item .image {
	width: 100%;
	height: 130px;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 0 20px;
}

.review-loop .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review-loop .item .review-content .stars {
	display: flex;
	gap: 4px;
	align-items: center;
	margin: 0 0 10px;
}

.review-loop .item .review-content .stars .star {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.review-loop .item .review-content .stars .star .star-bg,
.review-loop .item .review-content .stars .star .star-fill {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.review-loop .item .review-content h3 {
	color: var(--darkgrey);
	margin: 0 0 5px;
}

.review-loop .item .review-content .name {
	margin: 0;
}

@media only screen and (min-width:768px) {

	.review-loop .item {
		display: flex;
		gap: 30px;
	}

	.review-loop .item .image {
		align-self: stretch;
		flex: none;
		position: relative;
		width: 250px;
		height: auto;
		min-height: 250px;
		margin: 0;
	}

	.review-loop .item .image img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.review-loop .item .review-content {
		flex: 1;
		min-width: 0;
	}

}

@media only screen and (min-width:1024px) {

	.review-loop .item {
		gap: 40px;
	}

	.review-loop .item .image {
		width: 330px;
	}

}

/***************************
          BOOKING WIDGET
***************************/

.booking-widget .booking-widget-container {
	background-color: var(--offwhite);
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 12px;
	margin: 0 0 30px;
}

/***************************
          ACCORDION
***************************/

.accordion-item {
	margin: 0;
	text-align: left;
	border-top: 1px solid var(--green);
	overflow: hidden;
}

.accordion-item:first-child {
	border-top: 0px;
}

.accordion-item a {
	color: #fff;
}

.accordion-item .accordion__question {
	background-color: transparent;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.accordion-item .accordion__question:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
    background-image: url('./assets/images/arrow-right-darkgreen.svg');
	background-position: center;
	background-size: 10px 19px;
	background-repeat: no-repeat;
	margin: 0;
	top: 15px;
	right: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.accordion-item.open .accordion__question:before {
	transform: rotate(90deg);
}

.accordion-item .accordion__question h3 {
	color: var(--darkgreen);
	font-size: 20px;
	padding: 13px 35px 10px 0;
	margin: 0;
}

.accordion-item:hover h3 {
	color: var(--darkgreen);
}

.accordion-item.open .accordion__question h3 {
	color: var(--darkgreen);
}

.accordion-item .accordion__answer {
	padding: 0;
	display: none;
}

@media only screen and (min-width:768px) {

	.accordion-item {
		border-top-width: 2px;
	}

	.accordion-item .accordion__question h3 {
		font-size: 24px;
		padding: 18px 35px 15px 0;
	}

	.accordion-item .accordion__question:before {
		top: 23px;
	}

}

@media only screen and (min-width:1024px) {

	.accordion-item .accordion__question h3 {
		font-size: 28px;
	}

}

/***************************
       POST NAVIGATION
***************************/

.navigation {
	text-align: center;
}

.navigation ul {
	list-style: none;
	margin: 20px 0 30px 0;
	padding: 0;
}

.navigation ul li {
    display: inline-block;
    font-size: 14px;
    width: 44px;
    height: 44px;
	padding: 0;
}

.navigation ul li:before {
	display: none;
}

.navigation ul li a {
	background-color: var(--white);
	color: var(--darkblue);
    padding: 14px 0;
    width: 48px;
    height: 48px;
	border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    line-height: 100%;
}

.navigation ul li a:hover {
    background-color: var(--pink);
	color: var(--white);
}

.navigation ul li.active a {
    background-color: var(--pink);
	color: var(--white);
}

.navigation ul li:hover a {
	color: var(--white);
	text-decoration: none;
}

@media only screen and (min-width:1024px) {

	.navigation ul {
		margin: 30px 0;
	}

	.navigation ul li {
    	margin: 0 2px;
	}


}

/***************************
     jQuery-ui
***************************/

.ui-widget.ui-widget-content {
	border: 0px;
	border-top: 2px solid var(--darkteal);
    background: var(--xdarkblue);
    color: var(--white);
    padding: 0;
}

.ui-widget.ui-widget-content .ui-menu-item {
	border: 2px solid var(--darkteal);
	border-top: 0px;
}

.ui-widget.ui-widget-content .ui-menu-item:first-child {
	border-top: 0px;
}

.ui-widget.ui-widget-content .ui-menu-item-wrapper {
	padding: 5px 10px;
	position: relative;
	transition: all 0.3s ease;
	border: 0px;
	font-size: 0.9em;
}

.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
	color: var(--white);
	background: var(--darkteal);
	margin: 0;
	border: 0px;
}

/***************************
      Video Container
***************************/

.video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin: 0 0 30px 0;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	border-radius: 8px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

.video-container .playbutton {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	transition: all 0.3s ease;
}

.video-container .playbutton:hover {
	background-color: rgba(0,0,0,.2);
}

.video-container .playbutton .playicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background-image: url('./assets/images/playbutton.svg');
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: -30px 0 0 -30px;
	transition: all 0.3s ease;
	outline: none;
}

.video-container .playbutton .playicon:hover {
	transform: scale(1.05);
}

@media only screen and (min-width:1024px) {

	.video-container .playbutton .playicon {
		width: 100px;
		height: 100px;
		background-size: 100px 100px;
		margin: -50px 0 0 -50px;
	}

}

/***************************
		   FORMS
***************************/

.gform_wrapper {
	margin: 30px 0;
}

.gform_title {
	margin: 20px 0 0;
	font-size: 22px;
}

.gform_fields {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.gfield {
	margin: 0 0 20px 0;
	display: block;
	width: 100%;
	padding: 0;
	text-align: left;
    border: 0px;
}

.gfield--type-radio,
.gfield--type-checkbox {
	border: 0px;
	padding: 0;
	display: block;
	background-color: transparent;
}

.gfield_label {
	line-height: 130%;
	padding: 0 0 10px;
	display: block;
}

.gfield--type-radio .gfield_label,
.gfield--type-checkbox .gfield_label {
	padding: 0 0 10px;
}

.hide-labels .gfield_label {
	display: none;
}

.gfield_checkbox,
.gfield_radio {
	margin: 0;
	list-style-type: none;
	padding: 0;
	position: relative;
	padding: 0;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice,
.ginput_container_consent{
	line-height: 120%;
	position: relative;
	padding: 0px 0 10px 32px;
}

.ginput_container_consent [type="checkbox"],
.gfield_checkbox [type="checkbox"],
.gfield_radio [type="radio"] {
	position: absolute;
	top: 1px;
	left: 0;
}

.gform_body .gfield:before, .gform_body .gfield_checkbox li:before {
	display: none;
}

.gfield_radio .gchoice label {
	display: flex;
}

.gfield_description {
	font-size: 0.9em;
	line-height: 150%;
	padding: 5px 0 0;
	display: block;
}

.validation_error,
.validation_message {
	font-size: 14px;
	font-weight: 500;
	color: var(--red);
	padding: 0;
	margin: 5px 0 0;
    display: block;
    width: 100%;
}

.gfield.gfield_error {
	border-color: var(--red);
}

.gfield.gfield_error .gfield_label {
	color: var(--red);
}

.gform_validation_errors {
	outline: none !important;
}

h2.gform_submission_error {
	font-size: 18px;
	font-weight: 500;
	color: var(--red);
	outline: none !important;
}

h2.gform_submission_error:focus {
	outline: none;
}

.gform_confirmation_message {
    background: var(--green);
    color: var(--white);
    padding: 10px;
    margin: 0.5em 0 25px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.gform_footer {
	text-align: left;
}

.gform_footer .gform_button {
	margin: 0;
}

.gfield:after {
	content: " ";
	display: table;
	clear: both;
}

.gfield .instruction {
	display: none;
}

.gform_required_legend {
	display: none;
}

.gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin: 0 -10px;
}

.gform_fields .gfield {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 100%;
}

.grecaptcha-badge{
    position: absolute;
    top: 0;
    left: -9999px;
}

@media only screen and (min-width:768px) {

	.gform_fields .gfield {
		width: 100%;
	}

	.gform_fields .gfield.gfield--width-half {
		width: 50%;
	}

}

/***************************
          FOOTER
***************************/

.footer {
	background-color: var(--blue);
	color: var(--white);
	padding: 40px 0 20px;
	font-size: 15px;
}

.footer a {
	color: var(--white);
	text-decoration: none;
}

.footer a:hover {
	color: var(--white);
	text-decoration: underline;
}

.footer .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer .logo {
	width: 100%;
	max-width: 125px;
	margin: 0 0 20px;
	display: block;
}

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

.footer .about {
	width: 100%;
	border-bottom: 1px solid var(--white);
	padding: 0 0 20px;
}

.footer h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Albert-sans-font', sans-serif;	
	margin: 0 0 10px;
	display: none;
	color: var(--white);
}

.footer ul {
	list-style-type: none;
	padding: 0;
	line-height: 200%;
	margin: 0 0 20px;
}

.footer .social {
    display: flex;
    flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}

.footer .social.social-bottom {
	display: none;
}

.footer .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    width: 28px;
    height: 28px;
}

.footer .social a svg {
    width: 28px;
    height: 28px;
}

.footer .social a svg rect,
.footer .social a svg path {
    transition: fill 0.2s ease;
}

.footer .social a:hover svg rect {
    fill: var(--pink);
}

.footer .social a:hover svg path {
    fill: var(--white);
}

.footer .contact {
	border-top: 1px solid var(--white);
	padding: 20px 0 0;
}

.footer .contact-info li {
	line-height: 150%;
	padding: 5px 0;
}

.footer .contact-info li span,
.footer .contact-info li a {
	padding: 0 0 0 30px;
	display: block;
	position: relative;
}

.footer .contact-info li span:before,
.footer .contact-info li a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('./assets/images/phone-icon.svg');
	background-size: 15px 15px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;	
}

.footer .contact-info li .email:before {
	background-image: url('./assets/images/mail-icon.svg');
	background-size: 17px 14px;
}

.footer .contact-info li .address:before {
	background-image: url('./assets/images/pin-icon.svg');
	background-size: 14px 17px;
}

.footer .bottom {
	border-top: 1px solid var(--white);
	padding: 20px 0 0;
	line-height: 130%;
	text-align: center;
}

.footer .bottom .copy {
	margin: 0;
}

.footer .bottom .menu {
	margin: 0;
}

.footer .bottom .developer {
	margin: 0;
}


@media only screen and (min-width:768px) {

	.footer {
		padding: 60px 0 50px;
	}

	.footer .logo {
		max-width: 160px;
		margin: 0 0 30px;
	}
	
	.footer .about {
		padding: 0;
		border-bottom: 0px;
		width: 100%;
		max-width: 400px;
	}
	
	.footer .contact {
		padding: 0;
		border-top: 0px;
	}

	.footer .bottom {
		padding: 20px 0 0;
		margin: 30px 20px 0 0;
		text-align: center;
	}

	.footer .bottom .terms {
		flex: 1;
	}

	.footer .bottom .menu {
		text-align: left;
		margin: 0;
		line-height: 175%;
	}

	.footer .bottom .menu li {
		display: inline-block;
		margin: 0 0 0 20px;
	}


}

@media only screen and (min-width:1024px) {
	
	.footer h3 {
		display: block;
	}

	.footer .social {
		display: none;
		margin: 0;
		justify-content: flex-end;
	}
	
	.footer .social.social-bottom {
		display: flex;
	}
	
	.footer .bottom {
		text-align: left;
	}

}