/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


:root {
	/*---- MASTER VALUES ----*/

	--master-font-size: 	 100px;
	--master-line-height: 	 1em;
	--master-letter-spacing: 0;
	--master-section-pad: 	 10px;

	/*---- FRAME SIZES ----*/

	--frame-max-l: 1600px;
	--frame-max-m: 1350px;
	--frame-max-s: 1000px;
	--frame-pad:   320px;
	--frame-width: calc(100% - (var(--frame-pad) / 2));

	/*---- SPACING ----*/

	--column-gap: 10px;
	--row-gap: 10px;

	/*---- FONTS ----*/

	--font-main: 	 "bacalar-extra-expanded", 'montserrat', var(--font-default);
	--font-body:	 "stratum-2-web", var(--font-default);
	--font-secondary:  "stratum-2-web";
	--font-default:  "sans-serif";
	--font-fa: 		 FontAwesome;
    --font-fa-brands: "Font Awesome 6 Brands";
	--font-fa-sharp: "Font Awesome 6 Sharp";

	/*---- FONT SIZING ----*/

	--size-1:  clamp(10px, 0.13rem, 13px);
	--size-2:  clamp(14px, 0.16rem, 16px);
	--size-3:  clamp(16px, 0.18rem, 18px);
	--size-4:  clamp(18px, 0.22rem, 20px);
	--size-5:  clamp(22px, 0.26rem, 28px);
	--size-6:  clamp(24px, 0.30rem, 28px);
	--size-7:  clamp(22px, 0.34rem, 34px);
	--size-8:  clamp(26px, 0.36rem, 36px);
	--size-9:  clamp(26px, 0.42rem, 42px);
	--size-10: clamp(30px, 0.48rem, 48px);
	--size-11: clamp(34px, 0.55rem, 55px);
	--size-12: clamp(34px, 0.54rem, 54px);
	--size-13: clamp(34px, 0.58rem, 58px);
	--size-14: clamp(34px, 0.62rem, 62px);
	--size-15: clamp(34px, 0.66rem, 66px);
	--size-16: clamp(34px, 0.70rem, 70px);

    /*---- TRANSITIONS ----*/

    --pad-1:25px;
    --pad-2:50px;
    --pad-3:75px;
    --pad-4:100px;
    --pad-5:125px;
    --pad-6:150px;
    --pad-7:175px;
    --pad-8:200px;

	/*---- COLOURS ----*/

	--colour-primary: 	  #00AAC8;
	--colour-secondary:   #1341B6;
	--colour-cyan:   		#58C8E2;
	--colour-tertiary:    var(--colour-primary);
	--colour-white: 	  #FFF;
	--colour-black: 	  #222;
	--colour-footer:      #00007F;
	--colour-background:  #F2F4F5;
	--colour-grey:        #686868;
	--colour-charcoal:	  #3B3B3B;

	--colour-text:        #3B3B3B;


	/*---- BACKGROUNDS ----*/

    --bg-noise: linear-gradient(to bottom, rgba(242, 244, 245, 0.7), rgba(242, 244, 245, 0.7)), url(/wp-admin/images/custom/white-noise.jpg) top left / 120px auto repeat;

	/*---- TRANSITIONS ----*/

    --transition-fast: all 0.15s cubic-bezier(0,0,0.1,0.9);
	--transition: all 0.3s cubic-bezier(0,0,0.1,0.9);;
	--transition-slow: all 0.4s cubic-bezier(0,0,0.1,0.9);
	--transition-hover: all 0.1s ease-in-out 0s;
}

/* .page-id-8 #main-content header,
.page-id-8 #main-content footer {
    display: none !important;
} */


/*---- UNIVERSAL - FONT SIZE ADJUSTMENT ----*/

@media screen and (max-width:1600px) { :root { --master-font-size: 95px; }}
@media screen and (max-width:1400px) { :root { --master-font-size: 90px; }}
@media screen and (max-width:1200px) { :root { --master-font-size: 85px; }}
@media screen and (max-width:1000px) { :root { --master-font-size: 80px; }}
@media screen and (max-width:800px)  { :root { --master-font-size: 75px; }}
@media screen and (max-width:600px)  { :root { --master-font-size: 70px; }}
@media screen and (max-width:400px)  { :root { --master-font-size: 65px; }}


/*---- DEFAULT - TEXT FORMATTING CSS ----*/

/* Text - Headers */
/* -------------- */

h1, .h1, h2, .h2, h3, .h3 {
	font-weight: 	900;
	font-family: 	var(--font-main);
	color: 			inherit;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom:  40px;
}
h4, .h4, h5, .h5 {
	font-weight: 	400;
	font-family: 	var(--font-body);
	color: 			var(--colour-primary);
	letter-spacing: 0em;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom:  20px;
}

h1, .h1 { font-size: var(--size-11); line-height: calc(var(--master-line-height) * 1.2); }
h2, .h2 { font-size: var(--size-9);  line-height: calc(var(--master-line-height) * 1.2); }
h3, .h3 { font-size: var(--size-5);  line-height: calc(var(--master-line-height) * 1.3); font-weight: 400;}
h4, .h4 { font-size: var(--size-10);  line-height: calc(var(--master-line-height) * 1.3); font-weight: 700;}
h5, .h5 { font-size: var(--size-3);  line-height: calc(var(--master-line-height) * 1.4); font-family: var(--font-main); font-weight: 800;}

h6, .h6 {
	font-weight: 	500;
	font-size: 		var(--size-4);
	line-height: 	calc(var(--master-line-height) * 1.8);
	font-family: 	var(--font-main);
	color: 			var(--colour-grey);
	letter-spacing: 0em;
	text-transform: none;
	padding-bottom: 0px;
	margin-bottom:  20px;
}

.et_pb_column_1_3 h1, 
.et_pb_column_1_4 h1, 
.et_pb_column_1_5 h1, 
.et_pb_column_1_6 h1, 
.et_pb_column_2_5 h1 {
    font-size: var(--size-9);
}

/* Text - Inline Tags */
/* ------------------ */

strong, b {
	font-weight: 700;
}
strong, span, em, a, i, b, strike {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
p span, p , li, .footer .foot-menu > li a, label {
	font-weight: 400;
	color: inherit;
	font-family: var(--font-body);
	letter-spacing: 0px;
	line-height: 1.4em;
	font-size: 18px;
}
a {
	transition: var(--transition);
}
a:hover {
	color: var(--colour-primary);
	transition: var(--transition);
}

blockquote {
	padding: 25px;
	margin: 30px 0;
	border: 1px solid rgba(0,0,0,0.4);
	border-left: 0;
	border-right: 0;
}
blockquote,
blockquote p {
	font-size: var(--size-4);
	font-family: var(--font-body);
	font-weight: 600;
	font-style: italic;
	line-height: 1.4em;
	color: var(--colour-grey);
}

.et_pb_text blockquote:last-child {
	margin-bottom: 0;
}

hr {
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.15);
	margin: 20px 0;
}

.font-large p,
.font-large p span {
	font-size: clamp(20px, 0.30rem ,26px);
	line-height: calc(var(--master-line-height) * 1.7);
}


/* Text - Lists */
/* ------------ */

li { list-style-position: inside; }

/* Ordered Lists */

.et_pb_section ol {
	counter-reset: list-counter;
	padding-left: 30px;
}
.et_pb_section ol li {
	counter-increment: list-counter;
	list-style: none;
}
.et_pb_section ol li::before {
	content: counter(list-counter)".";
	margin: 0px 15px 0px -30px;
	min-width: 10px;
	display: inline-flex;
	font-weight: 500;
}


/*---- DEFAULT - DOCUMENT STRUCTURE CSS ----*/

html {
	font-size: 		var(--master-font-size);
	line-height: 	var(--master-line-height);
	letter-spacing: var(--master-letter-spacing);
	font-family: 	var(--font-main);
}
html:has(.mobile_nav.opened) {
	overflow-y: scroll;
}
html body.frame-full-width .body .frame { padding: 0px; }
body, html 				                { background: var(--bg-noise); }
.et_pb_section 				            { background-color: transparent; }
html *::selection 						{ background-color: var(--colour-primary); color: var(--colour-white); }

body {
	color: var(--colour-text);
    position: relative;
}
body.et_cover_background {
	background-size: 120px auto !important;
	background-repeat: repeat !important;
	background-attachment: local;
}

.mob-show {
	display: none;
}

@media screen and (max-width:1600px) { }
@media screen and (max-width:1400px) { }
@media screen and (max-width:1200px) {
	:root{ --frame-pad: 200px; }
}
@media screen and (max-width:980px) {
	h1, .h1, h2, .h2, h3, .h3 {
		margin-bottom: 30px;
	}
	h4, .h4, h5, .h5 {
		margin-bottom: 15px;
	}
	h1, .h1 {
		font-size: var(--size-13);
	}

	h4, .h4 {
		font-size: var(--size-6);
	}

	p span, p, li, .footer .foot-menu > li a, label {
		font-size: 16px;
	}
}
@media screen and (max-width:800px) {
	:root{ --frame-pad: 120px; }
}
@media screen and (max-width:600px) {
	:root{ --frame-pad: 80px; }

	h1, .h1, h2, .h2, h3, .h3,
	body .et_pb_text h2, body .et_pb_text .h2 {
		margin-bottom: 20px;
	}
	h2, .h2 {
		font-size: var(--size-8);
	}
	h4, .h4, h5, .h5 {
		margin-bottom: 10px;
	}
	h6, .h6 {
		font-size: var(--size-3);
	}
	blockquote {
		margin: 25px 0;
		padding: 20px;
	}
	blockquote, blockquote p {
		font-size: var(--size-3);
	}

	.mob-show {
		display: inline !important;
	}
}
@media screen and (max-width:400px) {
	:root{ --frame-pad: 60px; }
}

/*---- DEFAULT - POST BUILDER STRUCTURE CSS ----*/

