/*
Theme Name: HenE Horlings & Eerbeek B.V.
Theme URI: http://www.horlingseneerbeek.nl/
Description: Theme designed by <a href="http://www.horlingseneerbeek.nl">Horlings & Eerbeek B.V.</a>.
Version: 1.0
Author: Horlings & Eerbeek B.V.
Author URI: http://www.horlingseneerbeek.nl/
License: Horlings & Eerbeek B.V.
License URI: http://www.horlingseneerbeek.nl/

*/

/* Global Content Formatting and Styles */
body {
	background: #FFF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

a:focus { outline:none; }

a, a:visited { color: #00AAD3; text-decoration: none; }
a:hover { text-decoration: underline; }
a.headerBlock, a.headerBlock:visited { color: #818181; }

h1, h2, h4 { color: #818181; line-height: 1.2em; }
h3 { color: #77B82A; line-height: 1.2em; }

textarea, input, object, img { max-width: 100%; }
textarea, input  { border: 1px solid #CCC; }

img { padding: 5px; border: 1px solid #CCC; }

body.archive article img, body.blog article img, body.page img  {
	 padding: 0px; border: none;
}

menu, ol, ul  {
	list-style: none;
}

blockquote {
	background: url(images/quotes_open.png) left top no-repeat;
	font-style: italic;
	color: #999;
	margin: 0;
    padding: 0 45px;
	min-height: 25px;
}

/* Content page */
div#content-container, div#header-container, div#subfooter-container, div#footer-container {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}

div#content-container {
	background: #FFF;
	padding: 0px 0px 20px;
}

div#main a.more-link, div#main-full a.more-link {
	display: block;
	text-align: right;
	margin-right: 10px;
}
div#main-full {
	max-width: 100%;
}

div[role=main] ul {
	list-style: square;
}
div[role=main] ul ul {
	list-style: circle;
}
div[role=main] ol {
	list-style: decimal;
} 

ul#mow-bjqs, div[role=main] ul.bjqs-controls { list-style: none; }

/* Blog, Projecten en Nieuws single page template */
article.principal  {
    position: relative;
	padding: 20px;
	margin-bottom: 20px;
    max-width: 100%;
	border: 3px solid #0188CC;
}
article.principal h2 {
	margin: 0px 0px 5px;
}
article.principal span.blog-tags {
	margin: 0px 10px 0px 20px;
}
article.principal  footer {
	width: 100%;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0px;
	background: #0188CC;
	color: #FFF;
	border-top: 1px solid #CCC;
}
article.principal  footer a, article.principal  footer a:visited {
	color: #FFF;
}
article.principal a.readmore {
	position: absolute;
	bottom: 8px;
	right: 20px;
	font-size: 12px;
	font-weight: bold;
}
article.principal a.readmore:hover {
	text-decoration: none;
	right: 10px;
}
article.principal a.readmore > span {
	display: inline-block;
	border-top: 1px solid #FFF;
	height: 4px;
	opacity: 0.8;
	margin-right: 10px;
}

body.single a.post-edit-link, body.page a.post-edit-link { position: absolute; top: 5px; right: 10px; }
body.home a.post-edit-link, body.page-template-onze-producten-diensten-php a.post-edit-link { position: relative; bottom: 5px; left: 0px; }

/* Blog, Projecten en Nieuws Archive page template and index page */
body.archive article, body.blog article {
    position: relative;
	padding: 5px 10px;
	margin: 0px 10px 20px 0px;
	float: left;
    width: 287px;
    height: 205px;
}
body.archive article.lasteBlock, body.blog article.lasteBlock { margin: 0px 0px 20px; }
body.archive article h2, body.blog article h2 {
	margin: 3px 0px;
	font-size: 14px;
}
body.archive article p , body.blog article p {
	margin: 0;
	color: #636363;
    font-size: 14px;
    line-height: 1.2em;
}
body.archive article img.wp-post-image, body.blog article img.wp-post-image {
	float: right;
	margin: -8px -10px 0px 5px;
	width: 120px;
	height: 159px;
}
body.home  img.wp-post-image {
	float: right;
	margin: 0px 0px 0px 5px;
	width: 103px;
	height: 137px;
}

/* odd even post */
body.archive article.oddpost, body.blog article.oddpost{
	border: 3px solid #0188CC;
}
body.archive article.oddpost  footer, body.blog article.oddpost  footer {
		background: #0188CC;
}
body.archive article.evenpost, body.blog article.evenpost {
	border: 3px solid #77B82A;
}
body.archive article.evenpost  footer, body.blog article.evenpost  footer {
		background: #77B82A;
}

body.archive article span.blog-tags, body.blog article span.blog-tags {
	position: absolute;
	top: 8px;
	left: 5px;
	font-size: 14px;
}
body.archive article footer, body.blog article footer {
	width: 100%;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0px;
	color: #FFF;
	border-top: 1px solid #CCC;
}
body.archive article  footer a, 
body.archive article  footer a:visited, 
body.blog article  footer a, 
body.blog article  footer a:visited {
	color: #FFF;
}
body.archive article a.readmore, body.blog article a.readmore {
	position: absolute;
	bottom: 5px;
	right: 12px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
body.archive article a.readmore:hover, body.blog article a.readmore:hover {
	text-decoration: none;
	right: 10px;
}
body.archive article a.readmore > span, body.blog article a.readmore > span {
	display: inline-block;
	border-top: 1px solid #FFF;
	width: 195px;
	height: 3px;
	opacity: 0.8;
	margin-right: 10px;
}

body.archive nav, body.blog nav  {
	clear: both;
}
body.archive nav  a.terug, body.blog nav  a.terug {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	text-align: right;
}
body.archive nav  a.terug:hover, body.blog nav  a.terug:hover {
	text-decoration: underline;
}

article > header > time, article > header > span.author, article > header > span.blog-comments {
	display: inline-block;
	color: #999;
	margin-right: 10px;
	font-size: 0.8em;
	vertical-align: top;
	font-weight: bold;
}

div.footer-margin { height: 40px; } /* This div give a margin to the content, because the footer have a position absolute */

/* Dashicons */
.dashicons {
	font-size: 20px;
	height: 20px;
	width: 20px;
}

/* Sidebar left */
h4.widgettitle { 
	background: #77B82A;
	color: #FFF;
	font-size: 16px;
	margin: 0px 0px 10px;
	padding: 5px 10px;
}

aside#sidebar section { margin: 0 0 20px; }
aside#sidebar ul { list-style: none; margin: 0 5px; padding: 0; }
aside#sidebar ul li:before {
	color: #00AAD3;
	content: "\f345";
	font-family: 'dashicons';
}
aside#sidebar ul li { 
	font-size: 14px;
    line-height: 1.4em;
    overflow: hidden;
    padding: 0 5px; 
}

/* Footer */
footer[role=bottom] {
    width: 100%;
	background: #E5E5E5;
}

div#subfooter {
    background:#4F5052; 
    color: #FFF;
}

div.footer-informatie {
	padding-top: 10px;
	width: 300px;
	height: 150px;
}
div.footer-adres {
	padding-top: 10px;
	width: 250px;
	height: 150px;
}
div.footer-informatie p, div.footer-adres p, div.footer-news p {
	color: #FFF;
	font-size: 14px;
	line-height: 1.4em;
}
div.footer-informatie a, div.footer-adres a, div.footer-news a {
	color: #FFF;
	font-weight: bold;
}
div.footer-news {
	position: relative;
	padding-top: 10px;
	width: 300px;
	height: 150px;
}
div.footer-news input#emailNieuws {
	background: #EFEFEF;
	width: 260px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
span.ckNieuws span.wpcf7-list-item {
	margin-left: 0;
}
div.footer-news  input#btnNieuws {
	background: url(images/readmore.png) 0 12px no-repeat;
	border: none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 35px;
    color: #FFF;
    width: 280px;
    height: 25px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}
div.footer-news  input#btnNieuws:hover {
	left: 5px;
}
div.footer-news  input#btnNieuws:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
/* Style validation */
div.footer-news div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	left: 0px;
	background: #FFF;
	color: #398F14;
	font-size: 14px;
}
div.footer-news div.wpcf7-response-output .wpcf7-mail-sent-ok {
	
}
div.footer-news span.emailNieuws span.wpcf7-not-valid-tip {
	position: absolute;
	top: 25px; /* top: -20px; */
	left: 0;
	color: #FF500B;
}
div.footer-news span.ckNieuws span.wpcf7-not-valid-tip {
	position: absolute;
	top: 15px;
	left: 0;
	color: #FF500B;
}
div.footer-news img.ajax-loader {
	background: #FFF;
	margin-left: 0;
}
.wpcf7-validation-errors {
	 display: none !important; 
}

