/*
Theme Name: Dishero by Colab Digital
Theme URI: https://www.colabdigital.co.uk
Author: Colab Digital
Author URI: https://www.colabdigital.co.uk
Description: Dishero by Colab Digital Ltd, the branding experts in Solihull, UK.  
Version: 23.1.2
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SITE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

html {
	scroll-behavior: smooth;
}
body {
	color:#171729;
	font-size:16px;
	background-color:#fff;
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
}
#mainStage {
	overflow-x: hidden;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
}
.wrapperNarrow {
	max-width:800px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:#FFFFFF;
}
h1, h2 {
	line-height: 1!important;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 8px 14px!important;
}

/*SIMPLE SITE MAP HEADINGS*/

h2.post-type,
h3.term-tag {
	text-transform: uppercase;
	font-weight: 800;
	color:var(--wp--preset--color--clinique);
}
h3.term-tag {
	font-size: 1.5em;
}
ul.main {
	line-height: 1.4;
}

/*SIMPLE SITE MAP HEADINGS END*/

p {
	font-size:16px;
	line-height: 1.4;
}
a:hover {
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
	cursor: pointer;
}
strong {
	font-weight: 800;
}
.sliderCaption1 em,
.wp-block-heading em {
	font-family: playfair-display, serif!important;
	font-style: italic!important;
	text-transform: lowercase!important;
}
blockquote {
	margin:40px 0;
	padding:0;
}
blockquote p {
	font-size: 22px;
	color: #888888;
	font-family: playfair-display, serif;
}
blockquote p:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	color: #4CD964;
	padding-right: 10px;
}
blockquote p:after {
    content: "\f10e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	color: #4CD964;
	padding-left: 10px;
}
hr {
	width:100%;
	height: 4px;
	border:none!important;
    margin-top: 35px;
    margin-bottom: 35px;
}
.search-results hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
a img {
    transition: all .2s ease-in-out!important;
}
a img:hover {
    transform: scale(1.015)!important;
}
.mobileShow {
	display: none;
}
iframe {
    width: 100%;
}
sup {
    vertical-align: top;
    font-size: medium;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* GENERAL */

.alignwide {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: calc(calc(100vw - 1200px)/2)!important;
	padding-right: calc(calc(100vw - 1200px)/2)!important;
}
.alignfull {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.pushMe {
    margin-left: auto!important;
    margin-right: auto!important;
}
.smallPrint {
	font-size: 11px;
}
.roundCorner {
    border-radius: 6px;
    overflow: hidden;
}
.shadowLight {
	box-shadow: 0 10px 30px rgba(255 255 255 / 7%);
}
.gap10 {
	gap:10px!important;
}
.gap20 {
	gap:20px!important;
}
.gap30 {
	gap:30px!important;
}
.gap40 {
	gap:40px!important;
}
.gap50 {
	gap:50px!important;
}
.gap60 {
	gap:60px!important;
}
.gap70 {
	gap:70px!important;
}
.gap80 {
	gap:80px!important;
}
.gap90 {
	gap:90px!important;
}
.gap100 {
	gap:100px!important;
}
.serif {
	font-family: playfair-display, serif;
}
.wp-block-cover p.iconTextLink a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	padding-left: 5px;
}
.wp-block-cover p.iconTextLink.iconTextLinkGreen a::after,
.wp-block-cover p.iconTextLink.iconTextLinkGreen a {
	color: #76d574;
}

/* WP IMAGE BLOCK */

.wp-lightbox-overlay .scrim {
    background-color: rgba(23 23 41 / 99%)!important;
}
.wp-lightbox-overlay .close-button {
    fill: #fff !important;
}

/* WP GALLERY BLOCK */

.wp-block-gallery.imgGallery {
}

/* WP GALLERY BLOCK - .logoGallery CLASS */

.wp-block-gallery.logoGallery {
}
.wp-block-gallery.logoGallery .wp-block-image {
    gap: 15px !important;
    padding: 15px 30px !important;
    align-items: center !important;
    margin: 0 !important;
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 10px;
}
.wp-block-gallery.logoGallery.has-nested-images figure.wp-block-image img {
	max-height: 80%!important;
	max-width: 90%!important;
}
.wp-block-gallery.logoGallery .wp-lightbox-container button {
    top: 10px !important;
    right: 10px !important;
}
.wp-lightbox-overlay .wp-block-image img {
    height: auto!important;
    min-height: auto!important;
    min-width: 100%!important;
    width:  100%!important;
}

/* WP COVER BLOCK */

.wp-block-cover,
.wp-block-cover-image {
	min-height: inherit!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.wp-block-cover.alignwide {
    clip-path: polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%)!important;
    overflow: hidden!important;
}
.wp-block-cover.alignwide.noAngle {
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%)!important;
    overflow: hidden!important;
}
.wp-block-cover.alignwide.noTopAngle {
    clip-path: polygon(0 0,100% 0,100% calc(100% - 40px),0 100%)!important;
    overflow: hidden!important;
}
.wp-block-cover.alignwide.noBottomAngle {
    clip-path: polygon(0 0,100% 40px,100% 100%,0 100%)!important;
    overflow: hidden!important;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90 {
	opacity: .97!important;
}

/* WP MEDIA + TEXT BLOCK */

.wp-block-media-text {
    height: 100%;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 12%!important;
}

/* WP COLUMNS BLOCK */

.wp-block-columns {
	margin-bottom: 0!important;
	gap: 40px; 
}
.wp-block-columns.noColMargin {
	gap: 0!important;
}

/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowThird,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
    overflow: auto!important;
    overflow-y: hidden!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
	left: 0;
	flex-wrap: nowrap!important;
}
.wp-block-columns.colabOverflowHalf > .wp-block-column {
	min-width: 450px!important;
}
.wp-block-columns.colabOverflowThird > .wp-block-column {
	min-width: 375px!important;
}
.wp-block-columns.colabOverflowQuarter > .wp-block-column {
	min-width: 300px!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowThird .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: calc(calc(100vw - 1200px)/2)!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowThird .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: calc(calc(100vw - 1200px) /2)!important;
}