.et_pb_section .et_pb_module {
	margin: 0px;
	margin-bottom: 0px !important;
}
.et_pb_section .et_pb_row {
	display: 	flex;
	flex-wrap: 	nowrap;
	row-gap: 	clamp(40px, calc(var(--row-gap) * 8), 80px);
	column-gap: clamp(40px, calc(var(--column-gap) * 8), 80px);
	max-width:  var(--frame-max-m);
	width: 		var(--frame-width);
}
.et_pb_section .et_pb_column {
	display: 		flex;
	flex-direction: column;
	max-width: 		unset;
	/* row-gap: 		clamp(30px, calc(var(--row-gap) * 6), 60px); */
	column-gap: 	clamp(30px, calc(var(--column-gap) * 4), 40px);
	margin: 		0px !important;
	width:			100%;
	float:			none;
}
.et_pb_row::after {
	display: none;
}

.et_pb_section .et_pb_column.et_pb_column_1_4  	{ flex: 1 1 25%; }
.et_pb_section .et_pb_column.et_pb_column_1_3   { flex: 1 1 33.3%; }
.et_pb_section .et_pb_column.et_pb_column_1_2   { flex: 1 1 45%; }

.et_pb_section .et_pb_column.et_pb_column_3_5   { flex: 1 1 57.8%; }
.et_pb_section .et_pb_column.et_pb_column_2_5   { flex: 1 1 36.7%; }

@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){
	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_4) { flex-wrap: wrap; }
	.et_pb_section .et_pb_column.et_pb_column_1_4 { flex: 1 1 45%; }
}
@media screen and (max-width:1200px){}
@media screen and (max-width:980px){
	:root { --row-gap: 8px; --column-gap: 8px; }

	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_2) { flex-wrap: wrap; }
	.et_pb_section .et_pb_column.et_pb_column_1_2 { flex: 1 1 100%; }
}
@media screen and (max-width:800px) {
	.et_pb_section .et_pb_column.et_pb_column_1_4 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column {
		/* row-gap: clamp(30px, calc(var(--row-gap) * 6), 60px); */
	}
	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_3_5,.et_pb_column.et_pb_column_2_5) { flex-wrap: wrap; }
	.et_pb_section .et_pb_column.et_pb_column_3_5,
	.et_pb_section .et_pb_column.et_pb_column_2_5 { flex: 1 1 100%; }
}
@media screen and (max-width:600px) {
	:root { --row-gap: 4px; --column-gap: 4px; }
}
@media screen and (max-width:400px) {}

/*---- DEFAULT - SECTION CSS ----*/

.et_pb_section.colour-1 { background-color: var(--colour-primary); 	}
.et_pb_section.colour-2 { background-color: var(--colour-secondary); }
.et_pb_section.colour-white { background-color: var(--colour-white); }
.et_pb_section.colour-black { background-color: var(--colour-black); }


#main-content .et_pb_section { padding: clamp(60px, calc(var(--master-section-pad) * 15), 150px); }
#main-content .et_pb_section.section-pad-0 { padding: clamp(0px,  calc(var(--master-section-pad) * 0), 0px);    }
#main-content .et_pb_section.section-pad-1 { padding: clamp(60px, calc(var(--master-section-pad) * 4), 40px);   }
#main-content .et_pb_section.section-pad-2 { padding: clamp(60px, calc(var(--master-section-pad) * 6), 60px);   }
#main-content .et_pb_section.section-pad-3 { padding: clamp(60px, calc(var(--master-section-pad) * 8), 80px);   }
#main-content .et_pb_section.section-pad-4 { padding: clamp(60px, calc(var(--master-section-pad) * 10), 100px); }
#main-content .et_pb_section.section-pad-5 { padding: clamp(60px, calc(var(--master-section-pad) * 12), 120px); }
#main-content .et_pb_section.section-pad-6 { padding: clamp(60px, calc(var(--master-section-pad) * 18), 180px); }

#main-content .et_pb_section.pt-0 { padding-top: 0 !important; }
#main-content .et_pb_section.pb-0 { padding-bottom: 0 !important; }
#main-content .et_pb_section.pad-top-none { padding-top: 0px; }
#main-content .et_pb_section.pad-bot-none { padding-bottom: 0px; }

#main-content .et_pb_section { padding-left: 0px !important; padding-right: 0px !important; }

body .et_pb_section:where(.colour-1, .colour-2, .colour-black,.overlay-1, .overlay-2, .overlay-3) .et_pb_text *,
body .et_pb_section:where(.colour-1, .colour-2, .colour-black, .overlay-1, .overlay-2, .overlay-3) .et_pb_module_heading { color: var(--colour-white); }
body .et_pb_section:where(.overlay-1, .overlay-2, .overlay-3) .et_pb_image_wrap {
	position: relative;
	z-index: 1;
}
body .et_pb_section:where(.overlay-1, .overlay-2, .overlay-3) .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--colour-black);
	opacity: 0.5;
	z-index: 1;
}

@media screen and (max-width: 1400px) { :root { --master-section-pad: 8px; } }
@media screen and (max-width: 1000px) { :root { --master-section-pad: 6px; } }
@media screen and (max-width: 600px)  { :root { --master-section-pad: 4px; } }


/*---- DEFAULT - SECTION COLOURS ----*/
.section-colour-white {
	background: var(--colour-white);
}
.section-colour-blue {
	background: var(--colour-blue);
}
.section-colour-dark-blue {
	background: var(--colour-footer-dark);
}

.section-colour-blue,
.section-colour-dark-blue {
	color: var(--colour-white);
}


/*---- DEFAULT - BUTTON CSS ----*/

body .et_pb_section button.et_pb_button,
body .et_pb_section a.et_pb_button {
    position: relative;
    padding: 16px 41px !important;
    background: none !important;
    border: none !important;
	/* width: fit-content; */
    z-index: 3;
	opacity: 1;

    display: flex;
	align-items: center;
    column-gap: 10px;

	font-weight: 600;
	font-size: 18px;
	font-family: var(--font-secondary);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	/* white-space: nowrap; */
	color: var(--colour-white);
	line-height: calc(var(--master-line-height) * 1) !important;

	transition: var(--transition-fast);
}
body .et_pb_section button.et_pb_button:hover,
body .et_pb_section a.et_pb_button:hover {
    color: var(--colour-primary);
}

body .et_pb_section button.et_pb_button::after,
body .et_pb_section a.et_pb_button::after {
    content: none;
    display: none;
}
body .et_pb_section button.et_pb_button::before,
body .et_pb_section a.et_pb_button::before {
    content: "";
    position: absolute;
    display: block !important;
    opacity: 1;
    z-index: -1;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--colour-primary);
    transition: var(--transition-fast);
}
body .et_pb_section button.et_pb_button:hover::before,
body .et_pb_section a.et_pb_button:hover::before {
    background-color: var(--colour-white) !important;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    box-shadow:
    0px 112px 31px 0px rgba(0, 0, 0, 0.00),
    0px 72px 29px 0px rgba(0, 0, 0, 0.01),
    0px 40px 24px 0px rgba(0, 0, 0, 0.05),
    0px 18px 18px 0px rgba(0, 0, 0, 0.09),
    0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}


/*----  BUTTON WRAPPER ----*/
.et_pb_button_module_wrappers,
.et_pb_button_module_wrapper {
    display: flex;
    flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 10px;
}
.et_pb_button_module_wrappers.et_pb_button_alignment_center,
.et_pb_button_module_wrapper.et_pb_button_alignment_center {
	justify-content: center;
}
.et_pb_button_module_wrappers a.et_pb_button:not(:first-child),
html body #page-container .et_pb_section .dsm_button .et_pb_button_two.et_pb_button {
    /* margin-left: 5px !important; */
    margin-left: 0px !important;
}

/*----  BUTTON VARIANTS ----*/
body .et_pb_section button.et_pb_button.clear-btn,
body .et_pb_section a.et_pb_button.clear-btn {
    color: inherit;
}
body .et_pb_section button.et_pb_button.outline-btn::before,
body .et_pb_section a.et_pb_button.outline-btn::before {
    background: transparent;
    border: 2px solid var(--colour-white);
}

