/*
Theme Name: biblica Child
Theme URI:  https://transformus.co/
Author:     Tus Team 
Author URI: https://transformus.co/
Template:   biblica
Version:    1.0
License:    GNU General Public License v2 or later
*/

a.eael-learn-dash-course-thumbnail img {
    height: 200px;
    object-fit: cover;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img{
	    max-height: 80px;
}
p.ld-registration__p {
    display: none;
}
.eael-learndash-wrapper .eael-learn-dash-course .layout-button-wrap a.eael-course-button {
    color: transparent!important;
    position: relative;
}

.eael-learndash-wrapper .eael-learn-dash-course .layout-button-wrap a.eael-course-button::after {
    content: "عرض المزيد";
    color: #fff;
    width: 100%!important;
    height: 100%;
    text-align: center!important;
    position: absolute;
    left: 0;
    right: 0;
    font-family: 'Scheherazade New'!important;
}
.book-languages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.book-languages h3.book-language-title {
    color: #538ac6;
    font-family: 'Scheherazade New';
    font-size: 18px;
}

.book-languages .book-language-item {
    width: 23%;
}
.book-language-image img {
    object-position: center;
    height: 200px;
    object-fit: contain;
}
.book-language-audios {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: right;
}

.audio-item {
    width: 33%;
}


@media only screen and (max-width: 740px){
	.book-languages {
		width: 100%;
		max-width: 100%;
		display: flex;
		text-align: center;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.book-languages .book-language-item {
		width: 30%;
	}
	.book-language-audios {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		text-align: right;
		width: 100%;
	}

	.audio-item {
		width: 100%;
	}
}
