/**

* Theme Name: BuddyX Child

* Description: This is a child theme of BuddyX, generated by Merlin WP.

* Author: <a href="https://github.com/vapvarun/buddyx">wbcomdesigns,vapvarun</a>

* Template: buddyx

* Version: 4.5.8

*/

.site-header-wrapper {
    padding: 20px 0 0 !important;
}
.site-branding {
    justify-content: center;
}
.main-navigation .primary-menu-container {
    background: transparent !important;
}
.site-header {
    justify-content: center !important;
    background: #4283BD;
    margin-top: 10px;
}
.main-navigation .bp-header-submenu li a,
.main-navigation .user-profile-menu li a {
    color: #333;
}
.main-navigation .bp-header-submenu li a:hover,
.main-navigation .user-profile-menu li a:hover {
    color: #4283BD;
}
div#bbpress-forums form#bbp-search-form {
    display: flex;
    align-items: center;
    gap: 15px;
}
.gdpos-power-link a {
    background: #0493c5;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
}
#bbpress-forums .gdbbx-forum-index-block {
    margin: 25px 0px;
}
#bbpress-forums .gdbbx-forum-index-block .gdbbx-forums-inner-block {
    padding: 15px;
    margin: 0 0 15px;
    background: #fff;
    border: 1px solid #eee;
}
#bbpress-forums .gdbbx-forum-index-block .gdbbx-forums-inner-block h4 {
    margin: -15px -15px 20px;
    padding: 8px 15px;
}
.bbp_widget_login h4 {
    font-size: 15px;
    margin: 0;
}
.bbp_widget_login fieldset.bbp-form {
    border: none;
    padding: 0;
    margin: 0;
}
.bbp-login-form .bbp-submit-wrapper {
    text-align: left;
    width: 100%;
}
.bbp-replies-widget li a.bbp-author-link {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 5px;
}
.bbp-replies-widget li a.bbp-author-link span.bbp-author-name {
    line-height: 1;
    font-weight: 600;
}
span.bbp-author-avatar img.avatar {
    width: 30px;
    border-radius: 100px;
}
.widget-area .widget .widget-title {
    font-weight: 500;
    font-size: 20px;
}
.widget_display_search .gdpos-power-link a {
    margin-top: 10px;
    display: block;
    text-align: center;
}
table.home-recent-post-table {
    background: #fff;
}
td.home-recent-post-title {
    padding-left: 15px !important;
}
#home_activity table, 
#home_activity table td, 
#home_activity table th {
    border: 1px solid var(--global-border-color) !important;
}
section#home_activity {
    padding: 0 !important;
    margin: 0 !important;
}

.widget_display_stats dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.widget.widget_display_stats dl dt {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    width: 60%;
}
.widget.widget_display_stats dl dd {
    margin: 0 0 5px;
    width: 40%;
    text-align: right;
    font-size: 14px;
}




/*Footer*/
.footer-inner {
    padding: 40px 0;
    max-width: 1000px;
    margin: 0 auto;
}
.footer-inner .widget {
    margin: 0;
}
.footer-inner ul.menu li a {
    border: none;
}
.footer-inner .footer-widget {
    border-right: 1px solid #51575c;
}
.footer-inner .footer-widget:last-child {
    border: 0 !important;
}
.social-icons-wrapper {
    display: flex;
    gap: 30px;
}
.social-icons-wrapper a i {
    font-size: 25px;
}
.elementor-member-carousel .member-avatar img {
    max-width: 120px !important;
    border: 1px solid #eee;
}
.elementor-member-carousel .item-title {
    font-size: 14px;
}
section.widget_display_stats dl {
    display: flex;
    flex-wrap: wrap;
}
section.widget_display_stats dl dt {
    width: 60%;
    text-align: left;
    font-size: 13px;
    margin: 5px 0;
    font-weight: 600;
}
section.widget_display_stats dl dd {
    line-height: 1;
    width: 40%;
    text-align: right;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 600;
}







@media only screen and (max-width: 600px) {

	.main-navigation .primary-menu-container {
	    background: #fff !important;
	}
	.site-header-wrapper {
	    border-color: #ffffff;
	    display: flex;
	    align-items: center;
	    padding: 10px  0 !important;
	}
	.site-header {
	    margin-top: 0;
	    background: #fff !important;
	    justify-content: flex-end !important;
	    padding-right: 10px;
	}
	.site-branding {
	    height: initial!important;
	    width: 50%;
	    padding-left: 15px;
	    justify-content: flex-start;
	}
	.wbcom-container {
	    width: 50%;
	}
	.main-navigation a,
	.main-navigation ul li a,
	.nav--toggle-sub li.menu-item-has-children,
	.nav--toggle-small .menu-toggle {
	    color: #222 !important;
	}
	.main-navigation .bp-icon-wrap,
	a#overlay-search,
	.nav--toggle-small .menu-toggle {
	    color: #009ccd !important;
	}
	a.menu-close {
	    color: #fff !important;
	}
	.mobile-menu-heading {
	    margin-bottom: 20px !important;
	    padding: 0 20px !important;
	    background-color: #009ccd !important;
	}
	.mobile-menu-heading .menu-title {
	    font-size: 15px !important;
	    font-weight: 600 !important;
	}
	.main-navigation a:hover,
	.main-navigation ul li a:hover,
	.nav--toggle-sub li.menu-item-has-children:hover,
	.nav--toggle-small .menu-toggle:hover {
	    color: #181818;
	}
	.footer-inner {
	    margin: 0 !important;
	}
	.footer-inner {
	    padding: 30px 0 !important;
	}
	.footer-inner .footer-widget {
	    width: 45% !important;
	}
	.footer-inner ul.menu li a {
	    font-size: 14px !important;
	}
	.social-icons-wrapper {
	    display: flex !important;
	    gap: 20px !important;
	}	
	.site-info {
	    font-size: 14px !important;
	}



}



