
/**
*

body {
  background-color: black;
  font-family: Arial, Icons;
}
.thumbnails {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    margin-top: 50px;
}
.thumbnails_width {
    width: 100%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    overflow: visible;
}
[thumbnails=grid] {
    align-items: baseline;
}
[grid-col=x9] {
    width: 25%;
}
[grid-col] {
    box-sizing: border-box;
}
[grid-row] {
    align-items: flex-start;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[thumbnails] .thumbnail>a {
    display: block;
    text-decoration: none;
}
.thumb_image img{
    width: 100%;
    height: 200px; 
    object-fit: cover;
    overflow-clip-margin: border-box;
}


body {
  background-color: black;
  font-family: Arial, Icons;
}
.thumbnails {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    margin-top: 50px;
}
.thumbnails_width {
    width: 100%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    overflow: visible;
}
[thumbnails=grid] {
    align-items: baseline;
}
[grid-col=x9] {
    width: 25%;
}
[grid-col] {
    box-sizing: border-box;
}
[grid-row] {
    align-items: flex-start;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[thumbnails] .thumbnail>a {
    display: block;
    text-decoration: none;
}
.thumb_image img{
    width: 100%;
    height: 200px; 
    object-fit: cover;
    overflow-clip-margin: border-box;
}

*/

/* Hide Overview Captions */
.gallery_image_caption {
    position: absolute;
    display: none !important;
    padding: 10px;
    align-items: flex-end;
}

.gallery_image_caption:hover {
    display: flex !important;
}


.kma_gallery .gallery_card:nth-child(1n) .gallery_card_image:before{
    content: 'Client Name';
    font-family: Arial;
    font-size: 1vw;
    line-height: 1vw;
    color: black;
	position: absolute;
    top: 10px;
    left: 18px;
    background-color: rgba(215, 215, 215, 0.27);
    padding: 11px 30px;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s;
}

.kma_gallery .gallery_card:nth-child(1n):hover .gallery_card_image:before{
    opacity: 1;
    transition: 0.3s;
}

/*
media-item.caption{
	position: absolute;
}
*/



/**
DONT EDIT THIS CODE BELOW
*/
/**


/**
 * KMA BELOW Content
 */

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

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

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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;
}

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


/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: Whitman, Icons;
	font-style: normal;
	line-height: 1.35;
}
/* DE added mobile font size */
@media only screen and (max-width: 769px) {
	[data-predefined-style="true"] bodycopy {
    	font-size: 17px;
        line-height: 1.23;
    }
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

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: "Freight Big", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	/*font-size: 4.2rem;*/
    font-size: 25vmin;
	line-height: 1;
	color: rgb(0, 0, 0);
    letter-spacing: -.02rem;
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Freight Big", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 36px;
	line-height: 1;
	}
/* DE added mobile font size */
@media only screen and (max-width: 769px) {
	[data-predefined-style="true"] h2 {
    	font-size: 25px;
    }
}
/* DE smaller height screens like laptops or landscape oriented devices */
@media only screen and (max-height: 800px) and (min-width: 800px) {
	[data-predefined-style="true"] h2 {
    	font-size: 17.6vmin;
    }
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 18px;
	line-height: 1.4;
	font-family: Whitman, Icons;
	letter-spacing: 0rem;
	font-style: italic;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	/*border-bottom-width: .1em;
    border-bottom-color: black;*/
}
@media only screen and (max-width: 769px) {
	[data-predefined-style="true"] small {
    	font-size: 7.5rem;
    }
}

/**
 * Breakpoints
 */


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

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

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	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_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 0.1rem/*!main_margin*/;
	padding-bottom: 0.1rem/*!main_margin*/;
	padding-left: 0.1rem/*!main_margin*/;
	padding-right: 0.1rem/*!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.65rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.3rem/*!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: .3rem;
    font-size: 1.8rem;
    text-align: center;
	line-height: 1.4;
	font-family:"Freight Big", Icons;
	letter-spacing: 0rem;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
	line-height: 1.4;
	font-family: "Nitti Grotesk", Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
    pointer-events: none;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

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

/**
 * Site Menu Button
 */

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

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	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(255, 255, 255, 0.75);
}

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

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

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

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#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: "Neue Haas Grotesk", 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: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", 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: "Neue Haas Grotesk", 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: 2rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right: 0rem /*!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(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 2rem;
    height: 97vh;
    font-size: 24px;
	font-weight: 400;
	font-family: Whitman, Icons;
	font-style: normal;
}

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