body .et_pb_section button.et_pb_button.white-btn,
body .et_pb_section a.et_pb_button.white-btn {
	color: var(--colour-secondary);
}
body .et_pb_section button.et_pb_button.white-btn::before,
body .et_pb_section a.et_pb_button.white-btn::before {
	background-color: var(--colour-white);
	box-shadow:
	0px 112px 31px 0px rgba(0, 0, 0, 0.00),
	0px 72px 29px 0px rgba(0, 0, 0, 0.01),
	0px 40px 24px 0px rgba(0, 0, 0, 0.05),
	0px 18px 18px 0px rgba(0, 0, 0, 0.09),
	0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
body .et_pb_section button.et_pb_button.white-btn:hover,
body .et_pb_section a.et_pb_button.white-btn:hover {
	color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.white-btn:hover::before,
body .et_pb_section a.et_pb_button.white-btn:hover::before {
	background-color: var(--colour-secondary) !important;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

/*---- SCROLL BUTTON ----*/
body .et_pb_section .et_pb_row:has(.scroll-btn),
body .et_pb_section .et_pb_column:has(.scroll-btn),
body .et_pb_section .et_pb_button_module_wrapper:has(.scroll-btn),
body .et_pb_section a.et_pb_button.scroll-btn {
	position: unset;
}
body .et_pb_section a.et_pb_button.scroll-btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 0px !important;
}
body .et_pb_section a.et_pb_button.scroll-btn::before {
	display: none;
}
body .et_pb_section a.et_pb_button.scroll-btn::after {
	content: '\f322';
	color: var(--colour-white);
	margin: 0;
	font-size: 18px;
}

@media screen and (max-width:800px) {
	body .et_pb_section button.et_pb_button,
	body .et_pb_section a.et_pb_button {
		font-size: .17rem;
		line-height: 1.2em !important;
		padding: 14px 24px 14px !important;
	}
}
@media screen and (max-width:768px) {
	.dsm_button .et_pb_button_two {
		margin-top: 0;
	}
}
@media screen and (max-width:600px) {
	body .et_pb_section button.et_pb_button,
	body .et_pb_section a.et_pb_button {
		line-height: 1.2em !important;
		padding: 14px 24px 14px !important;
	}
}
@media screen and (max-width:600px) {
	body .et_pb_section button.et_pb_button,
	body .et_pb_section a.et_pb_button {
		justify-content: center;
		width: 100%;
	}
}

/*---- DEFAULT - PB BLOCK CSS ----*/


/* Block - Image */
/* --------------- */
.et_pb_image .et_pb_image_wrap {
	width: 100%;
}

@media screen and (max-width: 1000px) {
body .et_pb_module .et_pb_image_wrap img {
		width: 100%;
	}
}
/* Block - Content */
/* --------------- */

.center.et_pb_text * {
	text-align: center;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    padding: 0px;
    line-height: 26px;
}

.et_pb_section .et_pb_divider:before {
    border-top-color: var(--colour-grey);
}

/* Negative Margin */

.nm-200 {
	margin-top: -200px !important;
}

/* Block - FAQ */
/* -------------- */

.et_pb_row:has(.et_pb_toggle) .et_pb_column {
	row-gap: 0px;
}
.et_pb_row:has(.et_pb_toggle) .et_pb_module_heading {
	text-align: center;
}
.et_pb_toggle_close,
.et_pb_toggle_open {
    background-color: var(--colour-background);
    padding: 0px;
}
.et_pb_section .et_pb_row .et_pb_accordion_item  {
	margin-bottom: 35px !important;
	padding-bottom: 20px !important;
	padding-left: 20px;
	border-bottom: 1px solid var(--colour-primary);
}
.et_pb_toggle_title {
    color: var(--colour-primary) !important;
	font-family: var(--font-secondary);
	margin: 0px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
}

.et_pb_toggle::before {
	content: '\f078';
    font-family: var(--font-fa) !important;
    right: 0;
    left: auto;
    font-size: 16px;
    color: var(--colour-white);
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: var(--colour-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.et_pb_toggle .et_pb_toggle_title:before {
	display: none;
}
.et_pb_toggle.et_pb_toggle_open::before {
	content: '\f077';
}

.et_pb_column .et_pb_module.et_pb_toggle {
	margin: 0px;
}
.et_pb_toggle {
    border: 0px solid;
}


@media screen and (max-width: 800px) {
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    padding-right: 0 !important;
	}
	.et_pb_toggle .et_pb_toggle_title:before {
	    left: auto;
	    right: -50px;
	}
	.et_pb_toggle_close, .et_pb_toggle_open {
		padding-left: 0px;
	}
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 16px;
	}
}
/* Block - Slider */
/* -------------- */


.et_pb_section .et_pb_module .swiper-button-prev,
.et_pb_section .et_pb_module .swiper-button-next {
	background-color: var(--colour-primary) !important;
	background-image: none !important;
	border-radius: 0px;
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-next:hover,
.et_pb_section .et_pb_module .swiper-button-prev:hover {
	background-color: var(--colour-white) !important;
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-next:hover i,
.et_pb_section .et_pb_module .swiper-button-prev:hover i {
	color: var(--colour-primary);
	transition: var(--transition);
}
.divi8-testi-icon-left, .divi8-testi-icon-right {
    font-size: var(--size-5) !important;
}


@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){}
@media screen and (max-width:1200px){}
@media screen and (max-width:1000px){}
@media screen and (max-width:800px) {

}
@media screen and (max-width:600px) {}
@media screen and (max-width:400px) {

}


/* Default CSS END */


/*---- HEADER ----*/

header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	position: absolute;
	background-color: transparent;
}
header .et_pb_section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /* background: var(--colour-white); */
	padding: 25px 140px;
}
header .et_pb_section .et_pb_row {
    max-width: 100%;
	width: 100%;
	padding: 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

header .et_pb_image img {
    width: 195px;
    height: 85px;
    vertical-align: top;
	object-fit: contain;
}
header .et_pb_column:has(.et_pb_image) {
	z-index: 5;
}

header .et_pb_section .menu-item {
	display: flex;
	align-items: center;
}

header .et_pb_section .et_pb_row {
	column-gap: 40px;
	row-gap: 20px;
}
header .et_pb_section .et_pb_row_0_tb_header {
	align-items: center;
}
header .et_pb_section .et_pb_column {
	flex-direction: row;
	column-gap: 35px;
}

header .et_pb_section .et_pb_column.header-contact,
header .et_pb_section .et_pb_column.header-book {
	justify-content: center;
	flex: auto 0 0;
  	width: auto;
}
header .et_section_regular {
	max-width: 100%;
	width: 100%;
}

header .et_pb_column--with-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .et_pb_section .et_pb_icon_wrap .et-pb-icon {
    font-size: 20px !important;
    color: var(--colour-secondary) !important;
    font-weight: 300 !important;
    padding: 10px;
    transition: var(--transition);
}
header .et-pb-icon:hover {
    background-color: var(--colour-white);
    color: var(--colour-primary) !important;
    transition: var(--transition);
    padding-top: 12px;
}

header .et_pb_column:has(.et_pb_button_module_wrapper),
header .et_pb_column:has(.et_pb_icon) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
header .et_pb_section .et_pb_button_module_wrapper.et_pb_module,
header .et_pb_section .et_pb_icon.et_pb_module {
    margin-bottom: 0px;
}
header .et_pb_section .et_pb_module {
    background-color: transparent;
}

/*Header Contacts*/
header .header-contact {
	position: relative;
	z-index: 100;
}
header .header-contact .et_pb_text_inner {
	display: flex;
	align-items: center;
	column-gap: 30px;
}

header .header-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-main);
	line-height: 1.2em;
	font-size: .17rem;
	text-decoration: none;
	color: var(--colour-text);
}
header .header-contact a i,
header .header-contact a em {
	margin-right: 8px;
	color: var(--colour-primary);
	font-family: var(--font-fa-sharp);
	font-weight: 900;
}

header:has(.et_pb_menu .mobile_nav.opened) .header-contact a {
	color: var(--colour-white);
}
header:has(.et_pb_menu .mobile_nav.opened) .header-contact a:hover {
	color: var(--colour-secondary);
}
header:has(.et_pb_menu .mobile_nav.opened) .header-contact a i,
header:has(.et_pb_menu .mobile_nav.opened) .header-contact a em {
	color: var(--colour-secondary);
}


/*Header Menu*/
header .et_pb_menu ul.et-menu {
    margin-left: -15px;
    margin-right: -15px;
}
header .et_pb_menu ul.et-menu > li {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
header .et-menu a {
    display: flex;
    justify-content: center;
	font-size: 0.17rem;
    font-weight: 500;
    color: var(--colour-primary);
    font-family: var(--font-body);
	padding: 12px 10px;
    border: none;
    position: relative;
    letter-spacing: -0.02em;
    transition: var(--transition-slow);
}
header .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
	padding-bottom: 12px;
}
header .et-menu a:hover {
	opacity: 1;
    color: var(--colour-highlight);
	transition: var(--transition-fast);
}
header .et-menu .menu-item-has-children > a:first-child::after {
	content: "\f078";
	font-size: 0.9em;
	font-weight: 500;
    font-family: var(--font-fa-sharp);
	color: var(--colour-grey);
	top: 13px;
}
header .et-menu .menu-item-has-children.et-hover > a:first-child::after,
header .et-menu .menu-item-has-children > a:first-child:hover::after {
	content: "\f077";
}

/*Header Dropdown*/
header .et-menu > li ul.sub-menu,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
	background-color: var(--colour-secondary) !important;
	border-radius: 15px;
	width: 275px;
	border: none;
	padding: 5px 0;
	transition: var(--transition);
}
header .et-menu > li.et-hover ul.sub-menu,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li.et-hover ul {
	background-color: var(--colour-secondary) !important;
	border: none;
	padding: 15px 0;
}
header .et-menu > li ul.sub-menu li,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul li {
	padding: 0px;
}
header .et-menu > li ul.sub-menu li a,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul li a {
	width: 100%;
	padding: 10px 25px;
	font-size: 0.15rem;
	font-weight: 600;
	text-transform: none;
	line-height: 1.2em;
	color: var(--colour-white);
	font-family: var(--font-body);
	justify-content: flex-start;
}
header .et-menu > li ul.sub-menu li a:hover,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul li a:hover {
	background-color: transparent;
	color: var(--colour-orange);
	box-shadow: inset 5px 0 0 var(--colour-orange);
	opacity: 1;
}


/** BURGER MENU **/
body:has(.mobile_nav.opened) {
    overflow: hidden;
	height: 100vh;
}
header .et_builder_inner_content,
header .et_pb_section,
header .et_pb_row {
    position: static;
}

/*Menu icon*/
header .et_pb_menu .et_pb_menu__menu {
    display: none;
}
header .et_pb_menu .et_mobile_nav_menu {
    display: block;
}
header .et_pb_menu .mobile_nav .mobile_menu_bar::before {
    color: inherit;
}

header .et_pb_menu .mobile_nav .mobile_menu_bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: none;
    height: 75px;
    width: 75px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 1000;
}

header .et_pb_menu .mobile_nav .mobile_menu_bar::before,
header .et_pb_menu .mobile_nav .mobile_menu_bar::after {
	content: "";
	width: 50px;
	height: 3px;
	top: 9px;
	position: relative;
	background-color: var(--colour-white);
	transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
}
header .et_pb_menu .mobile_nav .mobile_menu_bar::after {
	top: -11px;
	width: 50px;
	box-shadow: 0px 33px 0 var(--colour-white);
	background-color: var(--colour-white);
}

header .et_pb_menu .mobile_nav.opened .mobile_menu_bar {
    background-color: var(--colour-secondary);
}
header .et_pb_menu .mobile_nav.opened .mobile_menu_bar::before {
	top: 1.5px;
	width: 45px;
	background-color: var(--colour-white);
	transform: rotate(45deg);
	transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
}
header .et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
	top: -1.5px;
	width: 45px;
	background-color: var(--colour-white);
	box-shadow: 0 0px 0 var(--colour-white);
	transform: rotate(-45deg);
	transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
}

/* Mobile Menu */
header .et_pb_section .menu-item {
    flex-direction: column;
    align-items: flex-start;
    border: none;
}
header .et_pb_section .menu-item > a {
    color: var(--colour-text);
    font-family: var(--font-main);
    font-style: italic;
    font-size: var(--size-5);
    letter-spacing: -0.02em;
    line-height: 1em;
    font-weight: 700;
    padding: 24px 0px 30px;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	position: relative;
    width: 100%;
}

