/* SERVICOS { */

#section_blog {
	height:150px;
	background-image: url('../img/bg_blog.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: default;
	background-size: cover;
	margin-bottom:60px;
}

.row-post {
	position:relative;
	margin:70px 0px 12px 0px;
}

.border-post {
	width:100%;
	min-height:210px;
	padding: 55px 85px;
	border: 1px solid #1191d0;
	border-radius: 32px;
}

.entry-content p {
	font-size: 2.7em;
	font-weight: 400;
}

.entry-footer {
	width:100%;
	margin:6px 0px 12px 0px;
}

.share-post { margin-right:32px; }
.share-post.box-social-media {
	margin-top:0 !important;
}

.row-first-post { margin-top:0; }

.search-submit {
	width: 27px;
	height: 27px;
	background: url(../img/bt_search.png) no-repeat top center;
	border: none;
	position: absolute;
	right: 40px;
	top: 36px;
	cursor:pointer;
}

.entry-title h3, .entry-title a, .entry-header h3 {
	font-weight:600;
	font-size:2.7rem;
}
.entry-content p { font-size:1.7rem; }

.row-post a { color:#000; }

#section_blog h2 {
	color:#fff;
	margin-top:10px;
}

#section_blog p.subtitle {
	font-size:3rem;
	font-weight:700;
	color:#fff; 
}

.entry-content-single {
	margin-top:32px;
}

.post-link:hover {
	text-decoration:underline;
	color:#083c75;
}

.resume {
	color:#58595b;
	font-size:2.5rem;
	margin:24px 0px 28px 0px;
}
.lk-more-info {
	color:#002660;
	font-size:2.0rem;
	font-weight:600;
	text-decoration:underline;
}

.container-row-post-date {
	position: absolute;
	top: 50%;
	left: -40px;
	text-align: center;
	margin-top: -78px;
}

.row-post-day, .row-post-month {
	display: block;
	padding: 12px 16px;
	font-size: 2.1rem;
	font-weight: 400;
	color:#fff;
}
.row-post-day {
	background: #083c75;
	border-radius: 16px 16px 0px 0px;
}
.row-post-month {
	background: #1191d0;
	border-radius: 0px 0px 16px 16px;
}

.page-content p {
	font-size:1.8rem;
}
.more-link {
	color:#007bff !important;
}

.post-the-date {
	font-size:1.3rem;
	color:#7b7b7b;
}

a.more-link {
	display:block;
	/*margin-left:6px;*/
}

#container_pagination {
	margin:32px 0px 60px 0px;
}
#container_pagination a, #container_pagination .current {
	color:#1191d0;
	padding:6px 12px;;
	margin-left:3px;
}

#container_pagination .current {
	color:#fff;
	background:#083c75;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 12px;

	/* Firefox 1-3.6 */
	-moz-border-radius: 12px;

	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 12px;
}


.widget-archives {
	background:#cfe9f6;
	min-height:400px;
	margin-top:12px;
	padding:24px 16px;
}
.widget-archives .title {
	color: #58595b;
	font-size: 2.6rem;
	font-weight: 700;
	padding-top: 12px;
}
.widget-archives .list-months {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:18px;
}
.widget-archives .list-months li {
	margin-left:0;
	margin-top:4px;
}
.widget-archives .list-months a {
	color:#58595b;
	text-decoration:underline;
	font-size:1.8rem;
}


/* } */