/**
 * 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: 336px;
    width: 36px;
}

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

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

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

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

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

/** 
 * 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;
}
























/* DELLIS */

/* Hide Overview Captions */
.gallery_image_caption {
    position: absolute;
    display: block;
    padding: 10px;
    
    
}

.gallery_image_caption:hover {
    display: flex !important;
	
}


/* control animated scrolling image distance below viewport */
.content .scroll-transition-fade.below-viewport {
    opacity: 0;
    transform: translateY(4px) !important;
}
/* Disable blinking link on Safari */
a {
    -webkit-tap-highlight-color: transparent;
}

/* HOME PAGE */
/* Home Page Main Logo */
@media only screen and (max-width: 769px) {
	.kma-logo-home img {
		width: 75% !important;
    	height: auto !important;
    	margin-bottom: 50px !important;
	}
}
@media only screen and (max-width: 769px) and (orientation: landscape) {
	.kma-logo-home img {
		width: 55% !important;
    	height: auto !important;
    	margin-bottom: 0px !important;
	}
}
@media only screen and (min-width: 770px) {
	.kma-logo-home img {
		width: 55% !important;
    	height: auto !important;
    	margin-bottom: 0px !important;
	}
}
@media only screen and (min-width: 1280px) {
	.kma-logo-home img {
		width: auto !important;
        max-width: 600px;
    	height: auto !important;
	}
}
/* END Home Page Main Logo */

/* Home Arrow */
@media only screen and (max-width: 769px) {
	.kma-home-arrow {
		display: none;
	}
}

/* Sitewide body copy padding for mobile */
@media only screen and (max-width: 769px) {
	/*bodycopy {
		padding: 2rem !important;  
	}*/
    /* eliminates Hero margin border 
    [data-page-id="11681305"] .background_splash {
		margin: 0px !important;
	}*/
}

/* Home top and bottom spacer */
.kma-home-spacer {
    display: block;
    width: 100%;
    height: 140px;
}

/* END HOME PAGE */








