/**
Theme Name: Astra
Theme URI: https://wpastra.com/
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/
Version: 4.13.10
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 11.0.1
Tested up to: 7.1
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
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
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

/* Funky Letters typography polish: keep prominent copy from wrapping awkwardly. */
.elementor-heading-title,
.entry-title,
.funky-episode-listen-title,
.funky-transcript-heading,
.site-footer {
	text-wrap: balance;
}

.elementor-widget-text-editor p,
.funky-episode-body p,
.funky-episode-body li {
	text-wrap: pretty;
}

/* Funky Letters podcast episode template */
body.funky-podcast-episode { background: #f3eadb; }
.funky-podcast-episode .site-content {
	background: linear-gradient(180deg, #f3eadb 0%, #fbf4e6 45%, #f3eadb 100%);
}
.funky-podcast-episode .ast-article-single {
	max-width: 980px;
	margin: 34px auto 56px;
	padding: 46px 48px 58px;
	background: #fffaf0;
	border: 1px solid rgba(43, 27, 20, .10);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(43, 27, 20, .08);
}
.funky-podcast-episode .entry-header { margin-bottom: 26px; }
.funky-podcast-episode .entry-title {
	color: #2b1b14;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2.1rem, 5vw, 3.65rem);
	line-height: 1.06;
	letter-spacing: -.02em;
	font-weight: 700;
}
.funky-podcast-episode .entry-meta { display: none; }
.funky-episode-hero {
	display: grid;
	grid-template-columns: minmax(220px, 34%) 1fr;
	overflow: hidden;
	margin: 0 0 42px;
	background: #2b1b14;
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(43, 27, 20, .18);
}
.funky-episode-art { background: #1e140f; }
.funky-episode-cover {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin: 0;
}
.funky-episode-listen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px;
	color: #fff4d8;
}
.funky-episode-kicker {
	margin-bottom: 7px;
	color: #e98724;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.funky-episode-listen-title {
	margin-bottom: 18px;
	color: #fff4d8;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	line-height: 1.15;
}
.funky-episode-player iframe {
	display: block;
	width: 100% !important;
	max-width: 100%;
	border: 0;
	border-radius: 10px;
	background: #fff;
}
.funky-episode-date {
	margin-top: 14px;
	color: #d8c9b1;
	font-size: .92rem;
}
.funky-episode-body {
	color: #40332c;
	font-size: 1.08rem;
	line-height: 1.78;
}
.funky-episode-body > h2,
.funky-transcript-heading {
	margin: 46px 0 18px;
	padding-bottom: 10px;
	color: #2b1b14;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	line-height: 1.2;
	letter-spacing: -.01em;
}
.funky-episode-body > h2::after,
.funky-transcript-heading::after {
	content: '';
	display: block;
	width: 58px;
	height: 4px;
	margin-top: 10px;
	border-radius: 99px;
	background: #e98724;
}
.funky-episode-body ul { margin: 0 0 30px 1.15em; }
.funky-episode-body li {
	margin-bottom: 8px;
	padding-left: 4px;
}
.funky-episode-body .transcript {
	margin-top: 0;
	padding: 28px 30px;
	background: #fff4d8;
	border-left: 5px solid #e98724;
	border-radius: 0 12px 12px 0;
	color: #4b3a31;
	font-size: .98rem;
	line-height: 1.72;
}
@media (max-width: 767px) {
	.funky-podcast-episode .ast-article-single {
		margin: 18px 12px 34px;
		padding: 28px 20px 38px;
		border-radius: 12px;
	}
	.funky-episode-hero {
		grid-template-columns: 1fr;
		margin-bottom: 32px;
	}
	.funky-episode-listen { padding: 24px 20px 26px; }
	.funky-episode-body {
		font-size: 1rem;
		line-height: 1.7;
	}
	.funky-episode-body .transcript { padding: 22px 18px; }
}

/* Podcast page: let visitors reach the media library immediately. */
.page-id-12 .ast-primary-header-bar {
	display: none;
}

/* Funky Letters media library */
.funky-letters-archive { width: 100%; }
.funky-library-tools {
	margin: 28px 0 30px;
	padding: 18px;
	background: #fffaf0;
	border: 1px solid rgba(43, 27, 20, .12);
	border-radius: 14px;
}
.funky-library-search {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(180px, .8fr) auto auto;
	gap: 10px;
	align-items: center;
}
.funky-library-search input,
.funky-library-search select {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #cdbda8;
	border-radius: 8px;
	background: #fff;
	color: #2b1b14;
	font-size: 1rem;
}
.funky-library-search button,
.funky-library-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 16px;
	border: 0;
	border-radius: 8px;
	background: #e98724;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}
.funky-library-clear {
	background: #f1dfc7;
	color: #2b1b14;
}
.funky-library-count {
	margin-top: 10px;
	color: #6c584b;
	font-size: .9rem;
	font-weight: 700;
}
.funky-letters-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.funky-letter-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 22px;
	background: #fffaf0;
	border: 1px solid rgba(43, 27, 20, .11);
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(43, 27, 20, .05);
}
.funky-letter-card-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}
.funky-letter-card-meta {
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #8b5a2b;
}
.funky-letter-card h3 {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.25rem, 1.7vw, 1.55rem);
	line-height: 1.18;
	text-wrap: balance;
}
.funky-letter-card h3 a {
	color: #2b1b14;
	text-decoration: none;
}
.funky-letter-card p {
	margin: 0;
	color: #5b4a40;
	line-height: 1.55;
	text-wrap: pretty;
}
.funky-letter-card-taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.funky-letter-card-taxonomy a {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 999px;
	background: #f1dfc7;
	color: #5b321c;
	font-size: .72rem;
	font-weight: 800;
	text-decoration: none;
}
.funky-letter-play {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	padding: 8px 12px;
	border: 0;
	border-radius: 999px;
	background: #2b1b14;
	color: #fff4d8;
	font-size: .84rem;
	font-weight: 800;
	cursor: pointer;
}
.funky-letter-play:hover,
.funky-letter-play:focus {
	background: #e98724;
	color: #fff;
}
.funky-letter-play-icon {
	font-size: .8em;
	line-height: 1;
}
.funky-letter-inline-player {
	width: 100%;
	margin-top: 2px;
}
.funky-letter-inline-player iframe {
	display: block;
	width: 100%;
	height: 170px;
	border: 0;
	border-radius: 10px;
}
.funky-letter-card-link {
	margin-top: auto;
	font-weight: 800;
	color: #b85f0d;
	text-decoration: none;
}
.funky-archive-empty {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 26px;
	text-align: center;
	background: #fffaf0;
	border: 1px solid rgba(43, 27, 20, .11);
	border-radius: 12px;
	color: #5b4a40;
}
.funky-letters-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}
.funky-letters-pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 999px;
	background: #f1dfc7;
	color: #2b1b14;
	font-weight: 800;
	text-decoration: none;
}
.funky-letters-pagination a.current {
	background: #e98724;
	color: #fff;
}
body.page-id-12 .elementor-element-cc33dd44 { display: none; }

