/*!
Theme Name: Lakes Country Properties
Theme URI: https://lakescountryproperties.com/
Template: kadence
Author: Creative Culture, LLC
Author URI: https://creativeculturemedia.com/
Description: Wordpress Theme for Lakes Country Properties
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lcp
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.corner-banner {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 1px;
	width: 220px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 20px;
	left: -60px;
	text-align: center;
	line-height: 45px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Status colors */
.corner-banner.for-sale {
	background: #28a745; /* green */
}

.corner-banner.pending {
	background: #f0ad4e; /* yellow-orange */
}

.corner-banner.sold {
	/*background: #007bff; /* blue */*/
	background: #dc3545;  /* red */
	/* or use red if you want stronger emphasis: #dc3545 */
}