/**

* 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: 4.7.2

*/
/*
Theme Name: BuddyX Pro Child
Description: Child theme of BuddyX Pro
Template: buddyx-pro
Version: 1.0.0
*/









/* Dark brown gradient form styling with yellow text */
form,
input,
textarea,
select,
button.theme-button,
button.form-button {
  background: linear-gradient(180deg, #5c3a0b 0%, #2d1804 100%) !important;
  color: #ffeb3b !important;
  border: 1px solid #4a2a05 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.6) !important;
  border-radius: 6px !important;
}

input::placeholder,
textarea::placeholder {
  color: #d1b300 !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #ffeb3b !important;
  background: linear-gradient(180deg, #6a430d 0%, #3b1f06 100%) !important;
}

/* Theme buttons only (apply manually via class to main site buttons) */
button.theme-button,
button.form-button {
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

button.theme-button:hover,
button.form-button:hover {
  background: linear-gradient(180deg, #6a430d 0%, #3e2007 100%) !important;
  transform: translateY(-2px);
}

button.theme-button:active,
button.form-button:active {
  background: linear-gradient(180deg, #3e2007 0%, #1c0e03 100%) !important;
  transform: translateY(0);
}

/* Leave dropdown and icon buttons untouched */
.dropdown-toggle,
.dropdown-toggle i,
.dropdown-symbol,
#volume-btn {
  background: none !important;
  color: inherit !important;
  box-shadow: none !important;
  border: none !important;
  filter: none !important;
}

body.bp-user #buddypress #item-body {
    background-color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

html.dark-mode body.bp-user #buddypress #item-body {
    background-color: #16213e;
}

/* START: BMP Games Site Container Layout */
/* Menu text color - muted yellow */
.site-header .main-navigation a,
.site-header .navbar-nav a,
.primary-menu a {
    color: #fdffa8 !important;
}
/* Menu text hover color - brighter yellow */
.site-header .main-navigation a:hover,
.site-header .navbar-nav a:hover,
.primary-menu a:hover {
    color: #F0E68C !important;
}
/* Active/current menu item */
.site-header .main-navigation .current-menu-item a,
.site-header .navbar-nav .current-menu-item a {
    color: #F0E68C !important;
}

.main-container.box-style-wrapper {
    background: #8B4513;
    border: 1px solid #654321;
    border-radius: 11px;
    margin: 20px auto;
    max-width: 80%;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 255, 102, 0.4), 0 0 40px rgba(255, 255, 102, 0.2);
}

@media (max-width: 768px) {
    .main-container.box-style-wrapper {
        max-width: 98%;
    }
}

.content-wrapper {
    padding: 0px;
    background: #1d0c01;
    color: #FFFFFF;
}

html.dark-mode .main-container.box-style-wrapper {
    background: #1d0c01;
    border-color: #3E2723;
    box-shadow: 0 0 25px rgba(255, 255, 102, 0.3), 0 0 50px rgba(255, 255, 102, 0.15);
}

html.dark-mode .content-wrapper {
    background: #3f330a;
    color: #D7CCC8;
}

html.dark-mode .content-wrapper a {
    color: #BCAAA4;
}
/* END: BMP Games Site Container Layout */

::placeholder {
  color: #b8b4a8 !important;
}

div#item-body.item-body {
    background: none !important;
    border: none !important;
}

.author-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.post-author-info {
    display: flex;
    gap: 15px;
}

.post-thumbnail-wrapper {
    flex: 1;
}

.post-thumbnail-medium {
    max-width: 200px;
    margin: 0 auto;
}

.post-thumbnail-medium img {
    width: 100%;
    height: auto;
}

.css-button {
	color: #ffeb57;
	font-size: 16px;
	border-radius: 5px;
	border: solid 0px #753314;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	font-family: ABeeZee, sans-serif;
	background: linear-gradient(180deg, #a0522d 10%, #753314 100%);
	display: inline-flex;
	align-items: center;
	padding: 0;
}
.css-button:hover {
	background: linear-gradient(180deg, #753314 10%, #a0522d 100%);
}
.css-button-text {
	position: relative;
	padding: 10px 18px;
}
.css-button-icon {
	position: relative;
	border-right: 1px solid #ffffff29;
	box-shadow: inset rgb(0 0 0 / 14%) -1px 0 0;
	padding: 10px 10px;
}

/* Container for character and speech bubble */
.character-container {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

/* Table layout to maintain side-by-side arrangement */
.character-container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
}

/* Character image styling */
.character-image {
    width: 200px;
    height: auto;
    z-index: 2;
    border-radius: 50%;
   border: 3px solid #2a261a;            
}

/* Speech bubble container */
.speech-bubble {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    animation: bubble-appear 0.5s ease-out;
}

/* Speech bubble tail */
.speech-bubble:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #ffffff;
    z-index: 1;
}

/* Text styling inside bubble */
.bubble-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
}

.studio-name {
    font-weight: bold;
    color: #2c3e50;
    display: block;
    margin-top: 15px;
}

/* Animation for bubble appearance */
@keyframes bubble-appear {
    0% {
        opacity: 0;
        transform: scale(0.8) translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .character-container {
        padding: 10px;
    }
    
    .character-container table {
        border-spacing: 10px;
    }
    
    .character-image {
        width: 150px;
    }
    
    .speech-bubble {
        padding: 20px;
    }
    
    .bubble-text {
        font-size: 16px;
    }
}

/* General button styling */
.bmpg_button1 {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bmpg_button1:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bmpg_button1:active {
    transform: translateY(0);
}

.Bmp2Div3 {
    border-radius: 15px;
    background-color: #836810;
    padding: 10px !important;
    box-sizing: border-box;
    display: block;
    overflow: auto;
}

.Bmp2Div2 {
    border-radius: 15px;
    background-color: #836810;
    padding: 10px !important;
    box-sizing: border-box;
    display: block;
    overflow: auto;
}

/* KOL Users Online Widget */
.kol-users-online-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.kol-online-user {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.kol-avatar-link {
    display: inline-flex;
    cursor: pointer;
}

.kol-avatar-link img {
    border-radius: 50%;
    vertical-align: middle;
}

.kol-user-name {
    font-weight: 500;
    text-decoration: none;
}

.kol-user-name:hover {
    text-decoration: underline;
}

.kol-nonusers-list {
    margin: 8px 0;
    font-size: 12px;
    color: #7f8c8d;
}

.kol-online-guest {
    color: #f39c12;
    cursor: help;
}

.kol-online-bot {
    color: #9b59b6;
    cursor: help;
}

.kol-no-users {
    color: #7f8c8d;
    font-style: italic;
}

.kol-online-legend {
    margin-top: 10px;
    font-size: 11px;
    color: #7f8c8d;
}

.kol-legend-item {
    margin-right: 10px;
}

.kol-legend-user {
    color: inherit;
}

.kol-legend-guest {
    color: #f39c12;
}

.kol-legend-bot {
    color: #9b59b6;
}

/* Hide featured media section on pages */
.page .featured-media-inner {
    height: 0;
    overflow: hidden;
}