/*
Theme Name: Astra Child
Template: astra
Author: ClientScore
Description: Child theme for ClientScore customisations.
Version: 1.0.0
*/

/* ClientScore custom styles go below this line */
/* ==================================================
   ClientScore Business Suburb Autocomplete
================================================== */

#clientscore-suburb-suggestions {
	position: absolute;
	z-index: 9999;
	width: 100%;
	background: #ffffff;
	border: 1px solid #dcdfe6;
	border-top: 0;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.clientscore-suburb-suggestion {
	padding: 10px 12px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.4;
	background: #ffffff;
}

.clientscore-suburb-suggestion:hover {
	background: #f3f6f9;
}

.um-field-area {
	position: relative;
}

#clientscore-suburb-selection-error {
	margin-top: 8px;
	color: #c0392b;
	font-size: 13px;
}

/* ==================================================
   ClientScore Heading Highlight
================================================== */

h1 span,
.entry-title span,
.elementor-heading-title span {
	color: #2D7FF9;
}


/* ==================================================
   ClientScore Primary Button
================================================== */

.btn-primary,
.btn-primary a,
.btn-primary .elementor-button {
	text-align: center !important;
	background-color: #2D7FF9 !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 10px !important;
	padding: 16px 32px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.btn-primary:hover,
.btn-primary a:hover,
.btn-primary .elementor-button:hover {
	background-color: #1E5BD6 !important;
	color: #ffffff !important;
}


/* ==================================================
   ClientScore Secondary Button
================================================== */

.btn-secondary,
.btn-secondary a,
.btn-secondary .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #ffffff !important;
    color: #2D7FF9 !important;

    border: 1px solid #DCE9FF !important;
    border-radius: 12px !important;

    padding: 16px 32px !important;

    font-weight: 600 !important;
    text-decoration: none !important;

    transition: all .2s ease;
}

.btn-secondary:hover,
.btn-secondary a:hover,
.btn-secondary .elementor-button:hover {
    background: #F7FAFF !important;
    border-color: #2D7FF9 !important;
    color: #1E5BD6 !important;
}

/* ==================================================
   Ultimate Member - Hide Select2 Search Box
================================================== */

.um .select2-search--dropdown {
	display: none !important;
}

.um .select2-search__field {
	display: none !important;
}

/* ==================================================
   ClientScore Custom UM Field Error
================================================== */

#clientscore-suburb-selection-error {
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

#clientscore-suburb-selection-error .um-field-arrow,
#clientscore-suburb-selection-error .um-field-arrow i {
	color: #c74a44 !important;
}