/*
 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 */
.single-post #main {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.rank-math-list-item {
    background: #fff;
    padding: 10px 10px 2px;
	  border:1px solid #e9e9e9;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.rank-math-question {
    border-bottom: 1px solid #F0F4F8;
    padding-bottom: 0.825rem;
    margin-bottom: 0.825rem;
    position: relative;
    padding-right: 40px;
}
.rank-math-breadcrumb p {
    padding: 3px 10px 3px 10px;
    color: #5f5f5f;
    font-size: 13px;
	  color: #333333;
	  background: #f9f9f9;
    border-radius: 5px;
	  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
hr.wp-block-separator {
    border-bottom: none;
    color: rgba(0,0,0,.2);
}
.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#wp-block-search__input-1 {
	border: 0px;
}

/*Post Comment*/
@media (max-width: 768px){
	.comments-area {
		margin-left:15px;
		margin-right: 15px;
	}
}
.comments-area {
	border-radius: 7px;
	border: 1px solid var(--border-color);;
	margin-top: 50px;
}
.comment-reply-title {
	margin-top: -35px;
	margin-bottom: 40px;
	border: 1.5px solid var(--text-1);
	background: var(--background);
	padding: 4px 30px;
	border-radius: 50px;
	font-size: 22px;
	color: var(--text-1);
}
.wp-block-table th, 
.wp-block-table td {
    padding: 10px;
   
}
.wp-block-rank-math-toc-block {
    margin-bottom: 10px;
    padding: 10px;
   
}
.wpjankari-social-wrapper {
    margin: 10px;
	  padding-left: 10px;
	  padding-right: 10px;
    font-size: 0;
    text-align: center;
	  display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
    padding: 8px;
	  margin: 4px;
	  border-radius: 4px;
    flex: 1;
}
@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);
}