/**
 * Content
 */

body {
	background-color: transparent;
	color: transparent;
    line-height: 1;
}

a:active {
	opacity: 0.7;
}

div {
    display: block;
}

.page a.active {
	opacity: .4;
}

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(0, 0, 0, 0.15);
	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;
	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;
	font-style: normal;
	line-height: 1.2;	
}

/**
Projects Page
*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.projects[data-v-52cac555] {
    margin: 0 auto;
    width: 100%;
    max-width: 9000px;
    display: flex;
    flex-direction: column;
}

.projects .project[data-v-52cac555]:nth-child(2n) {
    align-self: flex-end;
}

.projects .project[data-v-52cac555] {
    margin-bottom: 30vh;
    transition: opacity .2s ease-out;
}

.projects .project img[data-v-52cac555] {
    width: 100%;
}

.projects .project.project-unrefined[data-v-52cac555] {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: 77.77778%;
    vertical-align: top;
    text-align: left;
}

.projects .project.project-medium[data-v-52cac555] {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    text-align: left;
}



/*
Project Hover Title Appears


.projects[data-v-52cac555] .frame {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 23px;
    font-size: 32px;
    line-height: 1.3em;
    z-index: 900;
    mix-blend-mode: difference;
    text-decoration: none;
    color: #fff;
    float: left;
}

.projects[data-v-52cac555] .frame .name {
    float: left;
}
*/ 
.projects[data-v-52cac555] .frame::after,
.projects[data-v-52cac555] .frame::before {
    content: attr(data-content);
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.projects .project[data-v-52cac555]:hover {
    opacity: .8;
}

.projects .project[data-v-52cac555]:hover::after,
.projects .project[data-v-52cac555]:focus::before {
    content:attr(data-content);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 23px;
    font-family: "Space Grotesk", Icons;
    font-size: 32px;
    line-height: 1.3em;
    mix-blend-mode: difference;
    z-index: 900;
    color: #fff;
}
/**/


/* Project Image Hover Effect
.projects[data-v-52cac555] .frame:before, .projects[data-v-52cac555] .frame:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/


/*
Project Details
*/

.details {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    font-size: 11px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}

.details .excerpt {
    display: inline-block;
    width: 252px;
	margin-top: 12%;
    margin-left: 6%;
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: left;
    float: left;
    z-index: 900;
}

.details .excerpt h1 {
    font-size: 12px;
	text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: .5em;
    z-index: 900;
}



/*
Page Nav
*/
.pagenav {
    align-self: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: 20px;
    z-index: 900;
}



/*
Index
*/

.flex {
    flex-grow: 1;
    display: flex;
}

.indexpage {
	width: 100%;
}

.leftgallery {
   
}

.leftgallery[data-v-4b08b514] .hiproject {
    padding-bottom: 10px;
}

.hello[data-v-4b08b514] {
    position: static;
    display: inline-block;
    float: left;
    padding-bottom: 36px;
    width: 33.3%;
    max-width: 100%;
    max-height: 100%;
    font-size: 11px;
    line-height: 0.05em;
    letter-spacing: 0.06em;
}

/* Clear floats */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1640px) {
  .hello[data-v-4b08b514] {
    position: static;
    display: inline-block;
    float: left;
    padding-bottom: 28px;
    width: 50%;
    max-width: 100%;
    font-size: 11px;
    line-height: 0.05em;
    letter-spacing: 0.06em;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1080px) {
  .hello[data-v-4b08b514] {
    position: static;
    display: inline-block;
    float: left;
    padding-bottom: 20px;
    max-width: 100%;
    font-size: 10px;
    line-height: 0.05em;
    letter-spacing: 0.06em;
	width: 100%;
  }
}


.hello[data-v-4b08b514] img {
	mix-blend-mode: normal;
    opacity: 1;
	object-fit: cover;
    max-width: 100%;
    max-height: 390px;
    height: auto;
    padding-left: 17px;
    padding-right: 17px;
}

.hello[data-v-4b08b514] img:hover {
    opacity: 0.75;
    mix-blend-mode: multiply;
    cursor: pointer;
}

.item[data-v-4b08b514] {
    padding-top: 15px;
    transition: color .3s ease-out;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    margin-bottom: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.85);
}

/*
List
*/

.item[data-v-4b08b514] .number {
    float: center;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-family: "Space Grotesk", Icons;
	font-style: normal;
    font-size: 1.08em;
}

.item[data-v-4b08b514]:hover,
.item[data-v-4b08b514]:hover a {
    color: #656565;
}


.item[data-v-4b08b514] .number,
.item[data-v-4b08b514] a {
    transition: color .3s ease-out;
}


