/**
 * Fonts
 */

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Oxanium:wght@400;500;600;700&family=Public+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/**
 * Content
 */

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

a:active {
	opacity: 1;
}

.page a.active {
	opacity: 1;
}

i {
	font-style: normal;
}

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

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

hr {
	background: #230000;
	border: 0;
	height: 2px;
	display: block;
    margin: 0.6rem 0;
}

hr.hr-ridge {
	background: transparent;
    border: 0;
    border-top: 3px ridge;
    height: 0;
    margin: 1rem 0;
}
hr.hr-ridge-2 {
	background: transparent;
    border: 0;
    border-top: 3px ridge;
    height: 0;
    margin: 0.5rem 0;
}
hr.hr-flat {
	margin: 0;
    line-height: 0;
}

.content img {
	float: none;
	margin-bottom: 0;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.5rem;
    margin-bottom: 0;
	font-style: normal;
    font-size: 1rem;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif Bold", Icons;
	font-style: normal;
	font-weight: 700;
	color: rgb(18, 18, 18);
}

video {
	margin: 0;
    padding: 0;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 400;
	color: #ece2e1;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: #ece2e1;
	padding-bottom: 0.05em;
	border-bottom: 0 solid rgba(236, 226, 225, 1);
	text-decoration: none;
    transition: all 0.2s;
}

[data-predefined-style="true"] bodycopy a:hover {
	opacity: 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
	color: rgb(236, 226, 225);
	}

[data-predefined-style="true"] h1 a {
	color: rgb(236, 226, 225);
}

[data-predefined-style="true"] h2 {
	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;
	padding: 0;
	margin: 0;
	color: rgb(236, 226, 225);
	font-size: 1.5rem;
	line-height: 1.4;
	}

[data-predefined-style="true"] h2 a {
	color: rgb(236, 226, 225);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif Bold", Icons;
	font-style: normal;
	font-weight: 700;
	color: rgb(236, 226, 225);
}

[data-predefined-style="true"] small a {
	color: rgb(236, 226, 225);
	border-bottom-width: 0;
}

/**
 * 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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #231f20/*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!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: #231f20/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1rem;
    margin-bottom: 0;
    color: rgba(236, 226, 225, 1);
    font-size: 1.2rem;
	line-height: 1.4;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif Bold", Icons;
	font-style: normal;
	font-weight: bold;
    text-transform: uppercase;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 1rem;
	color: rgba(236, 226, 225, 1);
    font-size: 1.2rem;
	line-height: 1.4;
	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;
}

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

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

.thumbnails a {
	transition: all 0.2s;
}
.thumbnails a:hover {
	opacity: 0.6;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: #000;
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    position: fixed;
	top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

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

#site_menu_button.custom_icon {
	width: 36px;
    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: 0;
	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: 1;
}

#site_menu a.active {
	opacity: 1;
}

#site_menu .close {
	display: none;
	color: #230000;
	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.45);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.5rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.45);
	font-style: normal;
    letter-spacing: 0.07rem;
}

#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: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.65);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "TeX Gyre Heros Condensed", Icons;
    font-size: 1.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10rem;
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0,0,0,.75)
}

.shop_product .button {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 10rem;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: .9;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * 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(0, 0, 0, 0.95) /*!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: 100%;
    height: auto;
	background-color: #231f20;
    padding: 0.5rem;
    border: none;
    border-radius: 1.2rem;
    color: rgba(236, 226, 225, 1);
    font-size: 1.2rem;
	line-height: 1.6;
	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;
}

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

.audio-player .separator {
    width: 0;
    background-color: rgba(236, 226, 225, 1);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(236, 226, 225, 1);
}

.audio-player .icon {
    fill: rgba(236, 226, 225, 1);
    padding: 20%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(236, 226, 225, 0.2);
}

.audio-player .progress {
    background: rgba(236, 226, 225, 0.4);
}

.audio-player .progress-indicator {
    border: none;
    width: 0;
    height: 100%;
    right: 0;
    position: absolute;
}

.audio-player .note-icon {
    display: none;
    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;
}



/**
 * Custom
 */



