/*
 Theme Name:   Lentz
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 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
-------------------------------------------------------------- */



.site-info {
	display: none;
}
.site-title {
	max-width: 300px;
	width: 100%;
}
.site-description {
	float: right;
	font-size: 34px;
	font-weight: 500;
	text-shadow: #000 1px 1px 3px;
	background: rgba(0,0,0,.5);
	padding: 0 15px;
	color: #fff;
	margin-top: -8%;
}
h1.entry-title {
	font-size: 30px;
}
.entry-header {
	margin-bottom: 0;
}
.sidebar .entry-header
, .sidebar .entry-content
, .sidebar .entry-summary
, .sidebar .entry-meta {
	padding: 0 376px 0 0px;
}

/************************************Footer****************************************/
.sidebar .site-footer .widget-area {
	max-width: 960px;
	left: auto;
	height: auto!important;
}
.site-footer .widget {
	display: inline-block;
	left: initial!important;
	top: initial!important;
	position: relative!important;
}