.funky-library-browse {
	margin-top: 18px;
	padding: 26px 18px 22px;
	border-top: 1px solid rgba(43, 27, 20, .10);
	text-align: center;
}
.funky-library-browse-label {
	display: block;
	color: #2b1b14;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: none;
}
.funky-library-browse-label::after {
	content: "As the library grows, these themes become another way to find the right letter for the season you are in.";
	display: block;
	max-width: 900px;
	margin: 14px auto 20px;
	color: #5a493f;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}
.funky-library-browse-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px 10px;
	max-width: 980px;
	margin: 0 auto;
}
.funky-library-browse-chips a {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border: 1px solid rgba(43, 27, 20, .12);
	border-radius: 999px;
	background: #f7ead6;
	color: #5b321c;
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.funky-library-browse-chips a:hover,
.funky-library-browse-chips a:focus,
.funky-library-browse-chips a.is-active {
	background: #2b1b14;
	border-color: #2b1b14;
	color: #fff4d8;
	text-decoration: none;
}
.funky-library-count {
	margin-top: 18px;
}
.funky-letter-card {
	gap: 12px;
}
.funky-letter-card-meta-row {
	margin-bottom: 2px;
}
.funky-letter-play {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	align-self: flex-start;
	padding: 9px 15px 9px 9px;
	border: 1px solid rgba(43, 27, 20, .08);
	border-radius: 999px;
	background: #2b1b14;
	color: #fff4d8;
	box-shadow: 0 5px 14px rgba(43, 27, 20, .13);
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.funky-letter-play:hover,
.funky-letter-play:focus {
	background: #3a241a;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(43, 27, 20, .17);
}
.funky-letter-play-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #e98724;
	color: #fff;
	font-size: .82rem;
	line-height: 1;
	padding-left: 2px;
}
.funky-letter-play-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	line-height: 1.05;
}
.funky-letter-play-label {
	font-size: .88rem;
	font-weight: 800;
}
.funky-letter-play-status {
	font-size: .7rem;
	font-weight: 700;
	color: #e8cda8;
}

@media (max-width: 860px) {
	.funky-library-search {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 680px) {
	.funky-library-search,
	.funky-letters-grid {
		grid-template-columns: 1fr;
	}
	.funky-letter-card {
		padding: 18px;
	}
}
