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


main#main ul li {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

nav#site-navigation ul li a,
strong {
	color: #231F20 !important;
}

nav#site-navigation ul li a:hover {
	color: var( --e-global-color-accent ) !important;
}

.edubin-page-title-area,
html body .pixelcurve-progress-parent {
	background-color: #F9BC6C !important;
	background: #F9BC6C !important;
	border-color: #F9BC6C !important;
}

#content {
	padding-bottom: 0 !important;
}

.logo-wrapper a img {
	width: 125px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #231F20;
}

.edubin-breadcrumb-style-1 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

/*
#main-home-banner {
	position: relative;
}

#main-home-banner:before {
	background-image: url("http://www.pske.nl/wp-content/uploads/2026/09/header_pske.png");
	display:block;
	content: "";
	width: 500px;
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	bottom:0;
	right:0;
}*/