/* ///// TRACK SCROLLER ///// */

/* width */
.contentFullWidth ::-webkit-scrollbar {
    height: 10px;
}
/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    background: rgba(85,170,204,0.20);
	opacity: 0.5;
    border-radius: 5px;
    margin-left: calc(calc(100vw - 1200px) /2);
    margin-right: calc(calc(100vw - 1200px) /2);
}
/* Handle */
.contentFullWidth ::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--givepeasachance);
    border-radius: 5px;
}
/* Handle on hover */
.contentFullWidth ::-webkit-scrollbar-thumb:hover {
    background: var(--wp--preset--color--grapesofwrath);
}

/* WP TABLE BLOCK */

.wp-block-table table tbody td {
	border: none!important;
	padding: 15px!important;
}
.wp-block-table table tbody td s {
	opacity: 0.25;
}
.wp-block-table table tbody td a {
	color:#171729!important;
	border-bottom: 2px dotted rgba(23,23,41,0.25);
	position: relative;
}
.wp-block-table table tbody td a:hover {
	color:var(--wp--preset--color--grapesofwrath)!important;
}
.wp-block-table table tbody td a::after {
	color:var(--wp--preset--color--grapesofwrath)!important;
    content: "\f0c1";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	position: absolute;
	right: -25px;
	opacity: 0;
	transform: scale(0.75);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
.wp-block-table table tbody td a:hover::after {
	opacity: 1;
}
.wp-block-table table tbody tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.03)!important;
}

/* WP CODE BLOCK */

.wp-block-code {
	background-color: #333A3D;
	color: #fff;
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px;
}

/* WP COLOUR SCHEME */

.af-submit button {
	color: #fff!important;
}
.af-submit button {
	background-color: #4CD964!important;
}

/* WP LATEST POSTS BLOCK */

.wp-block-latest-posts__list {
	line-height: 1.35;
}

/* WP BUTTONS */

