/**
 * Content
 */

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
	color: rgba(0, 0, 0, 0);
    overflow: hidden;
    overflow-y: auto;
}

a:active {
	opacity: 100%;
}

.page a.active {
	opacity: 1;
    color: #ff3000;
}

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 {
	border: 0;
	height: 1px;
	display: block;
}

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

.gallery_image_caption {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.0rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
	font-family: 'Nitti Grotesk', Icons;
	font-style: normal;
	line-height: 1.2;
}


/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

 /*body*/
[data-predefined-style="true"] bodycopy {
	text-size-adjust: none;
    font-size: 13px;
	font-weight: 400;
	color: #b2b2b2;
	font-family: "Plex Mono", Icons;
	font-style: normal;
	line-height: 1.7;
    letter-spacing: 0px;
    text-align: justify;
}


 /*h1 */
[data-predefined-style="true"] h1 {
    text-size-adjust: none;
	font-family: "Williams Caslon Text", Icons;
	font-style: italic;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
	color: #858585;
	}

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


 /*h2*/
[data-predefined-style="true"] h2 {
	text-size-adjust: none;
    font-family: Nitti, Icons;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #ff3000;
	font-size: 1.8rem;
	line-height: 1;
    text-decoration: underline;
    letter-spacing: -.08em;
	    z-index: 1;
}

[data-predefined-style="true"] h2 a:link {
	color: #b2b2b2;
}

[data-predefined-style="true"] h2 a:hover {
	color: #ff3000;
}

[data-predefined-style="true"] h2 a:active {
	color: #ff3000;
}

 /*h3*/
[data-predefined-style="true"] h3 {
    font-family: "Plex Mono", Icons;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #ff3000;
	font-size: 2.1rem;
	line-height: 1.2;
    text-decoration: none;
    text-size-adjust: none;
    letter-spacing: -.08em;
    text-align: just;
	    z-index: 1;
}

 /*h4*/
[data-predefined-style="true"] h4 {
    font-family: "Plex Mono", Icons;
	font-style: italic;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #ff3000;
	font-size: 3rem;
	line-height: 1.2;
    text-decoration: underline;
    text-size-adjust: none;
    letter-spacing: -.08em;
	    z-index: 1;
}


 /*Small - Header Nav*/
[data-predefined-style="true"] small {
    display: inline-block;
	font-size: 1.8rem;
	line-height: 1;
	font-family: "Williams Caslon Text", Icons;
	text-size-adjust: none;
    font-style: italic;
	font-weight: 700;
    letter-spacing: 0px;
	color: #b2b2b2;
}

[data-predefined-style="true"] small a {
	color: #b2b2b2;
	border-bottom-width: 0em;
    text-size-adjust: none;
}


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

/**
 * Breakpoints
 */

[data-css-preset] .page {
	background-color: rgba(243, 243, 243, 0);
}

.mobile .page,
[data-css-preset].mobile .page {
    background-color: rgba(235, 235, 235, 0);
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

[data-css-preset] .container {
    background-color: rgba(235, 235, 235, 0);
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
}

.mobile,
[data-css-preset] .container {
    background-color: rgba(235, 235, 235, 0);
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
}

[data-css-preset] body {
    background-color: rgba(235, 235, 235, 1);
}
     

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

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

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

/*main margin
[data-css-preset] .content_padding {
	padding-top: -2.6rem;
	padding-bottom: 2.6rem;
	padding-left: 2.6rem;
	padding-right: 2.6rem;
}
*/

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


/**
 * Slideshow
 */

.navigation {
	line-height: 2em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
	z-index: 12;
	left: 35px;
	top: 115px;
	position: fixed;
	width: 400px;
	z-index: 9;
}

.slideshow_component {
    position: relative;
}

.slideshow_nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 28;
    font-size: 0;
}

.slide_prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: w-resize;
}

.slide_next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: e-resize;
}