.artist-card {
	padding: 2.5rem;
    background-color: #231f20;
    border-bottom: 3px ridge;
    border-left: 3px ridge;
    transition: all 0.2s;
}
.artist-card:hover {
	background-color: #404040;
}
.img-block {
	height: 112px;
    padding: 0;
    background: #231f20 url("https://freight.cargo.site/t/original/i/c01df08a521dec4edf20dcee804d24da7b8e2c492011f7b6f4ac9b6dfe05f922/Block-Asset-2.png") no-repeat center center;
    background-size: cover;
    /*animation: color-block-bg 10s ease-in-out 0s infinite;
}
@keyframes color-block-bg {
    0% {background-color: #000;}
    5% {background-color: rgba(204, 0, 204, 1);}
    15% {background-color: #000;}
    26.25% {background-color: #000;}
    31.25% {background-color: rgba(0, 0, 255, 1);}
    41.25% {background-color: #000;}
    52.5% {background-color: #000;}
    57.5% {background-color: rgba(255, 102, 0, 1);}
    62.5% {background-color: #000;}
    73.75% {background-color: #000;}
    78.75% {background-color: rgba(5, 249, 91, 1);}
    88.75% {background-color: #000;}
    100% {background-color: #000;}*/
}
.img-block .link-div {
	width: 100%;
    height: 100%;
    cursor: pointer;
}
.artist-card.kv-gif {
	padding: 0;
    background-color: #000;
}
.artist-card:last-child {
    border-bottom: 0;
    padding: 0;
}
.artist-card:last-child:hover {
	background-color: #231f20;
}
.artist-card .index-title {
	background-color: #87775d;
    color: #121212;
	padding: 1rem 2.5rem;
    font-size: 1.5rem !important;
}
.artist-card .index-body {
	padding: 2.5rem;
}



.ticker-tape {
	background-color: #87775d;
}
.ticker-tape span {
	padding: 20px 60px;
    line-height: 3;
    font-weight: normal;
    font-size: 14px;
    background-color: #87775d;
    border-right: 3px ridge;
}
.ticker-tape span a {
	color: #121212;
    transition: all 0.2s;
}
.ticker-tape span a:hover {
	opacity: 0.5;
}
.mobile .ticker-tape span {
	padding: 20px 40px;
    line-height: 3;
    font-weight: normal;
    font-size: 12px;
    background-color: #87775d;
    border-right: 3px ridge;
}



.nav-desktop-2 {
    border-bottom: 3px ridge;
}
.nav-desktop-2 div {
    margin-top: 46px;
    padding: 16px 0;
    border-right: 3px ridge;
    height: 64px;
}
.nav-desktop-2 div:last-child {
    border-right: none;
}
.nav-desktop-2 h2 {
    font-size: 16px;
    line-height: 2;
}
.nav-desktop-2 span {
	padding: 0 18px;
}
.nav-desktop-2 div:last-child span {
    padding: 0 12px;
}
.mobile .nav-desktop-2 div {
    margin-top: 40px;
}



.nav-mobiletop-2 {
    border-bottom: 3px ridge;
}
.nav-mobiletop-2 div {
    margin-top: 0px;
    padding: 16px 0;
    border-right: 3px ridge;
    height: 64px;
}
.nav-mobiletop-2 div:last-child {
    border-right: none;
}
.nav-mobiletop-2 h2 {
    font-size: 16px;
    line-height: 2;
	padding: 0 16px;
}
.nav-mobiletop-2 span {
	padding: 0 16px;
}
.nav-mobile-2 {
    border-bottom: 3px ridge;
}
.nav-mobile-2 div {
    margin-top: 0px;
    padding: 16px 0;
    height: 68px;
    border-bottom: 3px ridge;
}
.nav-mobile-2 div:last-child {
    border-bottom: none;
}
.nav-mobile-2 h2 {
    font-size: 16px;
    line-height: 2;
	padding: 0 16px;
}
.nav-mobile-2 span {
	padding: 0 16px;
}



