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

.mr-footer-links-wrap li::before {
  top: 9px !important;
}

.site-footer .widget ul li a {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.site-footer .widget .widget-title {
  font-size: 22px !important;
}

header#masthead {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.mr-contact-form-wrap input,
.mr-contact-form-wrap textarea,
.mr-contact-form-wrap select {
  background: #f6f7f9 !important;
  padding: 15px !important;
}

.edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li>a.nav-link, .edubin-header-area ul.edubin-navbar-nav>li>a,
.edubin-header-area ul.edubin-navbar-nav .dropdown ul.edubin-dropdown-menu li a {
  font-size: 16px !important;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #005177;
}

.mr-contact-form-wrap input[type="submit"] {
  background: #773AA4 !important;
}

.mr-contact-form-wrap input[type="submit"]:hover {
  background: #FAD144 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #FAD144 !important;
}

/* Removing BreadCrumb from Course Single Page */
.sfwd-courses-template-default .edubin-course-top-info .edubin-breadcrumb-wrapper {
    display: none;
}