/* Footer links */
footer .copyright { font: 13px Arial, Helvetica, sans-serif; color: #808080; }
footer .copyright a, footer .copyright a:visited { color: #808080; text-decoration: underline; }
footer .copyright a:hover { text-decoration: none; }

/* Social Media */
.social-media {
	width: 150px;
	text-align:right;
}

.social-media-bottom {
    text-align: right;
    width: 150px;
}

.social-media ul, .social-media-bottom ul { margin: 0; padding: 0; }

.social-media ul li, .social-media-bottom ul li {
	padding:0;
	margin:0 0 0 5px;
	display:inline-block;
	line-height:34px;
}
.social-media a, .social-media-bottom a {
	background-image:url(images/social_media.png);
	background-repeat:no-repeat;
	height:28px;
	width:28px;
	display:block;
	text-indent:-9999px;
	text-align:left;
}
.social-media a.facebook, .social-media-bottom a.facebook { background-position:0 0; }
.social-media a.facebook:hover, .social-media-bottom a.facebook:hover { background-position:0 -28px }
.social-media a.twitter, .social-media-bottom a.twitter { background-position:-28px 0 }
.social-media a.twitter:hover, .social-media-bottom a.twitter:hover { background-position:-28px -28px }
.social-media a.linkedin, .social-media-bottom a.linkedin { background-position:-56px 0 }
.social-media a.linkedin:hover, .social-media-bottom a.linkedin:hover { background-position:-56px -28px }
.social-media a.flickr, .social-media-bottom a.flickr { background-position:-84px 0 }
.social-media a.flickr:hover, .social-media-bottom a.flickr:hover { background-position:-84px -28px }
.social-media a.rss, .social-media-bottom a.rss { background-position:-112px 0 }
.social-media a.rss:hover, .social-media-bottom a.rss:hover { background-position:-112px -28px }

/* Search box */
.search-form {
	width: 245px;
}

#searchform {
	background: none;
	width: 245px;
	height: 24px;
	font-size: 14px
}

#searchform input#searchsubmit {
	padding: 0;
	margin-left: 5px;
	background: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #808080;
	width: 65px;
	height: 24px;
	border: none;
}
#searchform input#searchsubmit:hover {
	color: #00AAD3;
}

