/*
Theme Name: Ocelot basic
Theme URI: https://ocelot-digital.nl;
Author: OCELOT-DIGITAL
Author URI: 
Description: OCELOT WP TEMPLATE
Version: 1.0
License: MIT
Text Domain: ocelot-basic
Domain Path: /languages/

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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 {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	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;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.block-druppel-bg{
	clear: both;
}

#main-column .post, #main-column .page{
	border-width: 0px;
}

#sidebar-left .widget, #sidebar-right .widget{
	border-width: 0px;
}

#sidebar-right {
    margin-bottom: 30px;
}

.inner-content-wrapper{
	max-width: 100%;
	width: 1000px;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
}

.search-form .input-group > div {
    padding-left: 0;
    padding-right: 2.5px;
}

.search-form .input-group .col-xs-8.col-sm-10{
	width: 60%;
}

.search-form .input-group {
    display: flex;
    flex-wrap: nowrap;
}

#main-column{
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 50px;
	
}

.site-main img, .site-main iframe{
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 6px !important;
	max-width: 100%;
}

body.single #content > div.col-xs-12 {
	background-color: #f5f5f5;
}
h1.entry-title{
	font-weight: bold;
}

@media screen and (max-width: 767px){
	h1.entry-title {
		font-size: 26px;
	}
	.inner-content-wrapper{
		margin-top: 0px;
	}
	#main-column{
		padding: 15px;
	}
}

._body.single .page-wrapper > .container-fluid{
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
}