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

/* Your styles start here */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}
/* global page content padding */
body:not(.home) div#content {
    padding: 80px 0;
}
/* header menu */
.edubin-header-area .main-navigation a {
    font-weight: 600;
    color: #353535;
    text-transform: uppercase;
}
.edubin-header-area nav ul#primary-menu-custom-id {
    display: flex;
    flex-flow: row nowrap;
    justify-content: right;
}
/* footer copyright border-top */
footer .site-info.edubin-container {
    border-top: 1px solid #cbced0;
    padding: 25px 0 !important;
}

.edubin-footer-default-wrapper.site-footer.footer-bottom {
    padding-bottom: 25px;
}

/* title after header */
@media(min-width: 768px){
    .edubin-page-title-area{
    height: 290px !important;
    }
	.edubin-page-title-area h1.entry-title {
    margin-top: 10px !important;
    padding: 0;
    }
	.edubin-page-title h1.entry-title {
    font-size: 36px !important;
	}
}
@media(max-width: 767px){
    .edubin-page-title-area{
    height: 180px !important;
    }
	.edubin-page-title-area h1.entry-title {
    margin-top: 10px !important;
    padding: 0;
    }
	.edubin-page-title h1.entry-title {
    font-size: 32px !important;
	}
.edubin-container .edubin-row.footer-wrap{
    padding: 60px 25px !important;
} 
.edubin-container .edubin-row.footer-wrap .footer-column {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}
.edubin-container .edubin-row.footer-wrap .edubin-col-lg-3.edubin-col-md-6:last-child .footer-column{
    padding-bottom: 0;
    border-bottom: unset;
}
    .edubin-breadcrumb-style-1 {
        padding: 0;
    }

.edubin-page-title-area.edubin-breadcrumb-style-1.edubin-breadcrumb-has-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
}

/* top bar mobile and email hidden */
.edubin-header-top-content .header-top-email,
.edubin-header-top-content .header-top-phone {
    opacity: 0 !important;
}

/* contact us page */

body.page-id-8816 div#content {
   background: #eef0f2
}
body.page-id-8816 form.wpcf7-form .row {
   display: flex !important;
}
@media (min-width: 768px) {
body.page-id-8816 form.wpcf7-form .row .col-md-6 {
	flex: 0 0 auto;
	width: 50%;
	padding: 0 12px;
   }
}
@media (max-width: 768px) {
body.page-id-8816 form.wpcf7-form .row{
    margin: 0 0 16px 0;
}
}
@media (max-width: 768px) {
    .single.single-sfwd-courses .edubin-breadcrumb-style-1 {
        padding: 80px 0 !important;
    }
  .single.single-sfwd-courses .edubin-breadcrumb-style-1 h1{
     font-size: 32px !important;
 }
     .single.single-sfwd-courses .edubin-page-title-area {
        height: 200px !important;
}
    .single.single-sfwd-courses .content-area {
    padding: 60px 0 0 !important;
}
}
@media(min-width: 992px){
	.edubin-course .course__media img {
    object-fit: cover;
    height: 250px !important;
}
}
.woocommerce-account .ld-profile-avatar {
    text-align: center;
}
.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading{
	font-size: 20px !important;
}
.tpc-header-top-bar.tpc-top-bar-style-2 {
	height: 46px !important;
}

.edubin-course-widget-wrapper .edubin-course.layout__1 .course__container {
    box-shadow: 0px 0px 10px 0px #9e9e9e !important;
}
.edubin-course-widget-wrapper .course__title {
    height: 68px !important;
}
.edubin-course-widget-wrapper .course__title a {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
}

/* Menu items - Header */
.edubin-header-area.edubin-navbar.edubin-navbar-expand-lg {
    height: 85px;
}
ul#primary-menu-custom-id {
    display: block !important;
    width: 100%;
}
ul#primary-menu-custom-id li{
    display: inline-block;
}
ul#primary-menu-custom-id li a{
    padding: 30px 8px !important;
    font-weight: 600;
}

/* wishlist */
.woocommerce table.shop_table.cart tr td{
    border-left: 1px solid #e8e8e8 !important;
     border-bottom: 1px solid #e8e8e8 !important;
}
.woocommerce table.shop_table.cart tr td:last-child {
    border-right: 1px solid #e8e8e8 !important;
}

.woocommerce thead tr{
     border-top: 1px solid #e8e8e8 !important;
} 
.woocommerce thead tr th{
     border-left: 1px solid #e8e8e8 !important;
     border-bottom: 1px solid #e8e8e8 !important;
   
}
.woocommerce table.shop_table.cart tr th:last-child {
    border-right: 1px solid #e8e8e8 !important;
    border-radius: unset !important;
}
.woocommerce table.shop_table .product-remove a {
    color: red !important;
}
.wishlist_table .product-add-to-cart a{
    padding: 6px 10px;
    border: 1px solid #022b55 !important;
    color: #022b55 !important;
    border-radius: 5px;
}
.wishlist_table .product-add-to-cart a:hover{
    background-color: #022b55 !important;
    color: #fff !important;
}
/* Blog page */
.edubin-blog-post-standard .edu-blog .content li.date-calender {
    display: flex;
}
.edubin-blog-post-standard .edu-blog .content li.date-calender span{
    align-self: center;
    color:#000000;
}
.edubin-blog-post-standard .edu-blog .content li.meta-categories {
    display: flex;
}
.edubin-blog-post-standard .edu-blog .content li.meta-categories a{
    text-transform: capitalize;
}
.edu-blog:hover .thumbnail a img{
    transform: unset !important;
}

/* single course page */
@media (min-width: 768px) {
    .edubin-page-title-area {
        height: 280px !important;
        background-color: #021c3b !important;
    
    }
	.edubin-course-top-info.dark .course-title{
		font-size: 42px !important;
	}
.single-course-layout-02 .course-sidebar-preview {
    margin-top: -340px !important;
}
.edubin-page-title-area h1.course-title { 
margin-top: 30px !important;
margin-bottom: 0;
}
}
.edubin-course-top-info.dark .edubin-course-single-header-meta-01,
.edubin-course-top-info.edubin-page-title-area.edubin-breadcrumb-style-1 .course-short-text{
    display: none;
}

.edubin-course-info h1.course-title {
    font-size: 22px;
}
.edubin-course-info p.course-excerpt{
    font-size: 16px;
    font-weight: 600;
}
.edubin-course-info ul li span.label{
    font-size: 15px !important;
}
.edubin-course-info ul li span.label+span{
    font-size: 15px !important;
    font-weight: 400;
}

