
#post-pagination {
    display:none;
}

#single-post-wrapper {
	display: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size:100%;
    position: fixed;
    top: 0;
	bottom: 0;
    width:100%;
	height: 100%;
    z-index: 29;
    overflow-y: auto;
}
.desktop #single-post-wrapper {
	/*background-image: url("http://static.tumblr.com/3q87dcl/rjan9i4q9/page_bg_skyline.png"), url("http://static.tumblr.com/3q87dcl/HXqn9i4pw/page_bg.jpg");*/
	background-color: #000;
	background-image: url(http://static.tumblr.com/2lq25px/NF0ne9wo5/bg40.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat;
}

#post-page-wrapper  {
	/*background-color: rgba(0,0,0,0.7);*/
	background-repeat: repeat-y;
	position: fixed;
	width: 100%;
	/*padding-bottom: 100px;*/
	height: 100%;
	overflow-y: auto;
}

#post-nav {
	margin: 0 auto;
}

#button-cover {
    
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    z-index:10;
}

#close-wrapper {
	position: relative;
	top: 169px;
	margin: 0 auto;
	z-index:100;
	width: 600px;
	height: 31px;
}

#close-wrapper #grid-btn {
    position: relative;
    z-index: 100;
    float: right;
    width: 30px;
    height: 31px;
    background: url(http://static.tumblr.com/3q87dcl/hE7n9y5t8/lb_closebtn.png);
    background-position: 0px 0px;
    cursor: pointer;
}

#button-wrapper {
	position: relative;
	top: 300px;
	margin: 0 auto;
	height: 60px;
}


#button-wrapper #next-btn {
	position: relative;
	z-index: 100;
    top: 0;
    float: left;
	margin-left: -54px;
    width:54px;
    height:60px;
    background-color: #fdb901;
    background-image: url(http://static.tumblr.com/3q87dcl/bSgn9ll27/slides-left-btn.png);
    background-size: 54px 60px;
    -webkit-transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -o-transition: all 200ms ease-out 0ms;
    transition: all 200ms ease-out 0ms;
	cursor: pointer;
}
#button-wrapper #next-btn:hover {
    background-color: #000;
    background-position: -10px 0px;
}
#button-wrapper #prev-btn {
    position: relative;
    z-index: 100;
    top: 0;
    float: right;
	margin-right: -54px;
    width:54px;
    height:60px;
    background-color: #fdb901;
    background-image: url(http://static.tumblr.com/3q87dcl/MDSn9ll35/slides-right-btn.png);
    background-size: 54px 60px;

    -webkit-transition: all 200ms ease-out 0ms;
    -moz-transition: all 200ms ease-out 0ms;
    -o-transition: all 200ms ease-out 0ms;
    transition: all 200ms ease-out 0ms;
	cursor: pointer;
}
#button-wrapper #prev-btn:hover {
    background-color: #000;
    background-position: 10px 0px;
}

#post-information {
	padding-top: 20px;
}
@media screen and (min-width:801px){
	
	#mobile-button-wrapper {
		display: none;
	}
}

#post-content {
    position: relative;
	max-width: 530px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 auto;
}

#post-content-container {
    position: relative;
    width: 530px;
    margin: 140px auto 0;
	background-color: #ffffff;
	color: #585858;
    font-family: 'Archivo Narrow', sans-serif;
	font-size: 30px;
}
#post-content-container > p {
	padding: 0 20px 0 30px;
	text-transform: none;
}
.no-title #post-content-container {
	background-color: #13758a;
	color: #222;
}
#post-content-container .page404 {
	margin-top: 50px;
	background: #000;
	padding: 8px;
}
#post-content-container .page404 .inner {
	background: #1a1b1f;
	color: #ccc;
	padding: 10px 15px;
	text-transform: none;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
}
#post-content-container .page404 .inner .title {
	margin: 0 0 10px 0;
	font-weight: 400;
	font-size: 21px;
	color: #fbb72c;
	font-family: 'Archivo Narrow', sans-serif;
}

/* PHOTO POST IMAGE */



#post-date-new {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 18px;
 	position: relative;
	height: auto;
	width: 470px;
	margin: 0 auto;
	text-transform: uppercase;
}
.no-title #post-date-new {
	padding-top: 30px;
}


#post-nav #post-date-new p {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	letter-spacing: .005em;
	margin: 0;
}

#post-content-container #post-notes {
	list-style: none;
	margin: 20px 5% 0 5%;
	display: none;
}
#post-content-container #post-notes img {
    width: 30px;
    height: 30px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;*/
    position: relative;
    margin-right: 15px;
}
#post-content-container #post-notes li {
	margin-bottom: 14px;
	text-transform: none;
	line-height: 1.2em;
	font-size: 18px;
}
#post-content-container #post-notes li a {
	text-decoration: underline;
}


