/* 
Theme Name: Hello Theme Child by Growwwup
Theme URI: https://github.com/elementor/hello-theme/
Description: Thème enfant développé par Rémy PENET de Growwwup.
Author: Rémy PENET - Growwwup
Author URI: https://growwwup.com/
Template: hello-elementor
Version: 1.0.2
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
*/

a {
    color: #be666b;
}

.my-df-addtocart-btn {
    display: none!important;
}

b,
strong {
    font-weight: bold;
}

.elementor-widget-marquee{
    width: 100%;
    height: 20px;
}

.marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear!important; 
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important; 
}

.marquee__text {
    display: inline-block;
    text-transform: uppercase;
    color: inherit;
    font-size: 30px;
    font-weight: 700;
    font-family: 'League Spartan';
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
}

.marquee__text::after {
    display: inline-block;
    content: ".";
    margin: 0 10px
}

#home_blog .blog-item:nth-child(2) {
    margin-top: 40px !important
}

@media(max-width:991px) {
    #home_blog .blog-item:nth-child(2) {
        margin-top: 0 !important
    }
    #header.header--wp {
        margin-top: 35px;
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translate3d(0,0,0);
    }
    100% {
        transform: translate3d(-50%,0,0);
    }
}

@keyframes marquee {
    0% {
        transform: translate3d(0,0,0);
    }
    100% {
        transform: translate3d(-50%,0,0);
    }
}

.left-bullet .swiper-pagination{
    text-align: left;
}
.caroussel-value,
.caroussel-news__content,
.anchors,
.caroussel-circular,
.caroussel-words,
.caroussel-sextoy {
    overflow: hidden;
}

.elementor-widget-caroussel-sextoy {
    position: unset;
}

.elementor-widget-caroussel-sextoy::after {
    content: '';
    display: block;
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    height: 282px;
    background-color: #ECD2CB;
}

.caroussel-sextoy__item__content {
    padding: 80px 0;
}

.caroussel-sextoy__item__title {
    height: 50px;
}

.caroussel-sextoy__item__text {
    margin: 40px 0 60px 0;
    max-height: 6em;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

img.caroussel-sextoy__item__thumbnail {
    height: 282px;
}

.elementor-button-content-wrapper {
    align-items: center;
}

.caroussel-sextoy__item--open .caroussel-sextoy__item__text {
    max-height: 32em;
}

button.caroussel-sextoy__item__more {
    background: none!important;
    border: none!important;
    outline: none;
    padding: 0;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    margin-top: -17px;
}

.caroussel-value__item__icon {
    display: inline-block;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    position: relative;
}

.caroussel-value__item__icon-outer-text {
    animation: rotate 24s linear infinite;
}

.caroussel-value__item__icon img {
    position: absolute;
    left: 5px;
    width: 100%;
    height: 100%;
}

.caroussel-value__item__label {
    display: block;
}

.caroussel-news__item {
    position: relative;
    background-color: #CF8781;
}

.caroussel-news__item__thumbnail {
    display: block;
    object-fit: cover;
    width: 100%;
    opacity: .55;
}

.caroussel-news__item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 20px;
    min-height: 170px;
}

.caroussel-news__filter {
    display: flex;
    overflow: auto;
    margin-bottom: 20px;
}

.caroussel-news__filter::-webkit-scrollbar {
    height: 4px;
}

.caroussel-news__filter::-webkit-scrollbar-track {
    background-color: #e2d6e1;
    border-radius: 3px;
}

.caroussel-news__filter::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary);
    border-radius: 3px;
}

.caroussel-news__filter__item {
    background: none !important;
    border: none !important;
    outline: none !important;
    border-radius: 0 !important;
    padding: 5px 10px!important;
    margin: 15px 0;
    transition: border .2s ease-in, transform .3s ease;
}



.caroussel-news__filter__item:not(.caroussel-news__filter__item--active):hover {
    transform: translateY(-2px);
}

.caroussel-news__filter__item--active {
    border-bottom: 1px solid #C77277 !important;
}

.counter-item {
    border-radius: 34px;
    height: 69px;
    width: 69px;
    background-color: var(--e-global-color-primary);
    text-align: center;
}

h2.elementor-heading-title b,
h3.elementor-heading-title b {
    color: #E7A0A4;
}

