.single .post-content {
	padding: 5%;
}
.post-header {
	padding: 4% 5%;
}
.header .logo img {
	max-height: 250px;
}
.header {
	padding: 20px 0;
}
.footer {
	padding: 0 !important;	
}
#swipebox-overlay #swipebox-caption {
	display: none;
}
.min-time {
	font-size: 0.7em;
}
.posts .post-meta {
	border-top: 1px solid #f4f4f4;
}
.small-padding {
	padding: 20px 0;
}
.navigation-inner {
	text-align: center;
}
.main-menu {
	display: inline-block;
	margin-bottom: -5px;
}
.main-menu > li a{
	letter-spacing: 0.3em;
}
.main-menu > li:before,
.main-menu > li:not(:last-child):after {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	margin-right: -3px;
	font-size: 16px;
	color: #ccc;
	font-weight: 300;
	z-index: 1000;
}
.main-menu > li:not(:last-child):after {
	content: "\\";
}
.posts .format-status .post-excerpt {
	background: #00625B;
}
.bg-dark {
	background-color: #1B1313;
}
.featured-media img {
  width: 100%;
}
.jp-carousel-comments,
#jp-carousel-comments-loading {
    display: none !important;
}
@media (max-width: 1000px){
	.main-menu {
		display: none;
	}
}
