/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.0.1780480491
Updated: 2026-06-03 09:54:51

*/


/*
Theme Name: Astra Child
Template: astra
*/

/* Single post layout */
#ast-scroll-top{
    background-color: #ca8334 !important;	
}

.chlorophyll-single-post {
	background: #0b0b0b;
	color: #ffffff;
}

/* Hero */
.chlorophyll-single-post__hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
	background-size: cover;
	/*background-position: center center;*/
	background-repeat: no-repeat;
}

.chlorophyll-single-post__hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.chlorophyll-single-post__hero-inner {
	position: relative;
	z-index: 2;
	max-width: 980px;
	width: 100%;
	text-align: center;
}

.chlorophyll-single-post__eyebrow {
	margin: 0 0 14px;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #d8c4a3;
}

.chlorophyll-single-post__title {
	margin: 0;
	font-size: clamp(42px, 6vw, 84px);
	line-height: 1.05;
	font-weight: 600;
	color: #ffffff;
}

.chlorophyll-single-post__meta {
	margin-top: 18px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.chlorophyll-single-post__meta a {
	color: #ffffff;
	text-decoration: none;
}

.chlorophyll-single-post__meta a:hover {
	text-decoration: underline;
}

/* Content section */
.chlorophyll-single-post__content-wrap {
	/*max-width: 1140px;*/
	margin: 0 auto;
	padding: 70px 20px 90px;
	background: #323132;
}

.chlorophyll-single-post__content {
	max-width: 820px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.9;
	color: #f2f2f2;
}

.chlorophyll-single-post__content h2,
.chlorophyll-single-post__content h3,
.chlorophyll-single-post__content h4 {
	color: #ffffff;
	margin-top: 36px;
	margin-bottom: 14px;
	line-height: 1.25;
}

.chlorophyll-single-post__content p {
	margin-bottom: 20px;
}

.chlorophyll-single-post__content a {
	color: #d8a04b;
}

.chlorophyll-single-post__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 24px 0;
}

/* Tags */
.chlorophyll-single-post__tags {
	max-width: 820px;
	margin: 40px auto 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

/* Comments */
.chlorophyll-single-post .comments-area {
	max-width: 820px;
	margin: 60px auto 0;
	color: #ffffff;
}

.chlorophyll-single-post .comment-form textarea,
.chlorophyll-single-post .comment-form input[type="text"],
.chlorophyll-single-post .comment-form input[type="email"],
.chlorophyll-single-post .comment-form input[type="url"] {
	background: #1a1a1a;
	color: #ffffff;
	border: 1px solid #333333;
}

.chlorophyll-single-post .submit {
	background: #d68f31;
	color: #ffffff;
	border: none;
	padding: 12px 22px;
	border-radius: 6px;
}