#searchform input#s {
	float: left;
	width: 140px;
	height: 22px;
	background: #EFEFEF;
	color: #808080;
    padding: 0 0 0 8px;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
}

#searchform input#s:hover, #searchform input#s:focus {
	background: #EFEFEF;
}

/* Slider Images */
div.mow-slider { 
	margin: 0px auto 40px;
}
div.mow-slider img { border: none; padding: 0; }

div.block-slider-news {
	background: rgba(1, 136, 204, 0.8); 
	position: absolute; 
	left: 20px;
	top: 20px; 
	width: 360px; 
	max-height: 210px; 
	padding: 20px 20px 30px; 
	z-index: 999;
}
div.block-slider-news h2 {
	margin: 0;
	color: #FFF;
	font-size: 26px;
	line-height: 1.2em;
}
div.block-slider-news p {
	margin: 10px 0px;
	color: #FFF;
	font-size: 20px;
	line-height: 1.2em;
}
div.block-slider-news a.readmore {
	position: absolute;
	bottom: 8px;
	right: 15px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
div.block-slider-news a.readmore:hover {
	text-decoration: none;
	right: 10px;
}
div.block-slider-news a.readmore span {
	width: 265px;
	display: inline-block;
	height: 4px;
	border-top: 1px solid #FFF;
	opacity: 0.8;
	margin-right: 10px;
}

/* Slider Posts */
div.mow-slider-posts {
	background: #EFEFEF;
	margin: 15px 0 35px;
	padding: 20px 60px;
	clear: both;
}
div.mow-slider-posts img {
	width: auto !important;
	height: auto !important;
}
ul.bjqs-controls.v-centered li a {
	background: none !important;
	color: #CCC important;
	opacity: 0.3 !important;
	top: 40px !important;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: -20px !important;
}
ul.bjqs-controls.v-centered li a:hover {
	color: #00AAD3 !important;
}
ul.bjqs-controls.v-centered li a div.dashicons {
	font-size: 68px !important;
	width: 50px !important;
	height:68px !important;
}
li.bjqs-slide p {
	margin: 0;
	font-size: 28px;
	font-style: italic;
	
}
li.bjqs-slide small {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
li.bjqs-slide img.alignleft {
	margin: 0 40px 0 0;
}
li.bjqs-slide img.alignright {
	margin: 0  0 0 40px;
}

/* Footer Navigation */
.wp-pagenavi { margin: 20px 0 5px; }

/* Comments form */
section#respond {
	/* border-top: 1px solid #CCC; */
	margin-top: 10px;
}
section#respond h3 { margin: 10px 0px; }
h3#comments {
	padding: 20px 0 10px;
	margin-bottom: 0;
}
ol.commentlist {
	list-style: none;
	padding: 0;
}
ol.commentlist li article {
	padding: 10px 0;
}

