/*
Theme Name: Vertima Theme
Author: Juan Salas
*/


#blogue .hero-career-section {
	/* width: 100%;
	justify-content: center;
	text-align: center; */
}
#blogue .post-list {
	padding-top: 40px;
	padding-bottom: 40px;
	justify-content: center;
}
	#blogue .post-list > div {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-content: flex-start;
		align-items: stretch;
		gap: 40px;
	}

	#blogue .post-list article {
		width: calc(50% - 20px);
		padding-bottom: 40px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;

		/* padding-top: 40px;
		padding-bottom: 40px; */
	}
		#blogue .post-list article a {
			color: black;
			text-decoration: none;
		}
			#blogue .post-list article a:hover {
				color: #666;
			}
		#blogue .post-list article .post-inner-bottom {
			padding-top: 40px;
			text-align: center;
		}
			#blogue .post-list article .post-inner-bottom .post-readmore {
				padding: 8px 16px;
				border: 1px solid black;
				border-radius: 20px;
				background-color: white;
				color: black;
			}
				#blogue .post-list article .post-inner-bottom .post-readmore:hover {
					background-color: black;
					color: white;
					text-decoration: none;
				}
		/* #blogue .post-list article:first-child {
			padding-top: 0px;
		} */
		#blogue .post-list article .entry-thumbnail {
			height: 300px;
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			margin-bottom: 20px;
		}

		#blogue .post-list hr:last-child {
			display: none;
		}



#post-single .hero-career-section {
	/* width: 100%;
	justify-content: center;
	text-align: center; */
}
#post-single .post-content {
	padding-top: 40px;
	padding-bottom: 40px;
	justify-content: center;
}
#post-single .post-content p {
	padding-top: 8px;
	padding-bottom: 8px;
}