.slideshow_container {
	cursor: pointer;
	display: block;
	max-height: 800px;
	position: inherit;

	/* Disable selection */
	-webkit-touch-callout: none;
	-webkit-user-select	 : none;
	-khtml-user-select	 : none;
	-moz-user-select	 : none;
	-ms-user-select		 : none;
	user-select			 : none;
}


.backdrop .slick-arrow.hidden {
    opacity: 1;
}

/**
 * Alt page
 */

/**For Motion*/


/**For Photos*
.entry[data-id="2627017"] .project_content body, html {
    overflow-x: auto; 
    overflow-y: hidden;
}

.entry[data-id="2640628"] body, html {
    margin: 0;
    height: 100%;
    overflow: hidden
}
//



/**
 *
 * Nav Bar
 */

.project_nav a[rel="prev_project"] {
    top: 0px;
    bottom: 0;
    margin: 500px auto;
    left: 0;
    right: 0;
    width: 13px;
    height: 21px;
    padding-right: 500px;
}

.project_nav a[rel="next_project"] {
    top: 0px;
    bottom: 0;
    margin: 0500px auto;
    left: 0;
    right: 500px;
    width: 13px;
    height: 21px;
    padding-left: 0500px;
}

.backdrop .slick-arrow svg path.arrow-outline {
    fill: #c1c1c1;
    opacity: 1;
}

.backdrop .slick-arrow svg path.arrow-shape {
    fill: #c1c1c1;
    opacity: 1;
}




/**
 * Thumbnails Hover
 

.project_thumb:hover .cardimgcrop img {
    opacity: .7;
}

.cardimgcrop img {
    opacity: 0;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

#item_2331314 .thumb_image {
    background-image: url(https://freight.cargo.site/t/original/i/c1ca84062c3a809e30fda8a4c27729e35fa7a6951c1686194ee2414b6a949e0e/Gif_LOL_Worlds.gif); 
}
*/


/**
 * Thumbnail Hover
 */

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

.thumbnails .thumbnail .title {
    background-color: rgba(255, 48, 0, .8);
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 2;
    opacity: 0;
}


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

.thumbnails .thumbnail:hover .title {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}

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

.thumbnails .thumbnail .tags {
    background-color: rgba(255, 48, 0, .8);
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem;
    display: flex;
    position: inherit;
    justify-content: center;
    top: 50%;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    opacity: 0;
    z-index: 1;
}

/**
 * Thumbnail Hover

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

.thumbnails .thumbnail .tags {
    background-color: rgba(255, 48, 0, .8);
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem;
    display: flex;
    position: absolute;
    justify-content: center;
    top: 50%;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    opacity: 0;
    z-index: 1;
}

.thumbnails .thumbnail:hover .tag {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}

body.mobile .thumbnails .thumbnail:hover .tag {
    opacity: 1;
}


/**
 * Thumbnails


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

[data-css-preset] .thumbnails {
    background: none;
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: 0rem/*!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 .thumbnail {
	position: relative;
}
*/

.thumbnails .title {
    text-align: center;
    margin-top: 0.6rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(81, 81, 81, 1);
	font-family: "Plex Mono", Icons;
	font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}


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

.thumbnails .tags {
    font-size: .8rem;
	font-weight: 400;
	font-family: 'Space Mono', Icons;
	font-style: italic; 
}

.thumbnails .tags a {
    text-decoration: none;
    text-align: right;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(28, 104, 104, 0.8);
}

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

/**
 * Site Menu


[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 3rem /*!site_menu_button/;
	bottom: 3rem /*!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 /*!System/;
	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(255, 255, 255, 0.75);
    background: transparent;
	font-size: 36px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	right: 1.5rem /*!shop_button*;
	top: 1.5rem /*!shop_button*;
}

#shop_button.text {
	font-size: 1.7rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons /*!Google*;
    padding: 0;
}

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

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

/*
 * 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 {

}

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



/**
 * Image Zoom Navigation Arrows 


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

.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: 293px;
   height: 669px;
    padding-left: 155px;
    padding-right: 100px;
    
}

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