/*
Theme Name: CPCA
Theme URI: https://cpcaus.com.au/
Template: astra
Author: Certified Practising Counsellors Australia (CPCA)
Author URI: https://cpcaus.com.au/
Version: 4.11.10.1755737377
Updated: 2025-08-21 10:49:37

*/







/*
 * ===== ===== ===== ===== =====
 * Styles copied from The7
 * ===== ===== ===== ===== =====
 * */
.nf-form-content{ 
max-width: none !important; }

.select2-container {
    width: 100% !important;
}

.select2-selection__choice{
	    background-color: #3B197F !important;
}
.mc4wp-form input[type="button"], input[type="reset"] {
	border: 1px solid black !important; 
}
.searchandfilter ul {
	display: inline;
}
.searchandfilter ul li{
	display: inherit;
}

/* Checkout Fields */
.fcf-file-item {
	height: 150px;
}
.fcf-file-item .fcf-file-draggable {
	border: 2px dashed #ccc;
}
.fcf-file-item .fcf-file-draggable, 
.fcf-file-draggable input.fcf-file-draggable-input {
	height: 100px;
}

/* High Contrast styles */
@media (prefers-contrast: more) {
	.menu-toggle, .menu-toggle .lines-button,
	.dt-mobile-menu-icon, .dt-mobile-menu-icon .lines-button {
		filter: invert(1);
	}
	.microwidget-btn {
		border: 1px solid;
	}
}

/* Fix button colors */
.elementor-button {
	background-color: #0cce6b;
}

/* Latest Articles Blog Page Styles */
.latest-articles .has-post-thumbnail .post-thumbnail img {
	height: 280px;
	object-fit: cover;
}
.latest-articles .meta-item.author {
	display: none;
}

/* Member Dashboard Latest Announcements */
.dashboard-announcements .has-post-thumbnail .post-thumbnail img {
	height: 180px;
	object-fit: cover;
}

/* Member Dashboard action buttons */
#dashboard-content .box-button {
    justify-content: flex-start;
}

/* Fix sidebar layering over footer controls */
.single-post aside#sidebar {
    z-index: 3;
}