/*
Theme Name: Warehouse Totaal
Description: Theme voor http://www.warehousetotaal.nl/.
Author: Pronamic
Author URI: http://www.pronamic.eu/
Version: 1.0.0
Template: emg
*/

@import url('../emg/style.css');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

/**
 * Colors
 * - Red: #ed1c24
 */

body {
	background-color: #f6f6f6;
	background-image: none;

	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

/**
 * Anchors
 */
a {
	color: #ed1c24;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

#top {
	padding: 20px 0;
}

#header {
	background: transparent;
}

#description {
	float: right;

	font-style: italic;
}

#top-nav {
	font-size: 14px;
}

#top-nav .menu li {
	padding: 0 13px 0 12px;
}

#top-nav .menu a {
	color: #999;
}

.extra {
	display: inline-block;

	float: right;
}

.extra .linkedin,
.extra .facebook,
.extra .twitter,
.extra .google_plus,
.extra .instagram,
.extra .rss,
.extra .youtube {
	margin: 0 2px;
}

.extra .linkedin a,
.extra .facebook a,
.extra .twitter a,
.extra .google_plus a,
.extra .instagram a,
.extra .rss a,
.extra .youtube a {
	background: transparent;

	display: block;

	width: 25px;
	height: 25px;

	position: relative;

	text-indent: -1000em;
}

.extra li a:hover:before {
	color: #231f20;
}

.extra .linkedin a:before,
.extra .facebook a:before,
.extra .twitter a:before,
.extra .google_plus a:before,
.extra .instagram a:before,
.extra .rss a:before,
.extra .youtube a:before {
	color: #999;

	display: inline-block;

	font-family: 'FontAwesome';
	font-size: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 25px;
	height: 25px;

	text-indent: 0;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.extra .linkedin a:before { content: "\f0e1"; }
.extra .facebook a:before { content: "\f230"; }
.extra .twitter a:before { content: "\f099"; }
.extra .google_plus a:before { content: "\f0d5"; }
.extra .instagram a:before { content: "\f16d"; }
.extra .rss a:before { content: "\f09e"; }
.extra .youtube a:before { content: "\f167"; }

#login .login-link {
	background: #fff;

	border: solid 1px #cdcdcd;

	color: #a9a9a9;

	font-weight: normal;

	padding: 5px 16px;
}

#login .login-link:hover {
	border: solid 1px #231f20;

	color: #231f20;
}

#search {
	background: transparent;
}

#search .field {
	box-shadow: none;

	min-height: 33px;
}

#search .submit {
	background-color: #999;
}

#main-nav {
	background: #fff;

	box-shadow: 0 2px 2px rgba(0, 0, 0, .05);

	padding-top: 0;
}

#main-nav ul li.current-menu-item > a {
	border-bottom: solid 2px #ed1c24;

	color: #ed1c24;
}

#main-nav ul li.current-menu-parent > a {
	color: #ed1c24;
}

#main-nav ul li.current-menu-parent .sub-menu li.current-menu-item > a {
	border-bottom: none;
}

@media (min-width: 768px) {
	#main-nav ul li.icon-home > a {
		background: transparent;

		display: block;

		width: 57px;
		height: 57px;

		position: relative;

		text-indent: -1000em;
	}

	#main-nav ul li.current-menu-item.icon-home > a {
		border-bottom: 0;
	}

	#main-nav ul li.icon-home > a:hover:before {
		color: #ed1c24;
	}

	#main-nav ul li.icon-home > a:before {
		content: "\f015";

		display: inline-block;

		font-family: 'FontAwesome';
		font-size: 24px;

		position: absolute;
		top: 11px;
		left: 18px;

		width: 25px;
		height: 25px;

		text-indent: 0;

		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
}

@media (max-width: 767px) {
	#front-page-top-sidebar .posts-eyecatcher .items li .item {
		height: 132px;
}

#main-nav ul li .sub-menu {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .05);

	padding: 0 10px 5px 10px;
}

#main-nav ul li .sub-menu li {
	border-top: solid 1px #eee;
}

#main-nav ul li .sub-menu li:first-child {
	border-top: none;
}

#main-nav ul li .sub-menu a {
	padding: 10px 10px;
}

#main-nav a {
	color: #231f20;

	font-size: 15px;
	font-weight: 400;

	padding: 20px 14px 15px 16px;

	text-transform: uppercase;
}

#main-nav .sub-menu-wrap {
	background: #fff;
}

#main-sub-nav {
	background: #fff;
}

#main {
	background: transparent;

	padding: 40px 0;
}

.posts-eyecatcher,
.posts-eyecatcher .items {
	background: #fff;
}

.posts-eyecatcher {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

	border: none;
}

.posts-eyecatcher p {
	margin: 0;
}

.posts-eyecatcher a {
	color: #000;
}

.posts-eyecatcher .items li {
	border-top: solid 1px #e4e4e4;
}

.posts-eyecatcher .items .preview {
	border: none;
}

#front-page-top-sidebar .posts-eyecatcher .title {
	color: #000;
	height: auto;
	margin-bottom: 8px;
	overflow: initial;
}

#front-page-top-sidebar .posts-eyecatcher time {
	color: #7f7f7f;

	font-size: 16px;
	font-weight: 200;
}

#front-page-top-sidebar .posts-eyecatcher .items .active .title {
	color: #ed1c24;
}

#front-page-top-sidebar .posts-eyecatcher .items .extra {
	margin-top: 0;
}

/* Posts list */
.posts-list.small {
	font-size: 85%;
}

.posts-list.small li {
	border: none;
}

.advert a {
	display: block;

	margin-bottom: 10px;
}

/* Block element */
.block {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.block .block-title {
	background: transparent;

	border-bottom: solid 1px #e4e4e4;

	color: #000;

	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px 10px 20px;
}

.block .block-title a,
.block .block-title span {
	background: transparent;

	border-bottom: solid 2px #ed1c24;

	color: #000;

	padding-bottom: 8px;
}

.block-title {
	font-size: 16px;

	text-transform: uppercase;
}

.block-strong {
	background: #ed1c24;
	border: none;
}

.block-strong .block-title {
	border-bottom: solid 1px #e96c71;

	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px 10px 20px;
}

.block-strong .block-title a,
.block-strong .block-title span {
	background: transparent;

	border-bottom: solid 2px #fff;

	padding-bottom: 8px;
}

.block-strong .archive-link {
	border-top: solid 1px #e96c71;
}

.entry-type {
	background-image: none;

	font-weight: normal;
}

.entry-content {
	font-size: 16px;
}

.entry-title {
	font-size: 28px;
}

.more a {
	background: #fff;

	border: solid 1px #cdcdcd;

	color: #a9a9a9;

	font-weight: normal;

	padding: 5px 16px;
}

.more a:hover {
	border: solid 1px #231f20;

	color: #231f20;
}

.read-more {
	color: #231f20;

	font-size: 12px;
}

.emg-theme-share-holder p {
	font-weight: normal;
}

#footer {
	background: #fff;

	font-weight: 300;
}

#footer a {
	color: #666;
}

#bottom {
	background: #fff;

	padding: 60px 0 30px 0;
}

#bottom-sidebar .widget-title {
	text-transform: uppercase;
}

#bottom-sidebar .widget_nav_menu li,
#bottom-sidebar .widget.posts li,
#bottom-sidebar .widget_rss li {
	margin: 12px 0;
}

#end {
	color: #999;

	font-size: 14px;

	padding-bottom: 50px;
}

#end a {
	color: #999;
}

#end .widget_nav_menu ul {
    margin: 1em -8px;
}

.block-ad {
	margin-bottom: 20px;
}