/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://burgers-enr.net
 Description:  Twenty Thirteen Child Theme
 Author:       Ivo de Kogel
 Author URI:   http://ivodekogel.nl
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.page .entry-title { display: none; }
.home-title {
	font-family: Bitter, Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0px 0 10px;
}

.site-header .home-link {
	min-height: 180px;
}

.site-info {
   display: none;
}

.site-main .widget-area {
	float: right;
	width: 350px;
}

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 40px 30px 24px;
	padding: 0px;
	word-wrap: break-word;
}

.site {
	background-color: #fff;
	border-left: 0;
	border-right: 0;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.main-navigation {
text-align: center;
}

.home-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 20;
}

.navbar {
	background-color: transparent;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.nav-menu li a {
	color: #666666;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
}

