/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

.woocommerce .woocommerce-MyAccount-navigation-link--game-accounts a:before {
    content:'\e94e';
}

.woocommerce .woocommerce-MyAccount-navigation-link--create-game-account a:before {
    content:'\e94c';
}

.woocommerce .woocommerce-MyAccount-navigation-link--recover-game-password a:before {
    content:'\e8aa';
}

.woocommerce .woocommerce-MyAccount-navigation-link--recover-kafra-password a:before {
    content:'\e8aa';
}

.woocommerce .woocommerce-MyAccount-navigation-link--change-game-password a:before {
    content:'\e8f2';
}

.woocommerce .woocommerce-MyAccount-navigation-link--support-ticket-endpoint a:before {
    content:'\e89c';
}
label[for="account_last_name"] .required {
    display: none;
}
.news_post_image {
	width: 100% !important;
	margin: 20px 0 !important;
}

.subheader-both-left #Subheader .breadcrumbs {
	width:100% !important;
}

/* Support Page */
#wpsc-container .required {
	opacity: 1 !important;
}
.mce-top-part button {
	background:transparent !important;
	margin:0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.wpsc-shortcode-container {
	border: #eee !important;
	color: #FFF !important;
}
.wpsc-shortcode-container .wpsc-body {
	color: #161922 !important;
}

/* Images should not be stupidly big */
.product_image_wrapper {
	width:25% !important;
}
.entry-summary {
	width:75% !important;
}

/* bbPress styling */
#bbpress-forums, #bbpress-forums ul.bbp-replies {
    font-size: 14px !important;
    line-height: 20px !important;
}
#bbpress-forums .bbp-forums-list li {
	display: list-item !important;
	font-size: 12px !important;
}
#bbpress-forums li.bbp-header {
    background: #467191 !important;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    font-weight: 700 !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    line-height: 1 !important;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-header ul {
    color: #CDD8E0 !important;
}
#bbpress-forums li.bbp-forum-info .bbp-forum-title, #bbpress-forums li.bbp-body .bbp-topic-permalink {
	font-size: 16px !important;
}
#bbpress-forums li.bbp-forum-info a.bbp-forum-title, #bbpress-forums li.bbp-body .bbp-topic-permalink {
	color: #1A202C !important;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 16px !important;
}
#bbpress-forums li.bbp-body ul, #bbpress-forums li.bbp-body p {
    font-size: 13px !important;
}
.bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky {
    background-color: #f0f8ff!important;
}
#bbpress-forums .mce-toolbar button {
	background:transparent !important;
	margin:0 !important;
}
#bbpress-forums .bbp-header #subscription-toggle a {
	color: #FFF !important;
}
#bbpress-forums .bbp-header .bbp-reply-author {
	text-align:left;
}

/* Support Tickets */
.wpsc-body .select2-container .select2-selection--single, .wpsc-modal-body .select2-container .select2-selection--single  {
	height: 40px !important;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
	padding: 5px !important;	
}
.select2-dropdown .select2-results .select2-results__option--highlighted[data-selected] {
	background-color: #ddd !important;
}
.select2-dropdown .select2-results .select2-results__option[data-selected="true"] {
	background: #FFF;
}
.wpsc-search .search-field {
	border: 1px solid #ddd;
}
.wpsc-search .wpsc-search-input, .wpsc-filter-container select, .wpsc-body input[type="text"], .wpsc-body button {
	margin-bottom: 0 !important;	
}
.wpsc-filter-submit button {
	margin: 0 5px 0 0 !important;	
}
.wpsc-widget-header {
	padding: 0 10px !important;
}
.wpsc-widget-body .info-label, .wpsc-it-subject-container h2 {
	font-weight: bold !important;	
}