@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: lausanne-200;
src: url('/assets/fonts/lausanne/200.woff2');
}

@font-face {
font-family: lausanne-300;
src: url('/assets/fonts/lausanne/300.woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,300&display=swap');

:root {
--body-font: 'lausanne-200', Helvetica, 'Montserrat', Open Sans, sans-serif;
}

:root, html[data-theme='yellow'] {
--bg-color: #F0EDE6;
--link-color: #EE674F;
}
/*
html[data-theme='ogyellow'] {
--bg-color: #EFEBE7;
--link-color: #D18437;
}
html[data-theme='green'] {
--bg-color: #BFCBCA;
--link-color: #285445;
}
html[data-theme='blue'] {
--bg-color: #B7CAD4;
--link-color: #2C5B6B;
}*/

html {
font-size:16px;
overflow-x: hidden;
background-color: var(--bg-color);
}

body {
font-family: var(--body-font);
font-style: normal;
background-color: var(--bg-color);
color: #000000;
overflow-x: hidden;
margin: 0px;
line-height:1.5;
}

p {
margin:0px;
font-family: var(--body-font);
color: #808080;
}

li {
font-family: var(--body-font);
}

a {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset:2px;
color:var(--link-color);
}

p a {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset:2px;
color:var(--link-color);
}

a:hover {
text-decoration: none;
}

::selection {
background: var(--link-color);
color:#000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: var(--body-font);
margin-top: 0;
margin-bottom: .5rem;
font-weight: 400;
line-height: 1.4;
}

h1, .h1 {
font-family: var(--body-font);
font-size:4rem;
line-height:1;
}

h2, .h2 {
font-size:1.25rem;
}

h3, .h3 {
font-size:1.25rem;
}

.small {
font-size: 0.75rem;
color:#000000;
}

.w-200 {
font-family: lausanne-200;
}

.w-300 {
font-family: lausanne-300;
}

.w-400 {
font-family: lausanne-400;
}

.w-500 {
font-family: lausanne-500;
}

.uppercase {
text-transform: uppercase;
}

.typed-words {
display:block;
}

.paragraph-spacing p {
margin: 0px 0px 1.5rem 0px;
}

.paragraph-spacing-half p {
margin: 0px 0px 0.5rem 0px;
}

.inline-flex {
isplay: inline-flex;
justify-content: space-between;
width: 100%;
}

.no-gutters {
	margin: 0px !important;
	padding: 0px !important;
}

img {
width:100%;
}

figure {
margin:0 0 1rem 0;
}

figure img {
width: 100%;
height:auto;
}

figcaption {
font-size: 0.75rem;
text-wrap: balance;
}

.divider {
width:100%;
height:0.5px;
background-color:#000000;
}

/* colours */

.black {
color:#000000;
}

.grey {
color:#808080;
}

.white {
color:#ffffff;
}

.bg-black {
background-color:#000000;
}

.bg-white {
background-color:#ffffff;
}

/* Navigation */

.nav {
width:100%;
display: grid;
grid-template-columns: 2fr;
grid-template-rows: 2fr;
padding: 20px 0px 60px;
align-items: center;
}

.nav-header {
grid-area: 1;
align-self: center;
background-image: url(/assets/images/recipe_logo_black.png);
background-repeat: no-repeat;
background-size: contain;
height: 24px;
}

.nav-btn {
display: none;
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 2;
align-self: center;
}

.icon-1, .icon-2, .icon-3 {
position: absolute;
left: 25%;
top: 50%;
width: 32px;
height: 3px;
background-color: black;
transition: all 400ms cubic-bezier(.84,.06,.52,1.8);
}

.icon-1 {
transform: translateY(-8px);
animation-delay: 100ms;
}

.icon-3 {
transform: translateY(8px);
animation-delay: 250ms;
}

.hamburger-icon {
position: relative;
height: 60px;
width: 60px;
top: 10%;
left: 3%;
z-index: 1000;
cursor: pointer;
border-radius: 50%;
transition: all 0.2s ease-in-out;
background: rgba(255,255,255,0);
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.icon-1.a {
transform: rotate(40deg);
}
.icon-3.b {
transform: rotate(-40deg);
}
.icon-2.c {
opacity: 0;
}

.clear {
clear: both;
}

.nav > .nav-links {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 2;
align-self: center;
font-size: 18px;
}

.nav > .nav-links > a {
display: inline-block;
padding: 13px 20px 13px 20px;
text-decoration: none;
color:#000000;
}

.nav > .nav-links > a:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset:2px;
color:var(--link-color);
}

.nav > #nav-check {
display: none;
}

/* footer */

.footer-links {
text-align: left;
}

.footer-links a {
display: block;
padding-left:0px;
text-decoration: none;
color:#000000;
}

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

