/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

/* MO - Default Avatar - Not Display - 11/01/2024 */

.post-meta .no-avatars .author-name:before {
	content: none !important;
}

/* MO - Custom Modal Images - 16/1/2024 */

#custom-modal-image {
	background-color: rgba(41, 41, 41, 0.7);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10000;

}

#custom-modal-image .custom-modal-inner {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#custom-modal-image .custom-modal-inner img {
	padding: 2rem;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

#custom-modal-image .custom-modal-inner span {

	position: absolute;
	color: #fff;
	top: 50px;
	right: 5vw;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;

}
#custom-modal-image .custom-modal-inner #close-span-btn {
	font-size: 35px;
}

#custom-modal-image .custom-modal-inner #prev-modal-btn {
	top: 50%;
	right: unset;
	left:5vw;
	transition: scale 0.3s;
	scale: 1.3;
}

#custom-modal-image .custom-modal-inner #next-modal-btn {
	top: 50%;
	transition: scale 0.3s;
	scale: 1.3;
}

#custom-modal-image .custom-modal-inner #prev-modal-btn:hover {

scale: 1.5;

}

#custom-modal-image .custom-modal-inner #next-modal-btn:hover {
scale: 1.5;
}

@media (max-width:767px) {
	#custom-modal-image .custom-modal-inner {
		font-size: 8px;
	}

	#custom-modal-image .custom-modal-inner img {
    padding: 0;
}

#custom-modal-image .custom-modal-inner #prev-modal-btn {
	top: 75%;
	right: unset;
	left:1em;
}

#custom-modal-image .custom-modal-inner #next-modal-btn {
	top: 75%;
	right:1em;
}
}