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

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


.rank-math-breadcrumb p {
    padding: 8px 8px 8px 8px;
    margin-left: 0px;
	border-radius: 12px;
    background: #C0C0C0;
    color: #141414;
    font-size: 11px;
	font-weight: 700;
    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
} 
/**
.rank-math-breadcrumb p {
	background: #e5e8ec;
	color: #000000;
	padding: 8px 8px 8px 8px;
	border-radius: 4px;
    font-size: 11px;
	font-weight: 700;
}

@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
} **/

/*Table of contents*/

#toc_container li a {
    display: block;
    width: 100%;
    color: var(--link-text);
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}
#toc_container {
    background: #f9f9f900;
   
    padding: 0px;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    background: #fff;
    padding: 3px 20px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

.whatsapphighlight {
	animation: WPLiteTheme-GreenBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
.telegramhighlight {
	animation: WPLiteTheme-BlueBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-BlueBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #0086ce;
	}
	100% {
		border-color: transparent;
	}
}

.wpsp-related-title {
	margin-top: 20px;
	justify-content:center;
	background-color:white;
	text-align:center;
	color:black;
	padding: 8px 5px;
	border-radius:23px;
	font-weight:700;
	border: 2px solid #7997ED;
	
}
.wp-show-posts-image img {
	border-radius: 13px;
  box-shadow: rgba(23,43,99,.2) 0 5px 25px!important;
}

/*Social Share*/
.wpjankari-social-wrapper {
    margin: 10px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.wpjankari-social-sharing:hover {
	transform: translateY(-3px);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (max-width: 600px) {
    .wpjankari-social-sharing {
		display: inline-block;
    }
}
.wpjankari-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.wpjankari-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.wpjankari-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.wpjankari-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.wpjankari-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.wpjankari-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}

/*Comment Box */
.comment-respond
.comment-reply-title {
	margin-top: -19px;
	padding: 8px 8px 8px 20px;
	background-color:#fff;
	border-radius: 23px;
	color: #000!important;
	box-shadow: rgba(19,20,9,.2) 0 7px 28px;
} 

.comments-area {
	margin-top: 40px;
	border-radius:12px;
	
}
input[type="submit"] {
	color: #0f0f0f;
	border-radius:23px;
	font-weight:700;
}


/* Related Post CSS */


/* author box */

.author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 0.9em;
	color: #000;
	border: 2px solid #7997ED;
	border-radius: 23px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
        box-shadow: 0 9px 28px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.author-box .avatar {
	width: 250px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
h5.author-title {
	margin-bottom: 0.1em;
	font-weight: 600;
}
.author-description {
	line-height: 1.6em
}
.author-links a {
	margin-top: -1.5em;
	font-size: 2em;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.author-box {
		padding: 20px;
		padding-bottom: 25px;
		margin-top: 60px;
		margin-left: 15px;
		margin-right: 15px;
		flex-direction: column;
		text-align: center;
	}
	.author-box .avatar {
		margin-right: 0;
		width: 100%;
		margin-top: -25px;
	}
	.author-box .avatar img {
		max-width: 100px;
	}
	.author-links a {
		float: none;
		align-self: center;
	}
	.author-description {
		margin-bottom: -0.1em;
	}
}

.wp-block-kevinbatdorf-code-block-pro {
	margin: 10px 2px;
	border: 1px solid #7997ED
}

.faqs {
	background-color:white;
	border: 2px solid #7997ED;
	border-radius: 13px;
	text-align: center;
	color:black;
	font-weight:700;
	padding: 5px 5px;
	font-size:25px;
	
} 

.relatedposts{
	padding: 10px 20px
}
	
