/*
 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:   1500px;
	--frame-max-m:   1350px;
	--frame-max-s:   1200px;
	--frame-pad:     160px;
	--frame-overpad: calc((100% - var(--frame-max-l)) / 2);
	--frame-width:   calc(100% - (var(--frame-pad) * 2));

	/*---- SPACING ----*/

	--column-gap: 10px;
	--row-gap: 10px;

	/*---- FONTS ----*/

	--font-main: 	 "desire-pro", 'greycliff-cf', var(--font-default);
	--font-body:	 "greycliff-cf", var(--font-default);
	--font-product:	 "gupter", var(--font-default);
	--font-default:  "sans-serif";
	--font-fa: 		 "Font Awesome 6 Pro";
	--font-fa-sharp: "Font Awesome 6 Sharp";

	--font-setting: "ss06" 1;

	/*---- 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, 30px);
	--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.46rem, 46px);
	--size-11: clamp(30px, 0.50rem, 50px);
	--size-12: clamp(34px, 0.54rem, 54px);
	--size-13: clamp(36px, 0.58rem, 58px);
	--size-14: clamp(36px, 0.62rem, 62px);
	--size-15: clamp(38px, 0.66rem, 66px);
	--size-16: clamp(38px, 0.76rem, 76px);

    --size-h1: var(--size-16);
    --size-h2: var(--size-14);
    --size-h3: var(--size-10);
    --size-h4: var(--size-4);
    --size-h5: var(--size-5);
    --size-h6: var(--size-6);

    /*---- 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: 	  #222;
	--colour-secondary:   #EFE7DA;
	--colour-black: 	  #000;
	--colour-white: 	  #FFF;
	--colour-background:  #FFF;
	--colour-dark-grey:   #585858;

	--colour-body:        #585858;
	--colour-text:        #222;

	/*---- 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;
    --bg-blob-1: 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.6s cubic-bezier(0,0,0.1,0.9);
	--transition-hover: all 0.1s ease-in-out 0s;
}

/*---- 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: 80px; }}
@media screen and (max-width:600px)  { :root { --master-font-size: 80px; }}
@media screen and (max-width:400px)  { :root { --master-font-size: 75px; }}

@media screen and (max-width:600px) {
	:root {
		--size-h1: var(--size-13);
	    --size-h2: var(--size-9);
	}
}

@media screen and (min-width:2000px) {
	:root {
	    --size-h2: var(--size-12);
	}
}


/*---- DEFAULT - TEXT FORMATTING CSS ----*/

/* Text - Headers */
/* -------------- */

h1, .h1, h2, .h2 {
	font-weight: 	400;
	font-family: 	var(--font-main);
	color: 			inherit;
	letter-spacing: 0.005em;
	padding-bottom: 0px;
	margin-bottom:  15px;
}

h1, .h1 {
    font-size: var(--size-h1);
    line-height: calc(var(--master-line-height) * 1.1);
}
h2, .h2 {
    font-size: var(--size-h2);
    line-height: calc(var(--master-line-height) * 1.2);
}
h3, .h3 {
	font-size: 		var(--size-h3);
	line-height: 	calc(var(--master-line-height) * 1.4);
	font-family: 	var(--font-main);
	font-weight: 	400;
	letter-spacing: 0em;
	padding-bottom: 0px;
	margin-bottom:  20px;
	color: 			inherit;
}
h4, .h4 {
	font-size: 		var(--size-h4);
	line-height: 	calc(var(--master-line-height) * 1.6);
	font-family: 	var(--font-main);
	font-weight: 	400;
	letter-spacing: 0em;
	padding-bottom: 0px;
	margin-bottom:  20px;
	color: 			inherit;
}
h5, .h5 {
	font-size: 		var(--size-h5);
	line-height: 	calc(var(--master-line-height) * 1.3);
	font-family: 	var(--font-main);
	font-weight: 	600;
	letter-spacing: 0em;
	padding-bottom: 0px;
	margin-bottom:  20px;
	color: 			inherit;
}
h6, .h6 {
	font-size: 		var(--size-h6);
	line-height: 	calc(var(--master-line-height) * 1.3);
	font-family: 	var(--font-main);
	font-weight: 	500;
	letter-spacing: 0em;
	text-transform: none;
	padding-bottom: 0px;
	margin-bottom:  20px;
	color: 			var(--colour-dark-grey);
}

h1 i, .h1 i, h1 em, .h1 em,
h2 i, .h2 i, h2 em, .h2 em {
	font-weight: 300;
}
h1 b, .h1 b, h1 strong, .h1 strong,
h2 b, .h2 b, h2 strong, .h2 strong {
	color: var(--colour-secondary);
	font-weight: inherit;
}

/* 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: var(--colour-body);
	font-family: var(--font-body);
	letter-spacing: 0px;
	line-height: 1.7em;
	font-size: 16px;
}
a {
	transition: var(--transition);
	font-family: var(--font-body);
}
a:hover {
	color: var(--colour-primary);
	transition: var(--transition-fast);
}

.et_pb_text a,
.et_pb_text a {
	color: var(--colour-secondary);
	text-decoration: underline;
}
.et_pb_text a:hover,
.et_pb_text a:hover {
	color: var(--colour-primary);
	text-decoration: none;
}

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;
}
/* .et_pb_text:last-child > .et_pb_text_inner > *: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);
}

.et_pb_text .yellow {
	color: var(--colour-primary) !important;
}
.et_pb_text .orange {
	color: var(--colour-tertiary) !important;
}
.et_pb_text .red {
	color: var(--colour-secondary) !important;
}

/* 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 body.frame-full-width .body .frame { padding: 0px; }
body, html 				                { background: var(--colour-background); }
.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:1820px) {
	:root { --frame-overpad: var(--frame-pad); }
}
@media screen and (max-width:1600px) {
	:root{ --frame-pad: 120px; }
}
@media screen and (max-width:1400px) {
	:root{ --frame-pad: 80px; }
}
@media screen and (max-width:1200px) {
	:root{ --frame-pad: 60px; }
}
@media screen and (max-width:980px) {
	h1, .h1, h2, .h2, h3, .h3 {
		margin-bottom: 30px;
	}
	h4, .h4, h5, .h5 {
		margin-bottom: 15px;
	}

	p span, p, li, .footer .foot-menu > li a, label {
		font-size: .18rem;
	}
}
@media screen and (max-width:800px) {
	:root{ --frame-pad: 50px; }
}
@media screen and (max-width:600px) {
	:root{ --frame-pad: 40px; }

	html #wpadminbar {
		top: -46px !important;
	}

	h1, .h1, h2, .h2, h3, .h3,
	body .et_pb_text h2, body .et_pb_text .h2 {
		margin-bottom: 20px;
	}
	h2, .h2 {
  		line-height: calc(var(--master-line-height) * 1.1);
	}
	h4, .h4, h5, .h5 {
		margin-bottom: 10px;
	}

	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: 30px; }
}


/*---- TEXT SIZE OVERRIDES ----*/
.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-h1);
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
	font-size: var(--size-h2);
}
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
	font-size: var(--size-h3);
}
.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
	font-size: var(--size-h4);
}
.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
	font-size: var(--size-h5);
}


/*---- 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(50px, calc(var(--column-gap) * 10), 100px);
	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_column .et_pb_row_inner, .et_pb_row { padding: 0;}
	.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); }
.et_pb_section.colour-cream { background-color: var(--colour-secondary); }


#main-content .et_pb_section { padding: clamp(70px, calc(var(--master-section-pad) * 12), 120px); }
#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(30px, calc(var(--master-section-pad) * 4), 40px);   }
#main-content .et_pb_section.section-pad-2 { padding: clamp(40px, 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(70px, calc(var(--master-section-pad) * 12), 120px); }
#main-content .et_pb_section.section-pad-6 { padding: clamp(70px, calc(var(--master-section-pad) * 18), 180px); }

#main-content .et_pb_section.pt-1 { padding-top: clamp(30px, calc(var(--master-section-pad) * 4), 40px);   }
#main-content .et_pb_section.pt-2 { padding-top: clamp(40px, calc(var(--master-section-pad) * 6), 60px);   }
#main-content .et_pb_section.pt-3 { padding-top: clamp(60px, calc(var(--master-section-pad) * 8), 80px);   }
#main-content .et_pb_section.pt-4 { padding-top: clamp(60px, calc(var(--master-section-pad) * 10), 100px); }
#main-content .et_pb_section.pt-5 { padding-top: clamp(70px, calc(var(--master-section-pad) * 12), 120px); }
#main-content .et_pb_section.pt-6 { padding-top: clamp(70px, calc(var(--master-section-pad) * 18), 180px); }
#main-content .et_pb_section.pt-100 { padding-top: clamp(60px, calc(var(--master-section-pad) * 10), 100px); }

#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, .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; } }


/*-------------------------*/
/*---- SECTION OVERLAP ----*/
/*-------------------------*/
.section-overlap-top {
	padding-top: 0 !important;
	position: relative;
	z-index: 2;
}
.section-overlap-top > .et_pb_row:first-child {
	padding-top: 0 !important;
	margin-top: -100px;
}