/* Main Nav Type and position */
h4 {
	display: inline-block;
	font-size: 16px;
	line-height: 0rem;
	font-family: "Nitti Grotesk", Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
    /*margin-top: -50px;*/
    position: absolute;
    top: 3px;
    margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
h4 a {
	color: rgba(0, 0, 0, 0.85);
	/*border-bottom-width: .1em;
    border-bottom-color: black;*/
}
@media only screen and (min-width: 770px) {
	h4 {
		top: 15px;
	}
}
@media only screen and (min-width: 1000px) {
	h4 {
		top: 30px;
	}
}
/* END Main Nav Type and position */





/* About Section Styles */
/* About z-index to remove nav */
[local-style="11682798"], 
[local-style="13499482"],
[local-style="13522194"] {
	z-index: 9 !important;
}
/* About Footer Logo */
[local-style="11682798"] img, 
[local-style="13499482"] img,
[local-style="13522194"] img {
        width: 65% !important;
        height: auto !important;
    }
@media only screen and (min-width: 550px) {
	[local-style="11682798"] img, 
	[local-style="13499482"] img,
	[local-style="13522194"] img {
        width: 40% !important;
        height: auto !important;
    }
}
@media only screen and (min-width: 768px) {
	[local-style="11682798"] img, 
    [local-style="13499482"] img,
	[local-style="13522194"] img {
        width: 35% !important;
        height: auto !important;
    }
}
@media only screen and (min-width: 1024px) {
    [local-style="11682798"] img, 
	[local-style="13499482"] img,
	[local-style="13522194"] img {
		width: 390px !important;
		height: auto !important;
	}
}
/* smaller height screens like laptops or landscape oriented tablets */
@media only screen and (max-height: 800px) and (min-width: 768px) {
	[local-style="11682798"] img, 
	[local-style="13499482"] img,
	[local-style="13522194"] img {
        width: 25% !important;
        height: auto !important;
    }
}
/* END About Footer Logo */
/* END About Section Styles */







/* KMA Logo Swap */
/*KMA mobile first */
.KMA-logo {
    display: block;
	fill: #000;
    width: 60px;
    height: auto;
    margin-top: -2px;
    margin-left: 0px;
}
.king-horiz-logo {
    display: none;
	fill: #000;
    height: auto;
}
@media only screen and (min-width: 770px) {
    .KMA-logo {
        width: 80px;
        margin-top: 0px;
    	margin-left: 0px;
    }
}
@media only screen and (min-width: 1000px) {
	.KMA-logo {
        display: none;
    }
    .king-horiz-logo {
        display: block;
        width: 300px;
    }
}




/* Paragraph Controls */
.kma-paragraph {
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}




/* Artist Image Nav */
/* Mobile First */
.de-artist-imagenav {
    width: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    display: inline-block;
}
.de-artist-imagenav-x4-item  {
    display: inline-block;
    float: left;
    width: 50%;
    height: auto !important;
    margin-top: 20px;
    text-align: left;
}
.de-artist-imagenav-x4-item img {
	display: inline-block;
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0px;
}
.de-item-right {
    padding-right: 0px !important;
    padding-left: 10px !important;
}
.de-item-left {
    padding-right: 10px !important;
    padding-left: 0px !important;
}
@media only screen and (min-width: 770px) {
	.de-artist-imagenav {
        width: 100%;
        padding-left: 0rem;
    	padding-right: 0rem;
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        display: inline-block;
    }
    .de-artist-imagenav-x4-item  {
        display: inline-block;
        float: left;
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        text-align: left;  
    }
    .de-artist-imagenav-x4-item img {
        display: inline-block;
        max-width: 100%;
        height: auto !important;
        margin-bottom: 6px;
    }
    .de-item-right {
   		padding-right: 0px !important;
    	padding-left: 0px !important;
    }
    .de-item-left {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
/* END Artist Image Nav */


















/* NOT SURE WHAT THIS CONTROLS 
[data-id="11096548"] img {
    width: 200px !important;
    height: auto !important;
}*/


/* Artist Name on top of Artist Main Page 
This is an artificial pin to work around
default obstacles */
/*.DE-artist-name {
	text-align: right;
    position: fixed;
    right: 0px;
    padding-right: 2.1rem;
}*/


/* .TITLE AND .TAGS SWAP MANIPULATION */
/* Disable .Title on Artist Pages, this allows the title to present only in the url */
.thumbnail .title {
	display: none;
}
/* Alter .tags to mimic .title display */
.thumbnails .tags {
    padding-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.1rem;
    text-align: center;
    text-transform: none;
	line-height: 1.4;
	font-family: "Nitti Grotesk", Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}
/* Artist Main Page: Show Tags and Titles */
[data-page-id="11355454"] .thumbnail .title {
	display: block;
}
/* Artist Main Page: restore to default display */
[data-page-id="11355454"] .thumbnails .tags {
    /*margin-top: 1.2rem;
    margin-bottom: 0.5rem;*/
    padding-top: 0rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
	line-height: 1.4;
	font-family: "Nitti Grotesk", Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
    pointer-events: none;
}




/* Hide Artist Nav on Artist Index Page */
[data-page-id="11355454"] [data-id="11336446"] {
	display: none;
}
/* Hero Background (in case video does not load)*/
.page_container[data-id="11381873"] {
	position: absolute !important;
    top: 0px !important;
    z-index: 0;
}





@media only screen and (max-width: 769px) {
	/* Mobile Logo Adjust */
    [data-id="11096548"] {
        text-align: left !important;
        margin-left: 0px !important;
        margin-top: 5px !important;
        padding-left: 0px !important;
    }
    [data-id="11096548"] img {
    	width: 120px !important;
    	height: auto !important;
    }
    /* Home Page Logo Mobile Adjust */
    [data-id="11353151"] img {
    	width: 80% !important;
    	height: auto !important;
        padding-bottom: 50px;
        padding-left: 30px;
    }
    /* Home Page Arrow adjust */
    [data-id="11353109"] span {
        position: absolute;
        bottom: 40px;
    }
    /* About Logo Mobile adjust */
    [data-mid="60354747"] {
		width: 160px !important;
        height: auto !important;
    }
    /* Artists Page Mobile Logo adjust */
    [data-mid="60409195"] {
    	width: 45px !important;
    	height: auto !important;
    }
    /* Mobile Nav top padding
    [data-id="11318921"] {
		padding-top: 20px;
	} */
    .DE-artist-name {
		padding-right: 0.8rem;
	}
    
}





.de-full-page-link a {
	position: absolute !important;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


















/* Cargo built "Show an image on hover */
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    font-family: "Freight Big", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 3.6rem;
	line-height: 1;
	color: rgb(0, 0, 0);
}
.hover-title-break {
    display: none;
}
.hover-image {
    display: none;
}
body:not(.mobile) .hover-title:hover + .hover-image {
    display: flex;
    pointer-events: none;
}
.hover-title:hover {
	color: #b4b4b4;
}
.hover-title:hover a {
	color: #b4b4b4;
}
.hover-image {
    animation: fadein 0.4s;
    -moz-animation: fadein 0.4s; /* Firefox */
    -webkit-animation: fadein 0.4s; /* Safari and Chrome */
    -o-animation: fadein 0.4s; /* Opera */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}
.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}
@keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
@-moz-keyframes fadein { /* Firefox */
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes fadein { /* Opera */
    from { opacity:0; }
    to { opacity:1; }
}
.hover-title span {
    color: #000;
    padding-left: 6px;
    padding-right: 6px;
}
@media only screen and (max-width: 769px) {
	.hover-title span {
		display: none;
	}
    .hover-title-break {
		display: block;
	}
    .hover-title {
		font-size: 2.8rem;
        line-height: 1.1;
	}
}
/* END Cargo built "Show an image on hover */
/* SMALL HOVER */
/* Cargo built "Show an image on hover */
.hover-title-sm {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    font-family: "Freight Big", Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 1.5rem;
    letter-spacing: .02rem;
    line-height: 1.5;
}
.hover-title-sm a {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 2px;
}
@media only screen and (max-width: 769px) {
	.hover-image-sm {
        display: none;
    }
}
@media only screen and (min-width: 770px) {
    .hover-image-sm {
        display: none;
    }
    body:not(.mobile) .hover-title-sm:hover + .hover-image-sm {
        display: flex;
        pointer-events: none;
    }
    .hover-title-sm:hover {
        color: pink;
    }
    .hover-title-sm:hover a {
        color: #fff;
        background-color: rgba(98, 98, 98, 1);
    }
    .hover-image-sm {
        animation: fadein 0.4s;
        -moz-animation: fadein 0.4s; /* Firefox */
        -webkit-animation: fadein 0.4s; /* Safari and Chrome */
        -o-animation: fadein 0.4s; /* Opera */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        pointer-events: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    /* Change width and height to scale images */
        width: 50vw;
        height: 50vh;
    }
    .hover-image-sm img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        margin-bottom: 0;
    }
    .hover-image-sm video {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        margin-bottom: 0;
    }
    .hover-title-sm span {
        color: #000;
    }
}

/* Artist Page z-index to push hover images above text */
/* Vincent Gapaillard */
[local-style="13667837"] {
	z-index: 3;
}
/* Daniel Schweixer */
[local-style="13667631"] {
	z-index: 3;
}
/* Levi Mandel */
[local-style="13667528"] {
	z-index: 3;
}
/* Marc Beaussart */
[local-style="13667752"] {
	z-index: 3;
}
/* Martin Vallin */
[local-style="13668011"] {
	z-index: 3;
}
/* Rachel Haas */
[local-style="11779138"] {
	z-index: 3;
}
/* Sara Wacksman */
[local-style="13667245"] {
	z-index: 3;
}
/* Daniel Lindh */
[local-style="13668165"] {
	z-index: 3;
}



/* END Cargo built "Show an image on hover */
/* END SMALL HOVER */








/* Artist Slide Styles */
/* Artist Slide Close Button */
.kma-close-button a {
	font-size: 17px;
    display: inline-block;
	line-height: 1.4;
	font-family: "Nitti Grotesk", Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85) !important;
}
.kma-close-button-levi a {
	font-size: 17px;
    display: inline-block;
	line-height: 1.4;
	font-family: "Nitti Grotesk", Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85) !important;
}
/* Artist Slide Overview Button size */
.kma-overview-button {
    padding-top: 4px !important;
}
.kma-overview-button svg {
	width: 16px;
    height: 16px;
}
.kma-overview-button-levi {
    padding-top: 4px !important;
    text-align: right;
}
.kma-overview-button-levi svg {
	width: 16px;
    height: 16px;
}

