/**
 * WordPress Core
 */
.alignnone {
	display: block;
	margin: 0.5em 1.5em 1.5em 0;
}
.aligncenter {
	display: block;
	margin: 0.5em auto 0.5em auto;
}
.alignright {
	float: right;
	margin: 0.5em 0 1.5em 1.5em;
}
.alignleft {
	float: left;
	margin: 0.5em 1.5em 1.5em 0;
}
.aligncenter {
	display: block;
	margin: 0.5em auto 0.5em auto;
}
a img.alignright {
	float: right;
	margin: 0.5em 0 1.5em 1.5em;
}
a img.alignnone {
	margin: 0.5em 1.5em 1.5em 0;
}
a img.alignleft {
	float: left;
	margin: 0.5em 1.5em 1.5em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption.alignnone {
	margin: 0.5em 1.5em 1.5em 0;
}
.wp-caption.alignleft {
	margin: 0.5em 1.5em 1.5em 0;
}
.wp-caption.alignright {
	margin: 0.5em 0 1.5em 1.5em;
}
.wp-caption img {
	display: block;
	border: 0 none;
	margin: 0;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
	font-size: 12px;
	font-style: italic;
	margin: 0.5em 0;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.gallery-caption {}
.sticky {}
.bypostauthor {}

/**
 * Global Elements
 */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	position: relative;
	height: 100%;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1.625;
	overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
p, blockquote, ul, ol, address {
	margin: 0 0 1.5em;
}
figure, iframe {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.container:before, .container:after {
	content: "";
	display: table;
}
.container:after {
	clear: both;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.full-width {
	width: 100%;
}
@media ( max-width: 991px ) {
	.show-on-mobile {
		display: initial !important;
	}
	.hide-on-mobile {
		display: none !important;
	}
}

/**
 * Forms & Buttons
 */
form {
	font-size: 14px;
	line-height: 24px;
}
form p {
	margin-bottom: 1em;
}
label {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
::-webkit-input-placeholder{
	color: inherit;
}
:-moz-placeholder{
	color: inherit;
}
::-moz-placeholder{
	color: inherit;
}
:-ms-input-placeholder {
	color: inherit;
}
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
	padding: 6px 8px;
	background-color: #fff;
	border-radius: 0;
	border: 2px solid #e5e5e5;
	color: #666;
	font: inherit;
	line-height: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sidebar input[type="date"],
.sidebar input[type="email"],
.sidebar input[type="password"],
.sidebar input[type="search"],
.sidebar input[type="text"],
.sidebar select,
.sidebar textarea {
	background-color: #000;
	border-color: #444;
	color: #777;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
	border-color: #d5d5d5;
	outline: 0;
}
.sidebar input[type="date"]:focus,
.sidebar input[type="email"]:focus,
.sidebar input[type="password"]:focus,
.sidebar input[type="search"]:focus,
.sidebar input[type="text"]:focus,
.sidebar select:focus,
.sidebar textarea:focus {
	border-color: #555;
}
input[type="reset"],
input[type="submit"],
button,
.button {
	padding: 6px 12px;
	background-color: transparent;
	border-radius: 0;
	border: 2px solid #000;
	color: #000;
	line-height: inherit;
	letter-spacing: 1.5px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar input[type="reset"],
.sidebar input[type="submit"],
.sidebar button,
.sidebar .button {
	border-color: #fff;
	color: #fff;
}
input[type="reset"]:hover, input[type="reset"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus,
.button:hover, .button:focus {
	background-color: #333;
	border-color: #333;
	outline: 0;
	color: #fff;
}
.sidebar input[type="reset"]:hover, .sidebar input[type="reset"]:focus,
.sidebar input[type="submit"]:hover, .sidebar input[type="submit"]:focus,
.sidebar button:hover, .sidebar button:focus,
.sidebar .button:hover, .sidebar .button:focus {
	background-color: #bbb;
	border-color: #bbb;
	outline: 0;
	color: #222;
}
.button-gray {
	border-color: #ddd;
	color: #ddd;
}
.button-gray:hover, .button-gray:focus {
	background-color: transparent;
	border-color: #bbb;
	color: #bbb;
}

/**
 * Main Layout
 */
.body {
	height: 100%;
}
.document {
	position: relative;
	z-index: 1;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.preloader + .body {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.preloader-done .preloader + .body {
	opacity: 1;
}
.preloader-done .preloader {
	opacity: 0;
	display: none;
}
.preloader-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	display: block;
	height: 40px;
	width: 40px;
}
.sidebar-active .document {
	-webkit-transform: translate(-320px, 0);
	-ms-transform: translate(-320px, 0);
	transform: translate(-320px, 0);
}
.main {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
}
.main-inner {
	position: relative;
}
.wrapper {
	max-width: 630px;
	margin: 0 auto;
	padding: 0 15px;
}
.page-background {
	display: none;
	position: absolute;
	width: 38.2%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #222;
}
.page-background:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	margin-right: -1px;
	display: block;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.page-background-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	display: block;
	height: 20px;
	width: 20px;
	opacity: 0.25;
}
.page-background-loader:only-child {
	display: none;
}
.page-background-image {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.page-background-image img {
	max-width: none;	
}
.page-background-image.loaded.active {
	z-index: 1;
	opacity: 1;
}
@media ( min-width: 830px ) {
	.wrapper {
		max-width: 830px;
	}
}
@media ( min-width: 992px ) {
	.page-background {
		display: block;
	}
	.page-background-source,
	.page-background-source + .wp-caption-text {
		display: none !important;
	}
	.show-page-background .main {
		width: 61.8%;
		margin-left: 38.2%;
	}
	.main-inner {
		padding: 0 10%;
	}
}

/**
 * Header
 */
.header-section {
	border-bottom: 1px solid #e5e5e5;
}
@media ( max-width: 991px ) {
	.header-section.show-header-navigation {
		padding-bottom: 30px;
	}
}

/**
 * Header Navigation
 */
.header-navigation + .tinynav {
	border-color: #ddd;
	width: 100%;
	padding-top: 4.5px;
	padding-bottom: 4.5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.header-navigation + .tinynav:focus {
	border-color: #bbb;
}
.header-navigation {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.header-navigation li {
	display: inline-block;
}
.header-navigation > li {
	padding: 15px 15px;
}
.header-navigation a {
	white-space: nowrap;
	color: #000;
}
.header-navigation a:hover, .header-navigation a:focus {
	color: #666;
}
.header-navigation li {
	position: relative;
}
.header-navigation ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 5px 0;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-align: left;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.header-navigation ul > li {
	padding: 9px 14px;
}
.header-navigation li:hover > ul {
	display: block;
}
.header-navigation ul ul {
	top: 0;
	left: 100%;
	margin: -6px 0 0;
}
/* 2nd level caret */
.header-navigation > li.menu-item-has-children:hover:before,
.header-navigation > li.menu-item-has-children:hover:after,
.header-navigation > li.menu-item-has-children:focus:before,
.header-navigation > li.menu-item-has-children:focus:after {
	position: absolute;
	left: 50%;
	bottom: -1px;
	z-index: 2;
}
.header-navigation > li.menu-item-has-children:hover:before,
.header-navigation > li.menu-item-has-children:focus:before {
	content: "";
	margin-left: -8px;
	border-bottom: 8px solid #e5e5e5;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.header-navigation > li.menu-item-has-children:hover:after,
.header-navigation > li.menu-item-has-children:focus:after {
	content: "";
	margin-left: -7px;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
/* >= 3rd level caret */
.header-navigation ul ul:before,
.header-navigation ul ul:after {
	position: absolute;
	top: 24px;
	right: 100%;
}
.header-navigation ul ul:before {
	content: "";
	margin-top: -8px;
	border-right: 8px solid #e5e5e5;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.header-navigation ul ul:after {
	content: "";
	margin-top: -7px;
	border-right: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
@media ( min-width: 992px ) {
	.header-navbar {
		margin-top: 0;
	}
	.header-navigation + .tinynav {
		display: none;
	}
	.header-navigation {
		display: block;
	}
	.show-page-background .header-section.always-show-header-logo .header-navigation,
	.no-page-background .header-navigation {
		border-top: 1px solid #e5e5e5;
	}
	.show-page-background .header-section.mobile-show-header-logo .header-navigation {
		padding-top: 30px;
	}
}
@media ( max-width: 991px ) {
	.header-section.show-header-navigation .header-navbar {
		padding-right: 40px;
		position: relative;
	}
}


/**
 * Logo
 */
.site-logo {
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.site-logo a span {
	display: inline-block;
	padding: 5px 12px;
	border: 4px solid;
	border-color: inherit;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1), inset 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1), inset 0 0 10px rgba(0,0,0,0.1);
}
.header-logo {
	padding: 30px 40px;
	text-align: center;
}
.no-page-background .header-logo {
	display: block !important;
}
.header-logo a {
	color: #000;
}
.header-logo a:hover, .header-logo a:focus {
	color: #666;
}
.page-background-logo {
	position: absolute;
	max-width: 20%;
	top: 30px;
	left: 30px;
	z-index: 1;
	display: none;
}
.page-background-logo a {
	color: #fff;
}
.page-background-logo a:hover, .page-background-logo a:focus {
	color: #fff;
	opacity: 0.8;
}
@media ( min-width: 992px ) {
	.page-background-logo {
		display: block;
	}
	.mobile-show-header-logo .header-logo {
		display: none;
	}
}
@media ( min-width: 1200px ) {
	.page-background-logo {
		top: 40px;
		left: 40px;
	}
}

/**
 * Content
 */
.content-section {
	padding: 80px 0;
}
.content-header {
	padding: 18.5px 20px;
	margin: 0 0 80px;
	border: 2px solid #e5e5e5;
	color: #bbb;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.content-header:empty {
	display: none;
}
@media ( min-width: 992px ) {
	.header-section.mobile-show-header-logo.hide-header-navigation + .content-section {
		padding-top: 120px;
	}
}

/**
 * Post and Page Content Typography
 */
.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
	margin: 2em 0 1em;
	margin: 2rem 0 1rem;
}
.the-content h1, .the-content h2, .the-content h3, .the-content h4 {
	font-weight: normal;
}
.the-content h1 {
	font-size: 2em;
	line-height: 1.2;
}
.the-content h2 {
	font-size: 1.75em;
	line-height: 1.3;
}
.the-content h3 {
	font-size: 1.5em;
	line-height: 1.4;
}
.the-content h4 {
	font-size: 1.25em;
	line-height: 1.5;
}
.the-content h5 {
	font-size: 1em;
}
.the-content h6 {
	font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.the-content blockquote {
	color: #999;
	font-size: 18px;
	font-style: italic;
}
@media ( min-width: 768px ) {
	.the-content blockquote {
		margin-left: 60px;
	}
}

/**
 * Blog Posts
 */
.post-index-loop-default .post {
	padding: 60px 0 0;
	margin-top: 60px;
	border-top: 1px dashed #e5e5e5;
}
.post-index-loop-default .post:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.post-single .post {
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.post-thumbnail {
	position: relative;
}
.post-thumbnail img {
	display: block;
	width: 100%;
}
.post-index-loop-default .post-thumbnail {
	margin: 0 0 30px;
}
.post-single .post-thumbnail {
	margin-bottom: 30px;
}
.post-index-loop-grid .post-format {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #fff;
	font-size: 40px;
}
.post-header {
	text-align: center;
	margin: 0 0 30px;
}
.post-index-loop-grid .post-header {
	margin: 0;
}
.post-index-loop-grid .post {
	margin-top: 40px;
}
.post-index-loop-grid {
	margin-top: -40px;
}
.post-title {
	margin: 0 0 10px;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.1;
}
.post-index-loop-grid .post-title {
	margin: 10px 0 5px;
	font-size: 20px;
	line-height: 1.4;
}
.post-title a {
	color: #000;
}
.post-title a:hover, .post-title a:focus {
	color: #666;
}
.post-meta {
	color: #bbb;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.post-meta span:before {
	content: "";
	margin: 0 10px 0 7px;
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #ddd;
}
.post-meta span:first-child {
	margin-left: 0;
}
.post-meta span:first-child:before {
	display: none;
}
.post-header + .post-content {
	margin-top: 50px;
}
.post-single .post-tags {
	margin-top: 40px;
	color: #999;
	font-size: 14px;
}
.post-single .post-tags a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 2px 10px;
	background-color: #f5f5f5;
	color: #999;
}
.post-single .post-tags a:hover, .post-single .post-tags a:focus {
	background-color: #e5e5e5;
	color: #666;
}
.post-single .post-author {
	position: relative;
	margin-top: 40px;
	padding: 40px 0 40px 110px;
	min-height: 170px;
	border-bottom: 1px solid #e5e5e5;
}
.post-single .post-author-avatar {
	position: absolute;
	overflow: hidden;
	top: 40px;
	left: 0;
	height: 90px;
	width: 90px;
	border-radius: 50%;
}
.post-single .post-author-avatar img {
	display: block;
	border-radius: 50%;
}
.post-single .post-secondary-section-heading {
	margin: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.post-single .post-author-bio {
	margin: 5px 0 0;
	color: #666;
	font-size: 14px;
}
.post-single .post-author-socmed {
	margin: 5px 0 0;
}
.post-single .post-author-socmed a {
	display: inline-block;
	margin-left: 5px;
	color: #ddd;
	font-size: 20px;
}
.post-single .post-author-socmed a:hover, .post-single .post-author-socmed a:focus {
	color: #bbb;
}
.post-single .post-author-socmed a:first-child {
	margin-left: 0;
}
.post-single .post-related {
	padding: 40px 0;
	border-bottom: 1px solid #e5e5e5;
}
.post-single .post-related-items {
	margin-top: 20px;
	margin-bottom: -20px;
}
.post-single .post-share {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
	font-size: 14px;
}
.post-single .post-share a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	border: 2px solid #ddd;
	border-radius: 50%;
	color: #ddd;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.post-single .post-share a:first-child {
	margin-left: 0;
}
.post-single .post-share a:hover, .post-single .post-share a:focus {
	color: #bbb;
	border-color: #bbb;
}
.post-single .post-page-pagination {
	margin-top: 50px;
}
.post-single .post-pagination {
	margin-top: 40px;
}
.post-single .post-pagination a {
	width: 100%;
	text-align: center;
}
.post-single .post-pagination-previous i {
	margin-right: 5px;
}
.post-single .post-pagination-next i {
	margin-left: 5px;
}
.post-index-pagination {
	margin-top: 60px;
	border-top: 1px dashed #e5e5e5;
	padding: 20px 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.post-index-pagination a {
	color: #bbb;
}
.post-index-pagination a:hover, .post-index-pagination a:focus {
	color: #999;
}
.post-index-pagination-link-left {
	float: left;
}
.post-index-pagination-link-right {
	float: right;
}
/* POST FORMAT: GALLERY */
.post-gallery {
	position: relative;
	margin: 0 0 30px;
}
.post-gallery .rslides_nav {
	position: absolute;
	display: inline-block;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	opacity: 0.8;
	z-index: 99;
}
.post-gallery .rslides_nav:hover, .post-galleri .rslides_nav:focus {
	opacity: 1;
}
.post-gallery .rslides_nav:before {
	font-family: "FontAwesome";
}
.post-gallery .rslides_nav.prev {
	left: 10px;
}
.post-gallery .rslides_nav.prev:before {
	content: "\f177";
}
.post-gallery .rslides_nav.next {
	right: 10px;
}
.post-gallery .rslides_nav.next:before {
	content: "\f178";
}
.post-gallery li {
	position: relative;
}
.post-gallery img {
	display: block;
}
.post-gallery .post-gallery-image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-style: italic;
	text-align: center;
}
/* POST FORMAT: AUDIO */
.post-audio-embed {
	margin: 0 0 30px;
}
/* POST FORMAT: VIDEO */
.post-video-embed {
	position: relative;
	margin: 0 0 30px;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
}
.post-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* POST LIST */
.post-list-item {
	margin-bottom: 15px;
}
.post-list-item-container {
	min-height: 70px;
	padding-left: 90px;
	position: relative;
}
.post-list-item-thumbnail {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
}
.post-list-item-thumbnail img {
	display: block;
	border-radius: 50%;
}
.post-list-item-thumbnail:hover, .post-list-item-thumbnail:focus {
	opacity: 0.8;
}
.post-list-item-title {
	display: inline-block;
	color: #000;
}
.post-list-item-title:hover, .post-list-item-title:focus {
	color: #666;
}
.post-list-item-date {
	margin-top: 5px;
	display: block;
	color: #bbb;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media ( min-width: 480px ) {
	.post-index-loop-grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	.post-index-loop-grid .post {
		width: 50%;
		padding: 0 15px;
		float: left;
	}
	.post-single .post-pagination a {
		display: inline-block;
		max-width: 40%;
		width: auto;
	}
	.post-single .post-pagination-previous {
		text-align: left;
		float: left;
	}
	.post-single .post-pagination-next {
		text-align: right;
		float: right;
	}
}
@media ( min-width: 768px ) {
	.post-index-loop-grid {
		margin-left: -20px;
		margin-right: -20px;
	}
	.post-index-loop-grid .post {
		padding: 0 20px;
	}
	.no-page-background .post-single .post-related-items {
		margin-left: -20px;
		margin-right: -20px;
	}
	.no-page-background .post-single .post-related-items .post-list-item {
		float: left;
		width: 50%;
		padding: 0 20px;
	}
}
@media ( min-width: 992px ) {
	.show-page-background .post-single .post-thumbnail {
		display: none;
	}
	.show-page-background .post-single .post-thumbnail + .post-content {
		margin-top: 50px;
	}
}
@media ( min-width: 1200px ) {
	.show-page-background .post-single .post-related-items {
		margin-left: -20px;
		margin-right: -20px;
	}
	.show-page-background .post-single .post-related-items .post-list-item {
		float: left;
		width: 50%;
		padding: 0 20px;
	}
}

/**
 * Page
 */
.page-single .page {
	padding-bottom: 40px;
}
.page-single .page:not(:only-child) {
	border-bottom: 1px solid #e5e5e5;
}
.page-header {
	margin: 0 0 60px;
}
.page-title {
	margin: 0 0 40px;
	font-size: 40px;
	line-height: 1.1;
	font-weight: normal;
	text-align: center;
}
.page-pagination {
	margin-top: 50px;
}

/**
 * Comments
 */
.comments {
	margin-top: 60px;
	padding: 40px 0;
}
.comments-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comments-list ul {
	list-style: none;
	padding-left: 60px;
	margin: 0;
}
.comments-pagination {
	padding: 20px 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.comments-pagination a {
	color: #bbb;
}
.comments-pagination a:hover, .comments-pagination a:focus {
	color: #999;
}
.comments-pagination-link-left {
	float: left;
}
.comments-pagination-link-right {
	float: right;
}
.comment .comment-container {
	position: relative;
	padding: 30px 0 20px 80px;
	border-bottom: 1px dashed #e5e5e5;
}
.comment p {
	margin-bottom: 0.75em;
}
.comment .comment-avatar {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.comment .comment-avatar img {
	display: block;
	border-radius: 50%;
}
.comment .comment-header {
	margin: 0 0 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.comment .comment-name a {
	color: #000;
}
.comment .comment-name a:hover, .comment .comment-name a:focus {
	color: #666;
}
.comment .comment-is-author {
	color: #bbb;
	font-size: 12px;
}
.comment .comment-date {
	margin-left: 10px;
	color: #bbb;
	font-size: 12px;
}
.comment .comment-reply-link {
	margin-top: 2px;
	float: right;
	color: #bbb;
	font-size: 12px;
	line-height: 20px;
}
.comment .comment-reply-link:hover, .comment .comment-reply-link:focus {
	color: #999;
}
.comment .comment-reply-link i {
	margin-right: 3px;
	font-size: 14px;
}
.comment .comment-awaiting-moderation {
	font-size: 14px;
	font-style: italic;
	color: #bbb;
}
.comment .comment-content {
	color: #666;
	font-size: 14px;
}
.comment-respond {
	margin-top: 60px;
	padding: 40px 0;
}
.comments + .comment-respond {
	margin-top: 0;
	padding: 0;
}
.comment-respond .comment-reply-title {
	margin: 0 0 20px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.comment-respond .comment-reply-title small {
	margin-left: 10px;
	color: #bbb;
	font-size: 12px;
}
.comment-respond .respond-field input {
	max-width: 100%;
	width: 300px;
}
.comment-respond .respond-field textarea {
	max-width: 100%;
	width: 100%;
	resize: vertical;
}
.comment .comment-respond {
	margin-top: 0;
	padding: 30px 0 20px 80px;
	border-bottom: 1px dashed #e5e5e5;
}

/**
 * Footer
 */
.footer-section {
	border-top: 1px solid #e5e5e5;
	margin-top: 60px;
	padding: 40px 0;
	color: #666;
	font-size: 14px;
}
.footer-widgets-2-columns .footer-widgets-col {
	margin-top: 50px;
}
.footer-widgets-2-columns .footer-widgets-col:first-child {
	margin-top: 0;
}
.footer-social-media {
	margin-bottom: 30px;
}
.footer-social-media a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: 5px;
	border: 2px solid #ddd;
	border-radius: 50%;
	color: #ddd;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}
.footer-social-media a:first-child {
	margin-left: 0;
}
.footer-social-media a:hover, .footer-social-media a:focus {
	color: #bbb;
	border-color: #bbb;
}
.scroll-to-top {
	display: inline-block;
	border: 2px solid #ddd;
	width: 30px;
	height: 30px;
	margin-top: 30px;
	color: #ddd;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.scroll-to-top:hover, .scroll-to-top:focus {
	color: #bbb;
	border-color: #bbb;
}
@media ( min-width: 768px ) {
	.no-page-background .footer-widgets-2-columns {
		margin: 0 -20px;
	}
	.no-page-background .footer-widgets-2-columns .footer-widgets-col {
		width: 50%;
		padding: 0 20px;
		margin-top: 0;
		float: left;
	}
}
@media ( min-width: 992px ) {
	.scroll-to-top {
		margin-top: 0;
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
}
@media ( min-width: 1200px ) {
	.show-page-background .footer-widgets-2-columns {
		margin: 0 -20px;
	}
	.show-page-background .footer-widgets-2-columns .footer-widgets-col {
		width: 50%;
		padding: 0 20px;
		margin-top: 0;
		float: left;
	}
}

/**
 * Copyright
 */
.copyright-section {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0;
	color: #bbb;
	font-size: 12px;
	text-align: center;
}

/**
 * Sidebar
 */
.sidebar {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 320px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #111;
	color: #777;
	font-size: 14px;
}
.sidebar-inner {
	position: relative;
	padding: 100px 30px 30px;
}
.sidebar a {
	color: #999;
}
.sidebar a:hover, .sidebar a:focus {
	color: #ccc;
}
.sidebar-toggle {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	-webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.main .sidebar-toggle {
	position: absolute;
	right: 30px;
	top: 30px;
	border: 2px solid #ddd;
	color: #ddd;
	z-index: 1;
}
.main .sidebar-toggle:hover, .main .sidebar-toggle:focus {
	border-color: #bbb;
	color: #bbb;
}
.sticky-sidebar-toggle {
	display: inline-block;
}
.header-sidebar-toggle.secondary-sidebar-toggle {
	display: none;
}
.sidebar .sidebar-toggle {
	border: 2px solid #444;
	color: #444;
	position: absolute;
	right: 30px;
	top: 30px;
}
.sidebar .sidebar-toggle:hover, .sidebar .sidebar-toggle:focus {
	border-color: #666;
	color: #666;
}
@media ( max-width: 991px ) {
	.sticky-sidebar-toggle {
		display: none;
	}
	.header-sidebar-toggle {
		display: inline-block !important;
		right: 15px;
	}
	.header-section.show-header-navigation .header-sidebar-toggle {
		position: absolute;
		top: 0;
		right: 0;
	}
}

/**
 * Sidebar Navigation
 */
.sidebar-navigation {
	list-style: none;
	padding: 0;
	margin: 0 0 60px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sidebar-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 25px;
}
.sidebar-navigation li {
	position: relative;
}
.sidebar-navigation a {
	display: inline-block;
	padding: 5px 0;
}
.sidebar-navigation ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 14px 0 0 -25px;
	display: block;
	height: 1px;
	width: 10px;
	background-color: #666;
}

/**
 * 404
 */
.page-404 {
	text-align: center;
}
.page-404 h1 {
	margin: 0;
	color: #bbb;
	font-size: 100px;
	font-weight: bold;
	line-height: 1.1;
}
.page-404 p {
	margin: 0;
	color: #999;
	font-size: 20px;
}
@media ( min-width: 480px ) {
	.page-404 {
		padding: 80px 0;
	}
	.page-404 h1 {
		font-size: 150px;
	}
}

/**
 * Widgets Area
 */
.widget {
	margin-top: 50px;
}
.widget:first-child {
	margin-top: 0;
}
.widget-title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 15px;
}
.sidebar .widget-title {
	color: #ccc;
}
.widget select {
	width: 100%;
}
.widget_search .search-form {
	position: relative;
}
.widget_search .search-form .icon {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #ccc;
}
.sidebar .widget_search .search-form .icon {
	color: #666;
}
.widget_search .search-form input {
	padding-right: 40px;
	width: 100%;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss ul li {
	position: relative;
}
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
	color: #777;
}
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus,
.widget_categories ul li a:hover, .widget_categories ul li a:focus,
.widget_archive ul li a:hover, .widget_archive ul li a:focus,
.widget_meta ul li a:hover, .widget_meta ul li a:focus,
.widget_pages ul li a:hover, .widget_pages ul li a:focus {
	color: #999;
}
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_rss ul li a {
	display: inline-block;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	display: block;
	margin: 5px 0 15px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #bbb;
}
.sidebar .widget_recent_entries .post-date,
.sidebar .widget_rss .rss-date {
	color: #666;
}
.widget_rss cite {
	color: #bbb;
}
.sidebar .widget_rss cite {
	color: #666;
}
.widget_rss .rsswidget {
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle;
}
.widget_calendar table {
	position: relative;
	table-layout: fixed;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.widget_calendar table th,
.widget_calendar table td {
	text-align: center;
	padding: 2px;
}
.widget_calendar table caption {
	background-color: #e5e5e5;
	padding: 5px 40px;
	margin-bottom: 10px;
}
.sidebar .widget_calendar table caption {
	background-color: #111;
}
.widget_calendar table tfoot {
	position: absolute;
	width: 100%;
	top: 0;
}
.widget_calendar table tfoot #prev,
.widget_calendar table tfoot #next {
	position: absolute;
	top: 0;
	padding: 5px;
	width: 30px;
	color: #ddd;
}
.sidebar .widget_calendar table tfoot #prev,
.sidebar .widget_calendar table tfoot #next {
	color: #444;
}
.widget_calendar table tfoot #prev:hover,
.widget_calendar table tfoot #next:hover {
	color: #bbb;
}
.sidebar .widget_calendar table tfoot #prev:hover,
.sidebar .widget_calendar table tfoot #next:hover {
	color: #666;
}
.widget_calendar table tfoot #prev {
	left: 0;
}
.widget_calendar table tfoot #next {
	right: 0;
}
.widget_calendar table tfoot #prev:before,
.widget_calendar table tfoot #next:before {
	font-family: "FontAwesome";
}
.widget_calendar table tfoot #prev:before {
	content: "\f053";
}
.widget_calendar table tfoot #next:before {
	content: "\f054";
}
.widget_calendar table tfoot td a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	text-indent: -999999px;
}
.widget_calendar table tbody a {
	font-weight: bold;
}
.widget_tag_cloud a {
	display: inline-block;
	margin: 0 10px 10px 0;
	color: #777;
	font-size: 14px !important;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
	color: #999;
}

/**
 * Admin Bar
 */
@media ( max-width: 767px ) {
	html #wpadminbar {
		left: 0 !important;
		position: fixed;
		z-index: 99999 !important;
		height: 46px;
		min-width: 300px;
	}
}

/**
 * ReponsiveSlides
 */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}