/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #DB3C23;
	--cnvs-themecolor-rgb: 219, 60, 35;
	--cnvs-header-height: 60px;
}

.base-title {
	color:#db3c23;
	margin-bottom: 0;
}

.max-lines {
	display: block;/* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 4.6em;
	line-height: 1.2em;
}

.img-placer {
	width: 100%;
	text-align: center;
}

.img-placer img {
	max-height: 240px;
	min-height: 240px;
	width: auto;
}