/* Artist Slide Caption */
.kma-page-caption {
    display: block;
    width: 80%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    padding-top: 2.1rem;
}
@media only screen and (max-width: 769px) {
	.kma-page-caption {
    	width: 70%;
        padding-top: 1.3rem;
    }
    .kma-overview-button {
        padding-top: 2px !important;
    }
    .kma-overview-button-levi {
        padding-top: 2px !important;
    }
}
/* Artist slide dimensions */
.kma-artist-slide img {
    max-height: 87vh !important;
    margin-top: 4vh;
    width: auto !important;
}
.kma-artist-slide video {
	display: block;
    max-width: 100%;
    max-height: 60vh !important;
    margin: auto; /*DE added*/
}
/* Artist Slide Next Area */
.pswp__button.pswp__button-next {
	width: 50% !important;
}
/* Artist Slide Prev Area */
.pswp__button.pswp__button-prev {
	width: 50% !important;
}
/* Artist Slide Next Nav*/
.kma-right-arrow a {
	position: absolute !important;
    right: 0;
    top: 15%;
    width: 30%;
    height: 85%;
    cursor: url("https://files.cargocollective.com/c608006/right-arrow-16.png"), auto !important;
}
/* Artist Slide Prev Nav*/
.kma-left-arrow a {
	position: absolute !important;
    left: 0;
    top: 15%;
    width: 30%;
    height: 85%;
    cursor: url("https://files.cargocollective.com/c608006/left-arrow-16.png"), auto !important;
}
@media only screen and (max-width: 769px) {
    /* Artist Slide Next Area */
    .kma-left-arrow a {
        display: none;
    }
    .kma-right-arrow a {
        display: none;
    }
    .kma-mobile-slide-nav small {
        font-size: 8px;
	}
    .kma-mobile-slide-left {
        position: absolute;
    	left: 0;
        top: 50%;
        margin-top: -30px;
    	display: inline-block;
	}
   	.kma-mobile-slide-left a {
       	display: block;
       	padding-top: 20px;
       	padding-bottom: 20px !important;
        padding-right: 30px;
        padding-left: 10px;
	}
    .kma-mobile-slide-right {
        position: absolute;
    	right: 0;
        top: 50%;
        margin-top: -30px;
    	display: inline-block;
	}
   	.kma-mobile-slide-right a {
       	display: block;
       	padding-top: 20px;
       	padding-bottom: 20px !important;
        padding-left: 30px;
        padding-right: 10px;
	}
    .kma-artist-slide {
		width: 100%;
        margin-left: auto;
        margin-right: auto;
	}
    .kma-artist-slide img {
        max-height: 80vh !important;
        max-width: 100% !important;
        height: auto !important;
        margin-top: 0px;
     }
}
/* Alt text */
img {
	font-size: 16px;
	line-height: 0rem;
	font-family: "Nitti Grotesk", Icons;
	font-weight: 400;
	color: black;
}
/* END Artist Slide Styles */









