/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* --------------------------------------------------------------
   Memberlite Meta Member Styling (ported for shortcode use)
   -------------------------------------------------------------- */

/* Wrapper */
/*#meta-member {
    background: #f5f5f5;              /* light gray similar to Memberlite top bar 
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 0;
}*/

/* Inner wrapper */
#meta-member .meta-member-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Welcome text */
#meta-member .user {
    font-weight: 500;
    margin-right: 20px;
}

#meta-member .user a {
    color: #C9B28B;                   /* Memberlite blue */
    text-decoration: none;
}

#meta-member .user a:hover {
    text-decoration: underline;
}

/* Navigation wrapper */
#member-navigation {
    display: flex;
}

/* Menu container */
#member-navigation ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

/* Menu items */
#member-navigation ul li {
    margin: 0;
    padding: 0;
    margin-left:10px;
}

/* Menu links */
#member-navigation ul li a {
    display: block;
    padding: 6px 12px;
    background: #C9B28B;
    color: #444;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover / focus */
#member-navigation ul li a:hover,
#member-navigation ul li a:focus {
    background: #f5f5f5;
    color: #2f2f2f;
}

/* Active/current menu item */
#member-navigation .current-menu-item > a,
#member-navigation .current_page_item > a {
    background: #f5f5f5;
    
}

/* Responsive behavior 
@media (max-width: 768px) {
    #meta-member .meta-member-inner {
        flex-direction: column;
    }

    #member-navigation ul {
        flex-direction: column;
        width: 100%;
    }

    #member-navigation ul li a {
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    #meta-member .user {
        margin-bottom: 10px;
    }
}*/

/* my sstuff */
.pmpro_message.pmpro_success {
	background-color: #e9e3dd;
	border-color: #e9e3dd;
}
 

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.elementor-location-footer {
  margin-top: auto !important;
}

/* Events */
 section.em-event-content, .em.em-item.em-item-single .em-item-header {
	color: white !important;
}
div.em-event.em-item div.em-item-info div.em-event-meta.em-item-meta, .em.em-list .em-item .em-item-info .em-item-desc {
	color: white !important;
}

.em.pixelbones a {
	color:#c9b28b !important;
	font-family: "Playfair Display";
}

form#em-search-form-1.em-search-form div.em-search-main.em-search-main-bar div.em-search-submit.input {
	background-color:#c9b28b !important;
}

.em-search-submit.input div button.em-search-submit.button.button-primary:hover, .em.pixelbones .input button.button-primary:hover {
    color: white !important;
    background-color: #2f2f2f !important;
    border-color: #2f2f2f !important;
} 

.em-search-submit.input div button.em-search-submit.button.button-primary, .em.pixelbones .input button.button-primary {
    color: white !important;
    background-color: #c9b28b !important;
    border-color: #c9b28b !important;
} 

div.em-item-info div.em-item-actions.input a.em-item-read-more.button {
    color: #2f2f2f !important;
    background-color: #c9b28b !important;
    border-color: #c9b28b !important;
	text-transform:capitalize !important;
	font-size:16px !important;
} 

div.em-item-info div.em-item-actions.input a.em-item-read-more.button:hover {
    color: #2f2f2f !important;
    background-color: #ccc !important;
    border-color: #ccc !important;
	
} 

.pmpro_btn.pmpro_btn-submit-update-profile, .pmpro_btn.pmpro_btn-cancel, .pmpro_btn-submit-change-password {
	font-family: 'Playfair Display', serif;
}

.em.em-item.em-item-single .em-item-image img {
	border:solid !important;
	border-width:2px !important;
	border-color:#fff !important;
	padding-left:none !important;
}

/* target WP avatar img inside our wrapper */
.pmpro-avatar-wrapper img.avatar {
    /*   border: 1.5px solid #fff; */
    border-radius: 50%;
    display: block;      /* avoids small inline spacing issues */
    box-sizing: border-box;
    vertical-align: middle;
    /* optional: limit size so border sits correctly */
    max-width: 100%;
    height: auto;
}

.pmpro-multi-avatars {
    display: flex;
    align-items: center;
    gap: 10px; /* spacing between avatars */
}

/* Target WP's avatar class */
.pmpro-avatar-wrapper img.avatar {
 /*   border: 1.5px solid #fff; */
	border:none;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}


