/**
 * Content
 */

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


a:active {
	opacity: 1;
    color: purple;
}

.page a.active {
	opacity: 1;
}

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;
  
    

    
}

.icon {
	max-width: 100px;;

    
}

.largey {
	max-width: 800px;
    padding-right: 200px;
    
}




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: 1.3rem;
	line-height: 1.3;
	font-family: 'Neue Haas Grotesk', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(41, 41, 41, 0.3);
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.9);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 0.9;
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(15, 206, 131, 1);
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	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: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.4;
	color: rgba(15, 206, 131, 1);
    letter-spacing: 0.01em;
   
	}


[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgb(255, 255, 255);
}

[data-predefined-style="true"] bodycopy a:hover {
    color: rgba(15, 206, 131, 1);
}

[data-predefined-style="true"] bodycopy a:hover {
    text-decoration: h;;
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.9);
	font-size: 2.5rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 700;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 0.9);
    border-bottom: 0px dashed rgb(16, 237, 0);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.2;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(96, 0, 255, 0.9);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.9);
	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: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

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

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

[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: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: rgb(255, 255, 255)/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

.thumbnails .thumb_image {
	outline: 1px solid rgba(255, 255, 255, 1);
    outline-offset: -1px;
    position: relative;
}

.thumbnails .thumb_image:hover {
    -webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px);
    
}

.thumbnails .title {
    margin-top: 1.2rem;
    /*text-shadow: 0px 7px 30px #fff;*/
    margin-bottom: .5rem;
    margin-left: .6rem;
    font-size: 1.5rem;
	font-weight:800 ;
	font-family: "helvetica", Icons;
    font-style: normal;
	line-height: 0.6;
    color: #C0C0C0
}


.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
    font-family: "Freight Big", Icons;
    
}

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

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

.image-link {
	position: static;;
}

[data-css-preset] #site_menu_button {
	font-size: 28px /*!site_menu_button*/;
    color: #000;
    font: 600;
	left: 3rem/*!site_menu_button*/;
	top: 1rem /*!site_menu_button*/;
}

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


/**
 * Thumbnail Hover
 */