/* Artist Home Styles */
/* KingMgmt Logo */
.kingmgmtagency-logo-artist {
	position: absolute;
    top: 39px;
    left: 40px;
    width: 100%;
    text-align: left;
}
.kingmgmtagency-logo-artist img {
	width: 260px !important;
    height: auto !important;
}






/*
H1
Artist Name
*/
/*.kma-artistinfo-container {
	display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}*/

.kma-artistinfo-container-vh {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
}

/*
.kma-artistinfo-container-vh {
    height: 80vh;
  	margin: 0 auto;
}
.kma-artistinfo-position-title {
    display: flex;
    height: 20%;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

/* Artist Page Hero */
.kma-artist-hero {
    max-width: 100%;
    max-height: 60vh !important;
    margin: auto;
    margin-top: -95px;
}
.kma-artist-hero video {
    max-height: 60vh !important;
    max-width: 100%;
    margin: auto;
}
.kma-artist-hero img {
	max-height: 60vh !important;
    width: auto !important;
    max-width: 100%;  
}



/*.kma-artist-hero img {
    width: auto !important;
	max-height: 55vh !important;
    margin-top: -50px;
}
.kma-artist-hero video {
    display: block;
    max-width: 100%;
    max-height: 60vh !important;
    margin: auto;
    margin-top: -50px;
}
*/