.elementor-heading-title .heading-light {
    font-weight: 400;
}

h4.elementor-heading-title b {
    color: black;
}

.half-splitted-lines::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: var(--bg-color, #E2BCB3);
}

.half-splitted-lines>* {
    position: relative;
}

span.splitted-lines,
.splitted-lines p,
.splitted-lines .elementor-heading-title {
    display: inline;
    line-height: inherit;
    background: var(--e-global-color-primary);
}

.splitted-lines b {
    color: inherit;
}

.splitted-lines .elementor-heading-title b {
    background-color: #D8878D;
}

.splitted-lines--know p {
    background: #E2BCB3;
}

.splitted-lines--conseils h2 {
    background-color: #D8878D;
}

.splitted-lines-light h1 {
    display: inline;
    line-height: inherit;
    background-color: #C48A88;
}

.splitted-lines--greensex b {
    color: #F8EAE7 !important;
    background-color: #A1A968 !important;
}

.slider-full .elementor-image-carousel-caption {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.slider-full .swiper-slide-image {
    height: 100%;
}

footer .elementor-heading-title a:hover {
    text-decoration: underline;
}

.anchors {
    margin: 0 60px;
}

.anchors .swiper-button-prev, .anchors .swiper-button-next {
    margin-top: -7px;
}

.anchors .elementor-button {
    white-space: nowrap;
}

.anchors .swiper-button-disabled {
    visibility: hidden;
}

.anchors__item {
    flex-shrink: 1;
}

div.swiper-button-next,
div.swiper-button-prev {
    height: auto;
    width: auto;
}

.caroussel-circular {
    position: relative;
    padding-bottom: calc(26.66667px + 13.33333vw);
    padding-top: 16px;
}

.caroussel-circular .swiper-wrapper {
    align-items: stretch;
}

.caroussel-circular .swiper-button-next,
.caroussel-circular .swiper-button-prev {
    top: unset;
}

.carrousel-circular__item {
    background-color: var(--e-global-color-primary);
    border-radius: 7px;
    width: 250px;
    padding: 50px 30px;
    position: relative;
    color: #F8EAE7;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;
    height: auto;
    transition-property: transform;
}

.caroussel-circular__item__title {
    color: inherit !important;
}

.carrousel-circular__item__subtitle::after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background-color: var(--text-color, #B76965);
}

.carrousel-circular__item__icon {
    margin-bottom: 20px;
    width: 32px;
    height: 32px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: #fff;
}

.block-color p {
    margin-bottom: 0;
}

.col-ext img {
    object-fit: cover;
}

.caroussel-words__item {
    text-align: center;
}

.caroussel-words__item.hidden {
    display: none;
}

.e-container {
    gap: 0 !important;
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

/*Sexothèque*/
#cont-erotic-flow {
    padding: 0 30px;
}

#cont-tv-plaisir {
    background-color: #F8EAE7;
}

.audio-widget-cont {
    overflow: hidden;
    padding-bottom: 30px;
}

.audio-widget .cont-audio-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1DCD3;
    position: relative;
    flex: 1;
}

.audio-widget .audio-img {
    width: 100%;
}

.audio-widget .audio-player,
.audio-widget-big .audio-player {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.cont-audio-txt .audio-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.elementor-widget-audio-player-big {
    min-height: 100%;
}

.audio-widget-big {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}



.cont-audio-txt {
    padding-top: 40px;
    flex: 1;
}

.multi-conseil-cont {
    overflow: hidden;
    background-color: #F8EAE7;
}

.multi-conseil-cont .swiper-pagination {
    bottom: 5px;
}

.multi-conseil-cont .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: 0;
    background-color: #FFF;
    opacity: 1;
    vertical-align: middle;
    transition: width 200ms ease-in-out, height 200ms ease-in-out, background-color 200ms ease-in-out;
}

.multi-conseil-cont .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background-color: #975D58;
}

.multi-conseil-cont .conseil-img {
    display: block;
}

.multi-conseil-cont .cont-conseil-txt {
    padding: 25px 15px;
    background-color: #F8EAE7;
}

.multi-conseil-cont .conseil-title {
    font-family: league spartan;
    font-weight: bold;
    color: #C48A88;
    font-size: 18px;
    text-transform: uppercase;
}

