/* 
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: 1.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
*/

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.elementor-button-icon {
	display: flex;
	font-size: 1.3em;
}

// CookieYes plugin
.cky-notice-btn-wrapper {
	row-gap: 10px;
}
.cky-btn {
	font-size: 14px!important;
}
.cky-btn:not(.cky-btn-accept) {
	color: var(--e-global-color-primary)!important;
	border-color: var(--e-global-color-primary)!important;
	background-color: transparent!important;
}
.cky-btn:not(.cky-btn-accept):hover,
.cky-btn.cky-btn-accept:hover {
	color: #fff!important;
	background-color: var(--e-global-color-secondary)!important;
	border-color: var(--e-global-color-secondary)!important;
}
.cky-btn.cky-btn-accept {
	color: #fff!important;
	background-color: var(--e-global-color-primary)!important;
	border-color: var(--e-global-color-primary)!important;
}

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: 100%;
	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 {
	color: #fff;
	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%;
}

.h100 * {
	height: 100%;
}

.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;
	text-align: center;
}
.single-post-content .content-img-wrap.wide {
	width: 926px;
	margin-left: calc((692px - 926px ) / 2);
	margin-right: calc((692px - 926px) / 2);
}
@media (max-width: 966px) {
	.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%;
	}
}

.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 {
	font-size: 28px;
	margin-bottom: 40px;
}

.single-post-content h3 {
	font-size: 24px;
}

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

@media (max-width: 767px) {
	.single-post-content h2 {
		font-size: 24px;
	}
	
	.single-post-content h3 {
		font-size: 22px;
	}
}

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


.bb-authors {
	display: flex;
	flex-direction: row;
}
.bb-authors .bb-author {
	display: flex;
    flex: 0 0 auto;
    width: 100%;
	flex-direction: column;
	row-gap: 24px;
	align-items: center;
	background-color: #F6F6F6;
	border-radius: 12px;
	padding: 24px 24px 32px;
}
.bb-authors img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.bb-authors h3 {
	margin: 0;
}
.bb-author span {
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 1.5em;
}
.bb-author span:empty {
	display: none;
}
.bb-authors .bb-author-view {
	color: #000;
	background-color: transparent;
	padding: 11px 24px;
	border: 1px solid #000000;
	font-size: 16px;
	line-height: 1.5em;
}
.bb-authors .bb-author-view:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.bb-authors .elementor-swiper-button-next, .bb-authors .elementor-swiper-button-prev {
    top: -91px!important;
}
.bb-authors .elementor-swiper-button-prev {
    right: 68px;
}
.bb-authors .elementor-swiper-button-next:hover, .bb-authors .elementor-swiper-button-prev:hover {
    background-color: #000;
    color: #fff;
}
.bb-authors .elementor-swiper-button-next.swiper-button-disabled, .bb-authors .elementor-swiper-button-prev.swiper-button-disabled {
    opacity: .3;
}
.bb-authors .swiper-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    bottom: 0;
}
.bb-authors .swiper-pagination-bullet {
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 0;
    height: 3px;
}
@media (min-width: 768px) {
	.bb-authors .swiper-pagination {
		display: none;
	}
}
@media (max-width: 767px) {
	.bb-authors {
		overflow: hidden;
	}
    .bb-authors .elementor-swiper-button {
        display: none;
    }
	.bb-authors .bb-author img {
		width: 60px;
		height: 60px;
	}
}