/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Employment Form */
#gform_drag_drop_area_4_7::before {color:#5DA0D7;}
#gform_browse_button_4_7 {background-color:#5DA0D7;}

.ss-staff-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	padding: 2rem 0;
}

.ss-staff-card {
	flex: 25%;
	max-width: 300px;
	border: 1px solid #e0e0e0;
	padding: 1.5rem;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	background-color: #fff;
	transition: transform 0.2s ease;
}

.ss-staff-card:hover {
	transform: translateY(-5px);
}

.ss-staff-img img {
	border-radius: 50%;
	max-width: 150px;
	height: 150px;
	margin-bottom: 1rem;
	object-fit:cover;
}

.ss-staff-name {
	font-size: 1.25rem;
	margin: 0.5rem 0 0.25rem;
	font-weight: bold;
}

.ss-staff-title {
	font-style: italic;
	color: #666;
	margin-bottom: 0.5rem;
}
.ss-staff-link {
	background-color:#5DA0D7;
	padding:10px; 
	margin-top:15px;
}

.ss-staff-link a {
	color:#fff;
	text-decoration:none;
}

.ss-staff-email,
.ss-staff-phone {
	margin: 0.25rem 0;
}

.ss-staff-email a,
.ss-staff-phone a {
	font-size:16px;
	color: #0073aa;
	text-decoration: none;
}

.ss-staff-link a:hover {
	text-decoration: underline;
}