/* Newsletter */

.newsletter-signup .mailchimp input[type=email] {
display:inline;
border-bottom: 1px solid;
font-size:1rem;
width: 90%;
}

.newsletter-signup .mailchimp .arrow-submit {
display:inline;
margin-left:-25px;
}

/* Client Logos */

.clients-carousel {
white-space: nowrap;
overflow: hidden;
}

.logo-wrapper {
height:auto;
will-change: transform;
display: inline-grid;
grid-template-columns: repeat(100, 1fr);
align-items: center;
}

.logo-wrapper img {
display: inline-block;
max-height: 3rem;
max-width: 7rem;
width: auto;
padding: 30px 2rem;
}

.logo-wrapper.anim {
animation:scroll 20s linear infinite;
}

@keyframes scroll {
0% {
transform: translateZ(0)
}

to {
transform: translate3d(-100%,0,0)
}
}

/* masonry carousel */

.masonry-grid {
	display:grid;
	grid-template-columns: 16.66% 16.66% 33.33% 16.66% 16.66%;
	grid-template-rows: repeat(4,175px);
	margin:0px -10px 0 -10px;
}
.masonry-grid-1 {grid-area: 1 / 1 / 3 / 3;margin:10px;}
.masonry-grid-2 {grid-area: 1 / 3 / 5 / 4;margin:10px;}
.masonry-grid-3 {grid-area: 1 / 4 / 3 / 4;margin:10px;}
.masonry-grid-4 {grid-area: 1 / 5 / 1 / 5;margin:10px;}
.masonry-grid-5 {grid-area: 2 / 5 / 2 / 5;margin:10px;}
.masonry-grid-6 {grid-area: 3 / 1 / 4 / 1;margin:10px;}
.masonry-grid-7 {grid-area: 3 / 2 / 6 / 3;margin:10px;}
.masonry-grid-8 {grid-area: 3 / 4 / 5 / 6;margin:10px;}
.masonry-grid-9 {grid-area: 4 / 1 / 4 / 1;margin:10px;}


/* testimonial carousel */

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

.card {
padding-right:0px;
}

/* homepage video */

video {
left: 0;
width: 100%;
top: 0;
height: 100%;
object-fit: cover;
background: #000000;
}

.unstyled-input {
-webkit-appearance: none;
appearance: none;
background: rgba(0, 0, 0, 0);
border: none;
padding: 0;
margin: 0;
color: inherit;
outline: none;
font: inherit;
border-radius: 0;
}

.mute-toggle {
opacity: 1;
margin-top:30px;
margin-bottom: 30px;
width: 44px;
height: 44px;
position: relative;
z-index: 3;
left: 50%;
transform: translateX(-50%);
display: grid;
place-items: center;
}

.mute-toggle .circle {
width: 36px;
height: 36px;
margin: -13px;
border: 2px solid var(--link-color);
border-radius: 50%;
}

.mute-toggle {
background-image: url(/assets/images/mute.svg);
color: var(--link-color);
fill: var(--link-color);
border:0;
width:17.5px;
height:15px;
text-indent:-999px;
}
.unmute-video {
background-image: url(/assets/images/loud.svg);
color: var(--link-color);
fill: var(--link-color);
border:0;
width:17.5px;
height:15px;
text-indent:-999px;
}

.youtube-video {
aspect-ratio: 16 / 9;
width: 100%;
}

/* Journal styles */

.blog-card {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}

.blog-card img {
width: 100%;
}

.blog-caption {
padding-left: 0px;
width:100%
}

.sticky {
position:sticky;
top:3rem;
}

/* expand center for expertise */
.expand-center {
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
}

.expand-center-break {
display: flex;
height: 100%;
flex-direction: column;
justify-content: flex-start;
}

/* expand top and bottom to width of div */
.expand {
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-between;
}

/* Team / Bio pages */

.bio {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
   line-clamp: 3; 
-webkit-box-orient: vertical;
mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.close-icon {
font-family: Helvetica, Open Sans, sans-serif;
font-weight: lighter;
font-size: 1.4rem;
margin-top: -10px;
}


#pdf-container {
		width: 100%;
		position: relative;
		text-align: center;
		background-color: #ffffff;
	}
canvas {
		width: 100% !important;
		height: auto !important;
		display: block;
		background-color: #ffffff;
	}
#controls {
		margin-top: 1rem;
	}
button {
	margin: 0px 10px;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    color: #EE674F;
    background: rgba(0, 0, 0, 0);
    font-family: 'lausanne-200';
	}
/* Media queries */

