/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.share-button span {
	background: transparent;
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px, rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	color: #000;
	border-radius: 50%;
	padding: 8px;
}

.share-button span:hover {
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px, rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	border-radius: 54% 20px;
	transition: 1s ease all;
}

.rank-math-breadcrumb * {
	font-size: 13px;
	background: #eee;
	padding: 4px;
	border-radius: 6px;
	margin-top: -9px;
	text-transform: capitalize;
}

.icon-menu-bars,
.icon-search {
	border: 1px solid #fff;
	padding: 3px 7px 7px 7px;
	border-radius: 2px;
	font-size: 1.2rem;
}

.featured-image img {
	box-shadow: 0px 5px 10px #888;
	border-radius: 10px
}

footer .cat-links {
	background: black;
	color: white;
	display: inline;
	border-radius: 5px;
	padding: 2px 6px
}

footer .cat-links a {
	color: white;
}

/* GeneratePress Site CSS */
.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Featured widget */
.widget {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.page-header h1 {
	font-size: 1.5em;
}

.button,
.wp-block-button .wp-block-button__link {
	padding: 15px 25px;
}

@media (max-width: 768px) {
	.post-image img {
		max-width: 100%;
	}
}

.wpjankari-social-wrapper {
	display: flex;
	gap: 10px;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 25px auto;
}

.wpjankari-social-sharing {
	box-shadow: 3px 3px 3px #ccc;
	border: 1px solid black;
	display: flex;
	justify-content: space-around;
	padding: 8px;
	flex: 1;
	background: red;
	color: white;
	fill: white;
	border-radius: 3px;
	border: none;
}

.wpjankari-social-sharing svg {
	width: 22px;
	height: 22px;
}

.wpjankari-social-telegram {
	background: linear-gradient(49deg, #0096ff, #00c0ff);
}

.wpjankari-social-facebook {
	background: linear-gradient(49deg, #0096ff, royalblue);
}

.wpjankari-social-reddit {
	background: linear-gradient(49deg, magenta, #5000ff);
}

.wpjankari-social-whatsapp {
	background: linear-gradient(49deg, #00d690, green);
}

.wpjankari-social-twitter {
	background: linear-gradient(49deg, #666, #111);
}

.wpjankari-social-sharing:hover {
	box-shadow: 0px 5px 8px gray;
	transition: all .3s ease;
	filter: saturate(2);
	border-radius: 42px;
	transform: translateY(-4px);
}

/*Comment Box*/
.comment-respond .comment-reply-title {
	padding: 10px 10px 10px 25px;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 500;
	background: #643ede;
	font-size: 20px !important;
}

.Ftr li {
	list-style: none;
}

/* End GeneratePress Site CSS */
.ratio {
	aspect-ratio: 16/9;
}

.ads {
	text-align: center;
	margin: 10px auto;
	border-radius: 4px;
	border: 1px dashed #ccc;
	padding: 8px;
	font-size: 12px;
}

.flx li {
	list-style: '🛒';
	font-weight: 500;
	color: #000;
	line-height: 1.4em;
	text-transform: capitalize;
}

.flx {
	margin: 0 25px;
}

#BottomMenu {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #bab8b8;
	background: #fff;
	padding: 0 10px;
	box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, .2);
	z-index: 9999;
	padding-bottom: 3px;
	margin-top: 0;
}

ul#bmul {
	margin-top: 10px;
	margin-left: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.bml {
	float: left;
	color: #fff;
	font-size: 12px;
	list-style: none;
	text-align: center;
	width: 20%;
}

.bml a {
	color: #060606;
	font-size: 12px;
	font-weight: 500;
}

#BottomMenu .svg-icon {
	display: block;
	margin: auto;
	height: 28px;
	width: 28px;
	padding-bottom: 6px;
}

@media (min-width: 768px) {
	#BottomMenu {
		display: none;
	}
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.gb-headline a,
.related-post-title-multi {
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.related-post-title-multi {
	text-align: left;
}

.inside-right-sidebar {
	top: 32px;
	position: -webkit-sticky;
	position: sticky;
}

.gb-query-loop-wrapper h3 {
	line-height: 1.4em;
	margin-top: 0px;
}
}

.gb-block-image img {
	border-radius: 4px;
	border: 1px solid #ccc !important;
}

@media (max-width: 768px) {
	.related-posts-container {
		padding: 2px;
	}

	.related-post-link {
		font-size: 14px !important;
		margin-top: 2px;
	}

	.related-post-title-multi {
		font-size: 14px !important;
		text-align: left;
	}

	.related-post-image {
		margin-left: 5px;
		margin-top: 12px;
		width: 180px !important;
	}

	.related-post-thumbnail {
		margin-right: 10px !important;
	}
}

.related-posts-container {
	display: flex;
	border: 1px dashed #9b1717;
	border-radius: 5px;
	padding: 9px;
	margin-top: 20px;
	margin-bottom: 12px;
	background-color: #fffdf9;
	text-align: left;
}

.related-posts-container::before {
	content: "Also read";
	position: absolute;
	top: -12px;
	font-size: 14px;
	color: #cb0000;
	left: 10px;
	background: #fff;
	padding: 0 4px;
	font-weight: 500;
	border-radius: 50px;
}

.related-post {
	display: flex;
}

.related-post-title {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 5px;
	text-decoration: none;
	color: #333;
}

.related-post-image {
	max-width: 150px;
	width: 100px !important;
	border-radius: 4px !important;
	margin: 8px 10px 0 0;
	box-shadow: 0px 1px 8px #70707096 !important;
}

a.related-post-link {
	color: black;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.related-posts-box-multi {

	margin: 10px 0;
}

.related-posts-multi-heading {
	width: 100% !important;
	text-align: left;
	padding: 8px 10px !important;
	margin: 0 !important;
	font-size: 14px !important;

}

.related-posts-multi-inner-box {
	margin: 10px;
}

.related-post-link-multi {
	color: #202020;
	font-weight: 600;
	font-size: 18px;
}

.related-post-multi {
	display: flex;
	gap: 9px;
	width: 100%;
	margin-top: 18px;
}

img.related-post-image-multi {
	border-radius: 5px;
	width: 92px;
	max-width: 123px;
	height: auto;
	display: block;

}