 /**
 * Content
 */
body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 1;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 700;
   
   
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.content .image-link,
.content .icon-link {
	background: transparent;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color:  rgba(0, 0, 0, 0.25);
	font-family: Interstate, Icons;
	font-style: normal;
	line-height: 1.3;	
    text-align: center;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 17px;
	font-weight: 500;
	color: #282828;
	font-family: "Work Sans", Icons; 
	font-style: normal;
	line-height: 1.5;
        
}

[data-predefined-style="true"] bodycopy a {
    background: transparent;
	color: #282828;
	padding-bottom: 0.1em;
	border-bottom: 0.01em solid rgba(40, 40, 40, 1);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
   
	border-bottom: 0.01em solid rgba(40, 40, 40, 1);
}

[data-predefined-style="true"] h2 a:hover {
   
	border-bottom: 0.0em solid rgba(39, 115, 247, 1);
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Work Sans", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0px;
	margin: 0;
	font-size: 27px;
	line-height: 1.3;
	color: #282828;
	}

[data-predefined-style="true"] h1 a {
    background: none;
	color: #282828;
}

[data-predefined-style="true"] h2 {
	font-family: "Work Sans", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #282828;
	font-size: 21px;
	line-height: 1.4;
	}

[data-predefined-style="true"] h2 a {
	color: #282828;
    border-bottom: 0.00em solid rgba(255, 131, 96, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Work Sans", Icons;
	font-style: normal;
	font-weight: 500;
	color: #282828;
}

[data-predefined-style="true"] small a {
    background: none;
	color: #282828;
	border-bottom-width: 0.01em;
    border-bottom: 0.01em solid rgba(40, 40, 40, 1);
}

[data-id="3426054"] a:hover {
	border-bottom: 0.1em solid #ff6d5a !important;
    padding-bottom: 0.1em !important;
}

/**
 * Breakpoints
 */

[data-css-preset].mobile #plugin,
[data-css-preset].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 50rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 0px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 1.5rem /*!main_margin*/;
	padding-bottom: 1.5rem /*!main_margin*/;
	padding-left: 1.5rem /*!main_margin*/;
	padding-right: 1.5rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 0rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.2rem;
    font-size: 17px;
	font-weight: 700;
	color: rgba(40, 40, 40, 1);
	font-family: "Work Sans", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: center;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 11px;
	font-weight: 400;
	color: rgba(62, 66, 81, 1);
	font-family: "Work Sans", Icons;
	font-style: normal;
	line-height: 1.7;
    text-align: center;
    
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(40, 40, 40, 1);
    text-decoration: none;
    padding-bottom: 0.1em !important;
    
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

.tags a:hover {
	border-bottom: 0.1em solid #282828 !important;
    padding-bottom: 0em !important;
}

/**
 * Thumbnail Hover
 */

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background: transparent;
    padding: 1rem 1.2rem 2.1rem 1.2rem;
    margin: 0rem;
    color: rgba(40, 40, 40, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
	font-weight: 700;
	color: rgba(40, 40, 40, 1);
	font-family: "Work Sans", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: center;
    padding-top: 0;
    padding: 1rem 1.0rem 1.0rem 1.2rem;
    
 }

body.mobile .thumbnails .thumbnail:hover .thumb_image img {
   display:none!important;
    
}

body.mobile .thumbnails .thumbnail:hover .tags {
    display:none!important;
}

.thumbnails .thumbnail {
    position: relative;
}

.thumbnails .thumbnail .tags {
    align-content: center;
    text-align: center;
    padding-top: -10px;
    display: block;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 10;
    margin: auto;
    height: auto;
    z-index: 9;
    opacity: 0;
    top: 52%;
    width: 83%;
}

.thumbnails .tags a {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}

.thumbnails .thumbnail:hover .tags {
    opacity: 1;
    
}

.thumbnail:hover .thumb_image img {
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
/* Virgin Atlantic*/
[data-id="22419065"].thumbnail .thumb_image {
    background-color: #66cff5;   

}

/* Self Care Day*/
[data-id="21093194"].thumbnail .thumb_image {
    background-color: #1877f2;   

}

/* Colombian Hit*/
[data-id="21093175"].thumbnail .thumb_image {
    background-color: #ffe900;   

}

/* We've Got Answers*/
[data-id="20241068"].thumbnail .thumb_image {
    background-color: #e45832;   

}

/* The Trade Desk*/
[data-id="20022799"].thumbnail .thumb_image {
    background-color: #fe8421;   

}

/* A to Ziggy*/
[data-id="19910953"].thumbnail .thumb_image {
    background-color: #f8c0d8;   

}

/* Ugly Dumplig*/
[data-id="19817397"].thumbnail .thumb_image {
    background-color: #7eaffb;   

}

/* 36 Days of Type 2021*/
[data-id="19816031"].thumbnail .thumb_image {
    background-color: #b2fcce;   

}

/* 10 Years*/
[data-id="19815924"].thumbnail .thumb_image {
    background-color: #7595a3;   

}

/* The Big Issue Australia 2021*/
[data-id="19479683"].thumbnail .thumb_image {
    background-color: #fdfc4f;   

}

/* Temple of Reason*/
[data-id="19479329"].thumbnail .thumb_image {
    background-color: #69dff0;   

}

/* Toy Story*/
[data-id="16639948"].thumbnail .thumb_image {
    background-color: #bf60b5;   

}

/* Bonkers 2020*/
[data-id="16354740"].thumbnail .thumb_image {
    background-color: #f09518;   

}

/* Secret 7” 2020*/
[data-id="16150672"].thumbnail .thumb_image {
    background-color: #a6ce3a;   

}

/* CT Swing*/
[data-id="15994906"].thumbnail .thumb_image {
    background-color: #e57142;   

}

/* Lockdown Portrait Project 2020*/
[data-id="15490061"].thumbnail .thumb_image {
    background-color: #c9c9dd;   

}

/* Virtual Gifts*/
[data-id="15472425"].thumbnail .thumb_image {
    background-color: #4caa4c;   

}

/* Bonkers 2019*/
[data-id="15473271"].thumbnail .thumb_image {
    background-color: #f6b436;   

}

/* 36 Days of Type*/
[data-id="15470704"].thumbnail .thumb_image {
    background-color: #6ccec9;   

}

/* Simphiwe Ndzube*/
[data-id="11362665"].thumbnail .thumb_image {
    background-color: #9ab685;   

}

/* Portrait Series*/
[data-id="11362651"].thumbnail .thumb_image {
    background-color: #efe3d7;   

}

/* Coffee Makers*/
[data-id="11362528"].thumbnail .thumb_image {
    background-color: #efb300;   

}

/* Innie Shadows*/
[data-id="10322224"].thumbnail .thumb_image {
    background-color: #dedc49;   

}

/* Thank You Day*/
[data-id="9976971"].thumbnail .thumb_image {
    background-color: #e64d2e;   

}

/* A Billion Possibilities*/
[data-id="9962597"].thumbnail .thumb_image {
    background-color: #b09773;   

}

/* The Unfamous Five*/
[data-id="9430230"].thumbnail .thumb_image {
    background-color: #0cb6b1;   

}

/* Bamboozled*/
[data-id="9053607"].thumbnail .thumb_image {
    background-color: #aeb6dc;   

}

/* Blackhearts & Sparrows*/
[data-id="8510403"].thumbnail .thumb_image {
    background-color: #91e1ea;   

}

/* Carmax*/
[data-id="8495484"].thumbnail .thumb_image {
    background-color: #dde5d8;   

}

/* MRP Home Colab Range*/
[data-id="7873774"].thumbnail .thumb_image {
    background-color: #547cc8;   

}

/* We One Thousand*/
[data-id="7337684"].thumbnail .thumb_image {
    background-color: #fce9e6;   

}

/* Paisley*/
[data-id="6679079"].thumbnail .thumb_image {
    background-color: #00ab84;   

}

/* Tropical*/
[data-id="5753819"].thumbnail .thumb_image {
    background-color: #adccca;   

}


/* GQ Japan*/
[data-id="5654321"].thumbnail .thumb_image {
    background-color: #c8d1d8;   

}

/* Coffee X Pods*/
[data-id="5581619"].thumbnail .thumb_image {
    background-color: #ffff6b;   

}

/* Slowdown Studio 2018*/
[data-id="5552031"].thumbnail .thumb_image {
    background-color: #fed652;   

}

/* NAB Business View*/
[data-id="5550357"].thumbnail .thumb_image {
    background-color: #e2e2e2;   

}

/* GSK Panadol */
[data-id="5035830"].thumbnail .thumb_image {
    background-color: #bf0822;   

}

/* Petal Parade */
[data-id="4555111"].thumbnail .thumb_image {
    background-color: #f15060;   

}

/* The Flying Dutchman */
[data-id="4555130"].thumbnail .thumb_image {
    background-color: #ffe800;
   
}

/* The Fear of Moving Forward */
[data-id="4555174"].thumbnail .thumb_image {
    background-color: #6db2db;
   
}

/* Think Twice */
[data-id="4555094"].thumbnail .thumb_image {
    background-color: #f15060;
   
}

/* Blushing Blossoms */
[data-id="4555155"].thumbnail .thumb_image {
    background-color: #69b448;
   
}

/* Intoxicated */
[data-id="3942444"].thumbnail .thumb_image {
    background-color: #ff8e20;
   
}

/* Airbnb */
[data-id="3386876"].thumbnail .thumb_image {
    background-color: #efc020;
   
}

/* Secret 7" 2018 */
[data-id="3374518"].thumbnail .thumb_image {
    background-color: #cf776c;
}

/* Headspace */
[data-id="3374374"].thumbnail .thumb_image {
    background-color: #12a77d;
}

/* Risographica */
[data-id="3096802"].thumbnail .thumb_image {
    background-color: #f35161;
}

/* Old El Paso */
[data-id="3096803"].thumbnail .thumb_image {
    background-color: #ec8998;
}

/* Sharp-Sharp */
[data-id="3096805"].thumbnail .thumb_image {
    background-color: #f2992e;
}

/* Seize The Awkward */
[data-id="3096807"].thumbnail .thumb_image {
    background-color: #e887b1;
}

/* Uber Eats */
[data-id="3096808"].thumbnail .thumb_image {
    background-color: #426eb6;
}

/* Tasigna Patient Pack */
[data-id="3096815"].thumbnail .thumb_image {
    background-color: #d7cfeb;
}

/* BRICS Typeface */
[data-id="3096818"].thumbnail .thumb_image {
    background-color: #20b787;
}

/* Del Preston Pizza */
[data-id="3096821"].thumbnail .thumb_image {
    background-color: #fdf001;
}

/* Camden Is...  */
[data-id="3096822"].thumbnail .thumb_image {
    background-color: #6bd6ac;
}

/* Superiority  */
[data-id="3096823"].thumbnail .thumb_image {
    background-color: #f3f2f0;
}

/* Robin Sprong Wallpapers  */
[data-id="3096824"].thumbnail .thumb_image {
    background-color: #deacab;
}

/* Coca-Cola  */
[data-id="3096825"].thumbnail .thumb_image {
    background-color: #e61e29;
}

/* Johnny Clegg */
[data-id="3096826"].thumbnail .thumb_image {
    background-color: #94e9d2;
}

/* Cidre Crafty */
[data-id="3096827"].thumbnail .thumb_image {
    background-color: #a5bd45;
}

/* Blackhearts & Sparrows */
[data-id="3096828"].thumbnail .thumb_image {
    background-color: #92ac6b;
}

/* Bonkers Wine Label */
[data-id="3096829"].thumbnail .thumb_image {
    background-color: #fe7c00;
}

/* Brooks Typeface */
[data-id="3096830"].thumbnail .thumb_image {
    background-color: #ffcc0a;
}

/* Capitec Bank */
[data-id="3096831"].thumbnail .thumb_image {
    background-color: #66aad1;
}

/* The Negroni Monster */
[data-id="3096833"].thumbnail .thumb_image {
    background-color: #058c9a;
}

/* Sustainability Truthing */
[data-id="3096834"].thumbnail .thumb_image {
    background-color: #c3c1e8;
}

/* Father's Day */
[data-id="3096835"].thumbnail .thumb_image {
    background-color: #48a7a6;
}

/* Playing Arts  */
[data-id="3096836"].thumbnail .thumb_image {
    background-color: #ef4246;
}

/* Red Cross */
[data-id="3096837"].thumbnail .thumb_image {
    background-color: #526171;
}

/* Mr. Price COLAB 2016 */
[data-id="3096838"].thumbnail .thumb_image {
    background-color: #99a8c7;
}

/* Secret 7 */
[data-id="3096839"].thumbnail .thumb_image {
    background-color: #f0cf32;
}

/* Art of Craft */
[data-id="3096840"].thumbnail .thumb_image {
    background-color: #cacaca;
}

/* 10 and 5 Alphabet Series */
[data-id="3096841"].thumbnail .thumb_image {
    background-color: #19bab2;
}

/* 30 Days of Home + Food */
[data-id="3096842"].thumbnail .thumb_image {
    background-color: #da1654;
}

/* Freedom Brewery */
[data-id="3096843"].thumbnail .thumb_image {
    background-color: #aaaba6;
}

/* Colouring Book 02 */
[data-id="3096844"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* SMITH Studio */
[data-id="3096845"].thumbnail .thumb_image {
    background-color: #4ab04c;
}

/* The Path Less… */
[data-id="3096867"].thumbnail .thumb_image {
    background-color: #fe7c00;
}

/* Dutchie Surfboards */
[data-id="3096846"].thumbnail .thumb_image {
    background-color: #00ced9;
}

/* Artist's Almanac 2016 */
[data-id="3096847"].thumbnail .thumb_image {
    background-color: #f15d7e;
}

/* Colouring Book */
[data-id="3096848"].thumbnail .thumb_image {
    background-color: #ffff11;
}

/* Lamy Pens */
[data-id="3096849"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Optus Rockcorps 2015 */
[data-id="3096851"].thumbnail .thumb_image {
    background-color: #0099a1;
}

/* Think Twice Screen Print */
[data-id="3096852"].thumbnail .thumb_image {
    background-color: #f7b9a7;
}

/* Suboxone */
[data-id="3096853"].thumbnail .thumb_image {
    background-color: #bdbdb4;
}

/* Paper Planes */
[data-id="3096857"].thumbnail .thumb_image {
    background-color: #ef9b7c;
}

/* Cake 2015 */
[data-id="3096854"].thumbnail .thumb_image {
    background-color: #f5818d;
}

/* 10 and 5 Trends */
[data-id="3096855"].thumbnail .thumb_image {
    background-color: #d6dbde;
}

/* Carry Table */
[data-id="3096856"].thumbnail .thumb_image {
    background-color: #eae8e8;
}

/* Halls */
[data-id="3096858"].thumbnail .thumb_image {
    background-color: #73c271;
}

/* Backsberg */
[data-id="3096859"].thumbnail .thumb_image {
    background-color: #fffbec;
}

/* easyjet Traveller */
[data-id="3096860"].thumbnail .thumb_image {
    background-color: #cfb624;
}

/* McDonalds Summer Music */
[data-id="3096861"].thumbnail .thumb_image {
    background-color: #ffcc01;
}

/* Thames & Hudson */
[data-id="3096862"].thumbnail .thumb_image {
    background-color: #dd5849;
}

/* Between 10 and 5 LG G4 */
[data-id="3096850"].thumbnail .thumb_image {
    background-color: #bc0052;
}

/* io */
[data-id="3096863"].thumbnail .thumb_image {
    background-color: #23cad2;
}

/* Cancer Council NSW */
[data-id="3096864"].thumbnail .thumb_image {
    background-color: #ffd300;
}

/* J&B Met */
[data-id="3096865"].thumbnail .thumb_image {
    background-color: #d0cfcb;
}

/* Get Active */
[data-id="3096871"].thumbnail .thumb_image {
    background-color: #1bc3f3;
}

/* Maven Craft Beer */
[data-id="3096873"].thumbnail .thumb_image {
    background-color: #eca5ca;
}

/* Optus Rockcorps 2014 */
[data-id="3096876"].thumbnail .thumb_image {
    background-color: #0097a0;
}

/* Cake 2014 */
[data-id="3096884"].thumbnail .thumb_image {
    background-color: #f7f3e3;
}

/* Siân Darling */
[data-id="3096885"].thumbnail .thumb_image {
    background-color: #efefef;
}

/* Private Edition */
[data-id="3096886"].thumbnail .thumb_image {
    background-color: #0c8d70;
}

/* H2GO */
[data-id="3096887"].thumbnail .thumb_image {
    background-color: #01a6e0;
}

/* Willem-Dirk du Toit */
[data-id="3096888"].thumbnail .thumb_image {
    background-color: #e4c6be;
}

/* Penguin Books */
[data-id="3096889"].thumbnail .thumb_image {
    background-color: #fee277;
}

/* Dutchie Surfboards */
[data-id="3096890"].thumbnail .thumb_image {
    background-color: #f6ef18;
}

/* Weber BBQ */
[data-id="3096891"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Champagne */
[data-id="3096892"].thumbnail .thumb_image {
    background-color: #ff6d62;
}

/* Melbourne Metro */
[data-id="3096893"].thumbnail .thumb_image {
    background-color: #ffc779;
}

/* Alphabetica */
[data-id="3096895"].thumbnail .thumb_image {
    background-color: #16d0d9;
}

/* DDB Mural */
[data-id="3096899"].thumbnail .thumb_image {
    background-color: #e5e7e2;
}

/* Two Step Cider */
[data-id="3096896"].thumbnail .thumb_image {
    background-color: #acc99d;
}

/* Masterfoods */
[data-id="3096926"].thumbnail .thumb_image {
    background-color: #ab4046;
}

/* Wapping Mural */
[data-id="3096897"].thumbnail .thumb_image {
    background-color: #009ed2;
}

/* Good Morning Films */
[data-id="3096898"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* SFMRC */
[data-id="3096928"].thumbnail .thumb_image {
    background-color: #efd57d;
}

/* Orcon */
[data-id="3096924"].thumbnail .thumb_image {
    background-color: #ff5c75;
}

/* Clearasil */
[data-id="3096929"].thumbnail .thumb_image {
    background-color: #8089c0;
}

/* Husqvarna */
[data-id="3096923"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Great Work Works  */
[data-id="3096930"].thumbnail .thumb_image {
    background-color: #fe4e3c;
}

/* Laurie Dee's Mural */
[data-id="3096900"].thumbnail .thumb_image {
    background-color: #cadad1;
}

/* The Furnace Interior */
[data-id="3096931"].thumbnail .thumb_image {
    background-color: #f5ca5a;
}

/* Ibis Hotel */
[data-id="3096934"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Good Rubber */
[data-id="3096894"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Škoda Octavia 90Tsi  */
[data-id="3096933"].thumbnail .thumb_image {
    background-color: #43aa25;
}

/* Type 1 Diabetes  */
[data-id="3096903"].thumbnail .thumb_image {
    background-color: #e0c8bc;
}

/* Readers Digest */
[data-id="3096913"].thumbnail .thumb_image {
    background-color: #f47d21;
}

/* Yarra GNA */
[data-id="3096936"].thumbnail .thumb_image {
    background-color: #95f1e4;
}

/* Golden Crumpets */
[data-id="3096902"].thumbnail .thumb_image {
    background-color: #fca770;
}

/* Instant Grass */
[data-id="3096922"].thumbnail .thumb_image {
    background-color: #c4c4c4;
}

/* My Uncle */
[data-id="3096925"].thumbnail .thumb_image {
    background-color: #c9e737;
}

/* K.W Doggett */
[data-id="3096932"].thumbnail .thumb_image {
    background-color: #edfb00;
}

/* Huawei */
[data-id="3096909"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Canon */
[data-id="3096940"].thumbnail .thumb_image {
    background-color: #f01720;
}

/* Griffith University */
[data-id="3096941"].thumbnail .thumb_image {
    background-color: #6eb6dc;
}

/* Fairfax */
[data-id="3096904"].thumbnail .thumb_image {
    background-color: #fff7a2;
}

/* Nissan Dualis */
[data-id="3096901"].thumbnail .thumb_image {
    background-color: #9bbbb0;
}

/* Illville */
[data-id="3096905"].thumbnail .thumb_image {
    background-color: #e179a6;
}

/* Burnt Sugar */
[data-id="3096921"].thumbnail .thumb_image{
    background-color: #feed1b;
}

/* Yolo */
[data-id="3096938"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Cape Town Opera */
[data-id="3096937"].thumbnail .thumb_image {
    background-color: #f4767a;
}

/* Lulu */
[data-id="3096939"].thumbnail .thumb_image {
    background-color: #b0d5ce;
}

/* Untitled Poster */
[data-id="3096942"].thumbnail .thumb_image {
    background-color: #f7f7f3;
}

/* Queenslake */
[data-id="3096944"].thumbnail .thumb_image {
    background-color: #fdf274;
}

/* Research Concept */
[data-id="3096945"].thumbnail .thumb_image {
    background-color: #fcd965;
}

/* Heaven */
[data-id="3096946"].thumbnail .thumb_image {
    background-color: #fff;
}

/* Random House */
[data-id="3096916"].thumbnail .thumb_image {
    background-color: #afc8f5;
}

/* You're Welcome */
[data-id="3096947"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Bagàpart */
[data-id="3096948"].thumbnail .thumb_image {
    background-color:  #ffffff;
}

/* Unilever */
[data-id="3096950"].thumbnail .thumb_image {
    background-color: #ed008d;
}

/* QTCU */
[data-id="3096951"].thumbnail .thumb_image {
    background-color: #eac51e;
}

/* Toffie Pop Culture */
[data-id="3096952"].thumbnail .thumb_image {
    background-color: #f6f6ec;
}

/* Risographica */
[data-id="3096953"].thumbnail .thumb_image {
    background-color: #01799c;
}

/* Virgin */
[data-id="3096954"].thumbnail .thumb_image {
    background-color: #ee2c34;
}

/* Limestore Interior */
[data-id="3096956"].thumbnail .thumb_image {
    background-color: #ef7254;
}

/* Neil Young */
[data-id="3096957"].thumbnail .thumb_image {
    background-color: #c8c8c6;
}

/* Goodness Greatness */
[data-id="3096958"].thumbnail .thumb_image {
    background-color: #db1c57;
}

/* Canvas Group */
[data-id="3096959"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Afrika T-Shirt */
[data-id="3096960"].thumbnail .thumb_image {
    background-color: #aceae5;
}

/* QTCU */
[data-id="3096961"].thumbnail .thumb_image {
	background-color: #ee7d6f;
}

/* The Bare Project */
[data-id="3096962"].thumbnail .thumb_image {
	background-color: #fae395;
}

/* Australian Creative */
[data-id="3096963"].thumbnail .thumb_image {
	background-color: #2abcb2;
}

/* The Audrey's Poster */
[data-id="3096964"].thumbnail .thumb_image {
	background-color: #5ea480;
}

/* Budweiser */
[data-id="3096965"].thumbnail .thumb_image {
	background-color: #d1242a;
}

/* Anglo Gold Ashanti */
[data-id="3096969"].thumbnail .thumb_image {
	background-color: #eb5b04;
}

/* Nutrient Water */
[data-id="3096973"].thumbnail .thumb_image {
	background-color: #f8dceb;
}

/* Monster Maintenance */
[data-id="3096975"].thumbnail .thumb_image {
	background-color: #81a380;
}

/* Vodafone */
[data-id="3096980"].thumbnail .thumb_image {
	background-color: #0795d5;
}

/* Canvas Group */
[data-id="3096983"].thumbnail .thumb_image {
	background-color: #ffffff;
}

/* British Council */
[data-id="3096984"].thumbnail .thumb_image {
	background-color: #fe3d4e;
}

/* Junior Advertising */
[data-id="3096985"].thumbnail .thumb_image {
	background-color: #dfdfdf;
}

/* Build 4 Cost */
[data-id="3096986"].thumbnail .thumb_image {
	background-color: #e9c928;
}

/* Apple iPod */
[data-id="3096987"].thumbnail .thumb_image {
	background-color: #90c131;
}

/* Nova Radio Paris */
[data-id="3096988"].thumbnail .thumb_image {
	background-color: #f78c3a;
}

/* Channel O */
[data-id="3096989"].thumbnail .thumb_image {
	background-color: #7bb6d6;
}

/* Absa Bank */
[data-id="3096990"].thumbnail .thumb_image {
    background-color: #d3746e;
}

/* SL Magazine */
[data-id="3096997"].thumbnail .thumb_image {
    background-color: #63b46f;
}

/* Vodacom */
[data-id="3097002"].thumbnail .thumb_image {
    background-color: #538bbe;
}

/* Guinness */
[data-id="3097003"].thumbnail .thumb_image {
    background-color: #e5dfd3;
}

/* Patterns For Pocko */
[data-id="3097005"].thumbnail .thumb_image {
    background-color: #ffebed;
}

/* Domestos */
[data-id="3097007"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Visi Magazine  */
[data-id="3097009"].thumbnail .thumb_image {
    background-color: #019bdb;
}

/* Coca-Cola */
[data-id="3097014"].thumbnail .thumb_image {
    background-color: #d82028;
}

/* 5Fm Young Blood */
[data-id="3097015"].thumbnail .thumb_image {
    background-color: #f02127;
}

/* SA+UK  */
[data-id="3097016"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Ogilvy & Mather */
[data-id="3097022"].thumbnail .thumb_image {
    background-color: #e37921;
}

/* Mzansi Typeface */
[data-id="3097023"].thumbnail .thumb_image {
    background-color: #ffffeb;
}

/* Microsoft Zune */
[data-id="3097024"].thumbnail .thumb_image {
    background-color: #ebccd2;
}

/* New Fashion */
[data-id="3097025"].thumbnail .thumb_image {
    background-color: #e4f4d0;
}

/* Brainstorm */
[data-id="3097026"].thumbnail .thumb_image {
    background-color: #228bd0;
}

/* Migrate Magazine */
[data-id="3097027"].thumbnail .thumb_image {
    background-color: #bababa;
}

/* Migrate Magazine */
[data-id="3097027"].thumbnail .thumb_image {
    background-color: #bababa;
}

/* Metropolitan Life */
[data-id="3097032"].thumbnail .thumb_image {
    background-color: #f5e2d1;
}

/* Metropolitan Life */
[data-id="3097033"].thumbnail .thumb_image {
    background-color: #ffffff;
}

/* Brand Magazine */
[data-id="3097036"].thumbnail .thumb_image {
    background-color: #72bfd9;
}

/* Prawntastic */
[data-id="3097037"].thumbnail .thumb_image {
    background-color: #f38339;
}

/* Metropolitan Life */
[data-id="3097038"].thumbnail .thumb_image {
    background-color: #b7d7d6;
}

/* Metropolitan Life */
[data-id="3097039"].thumbnail .thumb_image {
    background-color: #f78840;
}

/* Metropolitan Life */
[data-id="3097039"].thumbnail .thumb_image {
    background-color: #f78840;
}

/* GQ Magazine  */
[data-id="3097041"].thumbnail .thumb_image {
    background-color: #f7cd29;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(40, 40, 40, 1);
    line-height: 1;
    font-size: 25px; /*!site_menu_button*/;
    padding: 1.5px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 1.6rem /*!site_menu_button*/;
	top: 1.6rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: auto;
    font-size: 35px!important;
    top: 15px !important;
}

#site_menu_button.custom_icon {
	width: 28px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: "Work Sans", Icons;
	background: rgba(122, 213, 183, 1);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start; 
    
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(40, 40, 40, 1);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: 0.7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: block;
	color: rgba(40, 40, 40, 1);
	line-height: 1.3em;
	font-size: 40px;
    font-weight: 700;
   
}

body.mobile #site_menu .close {
	display: block;
	font-size: 40px;
	line-height: 1.3em;
    font-weight: 700;
    
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(248, 248, 248, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}


/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}
