/**
Theme Name: Astra Child
Author: Webmicron
Author URI: https://webmicron.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.shared-counts-button{
	color:#fff !important;
	padding: 5px 10px !important;
	border-radius:3px;
	font-size:13px;
	align-items:center;
	display:flex;
	font-weight:bold;
}
.shared-counts-button svg{
	fill:#fff !important;
	margin-right:4px
}

.shared-counts-button.facebook {
    background: #3a589e;
}
.shared-counts-button.whatsapp{
	background: #25d366;
}

.astra-social-share {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.format-standard .entry-header p, .single .entry-header{margin-bottom:10px !important}

#secondary{margin-top:20px;
margin-bottom:20px}

/* Breadcrumbs */
.trail-end{display:none !important}
.trail-item span{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color:#555555
}
.astra-social-share{
		border-bottom: 1px solid #e7e7e7;
	padding-bottom:20px
}
#secondary li{margin-bottom:0}


/* image Caption */
figcaption{font-size: 14px;
	color:#464646;
text-align:right}

.ast-blog-meta-container{
	margin-bottom: 1.2 rem
}



/* Post Style */
article.ast-article-single{padding: 0 !important}
.entry-content.clear{padding-top: 20px}


/* table of contents */
#rank-math-toc h2{margin-top:0}
#rank-math-toc{border: 1px solid #e7e7e7; border-radius: 5px; padding: 15px; background-color: #fdfbe5}



/* Sidebar Styles */

.wp-block-latest-posts__list li{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom:10px;
}
.wp-block-latest-posts__list li:last-child {
	border-bottom: 0;
	padding-bottom:0
}

.wp-block-categories-list li{
	border-bottom: 1px solid #333;
	padding:10px 0;
}
.wp-block-categories-list li:last-child{
	border-bottom: 0;
	padding-bottom:0
}
.wp-block-categories-list li:first-child{
	padding-top:0;
}

.sidebar-main aside{
	padding: 20px !important
}

#secondary .sidebar-main aside#block-19{background-color: #5511f830}


/* Main Blog Page  */

div#primary, .sidebar-main aside,div#primary section{
border-radius:5px	
}

#content #primary {background-color:#fff}
.ast-container #primary{margin: 20px 0 !important}
main#main{padding: 24px}
div#primary{padding:0 !important}

.site-main article.post{
	border-bottom: 1px solid #e7e7e7 !important;
	padding-bottom:2em;
}

.blog-layout-5 div.entry-content.clear{display:none}
.site-main article.post:last-child{
	border-bottom: 0 !important;
	padding-bottom:0;
}
span.author a span.author-name{color:#5511f8}

.ast-blog-layout-5-grid .ast-article-inner{box-shadow: none !important}
.ast-blog-layout-5-grid .ast-article-post:last-child{margin-bottom:0}

/* Page Styling */
.type-page h1{border-bottom: 1px solid #e7e7e7; margin-bottom:0; padding-bottom:10px}
.type-page .entry-header{margin-bottom:0}

/* code block style */
code{background:#2d2520}