/*
Theme Name: Kalmers Child
Theme URI: https://kalmers.com/
Author: Kalmers
Author URI: https://kalmers.com/
Description: Child theme of NewsMash for Kalmers. Sets a single, centered footer copyright line and a classic homepage blog layout (featured image -> title -> meta -> full content). NOTE: newsmash-child (the previously active theme) is itself a child of NewsMash, so this is built as a proper single-level child of NewsMash, which WordPress fully supports.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: newsmash
Text Domain: kalmers-child
Tags: news, blog, two-columns, right-sidebar, featured-images, custom-menu, translation-ready
*/

/* ============================================================
   Classic homepage blog layout
   ============================================================ */
.kalmers-classic-post {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 24px;
}
.kalmers-post-thumb {
	margin: 0;
	line-height: 0;
}
.kalmers-featured-img,
.kalmers-post-thumb img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.kalmers-post-header {
	padding: 22px 24px 0;
}
.kalmers-post-title {
	margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.25;
}
.kalmers-post-title a {
	text-decoration: none;
}
.kalmers-post-meta {
	font-size: 0.85rem;
	opacity: 0.75;
	margin-bottom: 14px;
}
.kalmers-post-meta span {
	margin-right: 14px;
}
.kalmers-post-content {
	padding: 0 24px;
	line-height: 1.7;
}
.kalmers-post-content img {
	max-width: 100%;
	height: auto;
}

/* ============================================================
   Footer copyright: single line, centered
   ============================================================ */
.dt_footer .dt_footer-inner .copyright {
	display: block;
	text-align: center;
}
.dt_footer .dt_footer-inner .dt-col-md-4 {
	text-align: center !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
	.kalmers-post-title {
		font-size: 1.3rem;
	}
	.kalmers-post-header,
	.kalmers-post-content {
		padding-left: 16px;
		padding-right: 16px;
	}
}
