/*
Theme Name: Atahualpa
...
*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption-text,
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 5px 0;
}
.sticky,
.bypostauthor {
	font-weight: normal;
}

/* GJCN Homepage Layout Fix */
.column_wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}

.column {
	background: #EFF5FB;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}

.column_01 {
	width: 100%;
}

.column_02,
.column_03 {
	width: 48%;
	display: block;
	float: none;
}

@media (max-width: 768px) {
	.column_02,
	.column_03 {
		width: 100%;
	}
}

/* Post row styles */
.post-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.post-row .thumb {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	object-fit: cover;
}

.post-row .title {
	flex-grow: 1;
}

.column h2 {
	margin-top: 0;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