#post-content-container #post-images {
	background-color: white;
	/* position: absolute; */
	/* top: 30px; */
	position: relative;
	margin: 0;
	width: 100%;
	z-index: 50;
}
#post-content-container #post-images:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#post-content-container #post-images li {
    list-style: none;
    width:660px;
    min-height:100px;
    float: left;
    margin-right: 0!important;
}

#post-content-container #post-images li img {
    width:100%;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

/* POST INFORMATION */



#post-content-container #post-information {
   position: relative;
   width: 100%;
   height: auto;
   z-index: 40;
   font-family: 'Archivo Narrow', sans-serif;
   font-size: 20px;
	background-color: #fff;
    
}

#post-information .post-caption blockquote, #post-information .post-caption blockquote p {
    margin: 0px;
	padding: 0px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	/* color: #f95e34; */
	text-transform: uppercase;
	float: left;
/* height: 50px; */
}

/* TEXT POST */
#post-question {
	background: #fdb901;
	color: #fff;
	padding: 20px 5%;
	text-transform: none;
	font-family: 'Archivo Narrow', sans-serif;
	line-height: 1.2em;
}
#post-question i {
	position: absolute;
	font-size: 42px;
	top: 20px;
	font-style: normal;
	line-height: 0.8em;
}
#post-question div {
	padding-left: 40px;
}
#post-content-container #post-title {
	padding: 20px 5%;
	line-height: 1.2em;
	font-family: 'Archivo Narrow', sans-serif;
	color: #fff;
	text-transform: none;
	background: #fdb901;
}
#post-content-container #post-title.quote i {
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
#post-content-container #post-title h3 {
	margin: 0;
	font-weight: normal;
}
#post-content-container #post-text {
    margin: 0 5%;
	width: 90%;
    padding: 15px 0;
    height: auto;
	text-transform: none;
    background: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 24px;
	color: #222;
}
.no-title #post-content-container #post-text {
	background: #13758a;
	color: #fff;
}
#post-content-container #post-text .tumblr_blog {
	text-transform:uppercase;
	color: #FDB901;
}
#post-content-container #post-text .author {
	text-transform: uppercase;
	font-size: 21px;
	text-align: right;
}

#post-content-container #post-text img {
    width: 100%;
    margin-bottom: 10px;
}

#post-content-container #post-text ul {
	list-style-position: inside;
}
/* VIDEO POST */

#post-content-container #video-embed-visible {
   position: relative;
   width: 100%;
   height: auto;
   z-index: 40;
   font-family: 'Archivo Narrow', sans-serif;
   font-size: 20px;
   background-color: white;

}

#video-embed-visible iframe {
	width: 530px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

/* NOTE COUNT */



/* LIKE / REBLOG BUTTONS */



#note-count-new {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	font-size: 35px;	
	padding: 10px 30px;
	margin: 0;
	cursor: pointer;
}
#note-count-new .icon {
	background: url(http://static.tumblr.com/3q87dcl/hgYnaxl5u/notes_arrow.png) no-repeat;
	background-position: 0 0;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 10px;
}
#note-count-new .icon.down {
	background-position: -25px 0;
}
#post-information .title {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	letter-spacing: .009em;
	font-size: 21px;	
	padding: 0 20px 0 30px;
	margin: 15px 0 0;
	text-transform: none;
	line-height: 1.2em;
}
#post-information .title img {
	margin-left: -30px;
}
#post-information .title p {
	margin: 0.5em 0;
}
/*#post-information .title p:first-child, #post-text > p {
	display: none;
}
#post-information .title blockquote p:first-child {
	display: block !important;
}*/
#post-information .title blockquote, #post-text blockquote {
	margin: 1em 0;
	padding: 0;
	border-left: 3px solid #fdb901;
	padding-left: 20px;
}
/*#post-content blockquote { padding-left: 3%; width: 87%; }
#post-content blockquote blockquote { padding-left: 3%; width: 84%; }
#post-content blockquote blockquote blockquote { padding-left: 3%; width: 81%; }*/
/*#post-information .title blockquote.normal, #post-information .title > blockquote {
	border: none;
	padding: 0;
}*/

#post-information iframe {
	width: 100%;
}
#post-wrapper {
	position: relative;
	height: 50px;
	padding: 0;
	margin-top: 20px;
}



#post-social-buttons {
	position: relative;
	width: 75%;
	left: 10px;
}
#post-social-buttons a {
	pointer-events: auto;
}