.wp-block-buttons {
	gap:10px!important;
}
a.wp-block-button__link,
a.wp-block-button__link.no-border-radius {
    transition: all .2s ease-in-out!important;
	border: 1px solid!important;
	padding: 12px 14px!important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1)!important;
}
a.wp-block-button__link:hover {
    transform: scale(1.03)!important;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) a.wp-block-button__link {
	border-color: transparent!important;
}

/* Custom Button Sizes */

.wp-block-buttons.largeBT .wp-block-button {
	display: flex;
	flex-shrink: 0;
}
.wp-block-buttons.largeBT .wp-block-button a {
	padding: 14px 20px!important;
    font-size: 16px!important;
}
.wp-block-buttons.smallBT .wp-block-button {
	display: flex;
	flex-shrink: 0;
}
.wp-block-buttons.smallBT .wp-block-button a {
	padding: 10px 12px!important;
    font-size: 10px!important;
}

/* WP LATEST POST LIST */

.wp-block-latest-posts__list {
	display: flex;
	gap:15px;
	flex-direction: column;
}
.wp-block-latest-posts__list li {
	display: flex;
	gap:5px;
	flex-direction: column;
}
.wp-block-latest-posts__list li time {
	font-size: 10px;
	text-transform: uppercase;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.notificationBar {
    background-color: #4CD964;
    text-align: center;
    padding: 10px 5%;
}
a .notificationBar:hover {
    background-color: #5AC8FA;
}
.notificationBar p,
.notificationBar p a {
    color: #fff;
    font-weight: bold;
    margin: 0;
}
header {
	background-color: rgba(23 23 41 / 90%);
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap:30px;
	padding: 25px 50px;
	box-shadow: 0 0 15px rgba(23 23 41 / 50%);
	z-index: 20;
}
header .logo {
    width: 140px;
	margin-right: auto;
}
header p {
	color: #F4F5F5;
}
header i {
	font-size: 24px;
	color: #F4F5F5;
}
header .logo img {
	width:100%;
	height:auto;
}
header a:hover {
    color: var(--wp--preset--color--offwhite);
}
header .wp-block-buttons {
	flex-wrap: nowrap;
}

/* ------------------------------------------------------
---------------------------------------------------------
		OVERLAY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(23 23 41 / 99%);
    transition: 0.5s;
    overflow: hidden;
}
.overlay-content {
	padding: 0;
	color: #fff;
	max-height:100vh;
	overflow: scroll;
    position: relative;
}
.overlay-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.overlay-content p a:hover {
	color: #fff;
}
.overlay .closebtn i {
	color: #fff;
    position: absolute;
    top: 38px;
    right: 45px;
    font-size: 30px;
    z-index: 10;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER BANNER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tintOverlay {
	background: linear-gradient(195deg,rgba(23,23,41,.15) 0%,#171729 75%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.headerBanner {
    padding-left: calc(100vw / 2 - 600px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
    padding-bottom: 80px;
	padding-top: 240px;
}
.headerBanner .contentFullWidth {
	width: 790px;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.headerBanner img,
.headerBanner video {
	position: absolute;
	object-fit:cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.headerBanner h3,
.single-post .headerBanner h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	font-style: normal;
	color: #fff;
	position: relative;
	z-index: 2;
}
.single-post .headerBanner h1 {
	font-size: 60px;
}
.headerBanner h3 {
	font-size: 80px;
}
.headerBanner h1 {
	margin: 0;
	font-size: 35px;
	line-height: 1;
	text-transform: lowercase;
	font-style: italic;
	color: var(--wp--preset--color--clinique);
	position: relative;
	z-index: 2;
}
.postAuthor {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 20px;
	align-items: center;
}
.postAuthor p {
	color: #F4F5F5;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400!important;
}
.postAuthor img {
	position: static;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #F4F5F5;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SEARCH BAR STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* SEARCH STYLES */

.searchBox {
	width: 660px;
	padding: 40px 0;
	margin: 40px auto 0;
}
.searchBox form {
	position: relative;
	z-index: 10;
}
.searchBox button#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 70px;
	width: 70px;
	background-color: #4CD964;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: none;
}
.searchBox input#s {
	font-family: 'Figtree', sans-serif;
    width: 100%;
    height: 70px;
    font-size: 22px;
    border: none;
    background-color: #fff;
    outline: none;
    padding: 0;
    padding-left: 60px;
	color: #fff;
	border-radius: 35px;
}
.searchBox input#s::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.searchBox input:-ms-input-placeholder {
	color: #fff;
}
.searchBox input:-moz-placeholder {
	color: #fff;
}
.searchBox input::-moz-placeholder {
	color: #fff;
}
.searchBox input::-webkit-input-placeholder {
	color: #fff;
}

