/*
Theme Name: Academica Child Theme
Template: academica
*/

@import url("../academica/style.css");

body {
	background-color: #eaeaea;
	overflow-x: hidden;
}

body.home div.column-title {
	display: none;	
}


.column-content.posts .post h2 {
	font-size: 29px !important;
	line-height: 1.1em;
}

.widget .author-profile {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: transparent;
	text-align: center;
}

.author-profile h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}

.widget .author-profile a img {
	width: 120px;
	height: 120px;
	margin: 0px auto;
	float: none;
	margin-bottom: 5px;
}

.author-profile .recent {
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 25px;
}


.single .post .entry-meta {
	margin-top: -26px;
	margin-bottom: 16px;
}

#main-nav > ul > li:last-child {
	border-right: 0px;
}

@media(max-width: 1023px){
	div#wrap {
		padding: 0 4% 4% !important;
		width: 92%;
	}
	div.column-content {
		width: 100% !important;
		box-sizing: border-box;
	}

	div.column-narrow {
		display: none;
	}

	div.column-narrow:last-child {
		display: block;
		width: auto;
		padding-top: 50px;
	}
	div.column-title {
		padding: 0 4% 4% !important;
		width: 92%;
		box-sizing: border-box;		
	}
	div.column-title h1 {
		padding: 0px !important;
		text-align: center;
	}


}

@media(max-width:768px){
	div#header {
		text-align: center;
	}


	div#logo {
		float: none;
	}
	div#search {
		width: 186px;
		float: none;
		clear: both;
		margin: 10px auto 0px auto;
	}
	#header #searchform {
		text-align: left;
	}

	#main-nav {
		text-align: center;
	}
	#main-nav ul {
		text-align: center;
		width: 109%;
		margin-left: -4.5%;

	}
	#main-nav ul li {
		float: none;
		display: inline-block;
	}

}

@media(max-width:460px){
	div#logo p#site-description {
		display: none;
	}

	h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	#main-nav ul {
		font-size: 11px;
	}

	#main-nav ul li a{
		padding: 0 10px 0;
	}

	.single .post .entry-meta {
		margin-top: -16px;
		margin-bottom: 16px;
	}


}