/*
Theme Name:     Bart Bertels
Description:    Child theme for the Twenty Thirteen theme 
Author:         Nicu
Template:       twentythirteen
Version:        1.0
*/

/* import of parent stylesheet */
@import url("../twentythirteen/style.css");


@font-face {
	font-family: "Museo 300";
	src: url('fonts/Museo300-Regular.eot');
	src: url('fonts/Museo300-Regular.woff') format('woff'), url('fonts/Museo300-Regular.ttf') format('truetype'), url('fonts/Museo300-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Museo 500";
	src: url('fonts/Museo500-Regular.eot');
	src: url('fonts/Museo500-Regular.woff') format('woff'), url('fonts/Museo500-Regular.ttf') format('truetype'), url('fonts/Museo500-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Museo 700";
	src: url('fonts/Museo700-Regular.eot');
	src: url('fonts/Museo700-Regular.woff') format('woff'), url('fonts/Museo700-Regular.ttf') format('truetype'), url('fonts/Museo700-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
 	font-family: "Museo 300", "Museo 500", "Museo 700";
}
body {
	color: #606060;
	line-height: 1;
	margin: 0;
	background: url(images/bg-pattern.jpg) 0 0 repeat transparent;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

#top-shadow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 665px;
	background: url(images/bg-top-shadow.png) 0 0 repeat-x transparent;
	z-index: -2;
}
#top-dirt {
	position: absolute;
	top: 67px;
	width: 100%;
	z-index: -1;
}
#top-dirt img {
	width: 1381px;
	height: 500px;
	margin: 0 auto;
	border: 0;
	display: block;
}
#page-wrapper {
	width: 1030px;
	margin: 0 auto;
	background: url(images/side-shade.png) 0 0 repeat-y transparent; 
}
.site {
	background-color: #FFFFFF;
	border-left: 0;
	border-right: 0;
	margin: 0 auto;
	max-width: 970px;
}
#site-header-custom {
	height: 94px;
}
.home-link-custom {
	margin-left: 37px;
}
.home-link-custom img {
	width: 258px;
	height: 49px;
	border: 0;
	margin-top: 22px;
}
#social {
	float: right;
	height: 36px;
	margin: 29px 37px 0 0;
	width: 219px;
}
.social-twitter, .social-linkedin, .social-facebook, .social-rss {
	background: url(images/social-icons.png) no-repeat;
	display: block;
	float: right;
	margin-right: 10px;
}
/*.social-twitter {
	background-position: -0px -72px;
	width: 36px;
	height: 36px;
}*/
.social-linkedin {
	background-position: -0px -0px;
	width: 36px;
	height: 36px;
}
.social-facebook {
	background-position: -0px -36px;
	width: 36px;
	height: 36px;
}
/*.social-rss {
	background-position: -0px -108px;
	width: 35px;
	height: 36px;
}*/
#site-header-banner {
	width: 970px;
	height: 430px;
	background: url(images/header.jpg) 0 0 no-repeat;
}
.navbar {
	background: url(images/menu-bg.png) 0 0 repeat-x;
	max-width: 970px;
	height: 80px;
	border-bottom: 11px solid #343434;
}
.main-navigation {
	max-width: 970px;
	min-height: 69px;
	margin: 0 37px;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #fff625;
	font-style: normal;
}
.nav-menu li a {
	font-family: "Museo 700";
	font-size: 24px;
	line-height: 62px;
	padding: 7px 20px 0;
	color: #fff;
}
.nav-menu li:hover > a, .nav-menu li a:hover {
	background-color: transparent;
	color: #fff625;
}
.nav-menu .sub-menu, .nav-menu .children {
	background-color: #cdcdcd;
	border: none;
	border-left: 6px solid #343434;
	left: -6px;
}
.sub-menu .menu-item {
	border-bottom: 1px solid #939393;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
    background-color: #fff625;
    font-size: 19px;
    color: #323232;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    margin: 0;
    width: 200px;
    padding: 0 0 0 9px;
    line-height: 30px;
    font-size: 19px;
    color: #323232;
}
.site-header .search-form {
	right: 0;
	top: 16px;
}
.site-header .search-field {
	background-color: transparent;
	background-image: url("images/search-icon.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: medium none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	transition: width 400ms ease 0s, background 400ms ease 0s;
	width: 0;
}
.site-header .search-field:focus {
	background-color: #FFFFFF;
	border: 2px solid #C3C0AB;
	cursor: text;
	outline: 0 none;
	width: 151px;
}
.footer-bar {
	clear: both;
	display: block;
	background: url(images/bar-yb.jpg) 0 0 no-repeat;
	width: 970px;
	height: 16px;
}
.copyright {
	height: 27px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	border-top: 1px solid #595959;
	background-color: #656565;
	border-bottom: 1px solid #838383;
	text-align: center;
}
.copyright a {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
}
.site-footer {
	background-color: #323232;
	color: #fff;
	font-size: 14px;
	text-align: left;
	height: 200px;
}
.footer-column {
	float: left;
}
.footer-column-separator {
	width: 1px;
	height: 185px;
	margin-top: 8px;
	background: url(images/footer-column-separator.png) 0 0 no-repeat;
}
#footer-column-1 {
	width: 253px;
	padding: 18px 21px 0 37px;
}
#footer-column-1 a {
	margin-bottom: 34px;
}
#footer-column-2,
#footer-column-3 {
	width: 229px;
	padding: 24px;
}
#footer-column-2 h4,
#footer-column-3 h4,
#footer-column-4 h4 {
	font-size: 14px;
	font-family: "Museo 700";
	margin: 0;
}
#menu-footer-column-1,
#menu-footer-column-2,
#footer-column-4 ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}
#menu-footer-column-1 li:before,
#menu-footer-column-2 li:before,
#footer-column-4 li:before {
	content: "-";
	position: relative;
	left: -4px;
}
#menu-footer-column-1 li,
#menu-footer-column-2 li,
#footer-column-4 li {
	text-indent: 4px;
}
#menu-footer-column-1 li a,
#menu-footer-column-1 li a:hover,
#menu-footer-column-2 li a,
#menu-footer-column-2 li a:hover,
#footer-column-4 li a,
#footer-column-4 li a:hover {
	font-family: "Museo 300";
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
#footer-column-4 {
	padding: 24px;
}