header .et_pb_section .menu-item.current-menu-item > a {
    color: var(--colour-white);
}


header .menu-item a:hover {
	opacity: 1;
    text-decoration: none;
    background: none !important;
    color: var(--colour-secondary);
    transition: var(--transition-fast);
}

header .menu-item a:not([href]) {
	pointer-events: none;
}
header .menu-item {
    width: 100%;
    border-top: 1px solid rgba(242, 247, 249, 0.1);
    padding: 0px 0px !important;
}

header .menu-item-has-children {
    padding: 0 !important;
    border-bottom: 2px solid rgba(85, 32, 41, 0.1) !important;
}
header .menu-item-has-children > a,
header .et_pb_section .menu-item-has-children > a {
    background: none;
    border: none;
}
header .menu-item ul.sub-menu,
header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    /* background-color: var(--colour-footer) !important; */
    background: none !important;
    padding: 0px 0px 22px;
    margin: 0;
    width: 100%;
	margin-top: -5px;
}
header .et_mobile_menu ul.sub-menu li.menu-item > a {
    width: 100%;
    padding: 0 0 18px;
    font-size: var(--size-4);
    line-height: 1em;
    font-style: normal;
    font-weight: 500;
    border: none;
}

header .et_pb_section .et_pb_column:has(.et_pb_menu) {
    order: unset;
    flex: auto 1 1;
    justify-content: flex-end;
    position: unset;
}
header .et_pb_section .et_pb_module,
header .et_pb_menu_inner_container {
    position: unset;
}
header .et_pb_section .et_pb_column.et_pb_column_1_3:has(.et_pb_button) {
    display: none;
}

header .et_pb_section .et_pb_menu .et_mobile_menu {
    display: block !important;
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0 !important;
    bottom: 0;
    max-width: 700px;
    width: calc(100% - 360px) !important;
    overflow-y: auto;
    border-radius: 0;
    background-color: var(--colour-primary) !important;
    backdrop-filter: unset;
    border: none !important;
    min-height: 100vh;
    padding: 130px 80px !important;
    clip: unset !important;
    transition: var(--transition);
    visibility: hidden;
    pointer-events: none;
    opacity: 0 !important;
    z-index: 1;
}
body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li ul,
body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
body.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    background-color: var(--colour-primary) !important;
}

header .mobile_nav.opened .et_mobile_menu {
	max-width: 600px;
    width: calc(100% - 100px) !important;
    visibility: visible;
    pointer-events: all;
    opacity: 1 !important;
    transition: var(--transition);
}


/* Header Overlay */
header .header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
}
header .header-overlay .header-contact a {
	color: var(--colour-white);
}
header .header-overlay .header-contact a:hover {
	color: var(--colour-highlight);
}
header .header-overlay .header-contact a i,
header .header-overlay .header-contact a em {
	color: var(--colour-highlight);
}

header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar {
	background-color: var(--colour-white);
}
header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::before,
header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::after {
	background-color: var(--colour-text);
}
header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::after {
	box-shadow: 0px 19px 0 var(--colour-text);
  	background-color: var(--colour-text);
}
header .header-overlay .et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
	box-shadow: 0 0px 0 var(--colour-white);
}


/*Header Responsive Override*/

@media screen and (max-width:1400px) {
	header .et_pb_section {
		padding: 20px 35px;
	}
	header .et_pb_image img {
		width: 190px;
  		height: 80px;
	}
	header .et_pb_menu .mobile_nav .mobile_menu_bar {
		height: 65px;
		width: 65px;
	}

	header .et_pb_section .et_pb_menu .et_mobile_menu {
		width: calc(100% - 280px) !important;
		padding: 120px 80px 100px !important;
	}
	header .et_pb_section .et_pb_menu .mobile_nav.opened .et_mobile_menu {
		width: calc(100% - 250px) !important;
		padding: 120px 100px 100px !important;
	}
}
@media screen and (max-width:980px) {
	header {
		padding: 0;
	}
	header .et_pb_section {
		padding: 18px 25px;
	}

	header .et_pb_section .et_pb_row {
		flex-wrap: nowrap !important;
	}
	header .et_pb_section .et_pb_column {
		column-gap: 25px;
	}
	header .header-contact .et_pb_text_inner {
		column-gap: 25px;
	}
	header .et_pb_image img {
		width: 160px;
  		height: 70px;
		margin-top: -5px;
	}

	header .et_pb_menu .et_mobile_nav_menu {
		margin: 0;
	}
	header .et_pb_menu .mobile_nav .mobile_menu_bar {
		height: 60px;
		width: 60px;
		margin: 0;
	}
	header .et_pb_menu .mobile_nav .mobile_menu_bar::before,
	header .et_pb_menu .mobile_nav .mobile_menu_bar::after,
	header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::before,
	header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::after {
		content: "";
		width: 25px;
		height: 3px;
	}
	header .et_pb_menu .mobile_nav .mobile_menu_bar::after {
		top: -10px;
		box-shadow: 0px 17px 0 var(--colour-white);
	}
	header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::after {
		box-shadow: 0px 17px 0 var(--colour-text);
	}
	header .et_pb_menu .mobile_nav.opened .mobile_menu_bar::after,
	header .header-overlay .et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
		top: -2px;
	}

	header .et_pb_section .et_pb_menu .et_mobile_menu {
		width: calc(100% - 260px) !important;
		padding: 100px 60px 80px !important;
	}
	header .et_pb_section .et_pb_menu .mobile_nav.opened .et_mobile_menu {
		width: calc(100% - 220px) !important;
		padding: 100px 80px 80px !important;
	}
	header .et_pb_section .menu-item > a {
		font-size: var(--size-8);
		padding: 20px 0px 25px;
	}
	header .et_mobile_menu ul.sub-menu li.menu-item > a {
		padding-bottom: 15px;
	}
	header .menu-item ul.sub-menu,
	header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
		padding-bottom: 15px;
	}
}
@media screen and (max-width:800px) {
	header .header-contact a {
		font-size: .18rem;
		white-space: nowrap;
	}
}
@media screen and (max-width:650px) {
	header .header-contact a {
		font-size: 0px !important;
	}
	header .header-contact a i,
	header .header-contact a em {
		margin: 0;
		font-size: 20px;
		color: var(--colour-text) !important;
	}
	header .header-contact a:hover i,
	header .header-contact a:hover em {
		color: var(--colour-secondary) !important;
	}

	header .et_pb_section .et_pb_menu .et_mobile_menu {
		width: 100% !important;
		padding: 100px 100px 80px 60px !important;
	}
	header .et_pb_section .et_pb_menu .mobile_nav.opened .et_mobile_menu {
		width: 100% !important;
		padding: 100px 80px 80px 80px !important;
	}
}
@media screen and (max-width:600px) {
	header .et_pb_section {
		padding:18px 20px;
	}
	header .et_pb_menu .mobile_nav .mobile_menu_bar {
		height: 55px;
		width: 55px;
	}
	header .et_pb_image img {
		margin-top: -10px;
	}
}
@media screen and (max-width:500px) {
	header .header-overlay .header-contact {
		display: none;
	}

	header .et_pb_image img {
		min-width: 142px;
		height: 62px;
	}

	header .et_pb_menu .mobile_nav .mobile_menu_bar {
		height: 50px;
		width: 50px;
		margin: 0;
	}
	header .et_pb_menu .mobile_nav .mobile_menu_bar::before,
	header .et_pb_menu .mobile_nav .mobile_menu_bar::after,
	header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::before,
	header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::after {
		content: "";
		width: 22px;
		height: 3px;
	}
	header .et_pb_menu .mobile_nav .mobile_menu_bar::after {
		top: -9px;
		box-shadow: 0px 15px 0 var(--colour-white);
	}
	header .header-overlay .et_pb_menu .mobile_nav .mobile_menu_bar::after {
		box-shadow: 0px 15px 0 var(--colour-text);
	}
	header .et_pb_menu .mobile_nav.opened .mobile_menu_bar::after,
	header .header-overlay .et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
		top: -1.5px;
	}
}
@media screen and (max-width:450px) {
	header .et_pb_section .et_pb_menu .et_mobile_menu {
		width: 100% !important;
		padding: 90px 70px 50px 30px !important;
	}
	header .et_pb_section .et_pb_menu .mobile_nav.opened .et_mobile_menu {
		width: 100% !important;
		padding: 90px 50px 50px 50px !important;
	}
}
@media screen and (max-width:380px) {
	header .et_pb_section .et_pb_column--with-menu .et_pb_text {
		display: none;
	}
}


/*---------------------------*/
/*----- MOBILE DROPDOWN -----*/
/*---------------------------*/
@media screen and (max-width:980px) {
	.et_pb_menu .mobile_nav .mobile_menu_bar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: none;
		margin-bottom: -4px;
		cursor: pointer;
		height: 40px;
		z-index: 10;
	}

	header .et_pb_section .et_pb_column.et_pb_column_1_3:has(img) {
		z-index: 10;
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar:before {
		z-index: 9999;
		font-size: 50px;
		color: var(--colour-white);
		padding: 0 !important;
		display: flex;
		cursor: pointer;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		height: 30px;
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		content: "";
		width: 45px;
		height: 4px;
		top: 0px;
		position: relative;
		background-color: var(--colour-white);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		background-color: var(--colour-white);
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		background-color: var(--colour-white);
		box-shadow: 0px 22px 0 var(--colour-white);
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		top: -15px;
		width: 45px;
	}

	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger i.fa-bars::before,
	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger i.fa-bars::after {
		background-color: var(--colour-white);
	}

	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger:not(.open) i.fa-bars::after {
		box-shadow: 0px 22px 0 var(--colour-white);
		background-color: var(--colour-white);
	}

	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::before {
		top: 2px;
		width: 35px;
		background-color: var(--colour-white);
		transform: rotate(45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}

	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
		top: -2px;
		width: 35px;
		background-color: var(--colour-white);
		box-shadow: 0 0px 0 var(--colour-white);
		transform: rotate(-45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}
}


/*---- FOOTER ----*/
footer {
	background: var(--colour-white);
	position: relative;
	overflow: hidden;
}

footer .et_pb_section {
	padding: clamp(50px, calc(var(--master-section-pad) * 12), 120px) 0;
}
footer .et_pb_row {
	padding: 0;
	max-width: var(--frame-max-m) !important;
	color: var(--colour-text);
}

/*Footer CTA*/
.footer-cta {
	background-color: var(--colour-secondary);
	border-radius: 20px;
	position: relative;
	margin-bottom: 100px;
}
.footer-cta::before,
.footer-cta::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	pointer-events: none;
	background-color: var(--colour-red-alt);
	border-radius: 20px 80px 80px 20px;
	z-index: 0;
}
.footer-cta::after {
	opacity: 0.5;
	width: 45%;
	display: block !important;
	visibility: visible !important;
}

