/**
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
*/

.colored_filter.elementor-widget {
	margin-bottom: 30px;
}
.colored_filter.elementor-widget {
    margin-block-end: 30px !important;
}

#wvpl-sticky-player {
	display: none!important;
}

.ast-container {
	padding-left: 15px;
	padding-right: 15px;
}
.ast-single-post h1.entry-title {
	font-weight: 800;
	margin-bottom: 0.4em;
	letter-spacing: -1px;
}
.entry-title a {
	font-weight: 800;
}

.bb_single_post_header {
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 15px 10px;
}

.bb_single_post_info {
	text-align: center;
	display: flex;
	padding: 0 20px;
	justify-content: center;
	align-items: center;
	font-size: 0.75em;
	flex-wrap: wrap;
	color: #999;
}

.bb_single_post_info_author img {
	border-radius: 50%;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
}

.bb_single_post_info .last-updated {
	margin-bottom: 2px;
}

blockquote {
	font-size: 20px;
	text-align: left;
	background: #f5f5f5;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px 30px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0caaab;
	letter-spacing: 0.025em;
	color: #000;
	min-height: 32px;
}

#toc_container {
	background-color: transparent;
	background: #ffffff;
	border: 1px solid #ededed;
	border-top: 6px solid #25282c;
}

#toc_container a {
	font-weight: 600;
	font-size: 16px;
	border-bottom: none;
	text-decoration: none;
	color: var(--ast-global-color-2);
	font-family: 'Fira Sans';
}

#toc_container a:hover {
	color: var(--ast-global-color-0);
}

#toc_container p.toc_title {
	text-align: left;
}

