 /**
 * Content
 */

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

a:active {
	opacity: 0.8;
}

.page a.active {
	opacity: 1.0;
}

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.0rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem !important;
	font-weight: 400;
	color: rgba(142, 142, 142, 1);
	font-family: D-DIN, Icons;
	font-style: normal;
	line-height: 1.2;
}

/* home gallery STUFF */


/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: D-DIN, Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(50, 50, 50, 1);
	border-bottom: 0px solid rgba(0, 0, 0, 0.83);
	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: "D-DIN Expanded", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 1);
	}

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

[data-predefined-style="true"] h2 {
	font-family: D-DIN, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 2rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.1;
	font-family: D-DIN, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(130, 130, 130);
}

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

/**
 * 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: #fff/*!body_bgcolor*/;
}

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

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


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

/**
 * Thumbnails
 */

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

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

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	font-family: Rubik, Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags {
    margin-top: 1.0rem;
    margin-bottom: 0.5rem;
    font-size: 1.0rem;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	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.2;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 1);
    mix-blend-mode: difference;
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 15px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 1rem /*!site_menu_button*/;
	top: 1rem /*!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: D-DIN, Icons;
	background: rgba(0, 0, 0, 0.9);
	font-size: 22px;
	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, 1);
}

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

#site_menu a:active {
    color: #c2d943;
}

#site_menu a.active {
    color: #c2d943;
}

#site_menu .close {
	color: rgba(194, 217, 67, 1);
	line-height: 0.85em;
	font-size: 35px !important;
    font-weight: 800;
    padding: 15px;
}

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.75);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: .5rem /*!shop_button*/;
	right: 1rem /*!shop_button*/;
}

#shop_button.text {
    font-family: Rubik, Icons;
    padding: 0;
    line-height: 1.2;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: Rubik, Icons;
    font-size: 1.6rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: Rubik, Icons;
    font-size: 1.6rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Rubik, Icons;
    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;
    font-size: 1.6rem;
}

/*
 * 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(255, 255, 255, 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, "Sans Serif", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

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


/**
 * 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: rgba(0, 0, 0, 0.86);
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 2.5px;
}

.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: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * 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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * 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: 3.0rem;
    outline: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    background: #000;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: "Nitti Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0em 0px;
}

body.mobile .audio-player {
    max-width: 100%;
    margin-left: 0px;
}

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

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

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

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.15);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.3);
}

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

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

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

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



/* Custom search
****************/


#myInput {
  width: 100%; /* Full-width */
  font-size: 14px; /* Increase font-size */
  padding: 10px 20px 10px 10px; /* Add some padding */
  border: 1px solid #d0d0d0; 
  margin-bottom: 5px; /* Add some space below the input */
  background-color: #1a1a1a;
  color: #fff;
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  margin-top: 5px; /* Prevent double borders */
  background-color: transparent; /* Grey background color */
  padding: 10px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 16px; /* Increase the font-size */
  color: #fff; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
  width: 100%;
  border: 1px solid #eee
}

#myUL li a:hover:not(.header) {
  background-color: #8c3024; /* Add a hover effect to all links, except for headers */
  color: #fff;
}

.index-tags {
	display: none;
}



/* VIDEO STUFF */

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25% !important;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* blend mode stuff */

.blend {
 background-size: cover;
 background-position: center;
 /* background-color: #c23635*/;
 background-blend-mode: multiply;
 }

.blend:hover {
	background-color: white;
}