.section-overlap-pad-bottom {
	border-bottom: 100px solid transparent;
}


/*-----------------------------------*/
/*---- DEFAULT - SECTION COLOURS ----*/
/*-----------------------------------*/
.section-colour-white {
	background: var(--colour-white);
}
.section-colour-light {
	background: var(--colour-light);
}
.section-colour-red {
	background: var(--colour-red);
}

.section-colour-red,
.section-colour-red h1,
.section-colour-red h2,
.section-colour-red h3,
.section-colour-red h4,
.section-colour-red h6 {
	color: var(--colour-white);
}
.section-colour-red h5 {
	color: var(--colour-orange);
}

body .section-colour-red.et_pb_section .et_pb_button {
  	color: var(--colour-white);
}
body .section-colour-red.et_pb_section .et_pb_button::before {
  	border-color: var(--colour-white) !important;
}
body .section-colour-red.et_pb_section .et_pb_button:hover {
	background-color: var(--colour-white) !important;
  	color: var(--colour-secondary) !important;
}


/*---- DEFAULT - BACKGROUNDS ----*/
.blob-background {
	background-color: var(--colour-primary);
	background-image: url("/wp-content/themes/Divi Child Theme - Razor/images/backgrounds/blob-background-4.png");
	background-position: center;
	background-size: cover;
}
.blob-background {
	color: var(--colour-white);
}
.blob-background hr {
	background-image: linear-gradient(to right, var(--colour-white) 25%, transparent 25%);
}


/*---- DEFAULT - BUTTON CSS ----*/

body .et_pb_section button.et_pb_button,
body .et_pb_section a.et_pb_button {
    position: relative;
    /* padding: 14px 34px 15px !important; */
    padding: 10px 34px 11px !important;
    background: transparent !important;
    border: none !important;
	border-radius: 0px;
    z-index: 3;
	opacity: 1;

    display: flex;
	align-items: center;
    column-gap: 10px;

	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--font-body);
	text-decoration: none;
	letter-spacing: 0.005em;
	color: var(--colour-white);
	line-height: calc(var(--master-line-height) * 1.4) !important;

	transition: var(--transition-slow);
}
body .et_pb_section button.et_pb_button:hover,
body .et_pb_section a.et_pb_button:hover {
    color: var(--colour-primary);
	transition: all 0.25s cubic-bezier(0.63, 2.11, 0.5, 0.86);
}
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;
	border-radius: 0px;
	border: 1px solid var(--colour-primary);
	background-color: var(--colour-primary);
    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) !important;
}
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);
}
.et_pb_button i[class], button i[class],
.et_pb_button span[class], button span[class],
.et_pb_button em[class], button em[class] {
	font-family: var(--font-fa-sharp);
	color: inherit;
}


/*----  BUTTON WRAPPER ----*/
.et_pb_button_module_wrappers,
.et_pb_button_module_wrapper {
    display: flex;
    flex-wrap: wrap;
	column-gap: 10px;
	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;
}

.et_pb_module:not(:first-child) .et_pb_button_module_wrappers,
.et_pb_module:not(:first-child).et_pb_button_module_wrapper {
	margin-top: clamp(20px, 40px, 45px);
}
.et_pb_module:not(:last-child) .et_pb_button_module_wrappers,
.et_pb_module:not(:last-child).et_pb_button_module_wrapper {
	margin-bottom: clamp(20px, 40px, 45px) !important;
}

/*----  BUTTON VARIANTS ----*/
body .et_pb_section button.et_pb_button.white-btn,
body .et_pb_section a.et_pb_button.white-btn {
	color: var(--colour-primary);
}
body .et_pb_section button.et_pb_button.white-btn::before,
body .et_pb_section a.et_pb_button.white-btn::before {
	border: 1px solid var(--colour-white);
	background-color: var(--colour-white);
}
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) !important;
}
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: transparent;
	border-color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.cream-btn,
body .et_pb_section a.et_pb_button.cream-btn {
	color: var(--colour-primary);
}
body .et_pb_section button.et_pb_button.cream-btn::before,
body .et_pb_section a.et_pb_button.cream-btn::before {
	border: 1px solid var(--colour-secondary);
	background-color: var(--colour-secondary);
}
body .et_pb_section button.et_pb_button.cream-btn:hover,
body .et_pb_section a.et_pb_button.cream-btn:hover {
	color: var(--colour-secondary) !important;
}
body .et_pb_section button.et_pb_button.cream-btn:hover::before,
body .et_pb_section a.et_pb_button.cream-btn:hover::before  {
	background-color: transparent;
	border-color: var(--colour-secondary);
}
body .et_pb_section button.et_pb_button.transparent-btn,
body .et_pb_section a.et_pb_button.transparent-btn {
	color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.transparent-btn::before,
body .et_pb_section a.et_pb_button.transparent-btn::before {
	border: 1px solid var(--colour-white);
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(2px);
}
body .et_pb_section button.et_pb_button.transparent-btn:hover,
body .et_pb_section a.et_pb_button.transparent-btn:hover {
	color: var(--colour-primary);
}
body .et_pb_section button.et_pb_button.transparent-btn:hover::before,
body .et_pb_section a.et_pb_button.transparent-btn:hover::before {
	border: 1px solid var(--colour-white);
	background: var(--colour-white);
}
/*---- 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;
	}

	body #page-container .et_pb_section button.et_pb_button.contact-button,
	body #page-container .et_pb_section a.et_pb_button.contact-button {
		word-break:break-all;
	}
}
@media screen and (max-width:400px) {
	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_accordion {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.et_pb_toggle_close,
.et_pb_toggle_open {
	transition: var(--transition);
    background-color: transparent;
	border-radius: 0px;
    padding: 0px;
}
.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle h5.et_pb_toggle_title,
.et_pb_toggle_item h5 {
    color: var(--colour-text) !important;
	padding: 0;
	margin: 0px;
	font-feature-settings: var(--font-setting);
	font-family: var(--font-main);
	font-size: var(--size-7);
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: normal;
}
.et_pb_module.et_pb_toggle_item:not(:last-child) {
	border-bottom: 1px solid #2222222e;
}
.et_pb_toggle .et_pb_toggle_title:before {
	content: '\f078';
	font-family: var(--font-fa-sharp) !important;
	font-weight: 400;
	left: auto;
    right: 0;
    font-size: 25px;
    color: var(--colour-primary);
	/* transform: translateY(-2px); */
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\f077';
	display: block;
	visibility: visible;
}

.et_pb_toggle_close {
	background-color: var(--colour-light);
	/* outline: 1px solid var(--colour-light-grey); */
}

.et_pb_toggle_open {
	padding: 10px 0;
}
.et_pb_column .et_pb_module.et_pb_toggle:first-child {
	border-top: 1px solid var(--colour-black);
}
.et_pb_column .et_pb_module.et_pb_toggle {
	margin: 0px;
	padding: 30px 20px;
    border-bottom: 1px solid var(--colour-black);
}
.et_pb_toggle {
    border: 0px solid;
}


@media screen and (max-width: 800px) {
	.et_pb_toggle_close .et_pb_toggle_title,
	.et_pb_toggle_open .et_pb_toggle_title,
	.et_pb_toggle h5.et_pb_toggle_title,
	.et_pb_toggle_item h5 {
	    /* font-size: 18px; */
		padding: 15px 25px 17px;
		padding-left: 60px;
	}
	.et_pb_column .et_pb_module.et_pb_toggle {
		padding: 20px 0px;
	}
	.et_pb_toggle .et_pb_toggle_title::before {
		left: 20px;
	}
	.et_pb_toggle_content {
		padding: 0 25px 18px;
		padding-left: 60px;
	}

}

