/*
Theme Name: SCHEMA
Theme URI: http://themeperch.net/schema
Author: themeperch
Author URI: http://themeforest.net/user/themeperch
Description: Our Schema blog theme is clean, blog-focused, and designed for clarity. Schema is simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: schema
*/
.screen-reader-text{
	 position: absolute !important;
    left: -999em;
}
.no-margin{
	margin: 0 !important;
}
.text-light{
	color: #fff;
}
.fixed-navbar{
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	background-color: rgba(255, 255, 255, .9);	
}
.fixed-navbar .header-nav.nav-style-dark{
	background-color: rgba(0, 0, 0, .9);
}
.fixed-navbar .header-nav{
	border-bottom: 1px solid #e5e5e5;
}
.fixed-navbar .nav-style-dark{
	border-bottom: none;
}

.page-links,
.archive-header,
.single-post .nav-links{
	display: table;
	width: 100%;
	 background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 23px;
    margin: 50px 0 0;
}
.page-links{
	margin: 30px 0 50px;
}
.page-links .page-links-title{
	text-transform: uppercase;
	padding-left: 0;
}
.page-links span{
	padding: 0 5px;
}
.archive-header{
	margin-top: 0;
	margin-bottom: 50px;
}
.archive-header h1{
	font-size: 32px;
	margin-top: 10px;
}
.post-meta li .essb-total {
	display: inline-block;
}
.single-post .nav-links > div{
	display: table-cell;
}
.single-post .nav-next{
	text-align: right;
}
.single-post .nav-links .meta-nav{
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #acacac;
}
.single-post .nav-links .post-title{
	font-size: 14px;
}
.post-author-meta img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/**
 * 14.2 Galleries
 */
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * Alignments
 */

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.sticky {}
.bypostauthor {}

.header-nav.nav-style-dark .menu > li.active > a{
	color: #fff;
}
.owl-carousel{
	max-height: 200px;
	overflow: hidden;
}
.owl-carousel.owl-loaded{
	max-height: inherit;
	overflow: visible;
}
.owl-carousel .slide-item img{
	display: none;
}
.owl-carousel.owl-loaded .slide-item img{
	display: block;
}
.entry-footer .post-meta li .schema-like-wrapper a span{
	display: inline-block;
}
iframe{
	max-width: 100%;
}
.slide-item .image-holder{
	background-color: #000;
}
.mb0{
	margin-bottom: 0 !important;
}
.mt0{
	margin-top: 0 !important;
}