/* Front page */
.front-section-1,
.front-section-2,
.front-content {
	width: 970px;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f2f2f2;
	padding: 29px 37px;
}
.front-section-1-header,
.front-section-2-header,
.front-section-3-header {
	font-family: "Museo 700";
	font-size: 44px;
	color: #606060;
	width: 235px;
	float: left;
}
.front-section-1-content {
	float: left;
	width: 661px;
	font-size: 18px;
}
.front-section-1-content img {
	border: 0;
	float: right;
	padding: 2px;
}
.front-section-1-content h5 {
	clear: none;
	font: 25px "Museo 700";
	color:  #003366;
	margin: 0;
}
.front-section-2 {
	background-color: #fff;
}
.front-content {
	border-bottom: none;
}
.front-section-2-content {
	float: left;
	width: 661px;
}
.front-section-2-column {
	width: 175px;
	float: left;
	margin-bottom: 60px;
}
.fs2c-title {
	font: 25px "Museo 700";
	color: #003366;
}
.fs2c-content {
	font-size: 14px;
}
.fs2c-content img {
	border: 0;
	max-width: 170px;
	width: 100%;
	height: auto;	
}
.more-link {
	width: 90px;
	height: 30px;
	float: right;
	background: url(images/read-more.jpg) 0 0 no-repeat;
	margin-top: 20px;
	text-indent: -9999px;
	display: block;
}
.fs2c-separator {
	margin: auto 33px;
	background: url(images/columns-separator.png) center 0 no-repeat;
	width: 1px;
	height: 186px;
	float: left;
}
.article-content {
 	float: left;
 	padding-bottom: 15px;
 	max-width: 661px;
 	width: 100%;
}

/* Content */
.hentry {
	padding: 0  0 20px;
}
.site-content .post {
 	margin-top: 30px;
 	text-align: left;
 }
.front-content .entry-header,
.front-content .entry-content,
.front-content .entry-summary,
.front-content .entry-meta {
	max-width: 661px ! important;
}
.post .entry-header {
	margin-bottom: 0;
}
.entry-content,
.entry-summary {
	font-size: 14px;
}
.entry-meta a,
.entry-meta a:hover {
	color: inherit;
}
.entry-meta .date a:before {
	content: none;
}
.entry-date {
	font-size: 14px;
}
.entry-title,
.entry-title a,
.entry-title a:hover {
	color: #003366;
	font: 36px "Museo 700";
}
.cat-title {
	font: 25px "Museo 300";
	margin-top: 20px;
}
.front-section-3-header ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}
.cat-item,
.cat-item a {
	color: #e60c06;
	font: 14px "Museo 300";
}
.comments-title,
.comment-reply-title {
	font: italic 300 28px "Museo 300";
}
.comments-link a {
	font-size: 12px;
	color: #e60c06;
}
.archive-title, .archive-meta {
	font: italic 300 30px "Museo 300";
	margin: 0 37px;
	max-width: 896px;
}
.error404 .page-header,
.error404 .page-content,
.site-content {
	margin: 0 37px;
	max-width: 896px;
}
.error404 .page-title {
	font-size: 27px;
}
.error404 .page-title:before {
	font-size: 845px;
}
.page-title {
	font: italic 300 30px "Museo 300";
	margin: 0 37px;
	max-width: 896px;
}
.page .entry-header,
.page .entry-content,
.page .entry-summary,
.page .entry-meta,
.post .entry-header,
.post .entry-content,
.post .entry-summary,
.post .entry-meta {
	max-width: 896px;
	width: 100%;
}

/* Page content */
.content-area {
	margin-top: 30px;
}
.page {
	background-color: #fff;
}
.page-header {
	background-color: #fff;
}
.page-title {
	font: 36px "Museo 700";
	color: #003366;
	margin: 0;
}
.page-thumbnail img {
	display: block;
	margin-bottom: 10px;
	float: right;
}
.page-content {
	max-width: 896px;
}
.three-columns {
	list-style: none;
	margin: 0;
	padding: 0;
}
.three-columns li {
	float: left;
	width: 254px;
	margin-bottom: 30px;	
}
.box-title {
	font: 25px "Museo 700";
	color: #003366;
}
.box-content,
.box-content p {
	font-size: 14px;
	margin: 0;
}
.box-content img {
	border: 0;
	max-width: 250px;
	width: 100%;
	height: auto;
}
.box-separator {
	margin: auto 33px;
	background: url(images/columns-separator.png) center 0 no-repeat;
	width: 1px ! important;
	height: 186px;
	float: left;	
}
.format-standard footer.entry-meta {
	border-bottom: 1px solid #e3e3e3;
}