/*
 Theme Name:   Edubin Child
 Theme URI:    https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       Pixelcurve
 Author URI:   https://themeforest.net/user/pixelcurve
 Template:     edubin
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

/*
 * 只修复曲谱页面的 breadcrumb
 * 不影响 Edubin 其他页面
 */
.edubin-breadcrumb ul.breadcrumb {

   background-color: transparent
}
:root {
   --edubin-elementor-container-width: 1700px;
}

@media (min-width: 1700px) {
   .container, .edubin-container {
      max-width: var(--edubin-elementor-container-width);
   }
}


@media (min-width: 1700px) {
   .tutor-container-xl, .tutor-container-lg, .tutor-container-md, .tutor-container-sm, .tutor-container {
      max-width: 1700px;
   }
}

@media (min-width: 1700px) {
.bbp-container{
   max-width: 1700px;margin:auto
}
	
	.bb-rl-container-inner {
	max-width: 1600px;	
	}
.bb-rl-forums-container-inner {
    max-width: 1600px;
    margin: 0 auto;
}

