/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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
*/


header.entry-header h1.entry-title {
	font-size: 50px !important;
	text-align: center;
	color: #80A09B;
	margin-bottom: 15px;
}
body.single-post header.entry-header h1.entry-title {
	text-align: left !important;
}
#main a {
	text-decoration: none; /* remove default underline */
	position: relative;
}
#main a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px; /* Adjust vertical position as needed */
	width: 100%;
	height: 1px; /* Adjust thickness as needed */
	background-image: radial-gradient(circle at center, currentColor 1px, transparent 1px); /* Creates a dotted effect */
	background-size: 5px 1px; /* Adjust the first value for horizontal spacing between dots */
	background-repeat: repeat-x;
}
a.elementor-button,
a.elementor-button:hover,
a.elementor-button:after {
	text-decoration: none !important;
}

/* bio box */
.bio-box p {
	padding-bottom: 40px;
}

/* blog */
.blog .ast-article-post .ast-article-inner,
.ast-separate-container .ast-article-inner,
.ast-separate-container.ast-two-container #secondary .widget {
	background: #ffffff !important;
}
.ast-separate-container .ast-article-single, 
.ast-separate-container .ast-article-single:not(.ast-related-post) {
	background: #ffffff url("https://foxy4fifty.com/wp-content/uploads/2025/08/fox-tail-isolated-crop-faded.jpg") bottom 10% right no-repeat !important;
	background-size: contain !important;
}
.ast-separate-container .ast-article-single,
.ast-separate-container.ast-two-container #secondary .widget {
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.ast-separate-container .ast-archive-description {
	background: transparent !important;
	text-align: center !important;
	padding: 10px 0px !important;
}
.ast-separate-container .ast-archive-description h1 {
	color: #80A09B !important;
}
.ast-separate-container .comments-area {
	background: none !important;
}
/* sidebar fox image - single posts */
#media_image-4 {
	padding: 0 5% !important;
}

/* footer */
footer .wp-image-45 {
	max-width: 150px !important;
}

@media screen and (max-width: 768px) {
	header.entry-header h1.entry-title {
		font-size: 34px !important;
	}
}
@media screen and (max-width: 500px) {
	header.entry-header h1.entry-title {
		font-size: 30px !important;
	}
}