.footer-cta.et_pb_row {
	column-gap: 0;
	align-items: center;
	max-width: var(--frame-max-l) !important;
}
.footer-cta .et_pb_column {
	padding: 35px 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-cta .et_pb_column.et_pb_column_1_4 {
	padding-top: 12px !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	flex: 190px 0 0;
}
.footer-cta .et_pb_column.et_pb_column_3_4 {
	flex: auto 1 1;
}

.footer-cta .et_pb_image img {
	max-width: 140px;
	margin-bottom: -10px;
}

.footer-cta .et_pb_text,
.footer-cta .et_pb_text h3 {
	color: var(--colour-white);
}
.footer-cta .et_pb_text h3 {
	font-family: var(--font-main);
	font-size: var(--size-7);
	font-weight: 600;
	line-height: 1.1em;
	font-feature-settings: var(--font-setting);
	margin-bottom: 2px;
}
.footer-cta .et_pb_text h4 {
	color: var(--colour-white);
	margin: 0;
}

.footer-cta .et_pb_button_module_wrapper,
.footer-cta .et_pb_button_module_wrappers {
	margin: 0;
}
body .et_pb_section .footer-cta .et_pb_button {
	color: var(--colour-white)
}
body .et_pb_section .footer-cta .et_pb_button::before {
	border-color: var(--colour-white);
}
body .et_pb_section .footer-cta .et_pb_button:hover {
	background-color: var(--colour-white) !important;
	color: var(--colour-secondary) !important;
}
body .et_pb_section .footer-cta .et_pb_button:hover::before {
	border-color: var(--colour-white);
}

/*Footer Menu / Elements*/
footer h4 {
	font-family: var(--font-secondary);
	color: var(--colour-black);
	font-size: 20px;
}
footer .et_pb_image {
	width: 100%;
}
footer .footer-logo-row .et_pb_image img {
	max-width: 250px;
}
footer .footer-logo-row .et_pb_column:last-child {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
footer .footer-logo-row .et_pb_column:last-child .et_pb_image {
	width: auto;
}
footer .footer-logo-row .et_pb_column:last-child .et_pb_image img {
	max-width: 130px;
	width: 130px;
}
footer .et_pb_column:has(iframe) {
	flex: 1 1 55% !important;
}
footer .et_pb_column:has(iframe) .et_pb_code,
footer .et_pb_column:has(iframe) .et_pb_code iframe {
	width: 100%;
	border-radius: 10px;
}
footer .et_pb_column:has(.et_pb_image) {
	flex-wrap: wrap;
	flex-direction: row;
}
footer .et_pb_column:has(.et_pb_image) .et_pb_module {
	flex: 1 1 28%;
	max-width: 28%;
}
footer .et_pb_column:has(.et_pb_image) .et_pb_module:has(img) {
	flex: 1 1 100%;
	max-width: 100%;
}

footer hr {
	margin: clamp(35px, 50px ,65px) 0 clamp(40px, 60px ,75px);
}
footer .footer-menus {
	padding: 50px 0 100px;
}

footer .footer-info-row.et_pb_row .et_pb_column {
	flex-direction: row;
	flex-wrap: wrap;
	column-gap:0;
	row-gap:0;
}
footer .footer-info-row.et_pb_row .et_pb_column:first-child .et_pb_text p {
	font-weight: 500;
}
footer .footer-info-row .dsm_menu,
footer .footer-info-row .et_pb_text {
	flex: 30% 1 1;
}

footer .footer-info-row .dsm_menu h4,
footer .footer-info-row .et_pb_text h4 {
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.02em;
	font-size: var(--size-4);
}
footer .dsm_menu .dsm-menu-title {
	padding-bottom: 0 !important;
}

footer .et_pb_text ul li,
footer .et_pb_text ul li a {
	display: flex;
	column-gap: 5px;
}
footer .et_pb_text ul li a {
	color: var(--colour-primary);
	font-weight: 600;
}
footer .et_pb_text ul li i {
	position: relative;
	top: 2.5px;
	min-width: 20px;
	max-width: 20px;
}
@media screen and (min-width:1200px) {
	footer .et_pb_text ul li wbr {
		display: none;
	}
}

footer .dsm_menu ul li,
footer .et_pb_text ul li {
	font-family: var(--font-secondary);
	font-size: 18px;
	list-style: none;
	line-height: 1.3em;
	font-weight: 500;
	margin: 0 0 15px !important;
}
footer .dsm_menu ul li:last-child,
footer .et_pb_text ul li:last-child {
	margin: 0 !important;
}
footer .dsm_menu ul li a:hover,
footer .et_pb_text ul li a:hover {
	color: var(--colour-secondary);
}

footer .dsm_menu ul li ul.sub-menu {
	padding-left: 0 !important;
}

footer .footer-menus.et_pb_row {
	row-gap: clamp(30px, calc(var(--row-gap) * 6), 60px);
  	column-gap: clamp(30px, calc(var(--column-gap) * 6), 60px);
}
footer .footer-menus .et_pb_column {
	max-width: 300px;
}

footer .footer-menus .dsm_menu h4,
footer .footer-menus .et_pb_text h4 {
	color: var(--colour-secondary);
	font-weight: 600;
}

footer .footer-menus .et_pb_column:last-child {
	margin-left: auto !important;
}
footer .footer-menus .et_pb_text {
	text-align: right;
}
footer .footer-menus .et_pb_text p {
	line-height: 1.5em;
}

footer .et_pb_text p,
footer .et_pb_text p span {
	font-size: 18px;
	font-family: var(--font-secondary);
	color: var(--colour-black);
}
footer .et_pb_text p a,
footer .et_pb_text p i,
footer .et_pb_text p em {
	font-style: normal;
	color: var(--colour-black);
}
footer .et_pb_text p a {
	text-decoration: underline;
}
footer .et_pb_text p a:hover {
	color: var(--colour-tertiary);
}

/*Social*/
footer .social-links {
	display: flex;
	align-items: center;
	column-gap: 20px;
	justify-content: flex-end;
	padding-top: 20px;
}
footer .social-links a {
	color: var(--colour-primary);
	font-size: .25rem;
	line-height: 1;
}
footer .social-links a i {
	color: var(--colour-primary);
}
footer .social-links a:hover i {
	color: var(--colour-highlight);
}

/*Footer Copy*/
footer .et_pb_row.footer-copy-row {
	margin-top: 120px;
	max-width: 100% !important;
	width: 100%;
	background-color: var(--colour-primary);
	padding: 20px;
}
.footer-copy-row .et_pb_text {
	text-align: center !important;
}
footer .footer-copy-row .et_pb_text_inner {
	display: flex;
	justify-content: space-between;
}
footer .footer-copy-row .et_pb_column {
	width: var(--frame-width);
	max-width: var(--frame-max-m);
	margin: 0 auto !important;
}
footer .footer-copy-row.et_pb_row .et_pb_column.et-last-child {
	margin-right: auto !important;
}
footer .footer-copy-row .et_pb_text p,
footer .footer-copy-row .et_pb_text p a {
	color: var(--colour-white);
	text-decoration: none;
	font-family: var(--font-secondary);
	font-size: 18px;
	padding-bottom: 0px;
}
footer .footer-copy-row .et_pb_text p a {
	font-weight: 800;
	text-decoration: underline;
}
footer .footer-copy-row .et_pb_text p a:hover {
	color: var(--colour-secondary);
}
@media screen and (max-width:1400px){
	footer .et_pb_column:has(.et_pb_image) {
		row-gap: 40px;
		padding-top: 40px;
	}
	footer .et_pb_column:has(.et_pb_image) .et_pb_module {
		flex: 1 1 45%;
		max-width: 45%;
	}
}
@media screen and (max-width:1200px) {
		footer .et_pb_column:has(.et_pb_image) .et_pb_module {
		flex: 1 1 100%;
		max-width: 100%;
	}
	footer .et_pb_section {
		padding: 80px 0;
	}
	.footer-copy-row {
  		padding-top: 100px;
	}
}
@media screen and (max-width:980px) {
	footer .et_pb_section .et_pb_row {
		flex-wrap: nowrap !important;
		flex-direction: column;
	}
	footer .dsm_menu ul li, footer .et_pb_text ul li,
	footer .dsm_menu .dsm-menu-title,
	footer .et_pb_text p, footer .et_pb_text p span,
	footer h4 {
		text-align: center;
	}
	footer .et_pb_image .et_pb_image_wrap {
		display: flex;
		justify-content: center;
	}
	footer .footer-logo-row .et_pb_image img {
		max-width: 150px;
		margin-bottom: 40px;
	}
	footer .et_pb_column_0_tb_footer {
		column-gap: 30px !important;
		row-gap: 40px !important;
	}
	footer .dsm_menu,
	footer .et_pb_text {
		flex: calc(50% - 30px) 1 1;
	}
	footer .et_pb_image {
		padding-bottom: 0px;
	}
}
@media screen and (max-width:900px) {
	footer .et_pb_section .et_pb_row {
		/* flex-wrap: wrap !important; */
	}
	footer .dsm_embed_google_map .et_pb_module_inner iframe {
		min-height: 300px;
	}
	footer .et_pb_row .et_pb_column_0_tb_footer {
		max-width: 500px;
	}
	footer .footer-logo-row .et_pb_image img {
		max-width: 200px;
	}
	footer .footer-logo-row .et_pb_column:last-child .et_pb_image img {
		max-width: 100px;
		width: 100px;
	}

	footer .et_pb_section .et_pb_row.footer-info-row {
		flex-wrap: wrap !important;
	}
	footer .et_pb_section .et_pb_row.footer-info-row > .et_pb_column {
		flex: auto 1 1;
	}
}
@media screen and (max-width:700px) {
	footer .et_pb_image img {
		max-width: 220px;
	}
	.footer-copy {
		padding-top: 60px;
	}
	footer .et_pb_section {
		padding: 60px 0;
	}
}
@media screen and (max-width:600px) {
	footer hr {
		margin:	clamp(25px, 35px ,45px) 0 clamp(30px, 40px ,50px);
	}
	footer .footer-logo-row .et_pb_image img {
		max-width: 150px;
	}
	footer .footer-logo-row .et_pb_column:last-child .et_pb_image img {
		max-width: 75px;
		width: 75px;
	}
	footer .et_pb_section .et_pb_row.footer-info-row > .et_pb_column {
		flex-wrap: wrap;
		row-gap: 35px;
	}
	footer .footer-info-row .dsm_menu,
	footer .footer-info-row .et_pb_text {
		flex: 100% 1 1;
		text-align: center;
	}
	footer .dsm_menu ul li,
	footer .et_pb_text ul li {
		justify-content: center;
		text-align: center;
	}
	footer .et_pb_text ul li i {
		display: none;
	}
}
@media screen and (max-width:450px) {
	footer .et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_2) {
		flex-wrap: wrap !important;
	}
	footer .footer-logo-row .et_pb_column,
	footer .footer-logo-row .et_pb_column .et_pb_image {
		text-align: center;
	}
	footer .footer-logo-row .et_pb_column:last-child {
		justify-content: center;
	}
	footer .footer-logo-row .et_pb_image img {
		max-width: 180px;
	}
	footer .footer-logo-row .et_pb_column:last-child .et_pb_image img {
		max-width: 80px;
		width: 80px;
	}
}
@media screen and (max-width:400px) {
	footer .et_pb_image {
		text-align: center;
	}
	footer .et_pb_image img {
		max-width: 200px;
	}
	footer .dsm_menu,
	footer .et_pb_text {
		flex: 100% 1 1;
		text-align: center !important;
	}
	footer .dsm_menu h4,
	footer .dsm_menu ul li {
		text-align: center;
	}
}


/*---- DEFAULT - FORM CSS ----*/

body .et_pb_module label {
	font-size: var(--size-1);
	font-family: var(--font-body);
	color: inherit;
}
body .et_pb_module .et_pb_contact_field {
	border: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 0px;
}
body .et_pb_module .et_pb_contact .et_pb_contact_field_half {
    width: 100%;
    float: none;
	max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
	margin: 0px;
}
body .et_pb_contact_form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 25px;
	margin: 0px;
}
body .et_pb_contact_form.clearfix::before,
body .et_pb_contact_form.clearfix::after {
	display: none;
}
body .et_contact_bottom_container {
	max-width: 100%;
	flex: 0 0 100%;
    width: 100%;
	float: none;
	justify-content: flex-end;
}
body .et_pb_module input {
	padding: 0px;
}
body .et_pb_module .et_pb_contact :where(input, textarea, select) {
	padding: 15px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px solid var(--colour-alternate-3);
	font-family: var(--font-body);
	font-size: var(--size-2);
	font-weight: 300;
	outline: unset;
	appearance: none;
}
body .et_pb_module .et_pb_contact :where(input, textarea, select)::placeholder {
	color: var(--colour-secondary);
}
body .et_pb_module .et_pb_contact :where(input, textarea, select):hover,
body .et_pb_module .et_pb_contact :where(input, textarea, select):focus {
	border-color: var(--colour-primary);
}
body .et_pb_module .et_pb_contact textarea {
	min-height: 150px;
}
body .et_pb_module .et_pb_contact .et_pb_contact_field:has(textarea) {
	max-width: 100%;
	flex: 0 0 100%;
}
body .et_pb_contact_submit {

}