@media screen and (max-width: 600px) {
	.et_pb_toggle_close .et_pb_toggle_title,
	.et_pb_toggle_open .et_pb_toggle_title,
	.et_pb_toggle h5.et_pb_toggle_title,
	.et_pb_toggle_item h5 {
	    font-size: 24px;
		padding: 13px 20px 15px;
		padding-left: 50px;
	}
	.et_pb_toggle .et_pb_toggle_title::before {
		left: 18px;
		font-size: 22px;
	}
	.et_pb_toggle_content {
		padding: 0 20px 15px;
		padding-left: 50px;
	}
}

/* -------------- */
/* Block - Slider */
/* -------------- */
.dsm-blog-carousel-wrapper.swiper-wrapper {
	display: flex;
}
.dsm-blog-carousel article.dsm-blog-carousel-item {
	background: none;
}

.dsm-blog-carousel article .dsm-grid-post-holder-inner {
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
	background: var(--colour-white);
	display: flex;
	flex-direction: column;
}

.dsm-blog-carousel article .dsm-entry-image {
	position: relative;
}
.dsm-blog-carousel article .dsm-entry-image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	pointer-events: none;
	background-image: url("/wp-content/themes/Divi Child Theme - Razor/images/misc/concave-curve.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.dsm-blog-carousel article .dsm-entry-wrapper {
	padding: 30px 35px 35px;
	flex: auto 1 1;
	display: flex;
	flex-direction: column;
}
.dsm-blog-carousel article .dsm-entry-wrapper h2 {
	margin-bottom: 12px;
	font-size: 20px;
}
.dsm-blog-carousel article .dsm-entry-wrapper .dsm-entry-meta {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
	padding: 9px 12px 8px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 12px;
	line-height: 1em;
	font-weight: 600;
	font-family: var(--font-body);
}
.dsm-blog-carousel article .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-on::before {
	content: "\f017";
	font-family: var(--font-fa-sharp);
	font-weight: 500;
	margin-right: 8px;
}
.dsm-blog-carousel article .dsm-entry-content p {
	font-size: 0.14rem;
	line-height: 1.6em;
}
/* .dsm-blog-carousel article .dsm-entry-content p::after {
	content:"...";
} */

.dsm-blog-carousel article .dsm-readmore-wrap {
	margin-top: auto;
}
.dsm-blog-carousel article a.dsm-readmore-btn {
	width: 100%;
	border-radius: 30px;
	background-color: var(--colour-primary);
	color: var(--colour-white);
	padding: 11px 10px 12px;
	text-align: center;
	font-family: var(--font-main);
	font-weight: 600;
	margin-top: 30px !important;
	transition: var(--transition-fast);
}
.dsm-blog-carousel article a.dsm-readmore-btn:hover {
	background-color: var(--colour-secondary);
}
body #page-container .et_pb_section .dsm-blog-carousel article .dsm-readmore-wrap a.dsm-readmore-btn {
	margin-top: 30px !important;
}

/*Dropshadow Blocks*/
.et_pb_section:has(.news-slider),
.et_pb_section:has(.shadow-slider) {
	overflow: hidden;
}
.news-slider.dsm_blog_carousel .swiper-container,
.shadow-slider.dsm_blog_carousel .swiper-container {
	overflow: visible;
}
.news-slider .dsm-blog-carousel article.dsm-blog-carousel-item,
.shadow-slider .dsm-blog-carousel article.dsm-blog-carousel-item {
	opacity: 0;
	transition: opacity 0.25s cubic-bezier(0,0,0.1,0.9);
}
.dsm-blog-carousel article.dsm-blog-carousel-item.swiper-slide-active,
.news-slider .dsm-blog-carousel article.dsm-blog-carousel-item.swiper-slide-active,
.news-slider .dsm-blog-carousel article.dsm-blog-carousel-item.swiper-slide-active + article,
.news-slider .dsm-blog-carousel article.dsm-blog-carousel-item.swiper-slide-active + article + article {
	opacity: 1;
}
.news-slider .dsm-blog-carousel article .dsm-grid-post-holder-inner,
.shadow-slider .dsm-blog-carousel article .dsm-grid-post-holder-inner {
	box-shadow:
	0px 175px 49px 0px rgba(0, 0, 0, 0.00),
	0px 112px 45px 0px rgba(0, 0, 0, 0.01),
	0px 63px 38px 0px rgba(0, 0, 0, 0.04),
	0px 28px 28px 0px rgba(0, 0, 0, 0.07),
	0px 7px 15px 0px rgba(0, 0, 0, 0.07);
}


/*Event Slider*/
.events-slider.dsm_blog_carousel .swiper-container {
	border-radius: 20px;
	box-shadow:
	0px 175px 49px 0px rgba(0, 0, 0, 0.00),
	0px 112px 45px 0px rgba(0, 0, 0, 0.01),
	0px 63px 38px 0px rgba(0, 0, 0, 0.04),
	0px 28px 28px 0px rgba(0, 0, 0, 0.07),
	0px 7px 15px 0px rgba(0, 0, 0, 0.07);
}

.events-slider .dsm-blog-carousel article .dsm-grid-post-holder-inner {
	display: flex;
	flex-direction: row;
}
.events-slider .dsm-blog-carousel article .dsm-entry-image,
.events-slider .dsm-blog-carousel article .dsm-entry-wrapper {
	width: 50%;
	flex: auto 1 1;
}

.events-slider .dsm-blog-carousel article .dsm-entry-image {
	order: 2;
}
.events-slider .dsm-blog-carousel article .dsm-entry-thumbnail {
	height: 100%;
}
.events-slider .dsm-blog-carousel article .dsm-entry-image::after {
	background-image: url("/wp-content/themes/Divi Child Theme - Razor/images/misc/vertical-curve.png");
	height: 100%;
	width: 100px;
}

.events-slider .dsm-blog-carousel article .dsm-entry-wrapper .dsm-entry-meta {
	padding: 0;
	background: none;
	position: static;
	border-radius: 0;
	justify-content: flex-start;
	margin: 18px 0;
}
.events-slider .dsm-blog-carousel article .dsm-entry-wrapper .dsm-entry-meta > span.dsm-meta-seperator {
	display: none;
}
.events-slider .dsm-blog-carousel article .dsm-entry-wrapper .dsm-entry-meta > span {
	font-size: .16rem;
	color: var(--colour-primary);
	/* border-radius: 25px;
	padding: 8px 13px 9px;
	border: 2px solid var(--colour-line-light); */
}

.events-slider .dsm-blog-carousel article .dsm-entry-wrapper {
	padding: 80px;
}
.events-slider .dsm-blog-carousel article .dsm-entry-wrapper h2 {
	font-size: var(--size-h2);
	font-weight: 700;
  	line-height: calc(var(--master-line-height) * 1);
}
.events-slider .dsm-blog-carousel article .dsm-entry-wrapper p {
	font-size: var(--size-2);
	font-weight: 500;
	line-height: 1.6em;
}
.events-slider .dsm-blog-carousel article a.dsm-readmore-btn {
	width: auto;
	padding: 14px 25px 15px;
	font-size: 0.16rem;
}

@media screen and (max-width:1100px) {
	.events-slider .dsm-blog-carousel article .dsm-entry-wrapper {
		padding: 60px;
	}
	.events-slider .dsm-blog-carousel article .dsm-entry-image {
		width: 40%;
	}
	.events-slider .dsm-blog-carousel article .dsm-entry-wrapper {
		width: 60%;
	}

	.events-slider .dsm-blog-carousel article a.dsm-readmore-btn {
		font-size: .18rem;
		line-height: 1.2em;
	}
}
@media screen and (max-width:900px) {
	.events-slider .dsm-blog-carousel article .dsm-entry-wrapper {
		padding: 50px;
	}
}
@media screen and (max-width:750px) {
	.events-slider .dsm-blog-carousel article .dsm-grid-post-holder-inner {
		flex-direction: column-reverse;
	}
	.events-slider .dsm-blog-carousel article .dsm-entry-image {
		max-height: 300px;
	}
	.events-slider .dsm-blog-carousel article .dsm-entry-image,
	.events-slider .dsm-blog-carousel article .dsm-entry-wrapper {
		width: 100%;
	}
	.events-slider .dsm-blog-carousel article .dsm-entry-image::after {
		background-image: url("/wp-content/themes/Divi Child Theme - Razor/images/misc/concave-curve.png");
		height: 30px;
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	.events-slider .dsm-blog-carousel article .dsm-entry-wrapper {
		padding: 35px;
	}
	.events-slider .dsm-blog-carousel article .dsm-entry-wrapper h2 {
		font-size: var(--size-8);
	}
	.events-slider .dsm-blog-carousel article .dsm-entry-wrapper .dsm-entry-meta {
		margin: 5px 0 15px;
	}
}


/* ----------------------- */
/* Block - Slider Controls */
/* ----------------------- */
.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-secondary);
	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-secondary) !important;
	color: var(--colour-white);
	transition: var(--transition);
}
.divi8-testi-icon-left, .divi8-testi-icon-right {
    font-size: var(--size-5) !important;
}