.multi-conseil-cont .conseil-desc {
    font-size: 16px;
    color: #C48A88;
    font-weight: 400;
}

.podcasts__select--sort {
    margin-left: auto;
    border: none;
    outline: none;
    width: auto;
}

.podcasts__header,
.podcasts__pagination {
    padding: 20px;
}

.podcasts__item,
.podcasts__header {
    border-bottom: 1px solid #BB7679;
}

.podcasts__item .cont-audio-txt {
    padding: 40px 10px;
}

.podcats__content {
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.podcasts__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.podcasts__pagination__item {
    display: block;
    height: 11px;
    width: 11px;
    border: 1px solid #975D58;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.podcasts__pagination__item--active {
    height: 14px;
    width: 14px;
    background-color: #975D58;
}

.podcasts-grid {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.podcasts-grid__col .audio-widget {
    margin-bottom: 40px;
}

.multi-block-cont {
    overflow: hidden;
    padding: 60px 10px 30px;
    margin: 0 30px;
}

.multi-block-cont .swiper-button {
    display: none;
}

.multi-block {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
}

.multi-block:hover .cont-block-img .block-img {
    transform: translate(-50%, -45%);
}

.multi-block .picto {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.multi-block .cont-block-img {
    position: relative;
    padding-bottom: 100%;
}

.multi-block .cont-block-img .block-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    transition: transform .3s ease-in-out;
}

.multi-block .cont-block-txt {
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 20px 30px 10px 30px;
    flex: 1;
}

.multi-block .block-desc {
    color: #4E4E4E;
    font-weight: normal;
}

.title-post, .title-post-light {
    position: relative;
}

.title-post:before {
    background-color: #BD7471;
    width: calc(100% + 20px);
    height: 48px;
    content: "";
    display: block;
    left: -10px;
    top: 50%;
    position: absolute;
}

.title-post .elementor-heading-title {
    position: relative;
}

.title-post-light:before {
    background-color: #E5C3BC;
    width: calc(100% + 20px);
    height: 24px;
    content: "";
    display: block;
    left: -10px;
    top: 50%;
    position: absolute;
    z-index: -1;
}

.post-intro-txt {
    position: relative;
}

.post-intro-txt .picto {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -76px;
}

.product-section {
    overflow: hidden;
}

.multi-product {
    text-align: center;
}

.multi-product .product-name {
    font-family: league spartan;
    font-weight: bold;
    color: #E7A0A4;
    font-size: 18px;
    text-transform: uppercase;
}

.multi-product .product-desc {
    font-size: 16px;
    margin-bottom: 30px;
}

.multi-product .product-desc {
    font-size: 16px;
    margin-bottom: 30px;
}

.multi-product-cont .swiper-button {
    display: none;
}

.post-accordion .elementor-accordion {
    border-top: 2px solid #C48A88;
}

.post-accordion .elementor-accordion .elementor-tab-content {
    padding: 0;
    border-top: 0;
}

.post-accordion .elementor-accordion .elementor-accordion-item {
    border: 0;
    border-bottom: 2px solid #C48A88;
}

.txt-bold-pink b {
    color: #BD7471;
}

.manifest .swiper-slide-inner {
    position: relative!important;
    margin-bottom: 40px!important;
}

.manifest .swiper-slide-bg {
    display: none;
}

.uc_post_image, .uc_image_carousel_placeholder {
    padding-bottom: 100%;
    height: auto!important;
}

.uc_post_image img, .uc_image_carousel_placeholder img {
    position: absolute;
    height: 100%!important;
}

/** Weird bug on safari */
.elementor-search-form__container {
    display: flex!important;
}

.elementor-search-form__container > * {
    border-radius: inherit!important;
    outline: none!important;
    border: none!important;
}

.elementor-icon-list-items {
    list-style-type: none;
}

/** Carroussel simple & Join club */
.caroussel-join-club__slide,
.caroussel-simple__slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-style: 400;
    color: #3C3C3C;
}

.caroussel-join-club__number {
    line-height: 40px;
    width: 40px;
    border: 1px solid #3C3C3C;
    border-radius: 2px;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 24px;
}

h3.caroussel-join-club__title,
h3.caroussel-simple__title {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: inherit;
}

.caroussel-simple__slide {
    padding: 32px;
    border: 1px solid #3C3C3C;
    border-radius: 5px;
}

/** Table avantage */
.table-avantages th,
.table-avantages td,
.table-avantages thead:first-child tr:first-child th {
    border: none;
}

.table-avantages th,
.table-avantages td {
    padding: 12px;
}

.table-avantages th.table-avantages__plan {
    padding: 12px 0;
    padding-bottom: 24px;
    font-size: 10px;
}

.table-avantages__plan__label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

.table-avantages__advantage,
.table-avantages__advantage__value {
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

.table-avantages__advantage__value:not(:last-child) {
    border-right: 1px solid #3C3C3C;
}

.table-avantages tbody>tr:nth-child(odd)>td, .table-avantages tbody>tr:nth-child(odd)>th,
.table-avantages tbody tr:hover>td, .table-avantages tbody tr:hover>th {
    background: none;
}

/** Tab voyage **/
.elementor-tab-title a {
	color: inherit;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
	width: 25%;
	flex-shrink: 0;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
	border-inline-end-style: none;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: table-cell;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	border-bottom-style: none;
}

.elementor-tab-voyage .elementor-tab-content {
    padding: 0;
    box-shadow: inset 0px 5px 8px rgba(0, 0, 0, 0.12);
}

.elementor-tab-voyage {
	text-align: start;
}

.elementor-tabs-wrapper {
	overflow: hidden;
}

.elementor-tab-voyage .elementor-tab-title {
    flex: 1;
    text-align: center;
	cursor: pointer;
	outline: var(--focus-outline, none);
}

.elementor-tab-voyage .elementor-tab-desktop-title {
	position: relative;
	padding: 18px 12px;
	font-weight: bold;
	line-height: 1;
	border: solid transparent;
}

.elementor-tab-voyage .elementor-tab-desktop-title.elementor-active {
	border-color: #d3d3d3;
}

.elementor-tab-voyage .elementor-tab-desktop-title:focus-visible {
	border: 1px solid #000;
}

.elementor-tab-voyage .elementor-tab-mobile-title {
	padding: 10px;
	cursor: pointer;
}

.elementor-tab-content {
	padding: 20px;
	display: none;
}

.elementor-tab-voyage-container,
.elementor-tab-voyage-wrapper {
    margin: 0 auto;
    max-width: 1190px;
}

.elementor-tab-voyage-wrapper {
    display: flex;
    overflow: auto;
}

.elementor-tab-voyage-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.elementor-tab-voyage-content h4 {
    color: inherit;
    font-size: 16px;
    font-weight: 500;
}

.omg-swiper-pagination {
    position: relative;
    margin-top: 18px;
}

.omg-swiper-pagination .swiper-pagination-bullet {
    border: none;
    min-width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #C4C4C4;
    margin: 0 4px;
    opacity: 1;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.omg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #C4C4C4!important;
    width: 16px;
}

.omg-swiper-pagination.swiper-pagination-lock {
    display: none;
}

/* Responsive mode */
@media (max-width: 767px) {
    .table-avantages {
        table-layout: fixed;
    }
    
    .caroussel-join-club__slide {
        padding: 40px 16px;
        border: 1px solid #3C3C3C;
        border-radius: 5px;
    }

	.elementor-tab-voyage .elementor-tabs-wrapper {
		display: none;
	}

	.elementor-tab-voyage .elementor-tabs-content-wrapper {
		border-bottom-style: solid;
	}
    
    .elementor-tab-voyage-content {
        padding: 40px;
    }
}

@media (min-width: 768px) {
    .caroussel-simple__slide {
        padding: 60px 32px;
        flex: 1;
    }

    .caroussel-simple__slide:last-child {
        margin-right: 0!important;
    }

    .table-avantages th.table-avantages__plan {
        padding-bottom: 58px;
        font-size: 12px;
    }

    .table-avantages__plan__label {
        font-size: 16px;
    }
    
    .elementor-tab-voyage .elementor-tab-desktop-title {
        padding: 25px 40px;
    }

    .elementor-tab-voyage .elementor-tab-content {
        padding: 70px 0;
    }
    
    .elementor-tab-voyage .elementor-tab-voyage-container {
        flex-direction: row;
        gap: 60px;
        padding: 0 30px;
    }

	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-voyage {
		display: flex;
	}

	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
		flex-direction: column;
	}

	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
		flex-grow: 1;
		border-style: solid;
		border-left-style: none;
	}

	.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
		border-style: solid;
		border-top-style: none;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
		justify-content: center;
		display: flex;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
		justify-content: flex-end;
		display: flex;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
		width: 100%;
	}

	.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
		height: 100%;
	}

	.elementor-tab-voyage .elementor-tab-mobile-title {
		display: none;
	}
}

