/**
 * Content
 */
  
html 

{
    cursor: url("https://freight.cargo.site/t/original/i/adec27273b501b27c0b01a8f0a64e9a46a10d883de30d1e17ae473b79c41cdd8/cursor-violet-42.png"), auto !important;
}

a {
    cursor: url("https://freight.cargo.site/t/original/i/adec27273b501b27c0b01a8f0a64e9a46a10d883de30d1e17ae473b79c41cdd8/cursor-violet-42.png"), auto !important;
}

.content img {
    cursor: url("https://freight.cargo.site/t/original/i/22a257c318a5ac38ce97ca5c1371e95b45aa01d5cfc2dfbf3b5d9a76dfc1d057/cursor-green-38x38.png"), auto !important;
}

 .simple-mode {
  background-color: white;
  color: black;
  font-size: 16px;
}
 


body

{
	background-color: transparent;

  color: #8900ff;
    scroll-behavior: initial;
    position: sticky;
	min-height: 50%;
	max-height: 100px;
	height: 100%;
    width:100%;
    overflow-x: scroll;
    

}

html{
  scroll-behavior: smooth;
}

.scroll-box {
  scroll-behavior: smooth;
  overflow-y: scroll;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  
}

a:hover {
  text-decoration: none
}

a:active {
  text-decoration: none; 
  color: rgb(137, 0, 255);
}

a:active {
	opacity: 0.8;
    color: rgb(137, 0, 255);
}


.opacity-effect {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

.opacity-effect:hover {
  opacity: 0.5;
}


.page a.active {
	color: transparent;
    opacity: 0.8;
  	max-width: 100%;
    max-height: 100%;
  
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.3em;
}

sup {
	top: -0.3em;
}

s {
	text-decoration: none;
}

img {
	border: 1;
	padding: 0.3;
    display: flex;
}
ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
    list-style-type: decimal-leading-zero;
}

ol > li {
    padding-left: 0.75rem;
}

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

hr {
    height: 1px;
    background-image: linear-gradient(to right, rgba(12, 169, 0, 0.5) 60%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    border: none;
    display:block;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image-gallery .image-item {
  width: 200px;
  height: 200px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(102, 255, 0, 1);
  transition: transform 0.3s ease;
}

.image-gallery .image-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-gallery .image-item:hover {
  transform: translate(20px, -20px);
  box-shadow: 0 0 20px rgba(180, 149, 206, 1);
}

.image-gallery .image-item:hover img {
  transform: scale(1.1);
}

.gallery_image_caption {
    margin-top: 0.5em;
    margin-bottom: 1.2rem;
    font-size: 0.8rem;
	font-weight: 200;
	color: #000;
    opacity: 0.8;
	font-family: "Space Mono", Icons;
	font-style: normal;
	line-height: 1.2;
    text-align: left;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
user-select: none;
}
/**
 * Loading Animation
 */

.loading[data-loading] {
	position: flex;
	bottom:10px; 
    left: 10px;
}

a:link {text-decoration: none;}
/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	color: rgb(137, 0, 255);
	font-family: "Monument Grotesk Semi-Mono Variable", Icons;
	line-height: 1.3;
    letter-spacing: 0.02em;
    text-decoration: none;
    
	font-style: normal;
	font-weight: 480;
	font-variation-settings: 'slnt' 0, 'MONO' 0.47;
}

[data-predefined-style="true"] bodycopy a {
	border-bottom: 1px solid rgba(12, 169, 0, 0.35);
	color: rgb(18, 255, 0);
	padding-bottom: 0em;
    text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover{ 
	color: #7900e1;
     text-decoration: none;
    
}

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: "Space Mono", Icons;
	font-style: normal;
	font-weight: 600;
	padding: inherit;
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.2;
	color: #8900ff;
     text-decoration: blink;
   
   
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 0, 255);
    text-decoration: inheritnone;

    
}

[data-predefined-style="true"] h2 {
	font-family: "Space Mono", Icons;
	padding: 0;
	margin: 0;
	color:rgb(113, 0, 169);
	font-size: 2.5rem;
	line-height: 0.5;
	letter-spacing: 0.01em;
	font-style: normal;
	font-weight: 700;
     text-decoration: none;
}

[data-predefined-style="true"] h2 a {
    color: rgb(18, 255, 0);
     text-decoration: none;
   
    
	
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.2;
	font-family: "Sprat Condensed", Icons;
	color: #8900ff;
    letter-spacing: 0.03em;
	font-style: normal;
	font-weight:400;
    text-decoration: none;  
    
}

[data-predefined-style="true"] small a {
	color: rgb(18, 255, 0); text-decoration: none;
}

[data-predefined-style="true"] small a:hover {
	color: #fff; text-decoration: none;
}

/**
 * Breakpoints
 */

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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-height: 100%;
	height: 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*/;
    width:600px;
    height: auto;
}

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

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

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

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



/**
 * Thumbnails
 */

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

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

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

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

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

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: -1rem/*!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: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	font-family: "Space Mono", Icons;
	font-style: normal;
	line-height: 1.2;
    text-align: left;
}

/**
 * Thumbnail Hover
 */

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

.thumbnails .thumbnail .title {
	background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 2.4rem;
    color: rgba(17, 255, 0, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
}

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

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

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

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 2.0rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Space Mono", Icons;
	font-style: normal;
	line-height: 1.5;
    text-align: left;
    padding: 0;
}

.thumbnails .tags a {
    color: #0ca900;
    text-decoration: none;
}