.et_pb_section .et_pb_module .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.et_pb_section .et_pb_module .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	height: 6px;
	width: 30px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	transition: var(--transition-fast);
	opacity: 1;
}
.et_pb_section .et_pb_module .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: var(--colour-secondary);
}
.et_pb_section .et_pb_module .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--colour-secondary);
	box-shadow: 0 0 0 2px var(--colour-secondary);
}

.dsm-blog-carousel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 50px;
}
.dsm_blog_carousel .swiper-container {
	margin-left: -50px;
	margin-right: -50px;
	width: calc(100% + 100px);
	order: 0;
}
.dsm_blog_carousel .swiper-container-horizontal {
	flex: auto 1 1;
}
.dsm_blog_carousel .swiper-pagination {
	position: static;
	justify-content: flex-start !important;
	order: 2;
}
.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: 1px solid var(--colour-secondary);
	border-radius: 50px 0 0 50px;
	width: 65px !important;
	height: 45px !important;
}
.dsm_blog_carousel .swiper-arrow-button.swiper-button-next {
	order: 4;
	border-left: 0;
	border-radius: 0 50px 50px 0;
}
.dsm_blog_carousel .swiper-arrow-button.swiper-button-next::after,
.dsm_blog_carousel .swiper-arrow-button.swiper-button-prev::after {
	font-size: 20px;
}


@media screen and (max-width:800px) {
	.dsm-blog-carousel {
		padding: 0 25px;
	}
	.dsm_blog_carousel .swiper-container {
		margin-left: -40px;
		margin-right: -40px;
		width: calc(100% + 80px);
	}
	body .dsm_blog_carousel .swiper-container {
		margin-bottom: 30px !important;
	}

	.dsm_blog_carousel .swiper-arrow-button.swiper-button-next,
	.dsm_blog_carousel .swiper-arrow-button.swiper-button-prev {
		width: 55px !important;
  		height: 40px !important;
	}
	.dsm_blog_carousel .swiper-arrow-button.swiper-button-next::after,
	.dsm_blog_carousel .swiper-arrow-button.swiper-button-prev::after {
		font-size: 18px;
	}
	.et_pb_section .et_pb_module .swiper-pagination .swiper-pagination-bullet {
		height: 5px;
  		width: 20px;
	}
}
@media screen and (max-width:400px) {
	.dsm-blog-carousel {
		justify-content: center;
	}
	.et_pb_section .et_pb_module .swiper-pagination {
		justify-content: center !important;
		margin-bottom: 20px;
	}
	.dsm_blog_carousel .swiper-container-horizontal {
		flex: 100% 1 1;
	}
}


/* 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: 1500px;
    margin: 0 auto;
    /* background: var(--colour-white); */
	padding: 25px 50px;
}
header .et_pb_section .et_pb_row {
    max-width: 1500px;
	width: 100%;
	padding: 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

header .et_pb_image img {
    width: 195px;
    height: 115px;
    vertical-align: top;
}
header .et_pb_column:has(.et_pb_image) {
	z-index: 5;
	justify-content: center;
}

header .et_pb_section .menu-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
header .et_pb_section .sub-menu .menu-item {
	border-bottom: none !important;
}
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-white);
	font-family: var(--font-fa-sharp);
	font-weight: 900;
	font-size: 22px;
}

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-white);
}
header .et_pb_section .et_pb_column:has(i) {
	justify-content: flex-end;
}

