body {
	background: #fff !important;
	font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 400; font-style: normal !important;
}

.header-image-wrapper {
	display: none !important;
}

.nav {
	height: 60px;
	width: 100%;
	margin-bottom: 35px;
}

.avatar-wrapper {
	left: 50%;
	margin-left: -54px;
	position: absolute;
	top: 10px;
	display: none !important;
}

.avatar-style-circle .avatar-wrapper {
	top: 10px;
	display: none;
}

.avatar-style-circle h1 {
	display: none;
}

.logo {
	background-image: url(https://cdn.shopify.com/s/files/1/0177/2424/files/melting-ripndip.gif?8780);
	background-position: -120px 0px;
	background-repeat: no-repeat;
	margin-top: 65px !important;
	display: block;
	width: 446px;
	height: 135px;
	opacity: 1;
	margin-left: -9px;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	margin: 0 auto;
}




.nav-menu-wrapper:not(.exposed) .nav-menu {
	float: left;
	position: relative;
	margin: 7px;
	z-index: 10;
	display: none;
}

.post-wrapper {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	position: relative;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background-clip: none !important;
}

#posts {
	margin-top: -30px !important;
}

.nav ul{
	display: block;
	width:300px;
	margin:0 auto;
}

.nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 20px;
}

.nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #c4c4c4;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 400; font-style: normal !important;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.nav ul li a:hover {
	color: #000;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.panel {
	z-index: 0 !important;
	height: 50px;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	-webkit-transition: opacity 0.35s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 0.35s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-ms-transition: all 0.35s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 0.35s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: opacity 0.35s cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transform: translate3d(0,0,0);
	top: 44%;
	background: #40ff57;
	left: 36%;
	display: block;
}

article.active .panel {
	opacity: 1;
	z-index: 9999 !important;
	filter: alpha(opacity = 100);
	top: 44%;
	background: #40ff57;
	left: 36%;
	display: block;
}

.post-footer ul.post-date {
	display: none !important;
}

.notes {
	padding-top: 12px !important;
}

.post {
	margin-bottom: 0px !important;
}

.active .post {
	margin-bottom: 50px !important;
}

 .attribution-tags {
display: none !important;}

.post p {
	margin: 0;
	text-align: center;
	font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 300; font-style: normal !important;

}

.photo-wrapper:not(.high-res) + .caption {
	border-top: 0px solid #fff;

}

#like.show {
opacity: 1 !important;
}

figure:not(.high-res) img[src$='.gif'] {
margin: -40px 0;
width: auto !important;
}

.photo .high-res img {
	width: auto !important;
}