.thumbnails .tags a:hover {
	color: #0ca900;
    opacity: 1;
    border-bottom: 1px solid rgba(12, 169, 0, 0.6);
}

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

/**
 * Site Menu
 */


[data-css-preset] #site_menu_button {
	color: rgba(32, 237, 17, 1);
	line-height: 0;
	font-size: 30px /*!site_menu_button*/;
    padding: 12px;
	line-height: 2px;
	background: transparent;
	position: fixed;
	top: 1.0rem /*!site_menu_button*/;
	right: 1.0rem /*!site_menu_button*/;
    

}
.dropdown {
  position: relative;
  display: inline-block;
  background-color: none;
  text-shadow: 0px 8px 16px rgba(15, 206, 131, 1);
  
}

.dropdown-content {
  display: none;
  position: relative;
  z-index: 3;
}

.dropdown:hover .dropdown-content, .dropdown-content:hover {
  display: block;
}


body.mobile #site_menu_button {
	margin: auto;
	font-size: 30px;
}

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

#site_menu_button.active {
	display: contents;
    
    
}

/**
 * Site Menu
 */


#site_menu {
 display: contents;   
	font-family: "Space Mono", Icons;
	background: rgba(0, 0, 0, 1);
	font-size: medium;
	padding: 20px 5px 10px 30px;
	max-width:25%;
	min-width: 25%;
    max-height: 100%;
    min-height: 70%;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	font-style: normal;
	font-weight: 600;
	transition: 350ms opacity ease-in-out;
    position: flex;
     box-shadow: 0px 30px 95px -15px rgba(18, 255, 0, 1);
}



body.mobile #site_menu {
	width: 100%;
    box-shadow: 0px 30px 95px -15px rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
}

#site_menu .page-link a {
	color: rgba(246, 237, 215, 1);
    opacity: 0.6;
    margin-right:30px;
    line-height:1.5;
}

#site_menu .set-link > a {
	color: rgba(246, 237, 215, 1);
    opacity: 0.8;
	font-weight: bold;
    font-stretch: normal;
    margin-right: 20px;
    line-height: 1.5;
   
}

#site_menu a:active {
	opacity: 0.8;
}

#site_menu a.active {
    color: rgba(121, 0, 225, 1);
	opacity: 0.8;
    letter-spacing:0px;
    line-height:1.5;
}

#site_menu a:hover {
	color: rgba(18, 255, 0, 1);
    opacity: 1;
    letter-spacing:3px;
}


#site_menu .close {
	display: contents;
	color: #12ff00;
	right: 0rem /*!site_menu close_button*/;
	top: 3rem /*!site_menu_close button*/;
	font-size: 5;
    stroke-linecap: 0.5px;
    stroke-width: 0px;
    line-height:1.5;
	font-size: 45px /*!site_menu_button*/;
 
}

body.mobile #site_menu .close {
	display: inline-block;
    text-shadow: 0 1 25px #12ff00;
	font-size: 35;
	line-height: 0;
    right: 1.5rem;
    top: 1.5rem;
    background: transparent;
    
}

#site_menu .break {
	height: 1px;
}

#site_menu .indent {
	margin-left:0px;
    margin-right:50px;
    letter-spacing:px;
    line-height: 1.5;
}

/**
 * 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: 3rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Social Variable", Icons;
	font-size: 1.2rem;
    padding: 0;
	font-weight: 400;
	color: #0ca900;
	font-style: normal;
    line-height: 1.3;
    letter-spacing: .07em;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

#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: Courier, "Courier New", monospace, Courier, Icons;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1.1;
	color: #0ca900;
}

.shop_product .dropdown {
    font-family: Courier, "Courier New", monospace, Courier, Icons;
    font-size: 1.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(12, 169, 0, 0.3);
    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:  #0ca900;
}

.shop_product .button {
    font-family: Courier, "Courier New", monospace, Courier, Icons;
	font-size: 1.2rem;
    background: #0ca900;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem;
	font-style: normal;
	font-weight: 400;
    border: 0;
}

/**
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

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


[data-css-preset] .quick-view-background {
	background: #12ff00 /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Space Mono", Icons;
    font-weight: 200;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:1.5rem 0;
    text-align: left;
    font-size: 1rem;
	font-style: normal;
    color: #000;
}

.quick-view-caption span {
    padding: 0rem 0rem;
    display: inline-block;
    background: transparent;
    color: #000;
    line-height: 1.5;
}

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

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 1);
    stroke-width: 1.5px;
}

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

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

.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: 1.5px;
}

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

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(18, 255, 0, 1);
    stroke-width: 1px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #1f0;
    stroke-width: 1px;
}

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

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: transparent;
    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: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(12, 169, 0, 0.4);
    color: #0ca900;
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: Courier, "Courier New", monospace, Courier, 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(12, 169, 0, 0.4);
}

.audio-player .button {
    background: transparent;
    cursor: url("https://freight.cargo.site/t/original/i/f1c85810faf490e467cf34e36ad04cf8b30d3e1325de5850cceab41b21cd6914/volcano_cursor.png"), auto !important;
    fill: #0ca900;
}

.audio-player .icon {
    fill: #0ca900;
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(12, 169, 0, 0.1)
}

.audio-player .progress {
    background: rgba(12, 169, 0, 0.2);
}

.audio-player .progress-indicator {
    border: 1px solid #0ca900;
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill:#0ca900;
}

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

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

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