/*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: 70px;
    width: 70px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 1000;
}
header .et_pb_menu .mobile_nav.opened .mobile_menu_bar::before {
    left: 0;
}
header .et_pb_menu .mobile_nav .mobile_menu_bar::before {
    left: -9px;
}
header .et_pb_menu .mobile_nav .mobile_menu_bar::before,
header .et_pb_menu .mobile_nav .mobile_menu_bar::after {
    content: "";
    width: 30px;
    height: 2px;
    top: 13.5px;
    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 12px 0 var(--colour-white);
    background-color: var(--colour-white);
}

header .et_pb_menu .mobile_nav.opened .mobile_menu_bar::before {
	top: 1.5px;
	width: 30px;
	background-color: var(--colour-white) !important;
	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: -1px;
	width: 30px;
	background-color: var(--colour-white) !important;
	box-shadow: 0 0px 0 var(--colour-white) !important;
	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-white);
    font-family: var(--font-main);
    font-size: 40px;
	font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 1em;
    padding: 20px 0px 20px;
    border-top: none;
    border-bottom: 2px solid rgba(85, 32, 41, 0.1);
	position: relative;
    width: 100%;
}
/* header .et_pb_section .menu-item > a::before {
	content: "\f061";
	font-family: var(--font-fa);
	position: absolute;
	font-style: normal;
	left: -1.4em;
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.04em);
	transition: var(--transition-fast);
} */
header ul.et_mobile_menu .menu-item-has-children .sub-menu a {
	font-size: 30px !important;
	padding-top: 7px;
	padding-bottom: 0px;
	opacity: 0.8;
}
/* header ul.et_mobile_menu .menu-item-has-children .sub-menu li:first-child a {
	padding-top: 18px !important;
} */
header .et_pb_section .menu-item.current-menu-item > a {
    color: var(--colour-white);
}
header .et_pb_section .menu-item.current-menu-item > a::before {
	left: -1.3em;
	opacity: 1;
}

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:hover::before {
	opacity: 1;
    left: -1.3em;
}
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;
	/* pointer-events: 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 ul.et_mobile_menu li {
	list-style: none;
}
header ul.et_mobile_menu .menu-item-has-children a:first-child {
	font-size: 40px;
}
header ul.et_mobile_menu li a {
    width: 100%;
    padding: 0 0 18px;
    font-size: 30px;
    line-height: 1em;
    font-style: normal;
    font-weight: 500;
    border: none;
}

header .et_pb_section .et_pb_column:has(.et_pb_menu) {
    order: unset;
    justify-content: flex-start;
    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: 0 !important;
    right: auto !important;
    bottom: 0;
    max-width: 1220px;
    width: calc(100% - 360px) !important;
    overflow-y: auto;
    border-radius: 0;
    box-shadow: 0 0 0 1200px rgba(33, 14, 17, 0.4);
    background-color: var(--colour-primary) !important;
    backdrop-filter: unset;
    border: none !important;
    min-height: 100vh;
    padding: 120px 130px 130px !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: 900px;
	width: calc(100% - 330px) !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);
}

.et_pb_image.banner-alt-show {
	display: none;
}
body:has(.section-banner-alt) .et_pb_image.banner-alt-show {
	display: block;
}
body:has(.section-banner-alt) .et_pb_image.white-logo {
	display: none;
}
body:has(.section-banner-alt) header .et_pb_menu .mobile_nav .mobile_menu_bar::before, 
body:has(.section-banner-alt) header .et_pb_menu .mobile_nav .mobile_menu_bar::after{
	background-color: var(--colour-black);
}
body:has(.section-banner-alt) header .et_pb_menu .mobile_nav .mobile_menu_bar::after {
    box-shadow: 0px 12px 0 var(--colour-black);
    background-color: var(--colour-black);
}
body:has(.section-banner-alt) header .header-contact a i, 
body:has(.section-banner-alt) header .header-contact a em {
    color: var(--colour-black);
}
/*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;
	}

	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;
	}
	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_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-secondary);
	position: relative;
	overflow: hidden;
}

footer .et_pb_section {
	padding: clamp(50px, calc(var(--master-section-pad) * 15), 150px) 0 0;
}
footer .et_pb_row {
	padding: 0;
	max-width: 1400px !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 .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 img {
	width: 165px;
	margin-right: 100px;
}
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 .et_pb_row .et_pb_column:has(img) {
	border-right: 1px solid #585858;
}
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: 22% 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);
	font-family: var(--font-body);
}
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: 400;
}
footer .et_pb_text ul li i {
	position: relative;
	top: 2.5px;
	min-width: 20px;
	max-width: 20px;
}
@media screen and (max-width:1600px){
	footer .footer-info-row.et_pb_row .et_pb_column:has(img) {
		flex: 1 1 25%;
	}
}
@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-size: 15px;
	list-style: none;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0 0 5px !important;
}
footer .dsm_menu ul li:last-child,
footer .et_pb_text ul li:last-child {
	margin: 0 !important;
}
footer p,
footer ul li a {
	opacity: 0.6;
	padding-bottom: 5px;
}
footer .dsm_menu ul li a:hover,
footer .et_pb_text ul li a:hover {
	color: var(--colour-black);
}

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 {
	font-size: .16rem;
}
footer .et_pb_text p:has(a) {
	padding-bottom: 5px;
}
footer .et_pb_text p a,
footer .et_pb_text p i,
footer .et_pb_text p em {
	font-style: normal;
	color: var(--colour-primary);
}
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:has(img) {
	margin-bottom: 180px;
}
footer .et_pb_row.footer-copy-row {
	padding: 15px;
	max-width: 100% !important;
	width: 100%;
	background-color: var(--colour-primary);
}
.footer-copy-row .et_pb_text {
	text-align: center !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-size: 15px;
	padding-bottom: 0px;
	opacity: 1;
}
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-blue);
}

@media screen and (max-width:1200px) {
	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;
	}
	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;
	}
	footer .et_pb_row .et_pb_column:has(img) {
		border-right: 0px solid;
	}
}
@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;
	}
	footer .footer-info-row .dsm_menu, footer .footer-info-row .et_pb_text {
		flex: 45% 1 1;
	}
	footer .et_pb_section .et_pb_row.footer-info-row > .et_pb_column {
		row-gap: 20px;
	}
}
@media screen and (max-width:600px) {
	footer .et_pb_row:has(img) {
		margin-bottom: 80px;
	}
	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;
	}
	footer .et_pb_image_wrap {
		display: flex !important;
        justify-content: center;
	}
	footer img {
		margin-right: 0px;
	}
}
@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-2);
	font-family: var(--font-body);
}
body .et_pb_module label br {
	display: none;
}
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: 130px;
	height: auto;
}
body .dsm_contact_form_7 .wpcf7-form-control.wpcf7-textarea {
	height: 130px;
}

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: 800px;
  margin: 0 auto;
  padding: 0px;
  background-color: transparent;
  font-size: .17rem;
}

label {
  margin-bottom: 10px;
  color: var(--colour-white);
  font-size: .16rem;
  font-weight: 500;
}
label input[type="text"],
label input[type="email"],
label input[type="password"],
label input[type="tel"],
label textarea {
  margin-top: 2px;
}
label input[type="text"]::placeholder,
label input[type="email"]::placeholder,
label input[type="password"]::placeholder,
label input[type="tel"]::placeholder,
label textarea::placeholder {
  color: var(--colour-white);
}
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: 16px 0;
  border: 0px solid;
  font-size: 18px;
  font-weight: 500;
  color: var(--colour-white);
  background-color: transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  border-radius: 0px;
  border-bottom: 2px solid var(--colour-white);
}

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;
  background-color: transparent;
}

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-secondary);
  outline: none;
  background-color: transparent;
}

input[disabled],
textarea[disabled] {
  background-color: #e9e9e9;
  border-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
}

textarea {
  height: auto;
  min-height: 130px;
  resize: vertical;
  background-color: var(--colour-white);
}

button[type="submit"],
input[type="submit"] {
  min-width: 180px;
  color: var(--colour-secondary) !important;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  color: var(--colour-white) !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;
}

/** Contact Form 7 **/
.dsm_contact_form_7 form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	padding: 50px;
	background-color: var(--colour-black);
}
.dsm_contact_form_7 .form-text {
	margin-bottom: 30px;
}
.dsm_contact_form_7 .form-text h2,
.dsm_contact_form_7 .form-text p {
	color: var(--colour-white);
}
.dsm_contact_form_7 form > p {
	width: 100%;
	padding-bottom: 10px;
}
.dsm_contact_form_7 form > p:has(label.w50) {
	width: calc(50% - 10px);
}
.dsm_contact_form_7 form > p label {
	font-size: .15rem;
}
.dsm_contact_form_7 form button.et_pb_button {
	background-color: var(--colour-secondary) !important;
	color: var(--colour-primary) !important;
	font-family: var(--font-body) !important;
	width: 100%;
	margin-top: 20px;
}
.dsm_contact_form_7 form button.et_pb_button:hover {
	background-color: transparent !important;
	color: var(--colour-white) !important;
}
.dsm_contact_form_7.et_pb_module form button.et_pb_button.wpcf7-submit:hover::before {
	background-color: var(--colour-primary) !important;
	border: 1px solid var(--colour-primary) !important;
}
.dsm_contact_form_7 form button.et_pb_button::before {
	background-color: var(--colour-secondary) !important;
	border-color: var(--colour-secondary) !important;
}
.dsm_contact_form_7 .wpcf7 form .wpcf7-response-output {
	padding: 0.8em 1.2em 0.9em;
	border-radius: 10px;
	font-family: var(--font-body);
	color: var(--colour-black);
}
.dsm_contact_form_7 .wpcf7 form.sent .wpcf7-response-output {
	background-color: #eafce9;
}
.dsm_contact_form_7 .wpcf7 form.failed .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7 form.aborted .wpcf7-response-output {
	background-color: #fceaea;
}
.dsm_contact_form_7 .wpcf7 form.invalid .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7 form.unaccepted .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fcfcea;
}

@media (max-width: 600px) {
	form {
		/* padding: 20px; */
	}
	.dsm_contact_form_7 form > p:has(label.w50) {
		width: 100%;
	}

	button[type="submit"],
	input[type="submit"] {
		width: 100%;
	}
}