.button-large {
	background-color: transparent;
    padding: 0.5rem 2.5rem;
    border: 2px solid #bbbdbf;
    border-radius: 1.2rem;
    margin-bottom: 0.8rem;
    transition: all 0.2s;
}
.button-large-landing {
	background-color: rgba(35, 31, 32, 0.6);
    padding: 0.5rem 2.5rem;
    border: 2px solid #bbbdbf;
    border-radius: 1.2rem;
    transition: all 0.2s;
}
.button-large:hover, .button-large-landing:hover {
	cursor: pointer;
    background-color: #ece2e1;
    border-color: #ece2e1;
    color: #121212;
}
.button-dark {
    border: 2px solid #121212;
}
.button-dark:hover {
    background-color: #121212;
    border-color: #121212;
    color: #ece2e1 !important;
}
.mobile .mobile-hide-buttons {
	display: none;
}



.hero-bg, .hero-bg-topborder, .hero-bg-nobottomborder {
    position: relative;
	border-bottom: 3px ridge;
    padding: 0;
}
.hero-bg-topborder {
	border-top: 3px ridge;
}
.hero-bg-nobottomborder {
	border-top: 3px ridge;
	border-bottom: none;
}
div.landing-hero-buttons {
	position: absolute;
    top: 3rem;
    left: 3rem;
    width: 100%;
    padding-right: 6rem;
}
.mobile div.landing-hero-buttons {
	position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 100%;
    padding-right: 3rem;
}
.button-large-hero {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
	background-color: rgba(35, 31, 32, 0.6);
    padding: 0.5rem 2.5rem;
    border: 2px solid #bbbdbf;
    border-radius: 1.2rem;
    transition: all 0.2s;
}
.mobile .button-large-hero {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}
.button-large-hero:hover{
	cursor: pointer;
    background-color: #ece2e1;
    border-color: #ece2e1;
    color: #121212;
}
.responsive-video {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.icon-video {
	padding: 37.5% 0 0 0;
    position:relative;
}
.mobile .icon-video {
	padding: 50% 0 0 0;
    position:relative;
}



div.artist-info {
	border-bottom: 3px ridge;
}
div.artist-info div:nth-child(1) {
	border-right: 3px ridge;
}
div.artist-info div:nth-child(2) {
    outline: 3px ridge;
}
div.artist-info div.no-border-bottom {
	outline: none;
}
.mobile div.artist-info div:nth-child(1) {
	border-right: 0;
    border-bottom: 3px ridge;
}
.mobile div.artist-info div:nth-child(2) {
	outline: none;
}
div.artist-info>div {
	overflow-y: auto;
    overflow-x: hidden;
    max-height: 80vh;
}
div.artist-info>div::-webkit-scrollbar {
    width: 10px;
}
div.artist-info>div::-webkit-scrollbar-track {
    background: #121212;
}
div.artist-info>div::-webkit-scrollbar-thumb {
    background-color: #bbbdbf;
    border: 2px solid #121212;
    border-radius: 10px;
}
.mobile div.artist-info>div {
    max-height: none;
}
h2.artist-info-heading {
	background-color: #87775d;
    padding: 1rem 3rem;
    border-top: 3px ridge;
}
h2.artist-info-heading:nth-child(1) {
	border-top: none;
}
p.artist-info-body {
	padding: 1.5rem 3rem;
}
.mobile p.artist-info-body small {
	font-size: 1.05rem;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 3rem;
    padding-left: 3rem;
    width: 100%;
    height: 100%;
}
.video-container-full iframe {
	padding-right: 0;
    padding-left: 0;
}



.artist-update {
	padding: 3rem;
    border-bottom: 3px ridge;
}
span.update-text-link a {
	font-weight: normal;
    padding-bottom: 0.05em;
	border-bottom: 1px solid rgba(236, 226, 225, 1);
}
span.update-text-link a:hover {
	opacity: 0.5;
}
div.left-right {
    width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    width: 50%;
    display: block;
    text-align: left;
}
.alignright {
    float: left;
    width: 50%;
    display: block;
    text-align: right;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



.button-artist, .button-response, .button-engagement, .button-curators {
	font-size: 1rem !important;
    color: #fff !important;
    text-shadow: 0 0 4px rgba(0,0,0,0.4);
    transition: all 0.2s;
}
.button-artist {
    background-color: #c0c;
    border-color: #c0c;
}
.button-response {
    background-color: #00f;
    border-color: #00f;
}
.button-engagement {
    background-color: #f60;
    border-color: #f60;
}
.button-curators {
    background-color: #05f95b;
    border-color: #05f95b;
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.button-artist:hover, .button-response:hover, .button-engagement:hover, .button-curators:hover {
	color: #121212 !important;
    text-shadow: none;
}
.button-neutral {
	font-size: 1rem !important;
    background-color: #ece2e1;
    border-color: #ece2e1;
    color: #121212 !important;
    transition: all 0.2s;
}
.button-neutral:hover {
    background-color: #bbbdbf;
    border-color: #bbbdbf;
}
.button-platform {
    background-color: #87775d;
    border-color: #87775d;
    transition: all 0.2s;
    margin-bottom: 0 !important;
}
.button-mini {
    padding: 0.3rem 1.5rem;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
}
.button-inverse {
	background-color: transparent;
}
span.button-inactive a {
	opacity: 0.7 !important;
}
span.button-inactive a small:hover {
	cursor: crosshair;
    color: #808080 !important;
}



.landing-icon-buttons div div {
	border: 3px ridge rgba(236, 226, 225, 0);
    transition: all 0.4s;
}
.landing-icon-buttons div div:hover {
	border: 3px ridge;
    cursor: pointer;
}
.landing-icon-buttons div div a:hover {
	opacity: 1;
}
.landing-icon-buttons div h2 {
	font-size: 1.0rem;
	line-height: 1.6;
	font-weight: bold;
	color: rgb(236, 226, 225);
    padding: 0 0 1rem;
}
.landing-icon-buttons img {
	padding: 2.5rem;
}
.mobile .landing-icon-buttons {
	width: 50%;
    margin: 0 auto;
}



.offset {
	position: relative;
}
.offset>a {
    position: absolute;
    top: -5rem;
}
span.fade-links a:hover, h2.fade-links a:hover, h1.fade-links a:hover {
	opacity: 0.6;
}



.footer-container {
	padding: 4rem;
	border-top: 3px ridge;
}



.morebutton:hover {
	cursor: pointer;
}
span.more span, span.more small, span.pre-more span, span.pre-more small {
	text-indent: 2rem;
    display: block;
}
span.manifesto-line {
	border-top: 2px ridge;
    width: 100%;
    display: block;
}
span.manifesto-line.short {
	border-top: 2px ridge;
    width: 3rem;
    display: block;
}



/* Intl Page */
.intl-content {
	
}
.intl-frame {
	border-bottom: 3px ridge;
}
.intl-frame.no-bottom {
	border-bottom: none;
}
.intl-frame.zero {
	background-color: #404040;
    padding: 3rem;
}
.intl-frame.zero h1 {
	color: #ece2e1 !important;
}
.intl-frame.one {
	padding: 3rem;
}
.intl-frame.two {
	padding: 0;
}
.intl-frame.three {
	padding: 0;
}
.intl-frame.three div div:first-child {
	border-right: 3px ridge;
}
.mobile .intl-frame.three div div:first-child {
	border-right: none;
	border-bottom: 3px ridge;
}
.intl-heading {
	padding: 1.5rem 3rem;
    background-color: #87775d;
}
.intl-heading.two {
	padding: 3rem;
}
.intl-body {
	padding: 3rem;
}
.intl-body.dark {
	background-color: #121212;
    color: #ece2e1;
}
.intl-links.platform a {
	color: #87775d;
}
.intl-links.artworks a {
	color: #c0c;
}
.intl-links.responses a {
	color: #00f;
}
.intl-links.engagement a {
	color: #f60;
}
.intl-links.actualisation a {
	color: #e05;
}
.offset.intl>a {
    position: absolute;
    top: 0;
}
.intl-frame .alignleft {
    float: left;
    width: 75%;
    display: block;
    text-align: left;
}
.intl-frame .alignright {
    float: left;
    width: 25%;
    display: block;
    text-align: right;
}

/* Intl Icon Buttons */
.intl-icon-buttons div div {
	border: 3px solid rgba(0, 0, 0, 0);
    transition: all 0.4s;
    padding-bottom: 1rem;
}
.intl-icon-buttons div div a, 
.intl-icon-buttons div div span {
    color: #121212;
    font-size: 1.2rem;
    transition: all 0.4s;
}
.intl-icon-buttons div div h2 {
	font-size: 1.0rem;
	line-height: 1.4;
	font-weight: bold;
    padding: 0;
    color: #121212;
    transition: all 0.4s;
}
.intl-icon-buttons div div.platform:hover {
	border: 3px solid #87775d;
}
.intl-icon-buttons div div.platform:hover h2 {
	color: #121212;
}
.intl-icon-buttons div div.platform:hover a {
	color: #87775d;
}
.intl-icon-buttons div div.artworks:hover {
	border: 3px solid #c0c;
}
.intl-icon-buttons div div.artworks:hover h2 {
	color: #121212;
}
.intl-icon-buttons div div.artworks:hover a {
	color: #c0c;
}
.intl-icon-buttons div div.responses:hover {
	border: 3px solid #00f;
}
.intl-icon-buttons div div.responses:hover h2 {
	color: #121212;
}
.intl-icon-buttons div div.responses:hover a {
	color: #00f;
}
.intl-icon-buttons div div.engagement:hover {
	border: 3px solid #f60;
}
.intl-icon-buttons div div.engagement:hover h2 {
	color: #121212;
}
.intl-icon-buttons div div.engagement:hover a {
	color: #f60;
}
.intl-icon-buttons div div.actualisation:hover {
	border: 3px solid #e05;
}
.intl-icon-buttons div div.actualisation:hover h2 {
	color: #121212;
}
.intl-icon-buttons div div.actualisation:hover a {
	color: #e05;
}
.intl-icon-buttons div div a:hover {
	opacity: 1;
    cursor: pointer;
}
.intl-icon-buttons div div a.no-pointer:hover, 
.intl-icon-buttons div div span.no-pointer:hover {
	cursor: initial;
}
.intl-icon-buttons img {
	padding: 2.5rem;
    max-width: 200px;
    max-height: 200px;
}
.mobile .intl-icon-buttons {
	width: 50%;
    margin: 0 auto;
}

/* Artistworks */
.mobile .artistworks-thumbs-desktop {
	display: none;
}
.artistworks-thumbs-mobile {
	display: none;
}
.mobile .artistworks-thumbs-mobile {
	display: initial;
}
.artistworks-thumbs-desktop span:hover, 
artistworks-thumbs-mobile span:hover {
	cursor: pointer;
}


/* Engagement */
.engagement-heading {
	background-color: #121212;
    padding: 2rem 3rem;
}
.engagement-heading:nth-of-type(2) {
    padding-top: 5rem;
}
.engagement-links small a {
	color: #f60;
    transition: all 0.2s;
}
.engagement-links small a.active, .engagement-links small a:hover {
	color: #ece2e1;
}
.engagement-links small a.active {
	opacity: 0.6;
}
.engagments-title {
}
p.engagement-text a {
	color: #f60;
    transition: all 0.2s;
}
.engagement-text a:hover {
	color: #ece2e1;
}
span.engagement-active-buttons a.active small.button-engagement {
	color: #121212 !important;
    text-shadow: none;
    background-color: #ece2e1;
    border-color: #ece2e1;
}
.same-writer small a {
    display: block;
    text-indent: 0rem;
    padding-left: 0rem;
    margin-bottom: 0.5rem;
}
.engagement-images div small.engagement-caption {
    margin: 1rem 3rem 2rem;
}



::selection {
	color: #121212;
    background-color: rgba(236, 226, 225, 0.99);
    opacity: 1;
}


