/*
 Theme Name:   Edubin Child
 Theme URI:    https://thepixelcurve.com/wp/edubin/demo/
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://thepixelcurve.com/
 Template:     edubin
 Version:      6.5.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child
*/


li>ol {
	margin-left: 2.4em;
	margin-top: 2px;
	margin-bottom: 3px;
}

.course-tab-panels .course-description ol {
	margin-left: 35px;
}

.elementor-widget-bdt-search .bdt-search-result {
	margin-top: 5px;
	border-radius: 15px;
}

.elementor-widget-bdt-search .bdt-search-result ul.bdt-list {
	list-style: none;
}

.edubin-main-btn a {
	padding: 10px 15px;
	border-radius: 5px;
}

.single-lp_course .course-sidebar-preview .lp-course-buttons .lp-button {
	font-weight: bold;
}

body.single-post .entry-author {
	display: none;
}

body.single-post .blog-nav-links {
	margin-top: 0px;
	padding-bottom: 50px;
}

body.single-post article.post {
	margin-bottom: 0px;
}

.learnpress-checkout #checkout-payment .payment-methods .lp-payment-method .gateway-input::before {
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
}

.site__content blockquote {
	background: #77CC6D;
	padding: 3rem;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	line-height: 2.5rem;
	border-left: unset;
	margin-bottom: 20px;
}

.site__content blockquote p {
	font-style: normal;
}

@media screen and (max-width: 480px) {
	.site__content {
		padding: 40px 0 !important;
	}
	
	.edubin-social-share {
		margin-top: 20px;
	}
}