/*---- 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: 350px 0 150px !important;
}
.section-banner.banner-home {
	min-height: 100vh;
}
.section-banner .et_pb_row {
	padding: 0;
	max-width: var(--frame-max-m);
}
.section-banner .et_pb_row:has(img) {
	z-index: -1;
}
.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 h1 {
	margin-bottom: 15px;
}
.section-banner .et_pb_text {
    max-width: 620px;
}
.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;
}
.section-banner:not(.home)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
    max-width: 1000px;
    width: 100%;
    height: 100%;
}
.section-banner p {
	color: var(--colour-white);
}
/**SMALL BANNER**/
.section-banner-alt {
    min-height: 500px;
    padding: 250px 0 100px !important;
	background-color: var(--colour-secondary);
}
.section-banner-alt::before {
    max-width: unset !important;
    opacity: 0.4 !important;
}
.section-banner-alt .et_pb_row {
    max-width: var(--frame-max-m);
}
.section-banner-alt .et_pb_text:has(h5) {
	padding-left: 20px;
	border-left: 1px solid var(--colour-black);
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-banner-alt .et_pb_text:has(h5) p {
	padding-bottom: 10px;
}
.section-banner-alt .et_pb_text:has(h5) h5 {
	font-family: var(--font-body);
	font-size: var(--size-3);
	font-weight: 400;
	margin-bottom: 0px;
}
.section-banner-alt p {
	color: var(--colour-text);
}
.section-banner-alt p {
	max-width: 720px;
}
.section-banner-alt.contact-page .et_pb_text_inner {
	width: 50%;
}
@media screen and (max-width:1500px) {
    .section-banner,
    .section-banner.home {
        padding: 250px 0 100px !important;
    }
    .section-banner.home {
        min-height: 100vh;
    }

    .section-banner:not(.home)::before {
        opacity: 0.7;
        max-width: 60%;
    }
    .section-banner .et_pb_image_wrap::before {
        background:
        linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%),
        linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 20%),
        rgba(0,0,0,0.1);
    }

    .section-banner.sb-small::before {
        opacity: 0.5 !important;
    }
}
@media screen and (max-width:1200px) {
	.section-banner .et_pb_image_wrap::before {
		background:
	        linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%),
	        linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 20%),
	        rgba(0,0,0,0.1)
	    ;
	}
    .section-banner,
    .section-banner.home,
    .section-banner.sb-small {
        padding: 220px 0 80px !important;
    }

    .section-banner.sb-small {
        min-height: unset;
    }
}
@media screen and (max-width:980px) {
	.section-banner-alt.contact-page .et_pb_text_inner {
		width: 100%;
	}
	.section-banner,
    .section-banner.home,
    .section-banner.sb-small {
		padding: 200px 0 60px !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,
    .section-banner.sb-small {
		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-banner p,
    .section-banner p span {
    	font-size: var(--size-4);
    }
}
@media screen and (max-width:600px) {
    .section-banner:not(.home)::before {
        opacity: 0.3;
        max-width: 100%;
    }
}
@media screen and (max-width:500px) {
	.section-banner {
		padding: 150px 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-banner p,
    .section-banner p span {
    	font-size: var(--size-4);
    }
}

.section-tiles {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
   	grid-template-rows: repeat(3, 250px);
	row-gap: 30px;
	column-gap: 30px;
	max-width: 1460px;
	width: var(--frame-width);
	margin: 0 auto;
}
.story {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.vineyard {
	grid-column: 3 / span 2;
    grid-row: 1 / span 2;
	height: 100%;
}
.section-tiles .vineyard img {
	max-height: unset;
}
.section-tiles .vineyard .et_pb_column{
	margin-top: 150px !important;
}
.wines {
    grid-column: 1 / span 2;
    grid-row: 2 / span 2;
    margin-top: 110px;
}
.wines .et_pb_column {
	max-width: 440px;
    margin-left: auto !important;
}
.contact {
    grid-column: 3 / span 2;
    grid-row: 3;
}
.contact .et_pb_column {
	max-width: 500px;
    margin-right: auto !important;
}
.team {
    grid-column: 1 / span 2;
    grid-row: 6 / span 2;
    margin-top: 125px;
}

.section-tiles .et_pb_row {
	max-width: 100%;
    width: 100%;
    padding: 0;
    /* height: 100%; */
}
.section-tiles .et_pb_image {
	overflow: hidden;
}
.section-tiles .et_pb_image,
.section-tiles .et_pb_image_wrap {
	height: 100%;
}
.section-tiles img {
	max-height: 360px;
	object-fit: cover;
	height: 100%;
	transition: var(--transition);
}
.section-tiles .tall img {
	max-height: 598px;
	min-height: 598px;
	object-fit: cover;
}
.section-tiles  .et_pb_row .et_pb_column {
	position: relative;
	transition: var(--transition);
}
.section-tiles  .et_pb_row .et_pb_column:hover img {
	transform: scale(1.05);
	transition: var(--transition);
}
.section-tiles h3 {
	pointer-events: none;
	font-size: var(--size-11);
}
.section-tiles  .et_pb_row .et_pb_column:hover .et_pb_image::before {
	background: rgba(0,0,0,0.3);
	transition: var(--transition);
}
.section-tiles .et_pb_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--colour-white);
	z-index: 2;
}
.section-tiles .et_pb_image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
	z-index: 1;
	transition: var(--transition);
}
.section-tiles .et_pb_button_module_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin-top: 0 !important;
}
body .et_pb_section.section-tiles a.et_pb_button {
	width: 100%;
	height: 100%;
}
body .et_pb_section.section-tiles a.et_pb_button::before {
	background-color: transparent !important;
	border-color: transparent !important;
}
@media screen and (max-width:1000px) {
	.section-tiles {
    	display: flex;
		flex-direction: column;
	}
	.section-tiles .et_pb_row {
		overflow: hidden;
	}
	.story,
	.vineyard,
	.wines,
	.contact,
	.team {
		grid-column: unset;
		grid-row: unset;
		margin: 0 !important;
		max-width: 100%;
	}
	.section-tiles .vineyard .et_pb_column {
		margin-top: 0 !important;
	}
	.wines .et_pb_column {
		max-width: 100%;
	}
	.contact .et_pb_column {
		max-width: 100%;	
	}
	.section-tiles img {
		min-height: 360px;
	}
	.section-tiles .tall img {
		max-height: 360px;
		min-height: 360px;
	}
}

/** Section Quote **/
.section-quote {
	background-color: var(--colour-primary);
	padding: 0 !important;
}
.section-quote .et_pb_row {
	max-width: 100%;
    width: 100%;
	padding: 0px;
}
.section-quote .et_pb_column:has(.et_pb_text) {
	padding: 100px 0px;
	margin-left: calc(var(--frame-pad)) !important;
}
.section-quote .et_pb_text,
.section-quote .et_pb_text p,
.section-quote .et_pb_text h6 {
	color: var(--colour-white);
}
.section-quote .et_pb_image {
    height: 100%;
}
.section-quote .et_pb_image_wrap {
    position: relative;
    height: 100%;
}
.section-quote .et_pb_image_wrap img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
}
.section-quote p {
	font-size: 22px;
}
.section-quote h6 {
	margin-bottom: 0;
	font-family: var(--font-body);
}
.section-quote .et_pb_text:has(h6)::before {
	content: "";
	width: 200px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.30);
	display: flex;
	margin-top: 15px;
}
.section-quote .et_pb_text_inner:has(h6) {
	display: flex;
	align-items: center;
	column-gap: 15px;
	padding-top: 15px;
}
.section-quote .et_pb_text_inner:has(h6) p {
	font-size: 16px;
}
@media screen and (max-width:1600px){
	.section-quote p {
		font-size: 18px;
	}
	.section-quote h6 {
		font-size: var(--size-5);
	}
}
@media screen and (max-width:1100px) {
	.section-quote .et_pb_text_inner:has(h6) {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media screen and (max-width:800px) {
	.section-quote .et_pb_image_wrap {
		min-height: 250px;
	}
	.section-quote .et_pb_column:has(.et_pb_text) {
		padding: 50px 0px 0;
		margin-right: calc(var(--frame-pad)) !important;
	}
}
/** Sections Products **/
.section-products .et_pb_text {
	max-width: 765px;
	margin: 0 auto;
}
.section-products .et_pb_text .et_pb_text_inner {
	text-align: center;
}
.section-products .et_pb_button_module_wrapper  {
	justify-content: center;
}
.woocommerce-loop-product__title {
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	font-size: 20px;
}
.woocommerce ul.products li.product .button {
    position: relative;
    padding: 14px 34px 15px !important;
    background: transparent !important;
    border: none !important;
	border-radius: 0px;
    z-index: 3;
	opacity: 1;

    display: flex;
	align-items: center;
    column-gap: 10px;

	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--font-body);
	text-decoration: none;
	letter-spacing: 0.005em;
	color: var(--colour-white);
	line-height: calc(var(--master-line-height) * 1.4) !important;

	transition: var(--transition-slow);
}
.woocommerce ul.products li.product .button:hover {
    color: var(--colour-primary);
	transition: all 0.25s cubic-bezier(0.63, 2.11, 0.5, 0.86);
}
.woocommerce ul.products li.product .button::after {
    content: none;
    display: none;
}
.woocommerce ul.products li.product .button::before {
    content: "";
    position: absolute;
    display: block !important;
    opacity: 1;
    z-index: -1;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: 0px;
	border: 1px solid var(--colour-primary);
	background-color: var(--colour-primary);
    transition: var(--transition-fast);
}
.woocommerce ul.products li.product .button:hover {
	color: var(--colour-primary) !important;
}
.woocommerce ul.products li.product .button:hover::before {
	background-color: var(--colour-white);
}
.woocommerce ul.products li.product a {
	font-family: var(--font-product);
	text-align: center;
	font-size: 18px;
}
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price, 
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
    color: #666 !important;
    font-size: 16px;
}
@media screen and (max-width:1600px){
	.woocommerce ul.products li.product a {
		font-size: 16px;
	}
}
@media screen and (max-width:980px){
	.section-products .et_pb_row {
		padding-bottom: 40px;
	}
}
@media screen and (max-width:600px) {
	.section-quote .et_pb_column:has(.et_pb_text) {
		padding: 50px 0px 0;
		margin-right: calc(var(--frame-pad)) !important;
	}
	.et_pb_shop.et_pb_module .woocommerce ul.products li.product.type-product {
		width: 100% !important;
	}
	.section-products img {
		max-height: 400px;
    	object-fit: contain;
	}
}
/** Section Image Text Line **/
.section-image-text-line {
	background-color: var(--colour-primary);
}
.section-image-text-line .et_pb_row {
	column-gap: 80px;
	align-items: center;
	max-width: 1200px;
}
.section-image-text-line .et_pb_column:has(h2) {
	height: 100%;
	padding-left: 45px;
	border-left: 1px solid #EFE7DA;
}
.section-image-text-line .et_pb_column:has(img) {
	row-gap: 10px;
}
.section-image-text-line .et_pb_column:has(img) .et_pb_image:first-of-type img {
	max-height: 275px;
	object-fit: cover;
}
.section-image-text-line .et_pb_column:has(img) .et_pb_image:last-of-type img {
	max-height: 385px;
	object-fit: cover;
}
.section-image-text-line .et_pb_text_inner,
.section-image-text-line .et_pb_text_inner p {
	color: var(--colour-white);
}