/* POP UP SEARCH */

#wrapperContainerSearch .searchBox {
	margin: 20vh auto 0;
}
#wrapperContainerSearch .searchBox input#s {
	color: #000;
    background-image: url(images/icon-search-blue.svg);
}
#wrapperContainerSearch .searchBox input:-ms-input-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input:-moz-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input::-moz-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input::-webkit-input-placeholder {
	color: #000;
}


/* ------------------------------------------------------
---------------------------------------------------------
		TAG FLASH STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.tagFlash {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
ul.tagFlash li {
	list-style-type: none;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--wp--preset--color--workinglate);
	padding: 7px 8px 6px;
	background-color: var(--wp--preset--color--clinique);
	border: 1px solid var(--wp--preset--color--workinglate);
	border-radius: 3px;
	flex-basis: content;
}
ul.tagFlash.workCat li {
}
ul.tagFlash li i {
	margin-right: 6px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SOCIAL STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.socialShareIcons {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px dotted #D3DEE1;
    border-bottom: 1px dotted #D3DEE1;
    display: flex;
    align-items: center;
    gap: 15px;
}
.socialShareIcons a i {
	font-size: 20px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 20px 0 10px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
ul.page-numbers li {
	margin:0;
	list-style-type:none;
	display: inline-block;
}
ul.page-numbers a, span.page-numbers.current {
    display: flex;
    margin: 2px 5px 2px 0;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    justify-content: center;
    width: 30px;
    align-items: center;
}
ul.page-numbers a {
	background-color: #5AC8FA;
}
ul.page-numbers a:hover,
span.page-numbers.current {	
	color:#fff;
	background-color: #4CD964;
}



/* SLICK DOTS */

