/**
* Theme Name: BuddyxPro Child
* Description: This is a child theme of BuddyxPro, generated by Merlin WP.
* Author: <a href="https://wbcomdesigns.com">wbcomdesigns</a>
* Template: buddyx-pro
* Version: 3.8.7
*/


/* hide nav on members home */
.bbp-user-page.photos .vertical.bb-single-main-nav--vertical.users-nav{
    display: none;
}
.bbp-user-page.photos .site-wrapper.member-home  {
    max-width: 70%;
    margin: 20px auto;
} 

/* Profile button styles */

.button-container {
    display: flex;
    gap: 25px; 
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}
/* Prevent overlap in footer */

.site-footer {
    z-index: 1;
    position: relative;
}

.generic-button {
    display: inline-block;
}

.generic-button a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    position: relative; /* Ensure proper stacking */
    z-index: 5; /* Ensure it is above other content */
}

.generic-button a:hover {
    background-color: #005f8d;
}


/* Background styles */
.bbp-user-page.photos .item-header-cover-image-wrapper {
    position: relative; /* Ensure container positioning context */
}


/* Pillar styles */
/* Pillar styles */
.bbp-user-page.photos .pillar {
    position: absolute;
    width: 274px; /* Width of the pillar */
    height: 100%; /* Fixed height of the pillar */
    background: url('/wp-content/uploads/2024/08/HOF_Pillar_marble_clr.png') repeat-y;
    background-size: 80%; /* Shrink the background image */
    filter: brightness(70%); /* Darken the image */
    z-index: 0; /* Ensure it is behind the container */
}

.bbp-user-page.photos .left-pillar {
    left: 0; /* This will be adjusted by JavaScript */
}

.bbp-user-page.photos .right-pillar {
    right: 0; /* This will be adjusted by JavaScript */
}

/*body.bbp-user-page.photos.custom-background {*/
/*    background-image: url('/wp-content/uploads/2024/08/Black_Marble.svg') !important;*/
/*    background-position: center center;*/
/*    background-size: 11%;*/
      /*background-color: none;*/
/*    background-attachment: fixed;*/
/*}*/



/* end Pillar styles */

/*body.bbp-user-page.photos.custom-background::before {*/
/*    content: "";*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the opacity as needed */
    z-index: -2; /* Ensure it is behind all other content */
/*}*/

.bbp-user-page.photos .container {
    position: relative; /* Ensure container positioning context */
    z-index: 1; /* Ensure the container is above the pillars */
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.bp-profile-search-widget.widget {
    display: none;
}

