/**
Theme Name: TAIA
Author: Anne Schmidt
Author URI: https://anneschmidt.co
Description: Custom Astra child theme for TAIA.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taia
Template: astra
*/

.member-directory {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 40px auto;
}

.member-directory thead {
	background-color: #E7F6FF;
}
.member-directory thead th {
	text-align: left;
}

.member-card {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	background-color: #E7F6FF;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 15px;
	width: 49%;
	max-width: 600px;
}

.member-directory .member-photo {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}

.member-info {
	flex: 1;
}

.member-info p {
	margin-bottom: 15px;
}

.member-name {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}

.member-company,
.member-email,
.member-phone {
	margin: 0;
	font-size: 14px;
	color: #555;
}

.member-company strong,
.member-email strong,
.member-phone strong {
	color: #333;
}

.logged-in .ast-header-button-1,
.logged-in .ast-header-html-1 {
	display: none;
}

.main-navigation ul.sub-menu {
	background: #10385f;
}

body .ast-builder-menu-1 .main-header-bar-navigation .main-navigation ul.sub-menu > li > a {
	padding: 10px 20px;
}

body .ast-builder-menu-1 .main-header-bar-navigation .main-navigation ul.sub-menu > li:last-child > a
{
	padding-bottom: 20px;
}

body .ast-builder-menu-1 .main-header-bar-navigation .main-navigation ul.sub-menu > li:first-child > a {
	padding-top: 15px;
}

.mp_wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.mepr-unauthorized-message {
	margin-top: 60px;
}

.mepr-login-form-wrap {
	margin-bottom: 60px;
}

.tribe-events-event-url {
	margin-top: 10px !important;!i;!;
}

.tribe-events-event-url a,
.tribe-events-event-url a:visited {
	color: white;
}

.tribe-events-event-url:hover a {
	color: black;
}