section.colab-hero-slider ul.slick-dots {
    position: absolute!important;
    bottom: 55px!important;
	left: calc(100vw / 2 - 600px)!important;
	z-index: 10!important;
	justify-content: flex-start!important;
}
section.colab-hero-slider ul.slick-dots li button {
	border: 2px solid #fff!important;
	border-radius: 50%!important;
}
section.colab-hero-slider ul.slick-dots li.slick-active button {
	background-color: #fff!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		VIDEO HERO STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.colabVideoHeroBlock {
	height: 775px;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	overflow: hidden;
}
.colabVideoHeroBlock video {
	position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.colabVideoHeroBlock .wrapper {
	position: absolute;
    z-index: 1;
	text-align: center;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
	font-size: 110px;
	line-height: 110px;
	color: #fff;
	text-shadow: 0 0 40px rgba(0,0,0,1);
	margin-bottom: 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
	font-size: 34px;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 0 25px rgba(0,0,0,1);
}

/* ------------------------------------------------------
---------------------------------------------------------
		TABS BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tab {
	display:flex;
	flex-direction: row;
	gap:20px;
	align-items: center;
	padding-left: 0!important;
	padding-right: 0!important;
    overflow: auto!important;
    overflow-y: hidden!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
	left: 0;
}
.tab button {
	color: #337167;
	background:transparent;
	font-family: "greycliff-cf", sans-serif;
    font-weight: 600;
	font-size:14px;
	text-transform:uppercase;
	border: 1px solid;
	border-radius:0;
	flex-shrink: 0;
	outline: none;
	cursor: pointer;
	padding: 11px 16px;
	transition: 0.3s;
}
.tab button:hover {
	background-color: #337167;
	color:#fff;
}
.tab button.active {
	background-color: #337167;
	color:#fff;
}
.tab button.active:after {
	content:none;
}
.tabcontent {
	display: none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		STAT COUNTER BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.counter {
	display: block;
	line-height: 1!important;
	margin: 0!important;
}
.counter.small-stat {
	font-size: 24px
}
.counter.medium-stat {
	font-size: 50px
}
.counter.large-stat {
	font-size: 90px
}
.counter.xlarge-stat {
	font-size: 130px
}

/* ------------------------------------------------------
---------------------------------------------------------
		GALLERY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

* {
  box-sizing: border-box;
}
.galleryStage {
	position: relative;
    border-radius: 8px;
    overflow: hidden;
}
/* Position the image container (needed to position the left and right arrows) */
.galleryStage .container {
    position: relative;
    margin: 0;
	align-items: center;
	aspect-ratio:5/3;
}
/* Hide the images by default */
.galleryStage .mySlides {
	opacity: 0;
	overflow: hidden;
	font-size: 0;
	width: 100%;
	position: absolute;
	transition: all .2s ease-in-out;
}
/* Add a pointer when hovering over the thumbnail images */
.galleryStage .cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.galleryStage .galleryTools {
	position: absolute;
	right: 30px;
	top: 0;
	display: flex;
	transition: opacity 0.3s ease-in-out;
}
.galleryStage .galleryTools .prev,
.galleryStage .galleryTools .next {
	background: #8122dc;
	cursor: pointer;
	height: 53px;
	width: 42px;
	color: #fff;
	font-size: 20px;
	user-select: none;
	-webkit-user-select: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
/* On hover, add a black background color with a little bit see-through */
.galleryStage .galleryTools .prev:hover,
.galleryStage .galleryTools .next:hover {
	background: #6D1BBC;
}
.galleryStage .row {
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	bottom: 0;
	left: 0;
	width: 100%;
}
.galleryStage:hover .row {
	opacity: 1!important;
}
.galleryStage .row:after {
	content: "";
	display: table;
	clear: both;
}
/* Columns side by side */
.galleryStage .column {
	float: left;
	width: calc(100% / 16);
	overflow: hidden;
	font-size: 0;
}
.galleryStage .column:nth-child(10n+10) {
    margin-right: 0;
}
/* Add a transparency effect for thumnbail images */
.galleryStage .demo {
	opacity: 0.35!important;
}
.galleryStage .active,
.galleryStage .demo:hover {
	opacity: 1!important;
	transition: all .2s ease-in-out!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CONTENT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.contentNarrow {
	width:70%;
	margin: 0 auto;
    padding: 40px 0;
}
.contentFullWidth {
	width:100%;
    display: inline-block;
}
.wysiwyg {
    position: relative;
}
.wysiwyg ul,
.wysiwyg ol {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wysiwyg ul li,
.wysiwyg ol li {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
    font-size: 16px;
	line-height: 1.6;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 0em;
}
.wysiwyg ul li:before {
    content: "\f105";
	color: var(--wp--preset--color--clinique);
}
.wysiwyg ol li:before {
    content: "\f00c";
	color: var(--wp--preset--color--clinique);
}
.wysiwyg ul li ul.children {
    margin-top: 15px;
}
/* YouTube iFrames */

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.relatedContainer {
	background-color: var(--wp--preset--color--clinique);
	clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%) !important;
    overflow: hidden !important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		POST NEXT/PREV NAV STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.projectNav a {
	background-color: #8122dc;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	text-transform: uppercase;
	font-size: 8px;
	color: #fff;
	padding: 7px;
	border: 1px solid #fff;
	box-shadow: 0 5px 20px rgb(0 0 0/25%);
	transition: all .2s;
	text-align: center;
}
.projectNav a:hover {
	box-shadow: 0 0px 10px rgb(0 0 0/15%);
	background-color: #76d574;
}
.projectNav.prev a {
	left: 0;
	border-left: none;
	border-radius: 0 6px 6px 0;
}
.projectNav.next a {
	right: 0;
	border-right: none;
	border-radius: 6px 0 0 6px;
}

/* FACETWP FIELDS START */

.filterArea {
	text-align: center;
	max-width: 840px;
	margin: 60px auto 0;
}
.facetwp-type-checkboxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:5px;
}
.facetwp-type-checkboxes .facetwp-checkbox {
	background-color: #fff;
	background-image: none!important;
	color: var(--wp--preset--color--workinglate);
	border: 1px solid var(--wp--preset--color--clinique);
	border-radius: 3px;
	margin: 0!important;
	padding: 8px!important;
	font-size: 10px;
	font-weight:800;
	text-transform: uppercase;
    transition: all .2s ease-in-out!important;
}
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
	font-size: 8px;
}
.facetwp-type-checkboxes .facetwp-checkbox:hover,
.facetwp-type-checkboxes .facetwp-checkbox.checked {
	background-color: var(--wp--preset--color--clinique);
	color: var(--wp--preset--color--workinglate);
}
.facetwp-pager {
	display: flex;
	justify-content: center;
}
.facetwp-pager .facetwp-page {
	display: flex;
	justify-content: center;
	background-color: #fff;
	color: var(--wp--preset--color--clinique);
	padding: 10px;
	border-radius: 3px;
	border: 1px solid var(--wp--preset--color--clinique);
	min-width: 32px;
	font-size: 10px;
	text-transform: uppercase;
}
.facetwp-pager .facetwp-page:hover,
.facetwp-pager .facetwp-page.active {
	background-color: var(--wp--preset--color--clinique);
	color: #fff;
}

/* FACETWP FIELDS END */

/* ------------------------------------------------------
---------------------------------------------------------
	FORM STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.acf-fields>.acf-field {
    margin-bottom: 20px!important;
    padding: 0!important;
    border-top: none!important;
}
.acf-form-fields ul,
.acf-form-fields ol {
	margin-top: inherit;
	margin-bottom: inherit;
}
.acf-form-fields ul li,
.acf-form-fields ol li {
	padding-left: 0;
	margin-bottom: inherit;
	position: static;
    font-weight: inherit;
    font-size: 14;
}
.acf-form-fields ul li:before,
.acf-form-fields ol li:before {
    font-weight: 900;
    position: absolute;
    left: 0em;
    color: #007eb4;
}
.acf-form-fields ul li:before {
    content: none;
}
.acf-form-fields ol li:before {
    content: none;
}

.gform-field-label,
label {
	font-size: 14px!important;
	font-weight: 800!important;
}
.gform_required_legend {
	display: none!important;
}
.gform_fields {
	row-gap:30px!important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
	font-size:14px!important;
	padding-left:16px!important;
	font-family: 'Figtree', sans-serif;
	outline: none!important;
	border-radius: 3px!important;
    border: none!important;
    background-color: #fff!important;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.5)!important;
	width:100%;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	height:35px!important;
}
textarea {
	height:150px;
	padding-top:10px;
    -webkit-appearance: none;
}
select {
    -webkit-appearance:none!important;
    background-image: url("images/icon-arrow.svg")!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 10px!important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin: 0 10px 0 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0 10px 0 0;
}
.af-submit {
    padding: 0!important;
}
.af-submit button,
input[type="submit"] {
	padding: 12px 24px!important;
	font-family: 'Figtree', sans-serif;
	font-weight: 800!important;
	font-size: 12px!important;
	cursor: pointer!important;
	background-color: var(--wp--preset--color--givepeasachance)!important;
	color: var(--wp--preset--color--workinglate)!important;
	text-transform: uppercase!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FOOTER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

footer {
	margin-top: -1px;
	padding:40px 0;
	clear:both;
	color: var(--wp--preset--color--workinglate);
	background-color: var(--wp--preset--color--clinique);
}
footer a {
	color: var(--wp--preset--color--workinglate);
}
footer a:hover {
	color: var(--wp--preset--color--workinglate);
}
footer .logo {
	float:none;
    width: 160px;
	margin-top: 20px;
}
.footerMenu ul {
	display: flex;
	flex-direction: column;
}
.footerMenu ul li {
	list-style: none;
	font-size:12px;
	margin-bottom: 8px;
}
.footerMenu ul li a {
	font-weight:800;
}
footer .wp-block-social-links {
	margin-top: 16px;
	justify-content: flex-end;
}

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

.alignwide {
	padding-left: 7.5vw!important;
	padding-right: 7.5vw!important;
}
.notificationBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
}
header {
    padding-left: 7.5%;
    padding-right: 7.5%;
	height: 60px;
}
header .logo {
    width: 130px;
}
.headerBanner .contentFullWidth {
    width: 85%;
}
.overlay-content {
    padding: 0 7.5vw;
}
.overlay .closebtn i {
    top: 15px;
    right: 22px;
}

/* SLICK SLIDER (LOGO CAROUSEL) */

.slick-arrow {
	display: none!important;
}

/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowThird,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left: -7.5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowThird .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: 7.5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowThird .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: 7.5vw!important;
}

/* ///// TRACK SCROLLER ///// */

.contentFullWidth ::-webkit-scrollbar-track {
    margin-left: 7.5vw;
    margin-right: 7.5vw;
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
}
footer {
	padding:50px 5%;
}

}

