/* =Category
--------------------------------------------------------------
-------------------------------------------------------------- */
abbr, acronym {
	cursor: default;
	font-size: 12px;
}

#pub-top-right {
	position: relative;
	float: right;
	width: 300px;
	height: 250px;
	margin-right: 0px;
}

#content {
	float: left;
	margin: 0;
	position: relative;
	width: 640px;
}

.category-post-feature {
	width: 300px;
	position: relative;
	float: left;
	margin: 20px 20px 0 0;
	overflow: hidden;
}

.clear-feature {
	clear: both;
}

.feature-image {
	padding: 5px;
	background: #e3e2e0;
	width: auto;
	display: table;
	position: relative;
	float: left;
}

.feature-content {
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}

.entry-title {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 0px;
	font-weight: bold;
}

.entry-title a {
	text-decoration: none;
	color: #666;
}

.entry-title a:hover {
	text-decoration: underline;
}

#posts-others {
	background: url('../images/bg-aeroporto.png') repeat-x;
	background-position: 0 -1014px;
	width: 640px;
	padding: 30px 0px 0px 0px;
	clear: both;
	float: left;
	margin-top: 20px;
}

.post-content {
	width: 640px;
	position: relative;
	float: left;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
}

.other-image {
	width: auto;
	display: table;
	position: relative;
	float: left;
}

.other-content {
	padding-left: 15px;
	position: relative;
	overflow: hidden;
}

#pagenavi-top {
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#pagenavi-bottom {
	float: left;
	margin-top: 20px;
}
.wp-pagenavi {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

.wp-pagenavi span, .wp-pagenavi a {
	border: 1px solid #3a638f;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
	color: #3a638f;
	font-weight: bold;
}

.wp-pagenavi span, .wp-pagenavi a:hover {
	background: #3a638f;
	color: #fff;
}


@media screen and (max-width:768px){
	#content{
		float: left;
	    padding: 0 5%;
	    width: 90%;
	}

	.category-post-feature{
		width: 100%;
	}

	#posts-others{
		width: 100%;
	}

	.category-post-feature{
		margin:20px 0 0;
	}

	.post-content{
		width: 100%;
	}

	#most-read {
	    float: left;
	    margin: 20px 5%;
	    width: 90%;
	}

	.feature-content{
		/*width: 100%;*/
		padding:0 0 0 10px;
	}

	.feature-image img{
		width: 80px;
		height: 80px;
	}

	.entry-title{
		font-size: 12px;
	}

}