@media (max-width: 400px) {
	.bb_single_post_info {
		flex-direction: column;
	}

	.bb_single_post_info .separator {
		display: none;
	}

	.bb_single_post_info_author img {
		display: block;
		margin: 0 auto;
	}
}
.single .ast-single-author-box {
	margin-bottom: 30px;
}
.single .ast-single-author-box .about-author-title-wrapper {
	display: none;
}
.single .ast-single-author-box .ast-author-details {
	border: 1px solid #d1d1d1;
	padding: 20px;
	align-items: center;
}
.single .ast-single-author-box .author-title {
	font-size: 20px;
	color: var(--ast-global-color-2);
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.single .ast-single-author-box .author-title:hover {
	opacity: 0.75;
}
.single .ast-single-author-box a {
	text-decoration: none !important;
}
.single .ast-single-author-box .post-author-desc {
	font-size: 14px;
	margin-top: 10px;
}
@media (min-width: 1025px) {
	body.single-post h1.entry-title,
	body.single-post .bb_ajax_post_divider,
	body.single-post .site-main > .custom_related {
		margin-left: -100px;
		margin-right: -100px;
	}
}
@media (min-width: 1160px) {
	body.single-post h1.entry-title,
	body.single-post .bb_ajax_post_divider,
	body.single-post .site-main > .custom_related {
		margin-left: -165px;
		margin-right: -165px;
	}
}

.custom_related {
	margin-top: 60px;
}
.custom_related h2 {
	font-size: 28px;
	text-transform: uppercase;
}
.custom_related .post-featured a {
	position: relative;
	padding-bottom: 56%;
	display: block;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}
.custom_related .post-featured img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0;
}
.custom_related h3 {
	letter-spacing: -0.9px;
	margin: 12px 0;
}
.custom_related h3 a {
	color: #000;
}
.custom_related h3 a:hover {
	color: var(--ast-global-color-0);
}
.custom_related .post-author {
	float: left;
	margin-right: 10px;
}
.custom_related .post-author img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
.custom_related .entry-date {
	display: block;
}
.custom_related .entry-meta,
.custom_related .entry-date {
	display: block !important;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: normal;
	color: #999;
	font-family: sans-serif;
}
.custom_related .alm-load-more-btn:not(.loading) {
	display: none;
}
.custom_related .alm-reveal {
	display: inline-grid;
	grid-template-columns: 1fr;
	margin: 40px -15px 0;
}
.custom_related .alm-reveal > div {
	margin: 0 0 30px;
}
@media screen and (min-width: 480px) {
	.custom_related .alm-reveal {
		grid-template-columns: 1fr 1fr;
	}
	.custom_related .alm-reveal > div {
		margin: 0 15px 30px;
	}
}
@media screen and (min-width: 1024px) {
	.custom_related .alm-reveal {
		grid-template-columns: 1fr 1fr;
	}
	.custom_related.three-columns .alm-reveal {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

body.elementor-page .site-content > .ast-container,
body.elementor-template-full-width .site-content > .ast-container {
	max-width: 100%;
	padding: 0;
}

.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-article-single:not(.ast-related-post) {
	background-color: unset;
}

.ast-article-post .entry-content {
	display: none;
}

.bb_ajax_post > .alm-single-post {
	margin-top: 60px;
}

.ideapod_colored_categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.ideapod_colored_category a {
	display: block;
	font-family: 'Roboto', Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	border-radius: 100px;
	padding: 4.5px 16px;
	letter-spacing: 0.2px;
}
.ideapod_colored_category a:hover {
	opacity: 0.9;
}
.ideapod_colored_category {
	margin: 0 10px 10px 0;
}

.ast-site-identity {
	padding: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
	flex-wrap: wrap;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu > .menu-item {
	flex-basis: 25%;
	width: 25%;
	flex-grow: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu > .menu-item:nth-child(5) {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu > .menu-item a:not(.ast-disable-link) {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover > .menu-link {
	color: var(--ast-global-color-1);
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu .sub-menu {
	padding: 0.3em 0 0.6em;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
	flex-direction: column;
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap {
	margin-left: 0;
}

.ast-mobile-header-wrap .ast-builder-grid-row {
	grid-column-gap: 10px;
}

.site-footer .menu li {
	font-size: 16px;
	line-height: 1.3em;
	padding-left: 15px;
}

.site-footer .menu li a {
	color: #000;
}

.site-footer .menu li:hover a {
	color: var(--ast-global-color-0);
}

.site-footer .widget_nav_menu h2 {
	margin-bottom: 20px;
}

.bb_single_post_info {
	font-family: 'Roboto';
}

.bb_single_post_info_author {
	text-transform: lowercase;
}

.bb_single_post_info a {
	font-weight: 600;
	color: var(--ast-global-color-2);
	text-transform: initial;
}

.bb_single_post_info a:hover {
	color: var(--ast-global-color-0);
}

.bb_single_post_info .separator {
	margin: 0 8px;
}

.bb_single_post_info .last-updated strong {
	color: var(--ast-global-color-2);
}

.bb_ajax_post .alm-reveal .bb_ajax_post_divider {
	margin-top: 42px;
	margin-bottom: 42px;
	box-sizing: content-box;
}

.bb_ajax_post .alm-reveal .bb_ajax_post_divider:before,
.bb_ajax_post .alm-reveal .bb_ajax_post_divider:after {
	display: block;
	height: 4px;
	border-width: 4px 0;
	margin-bottom: 4px;
	border-style: dotted;
	content: '';
	opacity: 0.3;
}

body.page-template-default .ast-article-single > .entry-header,
body.archive .ast-archive-entry-banner {
	border-bottom: 1px solid #e6e6e6;
}

body.archive .entry-title a:hover {
	color: var(--ast-global-color-0);
}

body.archive .ast-blog-featured-section {
	margin-bottom: 10px;
	display: block;
	position: relative;
	padding-bottom: 56%;
	width: 100%;
	overflow: hidden;
}

body.archive .post-thumb-img-content img,
body.archive .post-thumb-img-content {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.archive .blog-layout-1 {
	border-bottom: 0;
}

body.archive .ast-article-post {
	margin-bottom: 10px;
}

body.archive .bb_archive_cats {
	font-size: 0;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.archive .bb_archive_cats a {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 1px 9px 1px 9px;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Roboto';
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: #e6e6e6;
	color: #000;
	transition: all 0.3s ease-in-out;
}

body.archive .bb_archive_cats a:hover {
	background-color: #f9cccc;
	color: #ffffff;
}

.bb_archive_meta {
	color: #999;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Roboto';
}

.bb_archive_meta a {
	color: var(--ast-global-color-2);
}

.bb_archive_meta a:hover {
	color: var(--ast-global-color-0);
}

.bb_archive_meta img {
	float: left;
	margin-top: -10px;
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 50%;
}

.bb_archive_meta .last-updated {
	display: block;
}

body.archive .ast-load-more {
	max-width: 100%;
	width: 364px;
	background-color: #f9cccc;
	color: #25282c;
	padding: 5px 18px;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	border: 0;
	border-radius: 4px;
	transition: all 175ms ease-in-out;
}

body.archive .ast-load-more:hover {
	box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.333);
}

@media (max-width: 544px) {
	.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
		padding-right: 5px;
	}
}

.ideap-after-content-breathwork {
	max-width: 690px;
	margin: 0 auto;
}

.ideap-after-content-breathwork > div {
	background: transparent !important;
	padding: 0 !important;
}

.ideap-after-content-breathwork h2 {
	margin-bottom: 10px;
}

.colored_filter .e-filter-item {
	cursor: pointer !important;
	transition: all 0.3s ease-in-out !important;
}
.colored_filter select {
	display: none;
	height: 56px;
	border: 1px solid #424242;
	border-radius: 100px;
	padding: 0 20px;
	background-position: calc(100% - 15px) 24px, calc(100% - 10px) 24px;
	width: 100%;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
@media (max-width: 767px) {
	.colored_filter select {
		display: block;
	}
	.colored_filter button {
		display: none !important;
	}
}

.elementor-nav-menu--main .menu-item-has-children > a:after {
	top: auto;
}

.h100 {
	height: 100%;
	width: 100%;
}

.ast-separate-container .elementor.ast-article-single {
	padding: 0;
}

.e-loop-item.hentry {
	margin-bottom: 0!important;
}

.elementor-widget.elementor-widget-heading {
	margin-bottom: 10px !important;
}

.elementor-nav-menu ul {
	margin-left: 0 !important;
}

.single-post-content > .elementor-widget-container > * {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}
.single-post-content > .elementor-widget-container > ul {
	padding-inline-start: 35px;
	list-style-position: outside;
	list-style-image: url("data:image/svg+xml,%3Csvg width='16' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='2.5' fill='%23000'/%3E%3C/svg%3E");
}
.single-post-content > .elementor-widget-container > ol {
	padding-inline-start: 55px;
	list-style-position: outside;
}
.single-post-content .content-img-wrap {
	padding: 20px 0;
}
.single-post-content .content-img-wrap.wide {
	max-width: 800px;
}
.single-post-content .content-img-wrap.fullwidth {
	max-width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.single-post-content .content-img-wrap.fullwidth img {
	width: 100%;
	max-width: 100%;
	height: 650px;
	object-fit: cover;
}
@media (max-width: 1024px) {
	.single-post-content .content-img-wrap img {
		max-height: 465px;
		object-fit: cover;
	}
}
@media (max-width: 840px) {
	.single-post-content .content-img-wrap.wide {
		max-width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.single-post-content .content-img-wrap.wide img {
		width: 100%;
		max-width: 100%;
		height: 465px;
		object-fit: cover;
	}
}
@media (max-width: 730px) {
	.single-post-content .content-img-wrap {
		max-width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.single-post-content .content-img-wrap img,
	.single-post-content .content-img-wrap.wide img,
	.single-post-content .content-img-wrap.fullwidth img {
		width: 100%;
		max-width: 100%;
		height: 280px;
		object-fit: cover;
	}
}

.single-post-content .ast-oembed-container {
	margin: 0 auto 20px!important;
}
@media (min-width: 731px) {
	.single-post-content .ast-oembed-container {
		padding-top: 386.4px;
	}
}

.single-post-content .elementor-widget-container > p {
	margin-bottom: 16px;
}

.single-post-content .elementor-widget-container > h2 {
	margin-top: 40px;
}

.single-post-content h2 {
	margin-bottom: 40px;
}

.single-post-content h3,
.single-post-content h4 {
	margin-bottom: 24px;
}

.single-post-content .elementor-widget-container h2,
.single-post-content .elementor-widget-container h3,
.single-post-content .elementor-widget-container h4,
.single-post-content .elementor-widget-container h5 {
	font-weight: 700;
}

@media (max-width: 767px) {
	.single-post-content .elementor-widget-container h2 {
		font-size: 28px;
	}
	
	.single-post-content .elementor-widget-container h3 {
		font-size: 24px;
	}
	
	.single-post-content .elementor-widget-container h4 {
		font-size: 20px;
	}
	
	.single-post-content .elementor-widget-container h5 {
		font-size: 16px;
	}
}


body.elementor-template-full-width .ast-container {
	padding: 0 !important;
}

body .brbr_related_stories {
	background: rgba(0, 0, 0, 0.05);
	padding: 40px;
	margin: 40px 0;
}
body .brbr_related_stories ul {
	margin-left: 0;
	padding-left: 0 !important;
	list-style-position: inside;
}
body .brbr_related_stories ul li {
	border-bottom-color: rgba(128, 128, 128, 0.5);
	padding: 10px 0;
}
body .brbr_related_stories ul li::marker {
	margin-right: 5px;
}
body .brbr_related_stories h3 {
	margin-bottom: 10px;
}
body.archive .ast-article-post {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}