/*
Theme Name:   EduBlink Child
Theme URI:    https://demo.edublink.co/
Author:       DevsBlink
Author URI:   https://themeforest.net/user/devsblink/portfolio
Description:  EduBlink Child Theme For LMS and Education Purpose.
Version:      1.0.0
Template:     edublink
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  edublink-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/
div.eb-header-top-bar.eb-top-bar-style-2 {
	position: relative;
	z-index: 100;
}
a.navbar-brand.site-main-logo > img {
	height: 200px;
    padding: 10px;
    margin: 80px 0 0 0;
    width: 200px;
	background: #fff;
}
.edublink-breadcrumb-style-1 {
    padding: 40px 0 30px;
}
.edublink-breadcrumb-style-2 {
	background: #406500;
}
footer#edublink-footer img {
    max-width: 200px;
}
@media screen and (max-width: 773px) {
	a.navbar-brand.site-main-logo > img {
		width: 120px;
		height: 120px;
	}	
}