@media only screen and (max-width : 1000px) {
    
.galleryStage .row {
	display: none;
}
.galleryStage .galleryTools .prev,
.galleryStage .galleryTools .next {
	height: 43px;
	width: 32px;
	font-size: 16px;
	opacity: 1;
}
    
}

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

.overlay-content .gap100 {
	gap:0!important;
}

}

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

.wp-block-columns.colabOverflowHalf .wp-block-column,
.wp-block-columns.colabOverflowThird .wp-block-column,
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 250px!important;
}

}

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

.notificationBar p {
    font-size: 11px;
}
header {
	padding-left: 5%;
	padding-right: 5%;
}
header .logo {
	width: 100px;
}
header > p {
	display: none
}
header .wp-block-buttons.smallBT .wp-block-button a {
    padding: 8px 8px !important;
    font-size: 8px !important;
}
.mobileShow {
	display: inline-block;
}
h1 {
	font-size: 42px!important;
}
h2 {
	font-size: 30px!important;
}
h3 {
	font-size: 24px!important;
}
h4, h5, h6 {
	font-size: 18px!important;
}
blockquote p {
    font-size: 18px;
}
.headerBanner {
	height: 440px;
	padding-bottom: 60px;
}
.headerBanner .contentFullWidth {
	gap: 10px;
}
.headerBanner h1 {
    font-size: 18px!important;
}
.headerBanner h3 {
    font-size: 42px!important;
}
.single-post .headerBanner h1 {
    font-size: 30px!important;
}
ul.tagFlash {
	gap: 3px;
}
ul.tagFlash li {
	font-size: 7px;
	padding: 3px 5px;
}
.contentNarrow {
	width:85%;
	margin-left:7.5%;
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
}
.wp-block-group-is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: 100%!important;
	max-width: 100%!important;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 20px 7.5% 0 !important;
}
.overlay .gap90 {
	gap:30px!important;
}
.projectNavContainer {
	position: fixed;
	width: 100vw;
	bottom: 20px;
	padding: 0 20px;
	display: flex;
	gap: 20px;
	z-index: 100;
}
.projectNav.next,
.projectNav.prev {
	display: flex;
	width: 100%;
}
.projectNav a {
	transform: none;
	font-size: 10px;
	width: 100%;
	position: static;
	border-radius: 3px!important;
	border: 1px solid #fff!important;
}
footer {
    padding: 40px 5%;
	text-align:center;
}
footer .logo {
    float: none;
    margin: 20px auto 0 auto;
}
.footerMenu ul {
	flex-direction: column;
}
.footerMenu ul li {
    background-color: var(--wp--preset--color--workinglate);
	margin-bottom: 3px;
	margin-right:0;
}
.footerMenu ul li a {
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	color: var(--wp--preset--color--white);
}
footer .wp-block-social-links {
    justify-content: center;
}
	
}