/*
Theme Name:     BigBangWP Child Theme
Description:    Edit style.css, function.php or copy theme original files and customize it on your own
Author:         Brankic1979
Template:       bigbangwp

*/

html, body {
	font-size: 16px;
	line-height: 1.5em;
}

p {
	margin: 0;
}

.section-title {
	padding: 15px 0;
	border-bottom: 2px solid #eee;
}

.home .section-title {
	display: none;
}

.section-title h1.title {
	font-size: 30px;
	line-height: 1.4em;
}

h3.title {
	line-height: 1.4em;
}

#portrait {
	float: right;
	margin: 0 0 2% 3%;
}

.bio {
	line-height: 1.9em;
}


/**** ----------------- Menu ----------------- ****/

#primary-menu ul li a {
	font-size: 16px;
}

#primary-menu ul li {
	background: none;
}

/**** ----------------- Publikationsliste ----------------- ****/
.smaller-heading {
	font-size: 20px;
}


/**** ----------------- Footer ----------------- ****/
#footer-content {
	margin: 0;
	width: 100% !important;
	padding: 0;
}

#footer-bottom .one-half {
	width: 100%;
	text-align: center;
}


/**** ----------------- Portfolio ----------------- ****/
.portfolio_item-template-default.single.single-portfolio_item .one-third {
	width: 100%;
}

.item-info-overlay p,
.item-info-overlay .no_title,
.item-info-overlay .preview,
.item-info-overlay .view {
	display: none;
}

.wp-image-292 {

}