/**
* 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
*/

.dark-mode #fortunewheel-main-content-wrapper .mc-limit-exceed-wrapper {
	 background: #000000;
}

.activity-share-modal.show .modal-header:before,
.activity-share-modal.show .modal-header:after{
	display:none;
}

.activity-share-modal.show #bp-activity-share-widget-box-status-header{
	border-top:0px;
}

.activity-share-modal.show #bp-activity-share-widget-box-status-header .activity-item{
	margin-top:0px;
}

body.admin-bar .activity-share-modal .modal-dialog{
	transform: none;
}

@media screen and (max-width: 768px) {
	
	.activity-share-modal.show{
		padding-right:0px !important;
	}
	
	.activity-share-modal.show .modal-content{
		margin-top:40px;
	}
	
	.admin-bar .activity-share-modal.show .modal-content{
		margin-top:80px;
	}
	
}



@media screen and (max-width: 567px) {
	
	.bp-user #buddypress .item-body .bp-navs .sub-menu{
		right:auto;
	}
	
}


