/* Extra file for customised CSS; see also custom CSS added via theme mod pages in WP admin itself */

/* Fix for Carpress logo under Chrome/Chromium-based browsers only */
@supports (contain: paint) and (not (-moz-appearance: none)) {
	/* Currently only logo */
	a.brand img {
		image-rendering: -webkit-optimize-contrast;
	}
}



.dd_read_more_front_page, .dd_read_more_block {
	font-size : 15px !important;
	line-height : 1.8 !important;
	font-weight : bold !important;
}
