/*
Theme Name:     MPATEL Child Theme
Theme URI:      http://mpatel.org
Template:       kadence
Author:         Mukesh Patel
Author URI:     http://actualpost.com
Description:    The custom child theme by Mukesh Patel of Kadence Theme.
Version:        1.2.2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.site-header-wrap{
	border-bottom: 1px solid #f6f6f6;
}
.wp-block-code{
	background: rgba(0,0,0,0.1);
    color: #000;
    border-radius: 5px;
    overflow: auto;
}
.wp-block-code code {
	font-size: 15px!important;
	font-family: monospace;
}
#code {
	font-size: 15px!important;
}
/* Widget Sidebar */
.widget_recent_entries {
    background-color: #e5f3ff;
    border-radius: 15px;
    padding: 15px 25px;
}
.widget li{
    list-style: disc;
    margin: 5px 5px 5px 10px;
}
.widget-title{
    text-align:center;
    font-size:20px!important;
}
.widget.widget_categories{
    background-color: #fbf4ea;
    padding: 10px 10px 25px 25px;
    border-radius: 15px 15px 0 0;
    margin-bottom: unset!important;
}
.widget_categories li::marker{
	content:'# ';
	color: #f98181;
  margin-right: 0px;
}
.widget_recent_entries li::marker{
	content:'\2794  ';
	color: #f98181;
  margin-right: 0px;
}
/* Widget Sidebar End */

#rank-math-faq{
    border-radius:4px;
    margin-bottom:1rem;
    font-size:16px;
}
.rank-math-list-item{
    background:#f5f5f7;
    padding:18px;
    margin-bottom:24px;
    border-radius:12px;
}
.rank-math-question{
    border-bottom:2px solid #fafafa;
    padding-bottom:.825rem;
    margin-bottom:.825rem;
    position:relative;
    padding-right:40px;
    font-size:20px;
    font-weight:600;
}
.rank-math-question:after{
    content:"?";
    position:absolute;
    right:0;
    top:0;
    width:35px;
    line-height:35px;
    text-align:center;
    color:#fdd663;
    background:#fff;
    border-radius:35px;
}
#rank-math-howto{
    background:#f3f4f5;
    border-radius:5px;
    padding:15px;
    margin-bottom:1rem;
}
.rank-math-howto-description{
    margin-bottom:10px;
    margin-top:10px;
}
.rank-math-step{
    background:#fff;
    padding:15px 15px 20px;
    box-shadow:0 0 10px #d1d8dd,0 0 40px #fff;
    margin-bottom:1rem;
    border-radius:5px;
}
.rank-math-step-title{
    border-bottom:1px solid #e2e3f6;
    padding-bottom:.825rem;
    margin-bottom:.825rem;
    position:relative;
    padding-right:40px;
    padding-top:0;
}
.single-content{
	margin: -8px 0 -8px 0;
}
.kadence-breadcrumbs{
    background: #f6f7f7;
    border-radius: 4px;
    padding: 5px;
	min-height: 30px;
}

/*AdSense Auto Ads min-height Code to fix CLS */
.mys-content{
	min-height: 300px;
}

/* Rank Math ToC Code */
.wp-block-rank-math-toc-block{
    background:#f3f9ff;
    padding: 1rem!important;
    border-radius:5px;
}
.wp-block-rank-math-toc-block > h2{
    color: #f04444;
    font-size:20px;
}
.wp-block-rank-math-toc-block li > a{
    color:#4a5568!important;
    font-size:16px;
    text-decoration: none;
}
.wp-block-rank-math-toc-block ul > li:hover{
    text-decoration: underline;
}
.wp-block-rank-math-toc-block li::marker{
    color:#959595;
    /*content:"# "; */
}

/* Yarpp - Yet Another Related Posts */
.yarpp-related{
	background: #f3f8fb;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #f6f7f7;
}
.yarpp-heading{
	font-size: 17px;
    font-weight: 600;
}
.yarpp-related a {
    font-weight: 500!important;
}

/* Comment Section */
@media (max-width: 767px) {
.comment-form-author, .comment-form-comment, .comment-form-email{
        margin: 0 !important;
}
}
.homepage-mpateldigital-link {
	background: #d93838;
    color: #fff;
}
.homepage-fiverr-link {
	background: #00b22d;
    color: #fff;
}
/* The End */