/*
Theme Name: Edumall Child
Theme URI: https://edumall.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.0
Template: edumall
Text Domain:  edumall-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.elementor-widget-books .wbg-total-books-title,
#wbg-search-form{
	display: none;
}

.loop-author a {
	pointer-events: none;
}

/* Css for Book Single page*/
.wbg-search-container .wbg-search-item a#wbg-search-refresh {
     font-family: "Font Awesome 5 Free" !important;
}
.wbg-book-single-section {
    max-width: 1510px;
    min-height: 100px;
    padding: 0 50px;
}

.wbg-details-wrapper,
.wbg-details-book-info {
    display: flex !important;
    flex-wrap: wrap !important;
	justify-content: space-between;
}
.wbg-book-single-section {
    margin: 60px auto;  
}
.wbg-details-wrapper .wbg-details-image {
    margin-right: 0;  
}

span.sdc-download-count {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: 30px !important;
}

.sdc-download-count span {
    width: auto !important;
    font-size: 18px !important;
    font-weight: 600;
    color: #007C7C;
}
body.single .sdc-download-count span.sdc-count {
	margin-left: 5px !important;
}

@media(min-width: 999px){
	.archive .wbg-parent-wrapper {   
		padding-left: 55px !important;  
		padding-right: 55px !important; 
	}
	.wbg-details-wrapper .wbg-details-image {
		width: 45% !important;
	}
	.wbg-details-wrapper .wbg-details-summary {
		width: 47% !important;
	}
}