h1.kma-artist-name {
    font-size: 3.3rem;
    margin-bottom: 0px;
}

@media only screen and (min-width: 769px) {
    /*.kma-artistinfo-container {
		bottom: 0px;
	}*/
    .kma-artist-hero {
        margin-top: -75px;
    }
    .kma-artistinfo-container-vh {
        bottom: 35px;
    }
    /*.kma-artist-hero img {
    	margin-top: -40px;
    }
    .kma-artist-hero video {
    	margin-top: 0px;
    }*/
    h1.kma-artist-name {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1000px) {
    h1.kma-artist-name {
        font-size: 74px;
    }
}
/* smaller height screens like laptops or landscape oriented devices */
@media only screen and (max-height: 900px) and (min-width: 800px) {
	h1.kma-artist-name {
        font-size: 60px;
    }
    .kma-artistinfo-container-vh {
        bottom: 20px;
    }
    
}
/* 
H3
Artist Type (ex.Photographer) 
on individaul Artist Pages 
*/
h3 {
	display: inline-block;
	font-size: 20px;
	line-height: 0rem;
	font-family: "Nitti Grotesk", Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);	
}
h3 a {
	color: rgba(0, 0, 0, 0.85);
	/*border-bottom-width: .1em;
    border-bottom-color: black;*/
}


@media only screen and (max-width: 769px) {
    h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }
}
/* smaller height screens like laptops or landscape oriented devices */
@media only screen and (max-height: 900px) and (min-width: 800px) {
    h3.kma-artist-type {
        font-size: 16px;
    }
}
/* H3
Artist Home
*/
h3.artist-main {
	font-size: 0.9rem;
}








































/* Isotope */
* { box-sizing: border-box; }

/* force scrollbar */
html { overflow-y: scroll; }

body {
    font-family: sans-serif;
}

/* ---- isotope ---- */

.grid {
    background: #FFF;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 46%;
}
.gutter-sizer {
	width: 8%;
}
.grid-item {
	float: left;
    margin-bottom: 200px;
}
.story-title-text {
	margin-bottom: 60px;
}
.full {
	width: 100%;
}
.grid-item img {
    display: block;
    max-width: 100%;
    margin: auto; /*DE added*/
}
.grid-item video {
    display: block;
    max-width: 100%;
    margin: auto; /*DE added*/
}

/* DE Isotope Styles */

