input[type=text] {
    font-size: 1.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
	font-style: normal;
	line-height: 1.3;
    padding: 4px;
    width: 50%;
}

input[type=button], input[type=submit], input[type=reset] {
    font-size: 1.8rem;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
}

/*.homepage [data-view="Content"] .page {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.20);
}*/

/**
 * Content
 */

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

a:active {
	opacity: 0.7;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

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: 0.08em;
	display: block;
}

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

.archive img {
	margin-right: 1em;
}

.gallery_image_caption {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
	font-style: normal;
	line-height: 1.2;	
}

a.page_title {
	display: inline !important;
    border-bottom: none !important;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0;
	border-bottom: .075em solid rgba(127, 127, 127, 0.2);
	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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons /*!System*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] h2 {
	font-family: 'Dolly Pro', Icons /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3.2rem;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
	font-style: normal;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.39);
    padding: 0.25rem 0.7rem 0.4rem 0.7rem;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

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

/**
 * Breakpoints
 */

[data-css-preset].mobile #plugin,
[data-css-preset].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

[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: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

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

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}
[data-css-preset] text-limit, p, h1 {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

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

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

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!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: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
   margin-top: 1rem;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.25);
	font-style: normal;
	line-height: 1.4;
}

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

/**
 * Site Menu
 */

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

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

#site_menu_button.active {
	display: none;
}

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

/*
 * Image Zoom
 */

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

.image-zoom-background {
	background: rgba(20, 20, 20, 0.95);
}

/**
 * Feed
 */

.feed .content_container .page_container {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:last-child .page {
	border-bottom: 0;
}







/**
 * Custom BDIF
 */



.project_title { 
    display: block !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons /*!System*/;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 3.2rem;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.85);
    max-width: 66rem;
    text-rendering: optimizeLegibility;
    margin-bottom: 4rem;
}

.author {
    display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
	font-style: normal;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.39);
    padding: 0.25rem .7rem 0.4rem .7rem;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.author2 {
    display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
	font-style: normal;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.39);
    padding: 0.25rem .7rem 0.4rem .7rem;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.bodycopy a.author2-url {
	font-style: italic;
	text-decoration: none;
	color: #a2a2a2;
	font-size: 13px;
	margin-left: 6px;
}

[data-view="Thumbnail"].hidden {
	display: none !important;
}

body:not([data-adminview]):not(.feed):not([data-page-id="662"]):not([data-page-id="522"]) [data-view="Content"]:after {
    content: 'Also,';
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    padding-top: 6rem;
    padding-left: 6rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/;
    font-style: normal;
    line-height: 1.4;
    z-index: 99;
}

body:not([data-adminview]):not(.feed):not([data-page-id="662"]):not([data-page-id="522"]) [data-view="Thumbnail"] {
	padding-top: 5rem;
}

body.mobile:not([data-adminview]):not([data-page-id="662"]):not(.feed):not([data-page-id="522"]) [data-view="Content"]:after {
	padding-left: 2rem;
}

body.mobile:not([data-adminview]):not([data-page-id="662"]):not(.feed):not([data-page-id="522"]) [data-view="Thumbnail"] {
	padding-top: 8rem;
}


.page_background {
	z-index: -1;
}