@media screen and (max-width:600px){
	.section-image-text-line .et_pb_column:has(h2) {
		padding-left: 20px;
	}
}
/** Section Newsletter **/
.section-newsletter {
	background-color: var(--colour-white);
}
.section-newsletter  h2 {
	margin-bottom: 10px;
}
.section-newsletter .et_pb_row {
	max-width: 700px;
}
.section-newsletter form {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 0px;
}
.section-newsletter .et_pb_text_inner:has(h2) {
	margin-bottom: 25px;
}
.section-newsletter form p:has(input[type="text"]) {
	flex: 1 1 25%;
}
.section-newsletter form p:has(input[type="email"]) {
	flex: 1 1 65%;
}
.section-newsletter form p:has(button) {
	flex: 1 1 100%;
}
.section-newsletter .dsm_contact_form_7 form {
    padding: 0px;
    background-color: transparent;
}
.section-newsletter label {
    color: var(--colour-dark-grey);
}
.section-newsletter input[type="text"], .section-newsletter input[type="email"]  {
    color: var(--colour-dark-grey);
    border: 1px solid var(--colour-dark-grey);
	padding: 16px;
}
.section-newsletter input::placeholder {
	color: var(--colour-dark-grey) !important;
}
.section-newsletter .dsm_contact_form_7 form button.et_pb_button {
	margin-top: 0px;
	width: fit-content;
}
@media screen and (max-width:600px) {
	.section-newsletter form {
		flex-direction: column;
	}
	.section-newsletter .dsm_contact_form_7 form button.et_pb_button {
		width: 100%;
	}
}
/** Section Image **/
.section-image .et_pb_row {
	padding: 0px;
	max-width: 1500px;
}
.section-image img {
	max-height: 400px;
	object-fit: cover;
	max-width: var(--frame-max-l);
}

/** Section Image Text **/
.section-image-text .et_pb_row {
	padding: 0px;
	max-width: var(--frame-max-s);
}
.section-image-text .et_pb_image {
    height: 100%;
}
.section-image-text .et_pb_image_wrap {
    position: relative;
    height: 100%;
}
.section-image-text .et_pb_image_wrap img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
}
.section-image-text .et_pb_column:has(.et_pb_text) {
    padding: 100px 0px;
}
/** Image Tree **/
.section-image-text.image-offset .et_pb_image_wrap {
	display: flex !important;
	justify-content: flex-end;
}
.section-image-text.image-offset h2 {
	max-width: 445px;
}
.section-image-text.image-offset p {
	max-width: 600px;
}

.section-image-text.image-offset .et_pb_column:has(.et_pb_text) {
	padding-bottom: 100px;
}
/** image Products **/

.section-image-text.product .et_pb_row {
	padding-top: 100px;
	padding-bottom: 100px;
	border-top: 1px solid var(--colour-dark-grey);
	border-bottom: 1px solid var(--colour-dark-grey);
	max-width: 1100px;
}
.section-image-text i {
	font-size: 18px;
	margin-right: 10px;
}
.section-image-text p:has(i) {
	font-size: 18px;
}
.section-image-text p:has(strong) {
	padding-bottom: 5px;
	color: var(--colour-black);
}

@media screen and (max-width:800px) {
	.section-image-text .et_pb_column:has(.et_pb_text) {
		padding: 0px;
	}
	.section-image-text.image-offset .et_pb_column:has(.et_pb_text) {
		padding-bottom: 0px;
	}
	.section-image-text .et_pb_image_wrap {
		min-height: 300px;
	}
} 
/** Section-timeline **/
.section-timeline h2 {
	text-align: center;
}
.section-timeline .et_pb_row {
	max-width: 800px;
	column-gap: 80px;
}
.section-timeline .et_pb_row:not(:has(h2)) {
	padding-top: 0px;
}
.section-timeline .et_pb_row:not(:has(h2))::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: var(--colour-black);
	z-index: 0;
}
.section-timeline .et_pb_column  {
	justify-content: center;
}
.section-timeline h6 {
	color: var(--colour-text);
}
.section-timeline .et_pb_image_wrap {
	padding: 0 45px 10px;
}
.section-timeline img {
	box-shadow: 0 99px 28px 0 rgba(0, 0, 0, 0.00),
	0 63px 25px 0 rgba(0, 0, 0, 0.01),
	0 36px 21px 0 rgba(0, 0, 0, 0.05),
	0 16px 16px 0 rgba(0, 0, 0, 0.09),
	0 4px 9px 0 rgba(0, 0, 0, 0.10);
}
.section-timeline a {
	color: var(--colour-body);
	font-size: var(--size-2);
}
.section-timeline a i {
	margin-left: 10px;
}
.section-timeline .et_pb_text_inner:has(a) {
	text-align: center;
}
.section-timeline .et_pb_row:has(h2) p {
	text-align: center;
}
/** Wine Timeline **/
.section-timeline.wine .et_pb_row {
    column-gap: 100px;
	max-width: 1000px;
}
.section-timeline.wine .et_pb_row:has(h2) {
	margin-bottom: 50px;
}
.section-timeline.wine .et_pb_row:not(:has(h2)) {
    padding-top: 0px;
    padding-bottom: 100px;
}
.section-timeline.wine .et_pb_row.last {
	padding-bottom: 0px;
	margin-bottom: 70px;

}
.section-timeline.wine .et_pb_row:has(.center) {
	padding-bottom: 0px;
}
.section-timeline.wine .et_pb_column:has(h3) {
	padding: 70px 0px;
}
.section-timeline.wine  .et_pb_image_wrap {
    padding: 0;
}
.section-timeline.wine .et_pb_image {
    height: 100%;
}
.section-timeline.wine .et_pb_image_wrap {
    position: relative;
    height: 100%;
}
.section-timeline.wine .et_pb_image_wrap img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
	box-shadow: 0 0 0 0;
}
.section-timeline.wine .et_pb_button_module_wrapper:has(.center) {
	justify-content: center;
}
.section-timeline.wine .et_pb_row:has(img):last-of-type {
	padding-bottom: 0px;
}