@media (max-width: 1200px) {
    #cont-tv-plaisir {
        background-color: transparent;
    }

    #tv-plaisir {
        position: relative;
    }
}

@media (max-width: 1023px) {
    .post-selection-product:after{
        display: none;
    }
    .audio-widget-cont .swiper-pagination,
    .multi-product-cont .swiper-button,
    .multi-block-cont .swiper-button {
        display: block;
    }

    .stats-backdrop {
        overflow: hidden;
    }

    .title-post:before {
        width: calc(100% - 20px);
        height: calc(100% -10px);
        left: 10px;
        top: 10px;
    }
}

@media (max-width: 1024px) {
    .simple-slider.swiper-wrapper {
        flex-wrap: nowrap;
        gap: 0 !important;
        justify-content: initial !important;
        padding: 0 !important;
    }
    .simple-slider.swiper-wrapper + .swiper-pagination {
        position: initial;
        margin-top: 40px;

    }
    .simple-slider.swiper-wrapper + .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: transparent;
        border: 2px solid #fff;
        opacity: 1;
    }
    .simple-slider.swiper-wrapper + .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
    }
    .elementor-element.e-container.swiper {
        overflow: hidden;
    }
}

@media (max-width: 767px) {

    #post-filter .uc_post_grid_style_one.uc-filterable-grid .ue_post_grid {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
    }

    #post-filter .ue-item {
        display: flex;
        width: calc(50% - 10px);
    }

    #post-filter .ue-item:nth-child(3),
    #post-filter .ue-item:nth-child(6) {
        width: 100%;
    }

    .home-blog__text-scroll__text {
        font-size: 20px;
    }

    #header.header--wp {
        margin-top: 35px;
    }
}

