/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

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*/
#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;
}

#toc_container {
	background:transparent;
	border: none;
	padding: 0;
}
#toc_container p.toc_title {
	text-align: left;
	font-size: 1.2em;
}
#toc_container p.toc_title+ul.toc_list {
	padding-left: 1em;
}
#toc_container a:hover {
	text-decoration: none;
}
span.toc_number:after {
	content: '.';
}
span.toc_number {
	padding-right: 5px;
}
#toc_container li {
	margin-bottom: 4px;
}

.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;
}

.bb_colored_categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.bb_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;
}
.bb_colored_category a:hover {
	opacity: 0.9;
}
.bb_colored_category {
	margin: 0 10px 10px 0;
}

.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;
	}
}

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

.elementor-widget.elementor-widget-heading {
	margin-bottom: 10px !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;
}

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;
}