@media screen and (max-width:980px) {
	.section-timeline .et_pb_row:not(:has(h2))::before {
		display: none;
	}
	.section-timeline.wine .et_pb_image_wrap {
		min-height: 300px;
	}
	.section-timeline.wine .et_pb_row:not(:has(h2)) {
		padding-bottom: 0;
	}
	.section-timeline.wine .et_pb_column:has(h3) {
		padding: 0px;
	}
	.section-timeline .et_pb_row:not(:first-child) {
		margin-top: 70px;
	}
	.section-timeline .et_pb_row.reverse .et_pb_column:has(img) {
		order: 1;
	}
	.section-timeline .et_pb_image_wrap {
		padding: 0;
	}
	.section-timeline .et_pb_text_inner:has(a) {
		margin-top: 20px;
	}
	.section-timeline img {
		max-height: 300px;
		object-fit: contain;
	}
}
/** Section FAQ **/
.section-faq {
	background-color: #F4F4F4;
}
.section-faq .et_pb_row {
	padding: 0px;
}
.section-faq .et_pb_text {
	margin-bottom: 50px !important;
}
.section-faq .et_pb_row:last-child:has(p) {
	margin-top: 40px;
}
.section-faq a {
	color: var(--colour-text);
}
/** Section Image CTA **/
.section-image-cta {
	position: relative;
	z-index: 1;
}
.section-image-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(0deg, rgba(34, 34, 34, 0.60) 0%, rgba(34, 34, 34, 0.60) 100%);
}
.section-image-cta .et_pb_row {
	max-width: 700px;
}
.section-image-cta .et_pb_text_inner,
.section-image-cta .et_pb_text_inner p,
.section-image-cta .et_pb_text_inner a {
	color: var(--colour-white);
}
.section-image-cta .et_pb_text_inner i {
	margin-right: 10px;
	font-size: 18px;
}
.section-image-cta .et_pb_text_inner p,
.section-image-cta .et_pb_text_inner a {
	font-size: 18px;
}
.section-image-cta .et_pb_column {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

/** Section Contact **/
.section-contact a {
	color: var(--colour-black);
	font-size: 18px;
}
.section-contact i {
	font-size: 18px;
	margin-right: 10px;
}
.section-contact .et_pb_column:has(h3) {
	margin-top: 70px !important;
}
.section-contact .dsm_contact_form_7 {
	margin-top: -200px;
}
@media screen and (max-width:980px) {
	.section-contact .dsm_contact_form_7 {
		margin-top: -0px;
	}
	.section-contact .dsm_contact_form_7 form {
		max-width: 100%;
	}
}
/** Section Wines **/
.section-wines.product .et_pb_row {
	max-width: 1100px;
}
.section-wines.product.home .et_pb_row {
	max-width: var(--frame-max-m);
}
.section-wines.product h3 {
	text-align: center;
}
.woocommerce-page .section-wines.product.home ul.products li.product {
	margin-right: 0px;
	flex: 1 1;
}
.section-wines.product li a {
	font-family: var(--font-product);
	text-align: center;
}
.woocommerce-page .section-wines.product ul.products li.product {
	padding: 40px;
}
.woocommerce-page .section-wines.product ul.products li.product::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	border: 1px solid var(--colour-primary);
	background-color: var(--colour-secondary);
	transition: var(--transition);
}
.woocommerce-page .section-wines.product ul.products li.product:hover::before {
	opacity: 1;
	transition: var(--transition);
}
.woocommerce .section-wines.product ul.products li.product .button {
	max-width: 210px;
	margin: 20px auto 0 !important;
	justify-content: center;
}
.woocommerce-page .section-wines.product ul.products li.product a img{
	max-width: 200px;
    margin: 0 auto 10px !important;
}
.woocommerce .section-wines.product ul.products li.product a.woocommerce-loop-product__link {
	max-width: 400px;
    margin: 0 auto;
}
.section-wines.product ul.products li.product a.woocommerce-loop-product__link {
	pointer-events: none;
}
.section-wines.product .woocommerce .products ul, 
.section-wines.product .woocommerce ul.products {
	display: flex;
}

.section-wines .et_pb_row {
	max-width: 1350px;
	column-gap: 5px;
}
.woocommerce-page #main-content .section-wines ul.products li.product {
    padding: 40px;
    margin-right: 5px !important;
    /* width: 24%; */
	width: 100%;
	flex: 1 1 24%;
}
.section-wines .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-page .section-wines ul.products li.product::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	border: 1px solid var(--colour-primary);
	background-color: var(--colour-secondary);
	transition: var(--transition);
}
.woocommerce-page .section-wines ul.products li.product:hover::before {
	opacity: 1;
	transition: var(--transition);
}
.section-wines .woocommerce-LoopProduct-link {
	pointer-events: none;
}
/** Section-map **/
.section-map .et_pb_row {
	max-width: 1500px;
}
.section-map iframe {
	max-height: 400px;
	width: 100%;
}
@media screen and (max-width:1000px){
	.woocommerce-page #main-content .section-wines ul.products li.product {
		flex: 1 1 45%;
	}
}
@media screen and (max-width:980px) {
	.section-map .et_pb_row {
		margin-top: 50px;
	}
}
@media screen and (max-width:600px){
	.woocommerce-page #main-content .section-wines ul.products li.product {
		flex: 1 1 100%;
	}
}


.woocommerce-cart .et_pb_section:has(.woocommerce-cart-form) {
	display: flex;
    max-width: var(--frame-max-m);
    margin: 0 auto;
    width: var(--frame-width);
	column-gap: clamp(50px, calc(var(--column-gap) * 10), 100px);
}
.woocommerce-cart .et_pb_section:has(.woocommerce-cart-form) .et_pb_column:has(.et_pb_wc_cross_sells) {
	display: none;
}
.woocommerce-cart #sidebar {
	display: none;
}
.woocommerce-cart.et_right_sidebar #left-area {
	float: unset;
	padding: 0;
	width: 100%;
}
.woocommerce-cart header {
	position: unset;
	background-color: var(--colour-primary);
}
.woocommerce-cart #main-content .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.woocommerce-cart #main-content .container:before {
	display: none; 
}
.woocommerce-cart .container {
	max-width: var(--frame-max-m);
}
.wc-block-cart-items th,
.entry-content .wc-block-cart .wc-block-cart__totals-title {
	font-family: var(--font-body);
    font-size: 16px;
    font-weight: 500 !important;
	color: var(--colour-text) !important;
}
.woocommerce-cart .wc-block-components-button:not(.is-link),
.woocommerce-checkout .wc-block-components-button:not(.is-link),
#page-container .woocommerce .cart .button {
    position: relative;
    padding: 14px 34px 15px !important;
    background: transparent !important;
    border: none !important;
	border-radius: 0px;
    z-index: 3;
	opacity: 1;

    display: flex;
	align-items: center;
    column-gap: 10px;

	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--font-body);
	text-decoration: none;
	letter-spacing: 0.005em;
	color: var(--colour-white) !important;
	line-height: calc(var(--master-line-height) * 1.4) !important;

	transition: var(--transition-slow);
}
#page-container .woocommerce .cart .button:disabled[disabled]::before {
	background-color: #eee !important;
}
.woocommerce-cart .wc-block-components-button:not(.is-link):hover,
.woocommerce-checkout .wc-block-components-button:not(.is-link):hover,
#page-container .woocommerce .cart .button:hover {
    color: var(--colour-primary);
	transition: all 0.25s cubic-bezier(0.63, 2.11, 0.5, 0.86);
}
.woocommerce-cart .wc-block-components-button:not(.is-link)::after,
.woocommerce-checkout .wc-block-components-button:not(.is-link)::after,
#page-container .woocommerce .cart .button::after {
    content: none;
    display: none;
}
.woocommerce-cart .wc-block-components-button:not(.is-link)::before,
.woocommerce-checkout .wc-block-components-button:not(.is-link)::before,
#page-container .woocommerce .cart .button::before {
    content: "";
    position: absolute;
    display: block !important;
    opacity: 1;
    z-index: -1;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: 0px;
	border: 1px solid var(--colour-primary);
	background-color: var(--colour-primary);
    transition: var(--transition-fast);
}
.woocommerce-cart .wc-block-components-button:not(.is-link):hover,
.woocommerce-checkout .wc-block-components-button:not(.is-link):hover {
	color: var(--colour-primary) !important;
}
.woocommerce-cart .wc-block-components-button:not(.is-link):hover::before,
.woocommerce-checkout .wc-block-components-button:not(.is-link):hover::before {
	background-color: var(--colour-white);
}
.wc-block-components-product-name {
	color: var(--colour-black) !important;
}
.wc-block-components-sidebar {
	padding: 40px;
    background-color: var(--colour-secondary);
    border: 1px solid;
}
.wc-block-cart__main .wc-block-cart-items th.wc-block-cart-items__header-image {
	padding: 10px;
}
.woocommerce-cart .entry-content table:not(.variations) {
	border: 1px solid;
}
.wc-block-cart__main .wc-block-cart-items td {
	border-top: 1px solid;
}
/** Chechkout **/
.woocommerce-checkout  #sidebar {
	display: none;
}
.woocommerce-checkout.et_right_sidebar #left-area {
	float: unset;
	padding: 0;
	width: 100%;
}
.woocommerce-checkout  header {
	position: unset;
	background-color: var(--colour-primary);
}
.woocommerce-checkout  #main-content .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.woocommerce-checkout  #main-content .container:before {
	display: none;
}
.woocommerce-checkout  .container {
	max-width: var(--frame-max-m);
}
.wc-block-components-checkbox__label {
	color: var(--colour-text);
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 30px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
}

.et_shop_image .et_overlay {
	display: none !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	font-size: var(--size-h3);
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	display: none;
}