@media screen and (max-width:1600px) { }
@media screen and (max-width:1400px) { }
@media screen and (max-width:1200px) { }
@media screen and (max-width:1000px) { }
@media screen and (max-width:800px) { }


/*---- INPUT / FORM ----*/
form {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 70px;
  background-color: var(--colour-white);
  font-size: 16px;
}

label {
  margin-bottom: 10px;
  color: inherit;
  font-size: 16px;
}
label input[type="text"],
label input[type="email"],
label input[type="password"],
label input[type="tel"],
label textarea {
  margin-top: 2px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
.et_pb_module input[type="text"],
.et_pb_module input[type="email"],
.et_pb_module input[type="password"],
.et_pb_module input[type="tel"],
.et_pb_module textarea {
  width: 100%;
  padding: 14px 14px 14px 0px;
  border-bottom: 1px solid var(--colour-charcoal);
  font-size: 18px;
  font-weight: 500;
  color: var(--colour-primary);
  background-color: var(--colour-white);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
textarea:hover,
.et_pb_module input[type="text"]:hover,
.et_pb_module input[type="email"]:hover,
.et_pb_module input[type="password"]:hover,
.et_pb_module input[type="tel"]:hover,
.et_pb_module textarea:hover {
  border-color: var(--colour-secondary);
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
.et_pb_module input[type="text"]:focus,
.et_pb_module input[type="email"]:focus,
.et_pb_module input[type="password"]:focus,
.et_pb_module input[type="tel"]:focus,
.et_pb_module textarea:focus {
  border-color: var(--colour-tertiary);
  outline: none;
  box-shadow: 0 0 5px var(--colour-tertiary);
}

input[disabled],
textarea[disabled] {
  background-color: #e9e9e9;
  border-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
}

textarea {
  min-height: 120px;
  resize: vertical;
  background-color: var(--colour-white);
}

button[type="submit"],
input[type="submit"] {
  min-width: 180px;
  color: var(--colour-white) !important;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  color: var(--colour-secondary) !important;
}

/* Validation Styles */
input:valid,
textarea:valid {
  border-color: #28a745;
}

input:invalid,
textarea:invalid {
  border-color: #dc3545;
}

/* Helper Text for Inputs */
input:required::after,
textarea:required::after {
  content: "*";
  color: #dc3545;
  margin-left: 5px;
}

/* Success Message */
input:valid + .valid-feedback,
textarea:valid + .valid-feedback {
  display: block;
  color: #28a745;
  font-size: 16px;
}

/* Error Message */
input:invalid + .invalid-feedback,
textarea:invalid + .invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 5px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}

select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

select:focus {
  border-color: var(--colour-primary);
  outline: none;
}

.form-text {
	padding-bottom: 20px;
	border-bottom: 5px solid var(--colour-primary);
	margin-bottom: 40px;
}
@media (max-width: 600px) {
  form {
    padding: 30px;
  }

  button[type="submit"],
  input[type="submit"] {
    width: 100%;
  }
}

#main-content:has(.post-8)::before {
    content: "We're working on something. New Website coming soon!";
    position: fixed;
    top: 60px;
    right: 0px;
    font-size: 14px;
    font-family: var(--font-body);
    background-color: var(--colour-primary);
    padding: 15px 30px;
    color: var(--colour-white);
    z-index: 10;
}

/** Landing Page **/

.section-landing .et_pb_row {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    column-gap: 0px;
}
.section-landing .et_pb_column:has(h1){
    flex: 1 1 750px !important;
    padding: 80px 100px;
    border-right: 10px solid var(--colour-primary);
}
.section-landing .et_pb_column:has(h1) img {
    min-width: 155px;
    max-width: 155px;
    object-fit: contain;
    margin-bottom: 100px;
}
.section-landing .et_pb_text:has(.et_pb_button) {
    margin-top: 70px;
}
.section-landing .et_pb_text:has(.et_pb_button) p {
    display: flex;
    column-gap: 5px;
}
.section-landing .et_pb_column:last-child .et_pb_module,
.section-landing .et_pb_column:last-child .et_pb_module .et_pb_image_wrap {
    height: 100%;
}
.section-landing .et_pb_column:last-child .et_pb_module img {
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}
.section-landing .et_pb_column:last-child .social-media {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.section-landing .et_pb_column:last-child .social-media i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--colour-primary);
    transition: var(--transition);
}
.section-landing .et_pb_column:last-child .social-media i:hover {
    background-color: var(--colour-white);
    color: var(--colour-primary);
    transition: var(--transition);
}
.section-landing .et_pb_column:last-child .social-media i::before {
    font-family: var(--font-fa-brands);
}
.section-landing .et_pb_column:last-child .social-media .et_pb_text_inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 60px;
    height: 100%;
    column-gap: 10px;
}
.coming-soon {
    padding-bottom: 13px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 16px;
    padding-right: 20px;
    background-color: var(--colour-primary);
}
@media screen and (max-width:1600px) {
    .section-landing .et_pb_column:has(h1) {
        padding: 50px;
    }
}
@media screen and (max-width:1100px) {
    .section-landing .et_pb_row {
        flex-direction: column;
        row-gap: 0px;
    }
    .section-landing .et_pb_column.et_pb_column_2_5  {
        max-width: 100%;
        flex: 1 1 100% !important;
    }
    .section-landing .et_pb_column:has(h1) {
        border-right: 0px solid;
        border-bottom: 10px solid var(--colour-primary);
    }
    .section-landing .et_pb_column:has(h1) img {
        margin-bottom: 100px;
    }
}
@media screen and (max-width:800px) {
    #main-content::before {
        padding: 12px 22px;
    }
    .section-landing .et_pb_column:has(h1) img {
        min-width: 115px;
        max-width: 115px;
    }
    .section-landing .et_pb_text:has(.et_pb_button) {
        margin-top: 30px;
    }
}
@media screen and (max-width:600px) {
    #main-content::before {
        padding: 12px 22px;
        top: unset;
        bottom: 0px;
        right: 0px;
        left: 0px;
        text-align: center;
    }
    .section-landing .et_pb_text:has(.et_pb_button) p {
        flex-direction: column;
        row-gap: 5px;
    }
    .section-landing .et_pb_column:has(h1) {
        padding: 20px 20px 40px;
    }
    .section-landing .et_pb_column:last-child .social-media .et_pb_text_inner {
        padding: 20px;
    }
}
@media screen and (max-width:400px){
    #main-content::before {
        font-size: 13px;
    }
}
/** Landing Page Map **/
.section-map .et_pb_row {
    max-width: 100%;
    width: 100%;
    padding: 50px;
}
.section-map iframe {
    max-width: 100%;
    width: 100%;
    filter: grayscale(1);
    transition: var(--transition);
}
.section-map iframe:hover {
    filter: grayscale(0);
    transition: var(--transition);
}
@media screen and (max-width: 600px) {
    .section-map .et_pb_row {
        padding: 40px 20px 20px;
    }
}