@media (min-width: 1025px) {
    .simple-slider.swiper-wrapper .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        flex-shrink: initial !important;
    }
    .simple-slider.swiper-wrapper + .swiper-pagination {
        display: none;
    }
    .elementor-element.e-container.swiper {
        overflow: hidden;
    }
}

@media (min-width: 425px) {
    .caroussel-news__filter__item:not(:last-child) {
        margin-right: 40px;
    }
}

@media (min-width: 1201px) {
    .table-avantages__advantage {
        text-align: left;
    }

    .home-blog__text-scroll__marquee {
        animation-duration: 260s;
    }

    .audio-widget-big .audio-player {
        bottom: 40px;
    }

    .caroussel-news__filter {
        position: absolute;
        right: 0;
        top: -80px;
    }

    .col-ext {
        position: relative;
        align-self: stretch;
    }

    .col-ext--right__content,
    .col-ext--left__content {
        position: absolute;
        width: 60vw;
        max-width: none!important;
    }

    .col-ext--right__content {
        left: 0;
        height: 100%;
    }

    .col-ext--left__content {
        right: 0;
        height: 100%;
    }

    .col-ext--right__content .elementor-widget-container,
    .col-ext--left__content .elementor-widget-container {
        height: 100%;
    }

    .col-ext img {
        height: 100%;
        width: 100%;
    }

    .col-ext::before {
        content: '';
        background: inherit;
        right: 0;
        left: unset;
        width: 60vw;
    }

    .col-ext--right::before {
        left: 0;
        right: unset;
    }

    .podcasts-grid {
        flex-direction: row;
    }

    .podcasts-grid__col {
        width: 33.33%;
    }

    .podcasts-grid__col--horizontal {
        width: 66.66%;
        padding-right: 80px;
    }
}
#breadcrumbs svg{
    margin: 0 5px;
}
#breadcrumbs a{
    font-size: 15px;
	font-weight: 400;
}
#breadcrumbs span span:last-child a{
	font-weight: 600;
}