body {
	font-family: "Open Sans", sans-serif;
	background: #FBFBF8;
	min-height: 100vh;
}
#lightbox {
	padding: 30px;
	position: fixed;
	background: rgba(0,0,0,.75);
	z-index: 10;
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}
.lightbox-img-wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.lightbox-img img {
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
}
#side-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	background: #2d2d2d;
	z-index: 5;
	width: 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: hidden;
}
.right-nav {
	right: 0;
}
.left-nav {
	left: 0;
}
#side-nav-overlay {
	background: rgba(37,37,37,.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
	display: none;
	cursor: pointer;
}
#side-nav .side-nav-wrapper {
	padding: 30px;
	display: none;
}
.mCSB_inside > .mCSB_container {
	margin-right: 0;
}
.mCSB_scrollTools {
	top: 10px;
	bottom: 10px;
}
#side-nav .section {
	margin-bottom: 25px;
}
#side-nav .section:last-child {
	margin-bottom: 0;
}
#side-nav .section .title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
}
#side-nav #close-side-nav {
	padding: 7px 30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -7px;
	cursor: pointer;
}
#side-nav #close-side-nav:hover {
	color: #ffffff;
	background: #4d4d4d;
}
#side-nav #socialmedia {
	margin-left: -5px;
}
#side-nav #socialmedia .social-media {
	margin-top: 0;
	margin-bottom: 5px;
}
#side-nav .section .row {
	margin: 0 -5px;
}
#side-nav .section .gallery a {
	display: block;
	width: calc(33.33333333% - 10px);
	padding: 5px;
	float: left;
}
#side-nav .section .gallery a:hover {
	opacity: .75;
}
#side-nav .section .gallery a img {
	max-width: 100%;
	height: auto;
}
#side-nav .section .gallery .ballboy-shot-image-description {
	display: none;
}
#side-nav ul {
	margin: 0 -30px;
	padding: 0;
	list-style-type: none;
}
#side-nav ul li {
	margin: 0 0 2px;
}
#side-nav ul li a {
	padding: 7px 30px;
	display: block;
	color: #ffffff;
	font-size: 12px;
}
#side-nav ul li .active,
#side-nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #4d4d4d;
}
#side-nav ul li a .circle {
	position: relative;
	top: -1.5px;
	margin-right: 5px;
	padding: 1px;
	border-radius: 500px;
	border: 2px solid #ffffff;
	display: inline-block;
}
#main-nav {
	padding: 130px 0;
}
.logo .avatar {
	float: left;
	margin-right: 20px;
	border-radius: 5px;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
}
.logo .square {
	border-radius: 5px;
}
.logo .circle {
	border-radius: 500px;
}
.logo .title {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: -.05em;
	display: block;
	color: #424242;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.logo .title h1 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}
.logo a,
.logo a:hover {
	color: inherit;
	text-decoration: none;
}
.logo .subtitle {
	font-weight: 300;
	font-size: 16px;
	display: block;
	color: #777777;
}
.logo img {
	max-height: 30px;
	width: auto;
}
.social-media-icons,
.bars {
	font-size: 20px;
	font-weight: 400;
}
.bars i {
	-webkit-transition: all 175ms ease-out;
	-moz-transition: all 175ms ease-in-out;
	-o-transition: all 175ms ease-in-out;
	-ms-transition: all 175ms ease-in-out; 
	transition: all 175ms ease-in-out;
	cursor: pointer;
	color: #424242;
}
.bars-active,
.bars i:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.filter {
	margin-bottom: 60px;
	font-weight: 400;
}
.filter ul li {
	color: #424242;
	font-size: 12px;
	padding: 0 5px;
}
.filter ul .filter-title {
	padding: 4px 15px 0;
}
.filter ul li a {
	display: inline-block;
	color: #ffffff;
	padding: 2px 7px;
	border-radius: 3px;
	background: #424242;
	border: 1px solid transparent;
}
.filter ul li .active,
.filter ul li a:hover {
	color: #424242;
	border-color: #424242;
	background: transparent;
	text-decoration: none;
}
.posts {
	min-height: calc(100vh / 3);
}
.post {
	margin: 0 0 120px;
}
.post:first-child {
	margin-top: 0;
}
.post .media {
	margin-bottom: 40px;
	text-align: center;
}
.post .media iframe {
	width: 100%;
	border: none;
}
.post .media .photoset {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
.post .media img {
	max-width: 100%;
	height: auto;
}
.post .caption {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #777777;
	display: block;
}
.post .title {
	margin-bottom: 13px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.05em;
}
.post .title h1 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}
.post .title,
.post .date {
	text-align: center;
}
.post .title a {
	color: #424242;
}
.post .title a:hover {
	text-decoration: none;
}
.post .source,
.post .date {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	color: #777777;
}
.post .date a {
	font-weight: 700;
	color: #424242;
}
.post .date a:hover {
	text-decoration: none;
	color: #2d2d2d;
}
.post .source {
	text-align: center;
	font-size: 14px;
	color: #2d2d2d;
}
.post .question {
	margin-bottom: 25px;
	padding: 25px;
	border: 1px solid #d8d8d8;
	background: #e8e8e8;
	font-size: 18px;
	line-height: 27px;
	color: #424242;
}
.post .body {
	margin: 0 auto 60px;
	font-size: 16px;
	line-height: 27px;
	width: 70%;
}
.post .body p {
	margin-bottom: 40px;
	color: #424242;
}
.post .body ol,
.post .body ul {
	margin-bottom: 40px;
}
.post .body .gallery-layout {
	margin-bottom: 40px;
}
.post .body p:last-child {
	margin-bottom: 0;
}
.post .body img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}
.post .source a,
.post .footer a,
.post .body a {
	color: #2d2d2d;
	display: inline-block;
	border-bottom: 1px solid #d1d1d1;
}
.post .body {
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.post .source a:hover,
.post .footer a:hover,
.post .body a:hover {
	text-decoration: none;
}
.post .source a:active,
.post .footer a:active,
.post .body a:active {
	border-color: #2d2d2d;
}
.post .footer .tag {
	margin: 0 10px;
}
.post .body .caption {
	margin: 5px 0;
} 
.post .body .row-4 {
	margin-top: -8px;
}
.chat .chat-box {
	padding: 10px 15px;
	color: #424242;
}
.chat .chat-box-even {
	background: #d8d8d8;
}
.post .notes .note blockquote,
.chat .chat-box-odd {
	background: #e8e8e8;
}
.post .footer {
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	text-align: center;
}
.post .footer a {
	color: #777777;
}
.post .footer a:active {
	border-color: #777777;
}
.post .notes .note {
	padding: 15px 20px;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
}
.post .notes .note .avatar_frame {
	margin-right: 10px;
}
.post .notes .note blockquote {
	padding: 10px 15px;
	background: #E8E8E8;
}
.post .footer .dash {
	margin: 0 5px;
	display: inline-block;
}
.post .footer .fade-border:hover {
	border-color: #b5b5b5;
}
.post .footer .border {
	margin: 120px auto 0;
	width: 5%;
	display: block;
	height: 1px;
	background: #d6d6d6;
}
.post:last-child .footer .border {
	display: none;
}
.pagination {
	margin: 120px 0;
	text-align: center;
}
.pagination a {
	margin: 0 15px;
	padding: 12px 19px;
	color: #ffffff;
	background: #2d2d2d;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border: 2px solid #2d2d2d;
}
.pagination a:hover {
	text-decoration: none;
	background: transparent;
	color: #2d2d2d;
}
#main-footer {
	padding: 70px 0;
	background: #2d2d2d;
}
#main-footer .logo .title {
	font-size: 18px;
	color: #ffffff;
}
#main-footer .logo .subtitle {
	font-size: 12px;
}
.social-media {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 12px;
	border-radius: 3px;
	padding: 2px 3px;
	text-align: center;
	background: #ffffff;
	color: #2d2d2d;
	width: 22px;
	display: inline-block;
	border: 1px solid #ffffff;
}
.social-media:hover {
	border-color: #ffffff;
	color: #ffffff;
	background: transparent;
}
#sub-footer {
	padding: 20px 0;
	font-size: 12px;
	color: #777777;
	background: #1d1d1d;
}
#sub-footer a {
	color: #777777;
	display: inline-block;
	border-bottom: 1px solid #2d2d2d;
}
#sub-footer a:hover {
	text-decoration: none;
}
#sub-footer a:active {
	border-color: #777777;
}
#sub-footer .fa-heart {
	color: #fcb0fb;
}
#infscr-loading {
	position: fixed;
	left: 15px;
	top: 15px;
	padding: 10px;
	background: #FBFBF8;
	border: 1px solid #ededed;
}
@media all and (max-width: 991px) {
	#main-nav {
		padding: 15px 0 30px;
	}
	.row-valign .logo,
	.row-valign .bars {
		display: block;
		text-align: center;
	}
	.logo .avatar {
		float: none;
		margin: 0 auto;
	}
	.logo .title {
		display: block;
	}
	.logo .subtitle {
		display: block;
	}
	.posts {
		min-height: auto;
	}
	.filter {
		display: none;
	}
	.post {
		margin: 0 0 60px;
	}
	.post .title {
		font-size: 26px;
	}
	.post .question {
		padding: 15px;
		font-size: 14px;
		line-height: 25px;
	}
	.post .body {
		width: auto;
		font-size: 14px;
		line-height: 25px;
	}
	.post .footer .border {
		margin: 60px auto 0;
	}
}