.item[data-v-4b08b514] .title {
    padding-bottom: 10px;
    transition: color .2s ease-out;
}


/*
.hello[data-v-4b08b514]:hover,
.item[data-v-4b08b514] a {
	text-decoration-color: #fff;
    background-color: #d75b5b;
}

.hello[data-v-db08b514] > :hover,
.list .item[data-v-db08b514] a:focus {
	background-color: #d75b5b;
}

.hello[data-v-db08b514]:hover + .list .item[data-v-db08b514] {
	background-color: #d75b5b;
}

.list .item[data-v-db08b514]:hover::after,
.hello[data-v-db08b514]:focus::before {
    background-color: #d75b5b;
}


height: 0px; 
width: 100%; 
min-width: 100%; 
overflow: hidden; 
display: block; 
align-self: flex-start; 
visibility: hidden; 
pointer-events: none; 
box-sizing: border-box; 
z-index: -1;
*/



/*
About (Marquee)

@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}

@keyframes marquee {
    0% { 
    transform: translateY(0)
    }
    100% {
    transform: translateY(-50%)

    }
}

@-webkit-keyframes marquee {
  	0% { 
    transform: translateY(0)
    }
    100% {
    transform: translateY(-50%)
    }
}

.marquee {
  margin-top: 0 auto;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 365px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  -webkit-animation: marquee 10s linear infinite;
}

.marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
*/


/*
Travel
*/

.hover-title {
    display: inline;
    font-size: 30px;
    letter-spacing: 0.02em;
}

.hover-title a:hover{
  	border-bottom: 1px solid #000;
    pointer-events: auto;
}

.hover-image {
    display: none;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    display: flex;
    pointer-events: none;
}

.hover-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

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

/*
Layout (general)
*/

.layout, body {
    background: transparent;
}

.layout {
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    letter-spacing: .02em;
    font-size: 32px;
    line-height: 1.3em;
    font-family: S1,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #010101;
    min-height: 100vh;
}

.layout a, .layout span.a {
	cursor: pointer;
    color: inherit;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.layout a, .layout a.active, .layout a:active, .layout a:hover {
	color: #010101;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
* {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}

user agent stylesheet
section {
    display: block;
}


.layout {
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    letter-spacing: .02em;
    font-size: 32px;
    line-height: 1.3em;
    font-family: S1,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #010101;
}

/**
 * Loading Animation

 */

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

/**
 * Editor styles
 */

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

[data-predefined-style="true"] bodycopy a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 0.75);
	padding-bottom: inherit;
	text-decoration: none;
    cursor: pointer;
}

[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: "Diatype Semi-Mono Variable", Icons;
    letter-spacing: 0.01em;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1;
	color: rgba(0, 0, 0, 1);
    line-height: 1.2;
	font-style: normal;
	font-weight: 300;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
	}

[data-predefined-style="true"] h1 a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 0.78);
}

[data-predefined-style="true"] h1 a:hover {
	border-bottom: 1px solid;
    pointer-events: auto;
}

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

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

[data-predefined-style="true"] h2 a:hover {
	border-bottom: 1px solid;
}

[data-predefined-style="true"] small {
	line-height: 0.5;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	color: rgba(0, 0, 0, 0.75);
	font-size: 1rem;
}

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

[data-predefined-style="true"] small a:hover {
	font-style: oblique;
}

/**
 * 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: #f9f7f2;
}

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

[data-css-preset] .content_padding {
	padding-top: 8rem /*!main_margin*/;
	padding-bottom: 8rem /*!main_margin*/;
	padding-left: 8rem /*!main_margin*/;
	padding-right: 8rem /*!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: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.7rem;
    margin-bottom: .3rem;
    font-size: 24pt;
	color: rgba(0, 0, 0, 0.75);
    font-family: "Neue Haas Grotesk", Icons;
	line-height: 1.1;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: Quiosco, Icons;
	font-style: italic;
	line-height: 1.2;
    text-align: center;
}

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

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


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

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

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

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

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

/**
 * Site Menu
 */

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

body.mobile #site_menu_button {
	margin: -23px;
    font-size: 27px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Diatype Semi-Mono Variable", Icons;
    letter-spacing: 0.02em;
	background: #95988d;
	font-size: 27px;
	font-style: normal;
	padding: 20px 30px 90px 50px;
	max-width: 100%;
    width: 100%;
	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(0, 0, 0, 0.85);
}

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 0.42);
    font-style: normal;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(0, 0, 0, 0.75);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 45px;
	line-height: 1.4em;
    padding-right: .22em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}



/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 0rem /*!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.3rem;
	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.4);
    color: white;
}


/**
 * 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.85);
    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.75);
    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-bottom: 0px dashed rgba(0, 0, 0, 0.2);
}

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