.hgrid {
	display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.hgrid-text {
	grid-column: span 2;
    grid-row: span 4;
   	padding: 50px;
    min-height: 800px;
}

.hgrid-pic {
	grid-column: span 1;
    grid-row: span 3;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    background-size: cover;
 	background-position: center;
 	background-blend-mode: multiply;
    transition:all 0.4s ease;
    color: transparent !important;
    background-color: #8C3024;
    min-height: 600px;
    font-size: 14px !important;
}

.hgrid-pic:hover {
	background-color: white !important;
    color: white !important;
}

.hgrid-pic-dark {
	grid-column: span 1;
    grid-row: span 3;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    background-size: cover;
 	background-position: center;
 	background-blend-mode: multiply;
    transition:all 0.4s ease;
    color: transparent !important;
    background-color: #8C3024;
    min-height: 600px;
    font-size: 14px !important;
}

.hgrid-pic-dark:hover {
	background-color: white !important;
    color: #000 !important;
}


.hgrid-blank {
    min-height: 200px;
    padding-top: 100%;
}



@media (max-width: 770px) {
	.hgrid {
		grid-template-columns: 33.33% 33.33% 33.33% !important;
	}
    .hgrid-blank {
		min-height: 140px;
	}
    .hgrid-pic {
		min-height: 420px;
	}
    .hgrid-text {
		min-height: 560px;
	}
    .dg-grid {
	min-height: 380px !important;
    max-width: 100% !important;
    margin-left: 0% !important;
        margin-right: 0% !important;
	}
    .dg-basement-grid {
	min-height: 200px !important;
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important;
	}
    .adigery-top {
	display: initial !important;
	}
    .adigery-top-desktop {
	display: none !important;
	}
}



/* dungeon */

.dg-grid {
	display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
	background-image: url(https://freight.cargo.site/t/original/i/1fba6629637e4123764e38edcc735ef90c4881eca819e76d235b285dd83944ce/dungeon-top3x.png);  
    min-height: 750px;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center center;
    
}

.dg-basement-grid {
	display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background-image: url(https://freight.cargo.site/t/original/i/dcf7b0b964eeed83732b8dfb14f82390a03640246002b031611c61eddf841a0b/dungeon-bottom3x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 350px;
    margin-left: 30%;
    margin-right: 30%;
}

.dg-audio-short {
	grid-column: span 1;
    grid-row: span 1;
  /* background-color: rgba(255, 0, 0, 0.2); */
}

.dg-audio-long {
	grid-column: span 1;
    grid-row: span 1;
  /*  background-color: rgba(255, 165, 0, 0.2); */
}

.dg-audio-voice {
	grid-column: span 1;
    grid-row: span 1;
 /*  background-color: rgba(0, 128, 0, 0.21); */
}

.dg-audio-link {
	pointer-events: auto;
    cursor: pointer;
}



.dg-pic {
	grid-column: span 1;
    grid-row: span 1;
   /* background-color: rgba(0, 0, 255, 0.2); */
    display: inline;
}


.dg-blank {
	grid-column: span 1;
    grid-row: span 1;
  /* background-color: rgba(128, 128, 128, 0.2); */
}


body:not(.mobile) .dg-pic:hover + .dg-hpic {
    opacity: 1;
    pointer-events: none;
}

.dg-hpic.show {
	opacity: 1;
    transition-delay: 2s;
}

.dg-hpic {
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    position: fixed;
    transition: 2s ease-out;
       
    
}



.dg-hpic img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}


.dg-voice-audio {
	display: none;
}

.dg-voice-audio.show {
	display: block;
}


#dg-streetsign {
	width: 45vw;
    height: 40vh;
    top: 75%;
    left: 82%;
    transform: translate(-50%, -50%);
    z-index: -5;
}

#dg-housefront {
	width: 55vw;
    height: 40vh;
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#dg-housefront2 {
	width: 40vw;
    height: 30vh;
    top: 45%;
    left: 15%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

#dg-houseside {
	width: 25vw;
    height: 40vh;
    top: 50%;
    left: 67%;
    transform: translate(-50%, -50%);
    z-index: 16;
}

#dg-atlanta {
	width: 90vw;
    height: 100vh;
    top: 59%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

#dg-family {
	width: 43vw;
    height: 35vh;
    top: 51%;
    left: 53%;
    transform: translate(-50%, -50%);
    z-index: 15;
}

#dg-crew {
	width: 21vw;
    height: 40vh;
    top: 25%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 15;
}

#dg-crew2 {
	width: 23vw;
    height: 35vh;
    top: 25%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: 14;
}

#dg-crew3 {
	width: 23vw;
    height: 35vh;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 14;
}

#dg-stairs {
	width: 19vw;
    height: 35vh;
    top: 41%;
    left: 68%;
    transform: translate(-50%, -50%);
    z-index: 14;
}

#dg-light {
	width: 53vw;
    height: 55vh;
    top: 47%;
    left: 27%;
    transform: translate(-50%, -50%);
    z-index: -5;
}

#dg-speaker {
	width: 37vw;
    height: 35vh;
    top: 61%;
    left: 85%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

#dg-flyby {
	width: 35vw;
    height: 40vh;
    top: 70%;
    left: 78%;
    transform: translate(-50%, -50%);
    z-index: -5;
}

#dg-zoomout {
	width: 55vw;
    height: 55vh;
    top: 29%;
    left: 82%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

#dg-ceiling {
	width: 25vw;
    height: 35vh;
    top: 29%;
    left: 81%;
    transform: translate(-50%, -50%);
    z-index: -2;
}





.menu-links:hover { 
	color: #c2d943 !important;
}

.menu-sublinks:hover {
	color: #dd5d5c !important;
}

.related {
	margin-left: -40px; 
    padding: 20px 20px 20px 60px; 
    color: rgb(255, 255, 255); 
    background-color: rgb(0, 0, 0); 
    max-width: 350px; 
    text-align: right;
}

.track-related {
	margin-left: -40px; 
    padding: 20px 20px 20px 60px; 
    color: rgb(0, 0, 0); 
    background-color: rgb(255, 255, 255); 
    max-width: 350px; 
    text-align: right;
}





/* blueshift */


.bluediv {
	position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
}

.blueexp {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}