#post-information .post-twitter-btn {
	position: absolute;
	background-image: url(http://static.tumblr.com/3q87dcl/ik7n9usn5/post-tw.png);
	left: 20px;
    width: 35px;
    height: 35px;
    background-position: 0px 0px;
	background-size: 100% 100%;
}

#post-information .post-facebook-btn {
	position: absolute;
	background-image: url(http://static.tumblr.com/3q87dcl/z4On9usom/post-fb.png);
	left: 65px;
    width: 35px;
    height: 35px;
    background-position: 0px 0px;
	background-size: 100% 100%;
}

#post-information .post-gplus-btn {
	position: absolute;
	background-image: url(http://static.tumblr.com/3q87dcl/AVOn9usp3/post-gplus.png);
    left: 110px;
    width: 35px;
    height: 35px;
    background-position: 0px 0px;
	background-size: 100% 100%;
}

#post-information .post-pinterest-btn {
	position: absolute;
	background-image: url(http://static.tumblr.com/3q87dcl/JIIn9uspb/post-pin.png);
    left: 155px;
    width: 35px;
    height: 35px;
    background-position: 0px 0px;
	background-size: 100% 100%;
}

#post-like-reblog-btns {
    position: relative;
    float: right;
    height: 35px;
    width: 30%;
    padding-right: 10px;
}

#post-like-reblog-btns .post-like-btn {
    width: 35px;
    height:35px;
    pointer-events:auto;
    display: inline-block;
	position: absolute;
	left: 50px;
}

.post-like-btn .like_button {
    position: absolute;
    width: 35px;
	height: 35px;
}

/*Force iframe to fill button 
.post-like-btn .like_button iframe {
    width: 100% !important;
    height: 100% !important;
}*/


/* Liked State 
.post-like-btn .like_button.liked + .my-like-btn {
    background-position: -40px 0px;
}*/

#post-like-reblog-btns .post-link-btn {
	position: absolute;
    width:35px;
    height:35px;
    cursor: pointer;
}
#post-like-reblog-btns .post-link-btn #link-btn {
	background-image: url(http://static.tumblr.com/3q87dcl/eawnbcf3g/post-link.png);
	background-position: 0px 0px;
	background-size: 100% 100%;
	width:35px;
    height:35px;
}
#tooltiptext{
    display: none;
}

.post-like-btn .my-like-btn {
    position: absolute;
    width:35px;
    height:35px;
    background-image: url(http://static.tumblr.com/3q87dcl/wzzn9usq0/post-heart.png);
    background-position: 0px 0px;
    cursor: pointer;
	pointer-events: none;
	background-size: 100% 100%;
}
#post-like-reblog-btns .post-like-btn.liked .my-like-btn {
	display: none;
}

#post-like-reblog-btns .post-reblog-btn {
    position: absolute;
    width:35px;
    height:35px;
    left: 100px;
    background-image: url(http://static.tumblr.com/3q87dcl/Xa4n9usq6/post-reblog.png);
    background-position: 0px 0px;
    cursor: pointer;
	background-size: 100% 100%;
}

/* Hover State */
/*.post-like-btn .like_button:hover + .my-like-btn {
    background-position: -40px 0px;
}

.post-like-btn .my-like-btn:hover {
    background-position: -40px 0px;
}

#post-like-reblog-btns .post-reblog-btn:hover {
    background-position: -40px 0px;
}

 #post-information .post-facebook-btn:hover {
	background-image: url(http://static.tumblr.com/3q87dcl/L6Gn9nk7r/share-fb.png);
    background-position: 0px -27px;
}

#post-information .post-twitter-btn:hover {
	background-image: url(http://static.tumblr.com/3q87dcl/LR2n9nko3/share-twit.png);
    background-position: 0px -27px;
}

#post-information .post-gplus-btn:hover {
	background-image: url(http://static.tumblr.com/3q87dcl/KXVn9nl2i/share-gplus.png);
    background-position: 0px -27px;
}

#post-information .share-pin-btn:hover {
	background-image: url(http://static.tumblr.com/3q87dcl/cUgn9nks6/share-pin.png);
    background-position: 0px -27px;
}

*/



#post-information .tags-container {
	margin: 10px 0 15px 0;
	/*float: left;*/
	padding: 0 30px 0 30px;
}

#post-information .tags-container a {
    font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
    font-size: 18px;

    width: 66.037735849057%;
    text-transform: uppercase;
    pointer-events:auto;
}

#post-information #post-notes-positioner {
    position: relative;
    border-top: 3px solid #9b9b9b;
	margin: 20px 0 0 0;
	background: #fff;
}