/*---- SECTION - BANNER ----*/
.section-banner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 700px;
    padding: 375px 0 100px !important;
    background-color: var(--colour-black);
    color: var(--colour-white);
	overflow: hidden;
}
.section-banner.home {
    padding: 500px 0 150px !important;
}
.section-banner.banner-home {
	min-height: 100vh;
}

.section-banner .et_pb_row {
	padding: 0;
	max-width: var(--frame-max-l);
}
.section-banner p,
.section-banner p span {
	font-size: 26px;
}
.section-banner .et_pb_row:has(img) {
	z-index: -1;
}
/* .section-banner:not(.banner-home) .et_pb_row {
	margin-bottom: 0;
} */
.section-banner .et_pb_row,
.section-banner .et_pb_column,
.section-banner .et_pb_module {
    position: static;
}

.section-banner .et_pb_image_wrap {
	position: absolute;
	z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.section-banner .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    pointer-events: none;
	background:
        linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 75%),
        linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 20%),
        rgba(0,0,0,0.1)
    ;
	opacity: 1;
    z-index: 1;
}
.section-banner .et_pb_button_module_wrappers {
	column-gap: 15px;
}
.section-banner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.section-banner .et_pb_text {
    max-width: 860px;
}

.section-banner .dsm_button {
    margin-top: 40px;
}
.section-banner .dsm_button .et_pb_button.et_pb_button_two::before {
	background-color: transparent;
	border: 1px solid var(--colour-white);
}
.section-banner .dsm_button .et_pb_button.et_pb_button_two:hover::before {
	background-color: var(--colour-white);
}
.section-banner .dsm_button .et_pb_button.et_pb_button_two:hover {
	color: var(--colour-black);
}
.section-banner .et_pb_text:has(i) {
	padding-top: 40px !important;
}
.section-banner .et_pb_text:has(i) i {
	font-size: 18px;
	color: var(--colour-secondary);
	margin-right: 25px;
	width: 15px;
}
.section-banner .et_pb_text:has(i) a {
	margin-bottom: 15px;
}
.section-banner .et_pb_text:has(i) a:hover {
	color: var(--colour-secondary);
}
.section-banner .et_pb_button_module_wrapper {
	margin-top: 30px;
}
@media screen and (max-width:1200px) {
	.section-banner .et_pb_image_wrap::before {
		background:
	        linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 75%),
	        linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 20%),
	        rgba(0,0,0,0.3)
	    ;
	}
}
@media screen and (max-width:980px) {
	.section-banner {
		padding: 200px 0 100px !important;
		min-height: unset;
	}

	.section-banner .et_pb_text h1 b,
	.section-banner .et_pb_text h1 strong {
		font-size: var(--size-13);
		margin-top: 20px;
	}
}
@media screen and (max-width:700px) {
	.section-banner {
		padding: 200px 0 50px !important;
	}
	.section-banner .et_pb_text h1 b,
	.section-banner .et_pb_text h1 strong {
		font-size: var(--size-12);
		margin-top: 20px;
	}

	.section-banner.banner-home {
		min-height: unset;
	}
}


/*** Section Intro ***/
.section-intro h1 {
	padding-left: 30px;
	border-left: 8px solid var(--colour-primary);
}
.section-intro p {
	font-size: 22px;
	max-width: 980px;
}
.section-intro .et_pb_row_3-4_1-4 {
	padding-top: 10px;
}
.section-intro .et_pb_row_3-4_1-4 .et_pb_column_3_4  {
	flex: 1 1 70%;
}
.section-intro a.et_pb_button::before {
	width: 5px;
	transition: var(--transition-slow) !important;
}
body .section-intro a.et_pb_button:hover {
	color: var(--colour-white);
}
body .section-intro a.et_pb_button:hover::before {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
	width: 100%;
	background-color: var(--colour-primary) !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: var(--transition-slow);
}
body .section-intro a.et_pb_button {
	color: var(--colour-primary);
	font-size: 18px;
	padding: 15px 30px !important;
	column-gap: 20px;
	transition: var(--transition-slow);
}


/*** Section Image ***/

.section-image .et_pb_row {
	max-width: 100%;
	width: 100%;
	padding: 0px;
}
.section-image img {
	max-height: 823px;
	width: 100%;
	object-fit: cover;
}


/*** Section Menu ***/

.section-menu .et_pb_row {
	column-gap: 0px;
}
.section-menu .et_pb_row:not(:last-child) .et_pb_text_inner {
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
}
.section-menu .et_pb_column:has(h4) {
	padding: 70px;
	background-color: var(--colour-white);
}
.section-menu .row {
	position: relative;
	border-bottom: 1px solid var(--colour-cyan);
	padding-bottom: 20px;
}
.section-menu .row p {
	color: var(--colour-grey);
}
.section-menu .row-wine .bottle {
	position: relative;
}
.section-menu .dsm-content {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.section-menu .price {
	/* position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%); */
	font-size: 20px;
}
.section-menu .et_pb_row:not(:last-child) h2 {
	max-width: 750px;
	margin: 0 auto 30px;
	text-align: center;
}
.section-menu h5 {
	font-size: 20px;
	color: var(--colour-charcoal);
	font-family: var(--font-secondary);
	margin-bottom: 10px;
	text-transform: capitalize;
}
.section-menu .dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper.dsm-active {
	padding: 70px;
}
.section-menu h2.dsm-title {
	font-size: var(--size-10);
	color: var(--colour-cyan);
	padding-bottom: 20px;
	border-bottom: 5px solid var(--colour-cyan);
}
.section-menu .dsm-advanced-tabs-wrapper {
	row-gap: 20px;
}
.section-menu .dsm-advanced-tabs-wrapper .dsm-tab {
	padding: 20px 30px !important;
    color: var(--colour-cyan);
	background-color: transparent;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 900;
}
.section-menu .dsm-advanced-tabs-wrapper .dsm-tab.dsm-active {
	background-color: var(--colour-cyan) !important;
	color: var(--colour-white);
}

.row-wine {
	position: relative;
}
.row-wine .price-bottle {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
    column-gap: 40px;
}
.row-wine .price-bottle h6 {
	font-size: 16px;
	font-family: var(--font-body);
	text-transform: lowercase;
}
.row-wine .price {
	position: unset !important;
}
.row .price {
	position: absolute;
	top: 0;
	right: 0;
}
.bottle {
	display: flex;
	justify-content: space-between;
}
.section-menu .prices {
	position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 200px;
}
/*** Section Image Text ***/
.section-image-text .et_pb_row {
    column-gap: 100px;
}
.section-image-text .et_pb_button_module_wrapper {
	margin-top: 40px;
}
.section-image-text .et_pb_column {
	justify-content: center;
}
.section-image-text img  {
	min-height: 660px;
	object-fit: cover;
}
.section-image-text .et_pb_module.et_pb_image {
	margin-left: calc(((-100vw + var(--frame-max-m)) / 2) + 9px) !important;
}
.section-image-text.img-right .et_pb_module.et_pb_image {
	margin-right: calc(((-100vw + var(--frame-max-m)) / 2) + 9px) !important;
	margin-left: 0px !important
}
.section-image-text p {
	font-size: 22px;
}
body .section-image-text.et_pb_section a.et_pb_button:has(i) {
	width: 60px;
    height: 60px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
}

@media screen and (max-width:1200px) {
	.section-image-text .et_pb_module.et_pb_image {
		margin-left: 0 !important;
	}
}
@media screen and (max-width:980px) {
	.section-image-text img {
		min-height: 350px;
	}
}
/*** Section CTA ***/
.section-cta .et_pb_row {
	max-width: 800px;
}
.section-cta .et_pb_button_module_wrappers {
	margin-top: 50px;
}
.section-cta p {
	font-size: 22px;
}
.section-cta h2,
.section-cta p {
	color: var(--colour-white);
} 

/*** Section Line Up ***/
.section-line-up .et_pb_row {
	max-width: 1200px;
}
.section-line-up .et_pb_row .et_pb_ajax_pagination_container {
	display: grid;
    grid-template-columns: 1fr 1fr;
	column-gap: 110px;
    margin-top: 70px;
	position: relative;
}
.section-line-up .et_pb_row .et_pb_ajax_pagination_container::before {
	content: "";
	position: absolute;
	left: calc(50% + 55px);
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--colour-primary);
}
.section-line-up .et_pb_row .et_pb_ajax_pagination_container article:first-child { 
	grid-row: span 4;
}
.section-line-up .et_pb_row .et_pb_ajax_pagination_container article:not(:first-child) {
	display: flex;
    align-items: center;
	margin-bottom: 30px;
}
.section-line-up .et_pb_row .et_pb_ajax_pagination_container article:not(:first-child) img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.section-line-up .et_pb_row .et_pb_ajax_pagination_container article:first-child img {
	min-width: 600px;
	min-height: 600px;
	object-fit: cover;
}
.section-line-up .et_pb_post .entry-featured-image-url {
	margin-bottom: 0px;
}
.section-line-up article:not(:first-child) .entry-featured-image-url {
	margin-right: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
}
.section-line-up .entry-title {
	font-size: 22px;
	font-family: var(--font-body);
	color: var(--colour-charcoal);
	margin-bottom: 20px;
}
.section-line-up .content-wrapper {
	padding: 20px;
}
.section-line-up article:not(:first-child) .content-wrapper {
	padding-left: 0px;
}
.section-line-up article:first-child .content-wrapper {
	display: flex;
    justify-content: space-between;
}
.section-line-up .more-link {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--colour-primary);
    font-family: var(--font-body);
}