ol.commentlist div.dashicons-arrow-up-alt, ol.commentlist div.dashicons-calendar, div.dashicons-edit  {
	color: #00AAD3;
}
header.comment-author > cite, a.comment-reply-link, a.comment-edit-link, a.post-edit-link {
	font-size: 0.8em;
    font-weight: bold;
}
header.comment-author {
	position: relative;
}

header.comment-author > time {
	color: #999;
	position: absolute;
	top: 10px;
	left: 65px;
}
header.comment-author > cite {
	position: absolute;
	top: 30px;
	left: 65px;
	font-style: normal;
}
header.comment-author > span.comment-edit-link {
	position: absolute;
	top: 10px;
	right: 10px;
}

#commentform label {
	display: inline-block;
    width: 220px;
}
#commentform input, #commentform textarea {
	border: 1px solid #2EC2E7;
	padding: 2px 8px;
}
#commentform input:hover, #commentform textarea:hover, #commentform input:focus, #commentform textarea:focus {
	box-shadow: 0px 0px 5px 0px #2EC2E7;
	-moz-box-shadow: 0px 0px 5px 0px #2EC2E7;
	-webkit-box-shadow: 0px 0px 5px 0px #2EC2E7;
	-o-box-shadow: 0px 0px 5px 0px #2EC2E7;
}
#commentform #submit, input.wpcf7-submit {
	background: #00AAD3;
	color: #FFF;
	padding: 3px 8px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;	
}
#commentform #submit:hover, input.wpcf7-submit:hover {
	box-shadow: 0px 0px 5px 0px #00AAD3;
	-moz-box-shadow: 0px 0px 5px 0px #00AAD3;
	-webkit-box-shadow: 0px 0px 5px 0px #00AAD3;
	-o-box-shadow: 0px 0px 5px 0px #00AAD3;
}

/*** Specials Styles ***/
.clean { clear: both; }

/* Shortcode box default is green */
.greenbox-shortcode {
	width: 290px;
	padding: 10px;
}
.greenbox-shortcode h1, .greenbox-shortcode h2, .greenbox-shortcode h3, 
.greenbox-shortcode h4, .greenbox-shortcode h5, .greenbox-shortcode h6 {
	color: #E2E2E2;
	margin: 0px 0px 10px;
	line-height: 1.2em;
}
.greenbox-shortcode p {
	margin: 0px 0px 10px;
	line-height: 1.2em;
}
.greenbox-shortcode a {
	color: #FFF;
	font-size: 14px;
	text-decoration: underline;
}
.greenbox-shortcode a:hover {
	text-decoration: none;
}

/* Black & White images*/
.bw {
	filter: url('images/desaturate.svg#greyscale'); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
	
	transition: all 0.6s ease;
	 -webkit-transition: all 0.6s ease;
	 -moz-transition: all 0.6s ease;
	 -o-transition: all 0.6s ease; 
}
 
.bw:hover {
	filter: none; /* Applies to FF + IE */
	-webkit-filter: grayscale(0);
}

/* To Top */
#toTop {
	width: 40px;
	margin-right: -20px;
    padding: 5px 3px;
    background: #333;
	opacity: 0.6;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 50%;
    display: none;
	box-shadow: 0px 0px 3px 0px #333;
	-moz-box-shadow: 0px 0px 3px 0px #333;
	-webkit-box-shadow: 0px 0px 3px 0px #333;
	-o-box-shadow: 0px 0px 3px 0px #333;
	transition: all 0.6s ease;
	 -webkit-transition: all 0.6s ease;
	 -moz-transition: all 0.6s ease;
	 -o-transition: all 0.6s ease; 
}
#toTop:hover {
    cursor: pointer;
	background: #00AAD3;
	opacity: 1;
	padding: 5px 3px 10px;
}
#toTop .dashicons {
	font-size: 22px;
	height: 20px;
	width: 40px;
}

/* .shareaholic-canvas { display: none !important; } */

/*** WordPress Required Styles ***/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.sticky {

}

.wp-caption-text {}

.gallery-caption {}

.bypostauthor {}