@media(max-width: 600px) {
.nav > .nav-btn {
display: block;
}
.nav > .nav-btn > label {}
.nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
text-decoration: none;
}
.nav > .nav-btn > label > span {
display: block;
width: 30px;
height: 6px;
border-top: 2px solid #000;
}
.nav > .nav-links {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 2;
grid-row-end: 3;
width: 100%;
transition: all 0.3s ease-in;
}
.nav > .nav-links > a {
display: block;
width: 100%;
padding:10px 0px;
}
.nav > #nav-check:not(:checked) ~ .nav-links {
display:none;
}
.nav > #nav-check:checked ~ .nav-links {
display:block;
}	
	
.masonry-grid {
	display:grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: repeat(12,175px);
	margin:0px -10px 0 -10px;
}
.masonry-grid-1 {grid-area: 1 / 1 / 3 / 3;margin:10px;}
.masonry-grid-2 {grid-area: 5 / 1 / 9 / 3;margin:10px;}
.masonry-grid-3 {grid-area: 9 / 1 / 11 / 1;margin:10px;}
.masonry-grid-4 {grid-area: 9 / 2 / 10 / 2;margin:10px;}
.masonry-grid-5 {grid-area: 10 / 2 / 11 / 2;margin:10px;}
.masonry-grid-6 {grid-area: 3 / 1 / 4 / 1;margin:10px;}
.masonry-grid-7 {grid-area: 3 / 2 / 5 / 2;margin:10px;}
.masonry-grid-8 {grid-area: 11 / 1 / 13 / 3;margin:10px;}
.masonry-grid-9 {grid-area: 4 / 1 / 4 / 1;margin:10px;}

}

@media screen and (min-width: 601px) {
.mute-toggle {
margin-top:-55px;
margin-bottom: 40px;
}

.footer-links {
text-align: right;
}

.footer-links a {
display: inline-block;
padding-left:40px;
}

.card {
padding-right: 4rem;
}

.masonry-grid {
	display:grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: repeat(6,175px);
	margin:0px -10px 0 -10px;
}
.masonry-grid-1 {grid-area: 1 / 1 / 3 / 3;margin:10px;background-position: center center;}
.masonry-grid-2 {grid-area: 1 / 3 / 5 / 5;margin:10px;background-position: bottom center;}
.masonry-grid-3 {grid-area: 5 / 1 / 7 / 2;margin:10px;background-position: center center;}
.masonry-grid-4 {grid-area: 5 / 2 / 6 / 3;margin:10px;background-position: center center;}
.masonry-grid-5 {grid-area: 6 / 2 / 7 / 3;margin:10px;background-position: center center;}
.masonry-grid-6 {grid-area: 3 / 1 / 4 / 1;margin:10px;background-position: center center;}
.masonry-grid-7 {grid-area: 3 / 2 / 5 / 3;margin:10px;background-position: center center;}
.masonry-grid-8 {grid-area: 5 / 3 / 7 / 5;margin:10px;background-position: center center;}
.masonry-grid-9 {grid-area: 4 / 1 / 4 / 1;margin:10px;background-position: center center;}

	
}

@media(min-width: 650px) {
.typed-words {
display:inline;
}
}

@media(min-width: 768px) {

html {
font-size:20px;
}

h1, .h1 {
font-size:4rem;
}

.logo-wrapper.anim {
animation: scroll 30s linear infinite;
}

.newsletter-signup .mailchimp .arrow-submit {
margin-left:-25px;
}


}

@media(min-width: 992px) {

.blog-card {
flex-wrap: nowrap;
}

.blog-card img {
width: 50%;
}

.blog-caption {
padding-left: 60px;
}
}

@media(min-width: 1200px) {
.expand-center-break {
justify-content: center;
}
	
.masonry-grid {
	display:grid;
	grid-template-columns: 16.66% 16.66% 33.33% 16.66% 16.66%;
	grid-template-rows: repeat(4,175px);
	margin:0px -10px 0 -10px;
}
.masonry-grid-1 {grid-area: 1 / 1 / 3 / 3;margin:10px;}
.masonry-grid-2 {grid-area: 1 / 3 / 5 / 4;margin:10px;}
.masonry-grid-3 {grid-area: 1 / 4 / 3 / 4;margin:10px;}
.masonry-grid-4 {grid-area: 1 / 5 / 1 / 5;margin:10px;}
.masonry-grid-5 {grid-area: 2 / 5 / 2 / 5;margin:10px;}
.masonry-grid-6 {grid-area: 3 / 1 / 4 / 1;margin:10px;}
.masonry-grid-7 {grid-area: 3 / 2 / 6 / 3;margin:10px;}
.masonry-grid-8 {grid-area: 3 / 4 / 5 / 6;margin:10px;}
.masonry-grid-9 {grid-area: 4 / 1 / 4 / 1;margin:10px;}


}