.grid-item-caption-text {
	font-family: "Freight Big", Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0px;
	margin: 0;
    margin-top: 14px;
	line-height: 1.3;
	color: rgb(0, 0, 0);
    letter-spacing: -.02rem;
	font-size: 16px;
    text-align: center;
}
.grid-item-caption-text span {
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0rem;
    text-align: left;
}
@media(hover: hover) and (pointer: fine) {
	.grid-item-inner {
		position: relative;
		display: block;
        margin-left: auto;
        margin-right: auto;
        height: auto !important
	}
    .grid-item-inner { 
        margin-left: auto;
        margin-right: auto;
    }
    	.square {
			width: 80%;
		}
    	.portrait {
			width: 65%;
		}
    	.landscape {
			width: 100%;
		}
    	.full-landscape {
			width: 80%;
            margin: auto;
		}
    	.full-square {
			width: 60%;
            margin: auto;
		}
    	.full-portrait {
			width: 50%;
            margin: auto;
		}
    	
    .grid-item-caption-container {
	  	position: absolute;
	  	top: 0;
	  	bottom: 0;
	  	left: 0;
	  	right: 0;
	  	height: 100%;
	  	width: 100%;
	  	opacity: 0;
	  	transition: .5s ease;
	  	background-color: #FFF;
	}
    .grid-item-inner:hover .grid-item-caption-container {
	  	opacity: 1;
        background: rgba(255, 255, 255, 0.7);
	}
    .grid-item-caption-text {
		color: rgba(0, 0, 0, 0.9);
		font-size: 24px;
        font-weight: 700;
        margin-top: 0px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
    .grid-item-caption-text span {
    	font-weight: 400;
        font-style: italic;
        font-size: 28px;
        letter-spacing: 0rem;
    }
}


@media only screen and (max-width: 769px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
    .grid-item {
		margin-bottom: 80px;
	}
}







/* Cargo Thumbnail Hover */
.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(0, 0, 0, 0.9);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
    transition: .5s ease;
}

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

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

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}




/* KMA Story Styles */
.kma-story {
    margin-top: 200px;
	padding: 0 5%;
}
.kma-story-levi {
    margin-top: 180px;
	padding: 0 5%;
}
.kma-story-images-section{
    margin-top: 120px;
	padding: 0 5%;
}
.kma-story-images {
	margin-bottom: 160px;
}
.kma-story-video {
    margin-bottom: 160px;
}
.single-video {
	margin-bottom: 100px;
}
.single-image {
	margin-top: 0px;
}
.kma-story-single-image img {
	display: block;
    width: auto !important;
    max-width: 100%;
    max-height: 60vh !important;
    margin: auto; /*DE added*/
}
.kma-story-video video {
    display: block;
    max-width: 100%;
    max-height: 60vh !important;
    margin: auto; /*DE added*/
}
/* Story Text */
.story-item-client {
	font-family: "Freight Big", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0px;
	margin: 0;
    margin-top: 0px;
	line-height: 1em;
	color: rgba(0, 0, 0, 0.9);
    letter-spacing: -.02rem;
	font-size: 60px;
    text-align: left;
    position: absolute;
    top: 34px;
    left: 34px;
}
.story-item-credit {
	font-weight: 400;
    font-style: normal;
	font-size: 24px;
	letter-spacing: 0em;
    text-align: left;
}
.story-item-credit span {
    font-style: italic;
	font-size: 32px;
}
@media only screen and (max-width: 769px) {
	.kma-story {
        margin-top: 120px;
        padding: 0 7% 0 2%;
    }
    .kma-story-levi {
        margin-top: 110px;
        padding: 0 5% 0 5%;
    }
    .kma-story-images-section {
        margin-top: 60px;
        padding: 0 6%;
    }
    .kma-story-images {
        margin-bottom: 16px;
    }
    .kma-story-video {
        margin-bottom: 16px;
    }
    .story-item-client {
        font-size: 30px;
        line-height: 1.1em;
        top: 18px;
    	left: 14px;
    }
    .story-item-credit {
        font-size: 16px;
    }
    .story-item-credit span {
        font-size: 24px;
    }
}


/* Artist Nav Page */
.kma-artist-nav-page-container {
    max-width: 1600px;
    margin: 0 auto;	
}
.kma-line-break {
    display: table;
    margin: 0 auto;
}

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

[data-css-preset] .quick-view {
	padding-top: 3rem /*!quick_view_padding*/;
	padding-bottom: 2rem /*!quick_view_padding*/;
	padding-left: 0rem /*!quick_view_padding*/;
	padding-right: 0rem /*!quick_view_padding*/;
}