/*** Section Map ***/
.section-map-details .et_pb_row {
	max-width: 1500px;
	column-gap: 80px;
}
.section-map-details .et_pb_column_1_2.et_pb_column:has(iframe) {
	flex: 1 1 65%;
}
.section-map-details .et_pb_module.blue  h5 {
	color: var(--colour-primary);
}
.section-map-details h5 {
	font-family: var(--font-secondary);
	font-weight: 700;
	font-size: 22px;
	color: var(--colour-cyan);
	margin-bottom: 15px;
}
.section-map-details .et_pb_column:has(.et_pb_text) {
	row-gap: 10px;
}
.section-map-details .et_pb_column:has(.et_pb_text) .et_pb_module {
	padding: 20px 20px 20px 40px;
	border-left: 5px solid var(--colour-cyan);
}
.section-map-details .et_pb_column:has(.et_pb_text) .et_pb_module.blue {
	border-left: 5px solid var(--colour-primary);
}
.section-map-details  .et_pb_code,
.section-map-details  .et_pb_code_inner,
.section-map-details  .et_pb_code iframe {
	height: 100%;
	width: 100%;
}

@media screen and (max-width:980px) {
	.section-map-details  .et_pb_code iframe {
		min-height: 300px;
	}
}
/*** Section Contact ***/
.section-contact {

}




/* ----------------------- */
/* Block - Slider Controls */
/* ----------------------- */
.dsm-blog-carousel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 0 50px; */
	justify-content: flex-end;
	column-gap: 5px;
}

.et_pb_section .et_pb_module .swiper-button-prev,
.et_pb_section .et_pb_module .swiper-button-next {
	background-color: var(--colour-white) !important;
	background-image: none !important;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	color: var(--colour-cyan);
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-prev::after,
.et_pb_section .et_pb_module .swiper-button-next::after {
	color: inherit;
	font-size: 22px;
	font-family: var(--font-fa-sharp);
}
.et_pb_section .et_pb_module .swiper-button-prev::after {
	content: "\f060";
}
.et_pb_section .et_pb_module .swiper-button-next::after {
	content: "\f061";
}
.et_pb_section .et_pb_module .swiper-button-next:hover,
.et_pb_section .et_pb_module .swiper-button-prev:hover {
	background-color: var(--colour-cyan) !important;
	color: var(--colour-white);
	transition: var(--transition);
}
.divi8-testi-icon-left, .divi8-testi-icon-right {
    font-size: var(--size-5) !important;
}
.dsm_blog_carousel .swiper-arrow-button.swiper-button-next,
.dsm_blog_carousel .swiper-arrow-button.swiper-button-prev {
	order: 3;
	position: static;
	transform: none;
	background: none !important;
	border: 2px solid var(--colour-cyan);
	border-radius: 0px;
	width: 50px !important;
	height: 50px !important;
}
.dsm_blog_carousel .swiper-arrow-button.swiper-button-next {
	order: 4;
	border-left: 2px solid;
	/* border-radius: 0 50px 50px 0; */
}
.dsm_blog_carousel .swiper-arrow-button.swiper-button-next:hover {
	border-left: 0px solid;
}
.dsm_blog_carousel .swiper-arrow-button.swiper-button-next::after,
.dsm_blog_carousel .swiper-arrow-button.swiper-button-prev::after {
	font-size: 20px;
}
.dsm-entry-header {
	position: unset;
}
.dsm-entry-header h2 {
	margin-bottom: 10px;
	font-family: var(--font-secondary);
	color: var(--colour-charcoal);
	font-size: 22px;
}
.dsm-entry-thumbnail img,
.dsm-entry-thumbnail {
	min-height: 350px !important;
	object-fit: cover;
}
/* .dsm_card_carousel .swiper-container, 
.dsm_image_carousel .swiper-container, 
.dsm_blog_carousel .swiper-container, 
.dsm_post_carousel .swiper-container {
	overflow: unset;
} */
.dsm-readmore-btn {
	text-transform: uppercase;
	color: var(--colour-primary);
	font-size: 18px;
	font-family: var(--font-secondary);
	font-weight: 900;
	display: flex;
	align-items: center;
}
.dsm-readmore-wrap a::after {
	content: '\f054';
	font-family: var(--font-fa);
	color: var(--colour-primary);
	font-size: 16px;
	display: flex;
	margin-left: 20px;
}
.section-news-slider-overflow {
	overflow: hidden;
}
.section-news-slider-overflow  .dsm_card_carousel .swiper-container, 
.section-news-slider-overflow  .dsm_image_carousel .swiper-container, 
.section-news-slider-overflow  .dsm_blog_carousel .swiper-container, 
.section-news-slider-overflow  .dsm_post_carousel .swiper-container {
	overflow: unset;
}
.section-news-slider-overflow .et_pb_text h2 {
	color: var(--colour-primary);
	padding-left: 50px;
	margin-bottom: 80px;
}


.upcoming-events h2 {
	text-align: center;
}
.upcoming-events .dsm-entry-title {
	text-align: left;
}
.upcoming-events .dsm_blog_carousel_1 .dsm-blog-carousel-item {
	background-color: transparent;
}
.upcoming-events .text-center .et_pb_text_inner p {
	text-align: center;
	font-size: 22px;
	font-family: var(--font-secondary);
	margin-top: 60px;
}
body .et_pb_section.upcoming-events .text-center .et_pb_text_inner a:has(i) {
	padding: 0px !important;
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
}


/*** Section Service Icons ***/
.section-service-icons .et_pb_row {
	max-width: 1550px;
	column-gap: 5px;
}
.section-service-icons .et_pb_module {
	padding: 40px;
    background-color: var(--colour-white);
    text-align: center;
	height: 100%;
}
.section-service-icons h5 {
	font-size: 22px;
	text-transform: uppercase;
	color: var(--colour-primary);
	font-family: var(--font-secondary);
	font-weight: 700;
}
.section-service-icons i {
	font-size: 40px;
	color: var(--colour-primary);
	margin-bottom: 10px;
}
.section-service-icons p {
	font-size: 20px;
}
.section-service-icons .et_pb_button {
	margin: 0 auto;
}
.section-service-icons .et_pb_module:has(.et_pb_button) {
	background-color: transparent;
}

/*** Section Function ***/
.section-function .et_pb_row {
	max-width: var(--frame-max-l);
	column-gap: 5px;
}
.section-function img {
	min-height: 650px;
	object-fit: cover;
}
.section-function .et_pb_main_blurb_image {
	margin-bottom: 0px;
}
.section-function .et_pb_blurb_container {
	position: absolute;
    padding: 40px;
    bottom: 0;
	color: var(--colour-white);
}
.section-function .et_pb_blurb_container h4 {
	color: var(--colour-white);
	font-size: var(--size-10);
}
.section-function p {
	font-size: 20px;
	font-weight: 500;
}
.section-function h5 {
	color: var(--colour-primary);
	font-family: var(--font-secondary);
	font-size: 22px;
	margin-top: 20px;
}
.section-function .et_pb_row:has(img) .et_pb_text {
	padding: 20px 40px 40px;
    background-color: var(--colour-white);
}
.section-function strong {
	font-size: 16px;
	color: var(--colour-primary);
	font-weight: 500;
}
.section-function .et_pb_button {
    margin: 0 auto;
}


/** Section News ***/
#main-content .et_pb_section.post-type-banner {
	max-height: 520px;
	position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    max-height: 300px;
    padding: 0 !important;
    background: linear-gradient(to bottom, var(--colour-black) calc(70% - 60px), var(--colour-background) calc(70% - 60px));
    overflow: hidden;
}
#main-content .et_pb_section.post-type-banner .et_pb_row {
	padding: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background-color: transparent;
	margin: 0px;
}
#main-content .et_pb_section.post-type-banner img {
	max-height: 300px;
	object-fit: cover;
}
#main-content .et_pb_section.post-type-content .et_pb_button_module_wrapper {
	margin-top: 75px;
}
#main-content .et_pb_section.post-type-content {
	margin-bottom: 0;
}
/* #main-content .et_pb_section.post-type-content > .et_pb_row {
	margin-top: -100px;
	z-index: 2;
} */
#main-content .et_pb_section.post-type-content .text-center .et_pb_text_inner p {
	text-align: center;
	font-size: 22px;
	font-family: var(--font-secondary);
	margin-top: 10px;
}
#main-content .et_pb_section.post-type-content .text-center .et_pb_text_inner a:has(i) {
	padding: 0px !important;
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
}
#main-content .et_pb_section.post-type-content .et_pb_row {
	max-width: 1350px;
}

#main-content .et_pb_section.post-type-content .et_pb_post_title {
	padding-bottom: 20px;
}

#main-content .et_pb_section.post-type-content h1,
#main-content .et_pb_section.post-type-content h2,
#main-content .et_pb_section.post-type-content h3,
#main-content .et_pb_section.post-type-content h4,
#main-content .et_pb_section.post-type-content h5 {
	margin-top: 60px;
}
#main-content .et_pb_section.post-type-content img {
	min-height: 700px;
	object-fit: cover;
}
.entry-title {
	margin-bottom: 20px;
}
.et_pb_title_meta_container span {
	color: var(--colour-black);
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: baseline;
}
.et_pb_title_meta_container span::before {
	content: '\f017';
	font-family: var(--font-fa);
	color: var(--colour-grey);
	font-size: 11px;
	margin-right: 15px;
}

.post-template-default.single-post #main-content .post-news-button .et_pb_row {
	padding-top: 70px;
    background-color: var(--colour-background);
    max-width: 1000px;
    padding-bottom: 70px;
}

@media screen and (max-width: 800px) {
	#main-content .et_pb_section.post-type-content .et_pb_row {
	    padding: 40px 50px;
	}
	#main-content .et_pb_section.post-type-content > .et_pb_row {
	    margin-top: 0px;
	}
	#main-content .et_pb_section.post-type-banner {
	    min-height: 35vh;
	}
}

@media screen and (max-width: 400px) {
	#main-content .et_pb_section.post-type-content .et_pb_post_title {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	#main-content .et_pb_section.post-type-content .et_pb_row {
	    padding: 40px 30px;
	}
	#main-content .et_pb_section.post-type-banner {
	    min-height: 30vh;
	}
	.post-template-default.single-post #main-content .et_pb_section.post-type-banner .et_pb_row {
	    max-width: 100%;
	}
}
