/*
Theme Name: Electrolievens
Theme URI: http://madeit.be
Author: Made I.T.
Author URI: http://madeit.be
Description: Electrolievens theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: madeit
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: Roboto, sans-serif;
    font-size: 15px;
	overflow-x: hidden;
	width: 100%;
	overflow-y: auto;
}
html, body {
	height: 100%;
}

.wp-post-image {
	max-width: 100%;
	height: auto;
}

.voffset { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }


.vbottom0 { margin-bottom: 0 !important; }
.vbottom  { margin-bottom: 2px !important; }
.vbottom1 { margin-bottom: 5px !important; }
.vbottom2 { margin-bottom: 10px !important; }
.vbottom3 { margin-bottom: 15px !important; }
.vbottom4 { margin-bottom: 30px !important; }
.vbottom5 { margin-bottom: 40px !important; }
.vbottom6 { margin-bottom: 60px !important; }
.vbottom7 { margin-bottom: 80px !important; }
.vbottom8 { margin-bottom: 100px !important; }
.vbottom9 { margin-bottom: 150px !important; }

@media screen and (max-width: 768px) {
	.voffset-xs { margin-top: 2px; }
	.voffset1-xs { margin-top: 5px; }
	.voffset2-xs { margin-top: 10px; }
	.voffset3-xs { margin-top: 15px; }
	.voffset4-xs { margin-top: 30px; }
	.voffset5-xs { margin-top: 40px; }
	.voffset6-xs { margin-top: 60px; }
	.voffset7-xs { margin-top: 80px; }
	.voffset8-xs { margin-top: 100px; }
	.voffset9-xs { margin-top: 150px; }
}

.wrapper > .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.wrapper {
    min-height: 95%;
    height: auto !important;
    height: 95%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.front-page .wrapper {
    min-height: 40%;
    height: auto !important;
    height: 40%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 50px; /* .push must be the same height as .footer */
}

/* LINK BLOKS */
.link-blocks {
	
}

.link-blocks a {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	height: auto;

    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 0px;
	
  	transition: all .3s ease-in-out;
}


@media (min-width: 768px) {
	.link-blocks a {
		width: 48%;
	}
}

@media (min-width: 992px) {
	.link-blocks a {
		width: 31%;
	}

	.link-blocks a:nth-child( 2 ), .link-blocks a:nth-child( 5 ) {
		margin-left: 2%;
		margin-right: 2%;
	}
}

.link-blocks a span {
	display: block;
	width: 100%;
    padding: 90px 10px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0px;
    background-color: rgba(226, 47, 19, 0.6);
    border-color: #cd230f;
  	transition: all .3s;
}

.link-blocks a:hover span {
    background-color: rgba(226, 47, 19, 0.2);
	color: rgba(226, 47, 19, 1);
    font-size: 30px;
    padding: 80px 10px;
}

.link-blocks a {
	background-repeat: no-repeat;
    background-position: center;
	background-size: 110%;
}

.link-blocks a:nth-child(1) {
	background-image: url('images/elektriciteitswerken.jpg'); /* http://www.istockphoto.com/be/en/photo/installing-an-electrical-plug-contact-gm92890774-10543046 */
}

.link-blocks a:nth-child(2) {
	background-image: url('images/verlichting.jpg'); /* http://www.istockphoto.com/be/en/photo/man-installs-light-fixture-in-new-home-gm531612106-93870985 */
}

.link-blocks a:nth-child(3) {
	background-image: url('images/domotica.jpg'); /* http://www.istockphoto.com/be/en/photo/checking-energy-consumption-gm520779260-91105621 */
}

.link-blocks a:nth-child(4) {
	background-image: url('images/ventilatie.jpg'); /* http://www.istockphoto.com/be/en/photo/man-looking-in-an-air-vent-gm508755586-85430035 */
}

.link-blocks a:nth-child(5) {
	background-image: url('images/huishoudtoestellen.jpg'); /* http://www.istockphoto.com/be/en/photo/set-of-household-kitchen-appliances-gm513631128-87711511 */
}

.link-blocks a:nth-child(6) {
	background-image: url('images/herstellingen.jpg'); /* http://www.istockphoto.com/be/en/photo/repairing-washing-machine-gm510396432-86225743 */
}

.link-blocks a:hover {
	background-size: 100%;
	text-decoration: none;
}

/* MENU */
.navbar .container {
	padding: 10px 0;
}
.navbar .container-fluid {
	padding: 10px 10px;
}

img.full-width {
	width: 100%;
}


img {
    vertical-align: middle;
}
img {
    border: 0;
}

.alignright {
	float: right;
	margin-left: 7px;
}

.footer a {
	color: #FFF;
}


/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #476a8a;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#comment {
	width: 100%;
}


@media (max-width: 768px) {
	.xs-clear-both {
		clear:both;
	}
}

@media (min-width: 768px and max-width: 992px) {
	.sm-clear-both {
		clear:both;
	}
}

@media (min-width: 992px and max-width: 1200px) {
	.md-clear-both {
		clear:both;
	}
}

@media (min-width: 1200px) {
	.lg-clear-both {
		clear:both;
	}
}

/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: @screen-lg-min) { ... } */


/* BLOG POST */
.blog-post {
    width: 878px;
    margin: 0 auto 100px;
    background: #fff;
    padding: 75px 0;
    border: 1px solid #eaecee;
    position: relative;
}

@media screen and (max-width: 1012px) {
	.blog-post {
		width: 746px;
	}
}

@media screen and (max-width: 479px) {
	.blog-post {
		width: 100%;
		border-left: none;
		border-right: none;
		padding: 60px 30px 30px;
		box-sizing: border-box;
		font-size: 12px;
	}
}

.blog-post header {
    text-align: center;
    width: 680px;
    margin: 0 auto 45px;
}

@media screen and (max-width: 1012px) {
	.blog-post header {
		width: 578px;
	}
}

@media screen and (max-width: 479px) {
	.blog-post header {
		width: 100%;
		margin-bottom: 30px;
	}
}

.blog-post header .picture {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.blog-post .content, .blog-post footer {
    width: 578px;
    margin: 0 auto;
    color: #4c555a;
}

.blog-post footer {
    margin: 20px auto;
}

@media screen and (max-width: 479px) {
	.blog-post .content, .blog-post footer {
		width: 100%;
	}
}

.blog-post .post-navigation {
	margin: 50px 0;
}
