@font-face {
	font-family: "Avenir Book";
	src: url(fonts/Avenir-Book.eot?#iefix);
	src: url(fonts/Avenir-Book.eot?#iefix) format("eot"), url(fonts/Avenir-Book.woff2) format("woff2"), url(fonts/Avenir-Book.woff) format("woff"), url(fonts/Avenir-Book.ttf) format("truetype")
}

@font-face {
	font-family: "Avenir Black";
	src: url(fonts/Avenir-Black.eot?#iefix);
	src: url(fonts/Avenir-Black.eot?#iefix) format("eot"), url(fonts/Avenir-Black.woff2) format("woff2"), url(fonts/Avenir-Black.woff) format("woff"), url(fonts/Avenir-Black.ttf) format("truetype")
}

:root {
	--md-cream: #FFFFFF;
	--md-charcoal: #1b1b1b;
}

body {
	background: black;
	color: white;
	font-family: 'Avenir Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: clamp(14px, 1.5vw, 18px);
}

h1, h2, h3, h4, h5 {
	color: #FFF;
	font-family: 'Avenir Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	margin-bottom: clamp(30px, 4vh, 70px) !important;
	letter-spacing: 0.5px;
	font-size: clamp(25px, 5vw, 48px);
}

h5 {
	font-family: 'Avenir Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

strong {
	font-family: 'Avenir Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.alignwide {
	width: 90%;
	max-width: unset;
	margin: 0px auto;
	padding: 0;
}

@media (min-width: 900px) {
	.alignwide {
		width: 90%;
		margin:0px auto;
		padding: 0;
	}
}

.entry-content, .entry-summary {
	font-family: 'Avenir Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.entry-content p {
	line-height: 145%;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, form, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: auto !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}


/* Brand Colours */

.has-cream-color, .has-gold-color {
	color: var(--md-cream);
}

.has-black-background-color[class] {
	background-color: black;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active {
	border-color: transparent !important;
	background-color: var(--md-cream) !important;
	color: black !important;
}

.site .button, button, input[type=submit], input[type=reset], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button {
	font-family: 'Avenir Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 10px 20px 11px 20px !important;
}

/* END: Brand Colours */



/* Header and Nav */

.mdx-header {
	margin-top: clamp(30px, 4vh, 70px);
	margin-bottom: clamp(30px, 4vh, 70px);
	display: flex;
	align-items: center;
}

@media(min-width: 782px) {
	.mdx-header-logo {
		width: 30%;
		max-width: 600px;
		padding-right: 4vw;
		line-height: 1;
	}
}

.mdx-header-logo a {
	line-height: 1;
	display: inline;
	text-decoration: none;
}

.header-logo-h1 {
	font-size: 20px;
	line-height: 1;
	margin: 0 !important;
	-webkit-font-smoothing: none;
	
}

.mdx-header-byline img {
	height: 17px;
	width: auto;
}

@media(max-width: 781px) {
	.mdx-header-byline {
		display: none;
	}
}

.mdx-header-logo img {
	width: 150px;
	height: auto;
}

.mdx-header-nav {
	margin-left: auto;
}

.clear-bear {
	clear: both;
}

.mdx-nav-primary {
	background: black;
	width: 100%;
	min-width: 250px;
	max-width: 400px;
	height: 100vh;
	padding: calc(5%);
	padding-top: clamp(30px, 4vh, 70px);
	color: black;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
}

@media(min-width: 900px) {	
	.mdx-nav-primary {
		padding: 5%;
		padding-top: clamp(30px, 4vh, 70px);
		padding-left: 10px;
	}
}

@media(max-width: 599px) {	
	.mdx-nav-primary {
		max-width: unset;
	}
}

.nav-primary-open {
	visibility: visible;
	opacity: 0.9;
	backdrop-filter: saturate(180%) blur(10px);
	-webkit-backdrop-filter: saturate(180%) blur(10px);
}

.mdx-nav-primary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 50px;
}

.mdx-nav-primary ul li {
	font-family: 'Avenir Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: clamp(18px, 2vw, 20px);
	color: #FFF;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	text-align: right;
}

.mdx-nav-primary ul li:last-child {
	margin-bottom: 0;
}

.mdx-nav-primary ul li a {
	color: inherit;
	text-decoration: none;
	width: 100%;
	display: block;
}

.mdx-nav-primary ul li a:hover {
	text-decoration: none;
	color: var(--md-cream);
}

.mdx-header-hamburger {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 17' style='enable-background:new 0 0 24 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Crect class='st0' width='24' height='2.5'/%3E%3Crect y='14.5' class='st0' width='24' height='2.5'/%3E%3C/svg%3E");
	background-size: auto 14px;
	background-repeat: no-repeat;
	background-position: right center;
	width: 17px;
	height: 20px;
	cursor: pointer;
}

.mdx-header-hamburger:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 17' style='enable-background:new 0 0 24 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fffcd5;%7D%0A%3C/style%3E%3Crect class='st0' width='24' height='2.5'/%3E%3Crect y='14.5' class='st0' width='24' height='2.5'/%3E%3C/svg%3E%0A");
}

.mdx-nav-close {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 17' style='enable-background:new 0 0 24 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='24,1.60379 22.39626,0 15.5,6.89624 8.60374,0 7,1.60379 13.89626,8.49997 7,15.39621 8.60374,17 15.5,10.10376 22.39626,17 24,15.39621 17.1038,8.49997 '/%3E%3C/svg%3E%0A");
	background-size: auto 16px;
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
	height: 29px;
	cursor: pointer;
}

.mdx-nav-close:hover {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 17' style='enable-background:new 0 0 24 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fffcd5;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='24,1.60379 22.39626,0 15.5,6.89624 8.60374,0 7,1.60379 13.89626,8.49997 7,15.39621 8.60374,17 15.5,10.10376 22.39626,17 24,15.39621 17.1038,8.49997 '/%3E%3C/svg%3E");
}

.mdx-header-hamburger-mobile {
	display: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: underline 1px solid currentColor;
	background: none !important;
	outline: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline: none;
}

.mdx-nav-primary ul li a:focus {
	text-decoration: underline 1px solid #FFF !important;
	background: none !important;
}

ul.nav-contacts {
	margin-top: clamp(20px, 5vw, 40px);
}

ul.nav-contacts li a {
	color: var(--md-cream);
}

ul.nav-contacts li a:hover {
	color: #FFF;
}

/* END: Header and Nav */


/* Footer */

.mdx-footer-container {
	border-top: 1px solid var(--md-cream);	
	padding-top: clamp(30px, 5vw, 50px);
	margin-top: clamp(30px, 4vh, 70px);
	margin-bottom: clamp(30px, 4vh, 70px);
}

@media (min-width: 900px) {
	.mdx-footer-container {
		display: flex;
		align-items: flex-start;
	}
	
	.mdx-footer-col {
		width: 15%;
	}
	
	.mdx-footer-col:first-child, .mdx-footer-col:last-child {
		width: 30%;
	}
}

.mdx-footer-col {
	margin-bottom: 3rem;
}

.mdx-footer-col ul, .mdx-footer-col ol {
	list-style-type:none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	line-height: 1.4;
	font-family: unset;
	color: var(--md-cream);
}

.mdx-footer-col ul li, .mdx-footer-col ol li {
	margin-bottom: 5px;
}

.mdx-footer-col:last-child ul {
	column-count: 2;
}

.footer-copy {
	padding-top: 0;
	padding-bottom: clamp(30px, 5vw, 50px);
}

@media (min-width: 768px) {
	.mdx-footer-col {
		padding-right: 2vw;
	}
}

@media (min-width: 900px) {
	
	.mdx-footer-col:first-child {
		width: 30%;
		max-width: 600px;
		padding-right: 4vw;
	}
	
	.mdx-footer-col:last-child {
		width: 40%;
		max-width: 700px;
	}
}

.mdx-footer-col ul li, .mdx-footer-col ol li {
	font-size: 0.95rem;
}

.mdx-footer-col ul + ul {
	margin-top: 1rem;
}

.mdx-footer-col h5 {
	color: #FFF;
	letter-spacing: 0;
	font-size: 1rem;
	line-height: 150%;
	margin-bottom: 1.3rem;
}

.mdx-footer-col p {
	font-size: 0.95rem;
	line-height: 150%;
	color: var(--md-cream);
}

.mdx-footer-col p:first-child {
	margin-bottom: 1.3rem;
}

.mdx-footer-col p:first-child strong {
	color: #FFF;
	letter-spacing: 0;
	font-size: 1rem;
	line-height: 150%;
}

.mdx-footer-col a {
	text-decoration: none;
	color: inherit;
}

.mdx-footer-col a:hover {
	text-decoration: underline;
}

.mdx-footer-divider hr {
	width: 100%;
	margin:0 auto;
	margin-top: 7rem;
	margin-bottom: 2.5rem;
	opacity: 1;
	height: 1px;
}

.footer-tiny {
	font-size: 0.8rem !important;
	opacity: 0.5;
	margin-top: 3rem;
}

/* END: Footer */



/* Category Pages */

.category-grid {
	margin-bottom: clamp(30px, 5vw, 70px)	
}

@media(min-width:900px) {
	.category-grid {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap:0;
	}
}

/* Parent Container */
.content_img {
	position: relative;
	width: 100%;
	height: auto;
}

/* Child Text Container */
.content_img .rollover-holder {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	color: #FFF;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.1s linear;
}

/* Hover on Parent Container */
.content_img:hover {
	cursor: pointer;
}

.rollover-title {
	text-transform: uppercase;
}

@media(min-width:900px) {
	.content_img:hover .rollover-holder {
		width: 100%;
		height: 100%;
		padding: 40px;
		visibility: visible;
		opacity: 0.8;
	}
	
	.rollover-heading {
		font-size: clamp(18px, 2vw, 30px);
		line-height: 1.2;
	}
	
	.rollover-title {
		font-size: clamp(13px, 0.75vw, 15px);
		line-height: 110%;
		position: absolute;
		bottom: 40px;
		letter-spacing: 0.25px;
	}
}

/* END: Category Pages */



/* Article and Post Pages */

.mdx-portfolio-post-content {
	
}

.wp-block-image figcaption {
	color: #6f6f6f;
	font-size: 0.9rem;
	text-align: left;
}

.wp-block-quote p {
	width:100% !important;
	max-width: none !important;
	padding-left: 10px;
}

blockquote p {
	font-family: inherit;
	font-weight: normal;
	color: #FFF;
}

.wp-block-quote:before {
	content: "“";
	font-size: 3rem;
	line-height: 100%;
	left: 0;
}

ul.bare-list {
	list-style-type: none;
	font-family: unset;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

ul.bare-list li {
	margin-bottom: 0.3rem;
}

ul.bare-list li a {
	text-decoration: none;
}

.mdx-portfolio-post-content h1 {
	margin-top: clamp(30px, 5vw, 70px) !important;
	margin-bottom: clamp(30px, 6vw, 60px) !important;
	font-size: clamp(25px, 4vw, 50px);
}

.mdx-portfolio-post-content p {
	line-height: 1.75;
}

@media(min-width: 782px) {
	.mdx-portfolio-post-content p {
		width: 85%;
		max-width: 1200px;
	}
}

/* END: Article and Post Pages */


/* Carousels */

.main-carousel {
	width: 100%;
	aspect-ratio: 2/3;
	min-height: 520px;
}

@media(min-width: 782px) {
	.main-carousel {
		min-height: 40vw;
		aspect-ratio: 2/1;
	}
}

.carousel-cell {
	width: 100%;
	height: 100%;
	margin-right: 0;
	display: flex;
	align-items: center;
}

.carousel-cell-inner {
	padding-left: 0;
}

.carousel-cell-inner a {
	text-decoration: none !important;
}

button.flickity-button.flickity-prev-next-button {
	background: none !important;
	width: clamp(30px, 5vw, 60px);
	height: clamp(30px, 5vw, 60px);
	color: var(--md-cream) !important;
	padding: 0 !important;
}

button.flickity-button.flickity-prev-next-button:hover {
	color: #FFF !important;
}

.main-carousel-white button.flickity-button.flickity-prev-next-button {
	color: #FFF !important;
}

.main-carousel-white button.flickity-button.flickity-prev-next-button:hover {
	color: #CCC !important;
}

.flickity-button:disabled {
	opacity: 0;
}

.flickity-prev-next-button.next .flickity-button-icon {
	position: absolute;
	left: 6px;
	top: 0;
	width: 100%;
	height: 100%;
}

.flickity-prev-next-button.previous .flickity-button-icon {
	position: absolute;
	left: -6px;
	top: 0;
	width: 100%;
	height: 100%;
}

.flickity-prev-next-button.next {
	right: 5%;
}

.flickity-prev-next-button.previous {
	left: 5%;
}

@media(min-width: 900px) {
	.flickity-prev-next-button.next {
		right: 2%;
	}
	
	.flickity-prev-next-button.previous {
		left: 2%;
	}
}

.portfolio-box-mobile {
	font-family: 'Avenir Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.portfolio-box-mobile .pb-title {
	font-size: 0.75rem;
	margin-top: 20px;
	text-transform: uppercase;
}

.portfolio-box-mobile .pb-headline {
	font-size: 1.5rem;
	line-height: 100%;
	color: #FFF;
	margin-top: 15px;
}

.carousel-cell h2 {
	font-size: clamp(25px, 5vw, 48px);
	line-height: 1.2;
	width: clamp(250px, 75vw, 100vw);
	margin: 0 !important;
}

@media(min-width: 900px) {
.carousel-cell h2 {
	margin-top: clamp(-30px, -4vh, -70px) !important;
}
	
.carousel-cell h2 span {
	width: 100%;
	white-space: nowrap;
	display: block;
}
}

.carousel-cell img {
	width: 100%;
	height: auto;
}

.carousel-image-mobile {
	display: none;
}	

@media(max-width: 500px) {
	
	.main-carousel {
		max-height: unset;
	}
	
	.carousel-image-desktop {
		display: none;
	}
	
	.carousel-image-mobile {
		display: block;
	}
	
}

/* END: Carousels */



/* Wordpress Overrides */
.site-main {
	padding-top: 0;
	padding-bottom: 0;
}

.mdx-portfolio-post-content .has-text-align-center {
	text-align: left;
}

.wp-block-image {
	margin-bottom: 2rem !important;
}

.wp-block-quote {
	margin-bottom: 2rem !important;
}

h1 + hr {
	display: none;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	line-height: 140%;
	display: inline-block;
	margin-top: 0;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	max-width: 80px !important;
	height: 4px !important;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

/* END: Wordpress Overrides */

.entry-content h2, .entry-content h3, .entry-content h4 {
	margin-top: 3rem;
}

.entry-content h4 {
	font-size: 1.1rem;
}

.entry-content h4 a {
	text-decoration: underline;
}

.has-small-font-size {
	font-size: 0.85rem !important;
}

.entry-content ul, .entry-content ol {
	font-family: inherit;
	padding-left: 1rem;
}

.entry-content ul li, .entry-content ol li {
	margin-bottom: 0.3rem;
	font-size: clamp(13px, 1vw, 16px);
}

.entry-content.alignwide > {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: unset !important;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
	max-width: unset !important;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    	margin-left: clamp(40px, 5vw, 80px);
	}
}

.wp-block-columns.columns-cols-extra-padding-bottom .wp-block-column {
	padding-bottom: clamp(40px, 5vw, 80px);
}


/* Accordion block */

dt.accordion-title {
	color: white;
	cursor: pointer;
	padding: 15px 0;
	border-top: 1px solid white;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='15 6.5 8.5 6.5 8.5 0 6.5 0 6.5 6.5 0 6.5 0 8.5 6.5 8.5 6.5 15 8.5 15 8.5 8.5 15 8.5 15 6.5'/%3E%3C/svg%3E");
	background-position: right center;
	background-size: 17px;
	background-repeat: no-repeat;
	font-family: 'Avenir Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.accordion-title.accordion-text-dt-active {
	color: var(--md-cream);
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fffcd5;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='15' height='2'/%3E%3C/svg%3E");
	background-position: right center;
	background-size: 17px;
	background-repeat: no-repeat;
}

dt.accordion-title:first-of-type {
	padding-top: 0;
	border-top: 0;
	background-position: right top 7.5px;
}

.accordion-title:first-of-type.accordion-text-dt-active {
	background-position: right top 15px !important;
}

.accordion dd {
	padding-bottom: 30px;
	padding-left: 0;
	color: white;
}

.accordion .accordion-text-dd-active {
	
}

/* END: Accordion block */

ul.list-bare {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.list-bare li {
	margin-bottom: 0;
}

@media(max-width: 781px) {
	ul.list-divider-mobile {
		padding-bottom: clamp(20px, 2vw, 40px);
		border-bottom: 1px solid white;
	}
}

.wp-block-columns.portfolio-text-cols {
	gap: 0;
}

@media (min-width: 900px) {
	.wp-block-columns.portfolio-text-cols .wp-block-column:first-child {
		width: 30%;
		max-width: 600px;
		padding-right: 4vw;
	}
}

@media (min-width: 782px) {
	.wp-block-columns.portfolio-text-cols:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}

.wp-block-columns.portfolio-text-cols .wp-block-column p:not(.has-background), .wp-block-columns.portfolio-text-cols .wp-block-column h1:not(.has-background), .wp-block-columns.portfolio-text-cols .wp-block-column h2:not(.has-background), .wp-block-columns.portfolio-text-cols .wp-block-column h3:not(.has-background), .wp-block-columns.portfolio-text-cols .wp-block-column h4:not(.has-background), .wp-block-columns.portfolio-text-cols .wp-block-column h5:not(.has-background), .wp-block-columns.portfolio-text-cols .wp-block-column h6:not(.has-background) {
	padding-left: 0;
	padding-right: 0;
}

.m-t-xl {
	margin-top: clamp(40px, 7.5vw, 130px) !important;
}

.m-b-xl {
	margin-bottom: clamp(40px, 7.5vw, 130px) !important;
}

.m-v-xl {
	margin-top: clamp(40px, 7.5vw, 130px) !important;
	margin-bottom: clamp(40px, 7.5vw, 130px) !important;
}

.m-t-xs {
	margin-top: clamp(10px, 0.5vw, 20px) !important;
}

.m-b-xs {
	margin-bottom: clamp(10px, 0.5vw, 20px) !important;
}