/* 
Theme Name: Planet Puberty
Theme URI: https://github.com/elementor/hello-theme/
Description: Custom theme created by GHO Team
Author: Elementor Team
Author URI: https://elementor.com/
Template: gho
Version: 1.0.1
Text Domain: planet-puberty
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
*/


/* Basics */

.post-type-archive-podcasts .elementor-widget-container iframe{
	height:110px;
}

.tutorials-page .ab-item {
    color: RED !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uael-custom-offcanvas {
    background-color: #24095a;
}

ul,
o {
    margin-bottom: 20px;
}

.breadcrumb li::after,
.breadcrumb-item li::after {
    content: '' !important;
    background: url(../../../wp-content/themes/planet-puberty/assets/images/breadcrumb-arrow.svg) center center no-repeat;
    width: 30px;
    height: 20px;
    display: inline-block;
    background-position-x: center;
    position: relative;
    top: 6px;
}

.e--pointer-underline .elementor-item:after {
    bottom: -4px !important;
    border-radius: 5px;
}

.lessons-cards .elementor-widget-container {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.share-lesson {
    color: #181B66;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

.resources-hub article {
    background: #FFF;
    border-radius: 20px;
}

.mobile-menu-icon {
    position: absolute;
}


/* Menu */

.menu-_topic-sections-periods-products-container ul,
.menu-_topic-sections-container ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
}

.menu-_topic-sections-periods-products-container ul li,
.menu-_topic-sections-container ul li {
    display: inline;
    padding: 0 15px
}

.menu-_topic-sections-periods-products-container ul li a,
.menu-_topic-sections-container ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.topic-icon {
    margin: 0 auto;
    display: block;
}

#menu-1-350762f li a:after,
#menu-1-d8b7ba4 li a:after {
    content: '';
    background: transparent url(../../../wp-content/uploads/2021/02/arrow-2.svg) no-repeat !important;
    position: relative;
    width: 50px;
    height: 20px;
    top: 2px;
    margin-left: 10px;
    transition: 0.5s;
}

#menu-1-350762f li a:hover:after,
#menu-1-d8b7ba4 li a:hover:after {
    content: '';
    background: transparent url(../../../wp-content/uploads/2021/02/arrow-2.svg) no-repeat !important;
    position: relative;
    width: 50px;
    height: 20px;
    top: 2px;
    margin-left: 10px;
    opacity: 1;
}

body.single-stories .resources-mega-menu a:after,
body.page-id-3286 .resources-mega-menu a:after,
body.page-id-3419 .resources-mega-menu a:after,
body.post-type-archive-stories .resources-mega-menu a:after,
body.post-type-archive-resource-hub .resources-mega-menu a:after,
body.tribe_events-template-default .workshops a:after,
body.category .topics-mega-menu a:after,
body.single-post .topics-mega-menu a:after {
    height: 2px !important;
    width: 100% !important;
    left: 0 !important;
    background-color: #fff !important;
    z-index: 2 !important;
    opacity: 1 !important;
}

body.post-type-archive-tribe_events .menu-item-960 a:after,
body.post-type-archive-tribe_events .menu-item-977 a:after,
body.single-stories .close-resources-mega-menu a:after,
body.page-id-3286 .close-resources-mega-menu a:after,
body.page-id-3419 .close-resources-mega-menu a:after,
body.post-type-archive-stories .close-resources-mega-menu a:after,
body.post-type-archive-resource-hub .close-resources-mega-menu a:after,
body.category .close-topics-mega-menu a:after,
body.single-post .close-topics-mega-menu a:after {
    height: 2px !important;
    width: 100% !important;
    left: 0 !important;
    background-color: #181B66 !important;
    z-index: 2 !important;
    opacity: 1 !important;
}


/* Topics */

.topics-off-canvas .elementor-button-link {
    background: #181B66 url(../../../wp-content/uploads/2021/01/icon-book-1.svg) 16px no-repeat !important;
}

.topic-intro .conversation_starters,
.topic-intro .content_tab_block {
    margin-left: calc(-100vw / 2 + 500px / 2);
    margin-right: calc(-100vw / 2 + 500px / 2);
}

.single-post .content_tab_block_title {
    display: none;
}

.topic-intro .conversation_starters .dce-acf-repeater-item {
    padding: 10px 10px 60px 10px !important;
    border: 10px solid #011e6a;
    background: #fff;
	flex: 0 1 calc( 90% / 3) !important;
}

.pdf-doc-button {
    fill: var( --e-global-color-b1c5a1c);
    color: var( --e-global-color-b1c5a1c) !important;
    background-color: var( --e-global-color-58b78d4);
    border-radius: 30px 30px 30px 30px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    margin: 0 10px;
}


/* Style tab */

.vertical-tab {
    float: left;
    clear: both;
    color: #747474;
}

.vertical-tab button {
    display: block;
    background-color: inherit;
    color: #747474;
    padding: 8px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 24px;
    white-space: inherit;
    font-family: Filson, _sans !important;
}

.vertical-tab button.active {
    color: #181B66;
    font-weight: bold;
}

.tabcontent {
    float: left;
    padding: 12px;
    border-left: none;
}

.dce-acf-repeater-grid {
    display: flex;
}


/* Strategy */

.strategy {
    display: flex;
    background-color: #F7F3F8;
    padding: 30px;
    margin-top: 30px;
}

.strategy:first-child {
    margin-top: 0px;
}

.strategy-title {
    height: auto;
    width: 40%;
    padding-right: 20px;
}

.strategy-title h4 {
    color: #181B66;
    font-size: 20px;
    font-weight: 600;
}

.strategy-content {
    width: 60%;
}


/* Resources */

.referral-options .elementor-cta__button {
    padding: 10px 0px;
}

.resources-block .dce-item_readmore a {
    background: transparent url(../../../wp-content/uploads/2021/02/arrow-2.svg) no-repeat !important;
    position: absolute;
    bottom: 40px;
}

.resource-hub-grid .elementor-posts-container {
    display: -webkit-inline-box;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
}

.resource-hub-grid .elementor-posts-container article {
    display: flex;
    flex-direction: column;
    flex: 1 1 272px;
    margin: 0;
    background-color: var( --e-global-color-b1c5a1c);
    border-radius: 25px;
}

.resource-hub-grid .elementor-posts-container article .elementor-page-title {
    align-self: normal;
    margin-top: auto;
}

.type-resource .elementor-post__card .elementor-post__badge {
    margin: 280px 0 0!important;
    width: 100%;
}


/* Next Steps */

.next-steps-block .elementor-widget-container {
    display: block;
    flex-wrap: wrap;
    width: 100%;
}

.next-steps:nth-child(even) {
    background: #F7F3F8;
    padding: 20px;
    float: left;
    border-left: 10px solid white;
    margin-bottom: 20px;
    flex-direction: column;
    flex: 1 1 50%;
    min-width: 50%;
}

.next-steps:nth-child(odd) {
    background: #F7F3F8;
    padding: 20px;
    float: left;
    border-right: 10px solid white;
    margin-bottom: 20px;
    flex-direction: column;
    flex: 1 1 50%;
    min-width: 50%;
}

.next-steps h5 {
    color: #181B66;
    font-weight: 600;
}

.next-steps ul {
    font-weight: 400;
    list-style: none;
    padding: 0;
}

.next-steps a {
    color: #181B66;
    text-decoration: underline;
}


/* Mega menu - remove close button */

.mega-menu-block .dialog-close-button {
    display: none !important;
}

.topics-mega-menu,
.resources-mega-menu,
.close-topics-mega-menu,
.close-resources-mega-menu,
.simplefavorite-button {
    cursor: pointer;
    padding: 30px 10px 20px 20px;
}


/* Menu categories Icons */

.filter-the-body-categories .jet-radio-list .jet-radio-list__item .jet-radio-list__input,
.filter-feeling-good-categories .jet-radio-list .jet-radio-list__item .jet-radio-list__input,
.filter-keeping-safe-categories .jet-radio-list .jet-radio-list__item .jet-radio-list__input,
.filter-identity-categories .jet-radio-list .jet-radio-list__item .jet-radio-list__input,
.filter-relationships-categories .jet-radio-list .jet-radio-list__item .jet-radio-list__input {
    right: auto !important;
}

.filter-the-body-categories .jet-radio-list .jet-radio-list__item,
.filter-feeling-good-categories .jet-radio-list .jet-radio-list__item,
.filter-keeping-safe-categories .jet-radio-list .jet-radio-list__item,
.filter-identity-categories .jet-radio-list .jet-radio-list__item,
.filter-relationships-categories .jet-radio-list .jet-radio-list__item {
    width: 120px;
}

.filter-the-body-categories .jet-radio-list__row,
.filter-feeling-good-categories .jet-radio-list__row,
.filter-keeping-safe-categories .jet-radio-list__row,
.filter-identity-categories .jet-radio-list__row,
.filter-relationships-categories .jet-radio-list__row {
    margin: 3px;
    margin-top: 0;
    padding-top: 3px;
}

.filter-the-body-categories .jet-radio-list__input:before,
.filter-feeling-good-categories .jet-radio-list__input:before,
.filter-keeping-safe-categories .jet-radio-list__input:before,
.filter-identity-categories .jet-radio-list__input:before,
.filter-relationships-categories .jet-radio-list__input:before {
    content: '';
    background-size: contain!important;
    opacity: 0.2!important;
    width: 120px!important;
    height: 75px!important;
    background-color: transparent !important;
    display: block;
    position: relative;
    top: -20px;
    left: 0;
    cursor: pointer;
    background-position-x: center !important;
}

.filter-the-body-categories .jet-radio-list__input:after,
.filter-feeling-good-categories .jet-radio-list__input:after,
.filter-keeping-safe-categories .jet-radio-list__input:after,
.filter-identity-categories .jet-radio-list__input:after,
.filter-relationships-categories .jet-radio-list__input:after {
    opacity: 1!important;
    width: 120px!important;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Relationships"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-relationships.svg) no-repeat;
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Relationships"]:after {
    content: 'Relationships';
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Public and private"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-public-and-private.svg) no-repeat;
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Public and private"]:after {
    content: 'Public and private';
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Personal safety"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-personal-safety.svg) no-repeat;
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Personal safety"]:after {
    content: 'Personal safety';
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Online"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-online.svg) no-repeat;
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Online"]:after {
    content: 'Online';
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Is this normal"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-is-this-normal.svg) no-repeat;
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Is this normal"]:after {
    content: 'Is this normal';
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Consent"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-consent.svg) no-repeat;
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Consent"]:after {
    content: 'Consent';
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Keeping safe"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-all-topics.svg) no-repeat;
}

.filter-keeping-safe-categories .jet-radio-list__input[data-label="Keeping safe"]:after {
    content: 'All topics';
}

.filter-identity-categories .jet-radio-list__input[data-label="Sexual identity"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-sexual-identity.svg) no-repeat;
}

.filter-identity-categories .jet-radio-list__input[data-label="Sexual identity"]:after {
    content: 'Sexual identity';
}

.filter-identity-categories .jet-radio-list__input[data-label="Gender identity"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-gender-identity.svg) no-repeat;
}

.filter-identity-categories .jet-radio-list__input[data-label="Gender identity"]:after {
    content: 'Gender identity';
}

.filter-identity-categories .jet-radio-list__input[data-label="Feeling good"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-feeling-good.svg) no-repeat;
}

.filter-identity-categories .jet-radio-list__input[data-label="Feeling good"]:after {
    content: 'Feeling good';
}

.filter-identity-categories .jet-radio-list__input[data-label="Feeling good"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-feeling-good.svg) no-repeat;
}

.filter-identity-categories .jet-radio-list__input[data-label="Feeling good"]:after {
    content: 'Feeling good';
}

.filter-identity-categories .jet-radio-list__input[data-label="Identity"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-all-topics.svg) no-repeat;
}

.filter-identity-categories .jet-radio-list__input[data-label="Identity"]:after {
    content: 'All topics';
}

.filter-identity-categories .jet-radio-list__input[data-label="Identity"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-all-topics.svg) no-repeat;
}

.filter-identity-good-categories .jet-radio-list__input[data-label="Identity"]:after {
    content: 'All topics';
}

.filter-feeling-good-categories .jet-radio-list__input[data-label="Feeling good"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good-all-topics.svg) no-repeat;
}

.filter-feeling-good-categories .jet-radio-list__input[data-label="Feeling good"]:after {
    content: 'All topics';
}

.filter-feeling-good-categories .jet-radio-list__input[data-label="Emotional changes"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good-emotional-changes.svg) no-repeat;
}

.filter-feeling-good-categories .jet-radio-list__input[data-label="Emotional changes"]:after {
    content: 'Emotional changes';
}

.filter-feeling-good-categories .jet-radio-list__input[data-label="Emotions"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good-emotions.svg) no-repeat;
}

.filter-feeling-good-categories .jet-radio-list__input[data-label="Emotions"]:after {
    content: 'Emotions';
}

.filter-feeling-good-categories .jet-radio-list__input[data-label="Masturbation"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good-masturbation.svg) no-repeat;
}

.filter-feeling-good-categories .jet-radio-list__input[data-label="Masturbation"]:after {
    content: 'Masturbation';
}

.filter-relationships-categories .jet-list-tree__parent .jet-radio-list__input[data-label="Relationships"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-relationships-all-topics.svg) no-repeat;
}

.filter-relationships-categories .jet-list-tree__parent .jet-radio-list__input[data-label="Relationships"]:after {
    content: 'All topics';
}

.filter-relationships-categories .jet-list-tree__children .jet-radio-list__input[data-label="Relationships"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-relationships.svg) no-repeat;
}

.filter-relationships-categories .jet-list-tree__children .jet-radio-list__input[data-label="Relationships"]:after {
    content: 'Relationships';
}

.filter-relationships-categories .jet-radio-list__input[data-label="Consent"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-relationships-consent.svg) no-repeat;
}

.filter-relationships-categories .jet-radio-list__input[data-label="Consent"]:after {
    content: 'Consent';
}

.filter-relationships-categories .jet-radio-list__input[data-label="Social skills"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-relationships-social-skills.svg) no-repeat;
}

.filter-relationships-categories .jet-radio-list__input[data-label="Social skills"]:after {
    content: 'Social skills';
}

.filter-the-body-categories .jet-radio-list__input[data-label="Sex"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-sex.svg) no-repeat;
}

.filter-the-body-categories .jet-radio-list__input[data-label="Sex"]:after {
    content: 'Sex';
}

.filter-the-body-categories .jet-radio-list__input[data-label="Periods"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-periods.svg) no-repeat;
}

.filter-the-body-categories .jet-radio-list__input[data-label="Periods"]:after {
    content: 'Periods';
}

.filter-the-body-categories .jet-radio-list__input[data-label="Hygiene"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-hygiene.svg) no-repeat;
}

.filter-the-body-categories .jet-radio-list__input[data-label="Hygiene"]:after {
    content: 'Hygiene';
}

.filter-the-body-categories .jet-radio-list__input[data-label="How the body works"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-how-the-body-works.svg) no-repeat;
}

.filter-the-body-categories .jet-radio-list__input[data-label="How the body works"]:after {
    content: 'How the body works';
}

.filter-the-body-categories .jet-radio-list__input[data-label="Body changes"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-body-changes.svg) no-repeat;
}

.filter-the-body-categories .jet-radio-list__input[data-label="Body changes"]:after {
    content: 'Body changes';
}

.filter-the-body-categories .jet-radio-list__input[data-label="The Body"]:before {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-all-topics.svg) no-repeat;
}

.filter-the-body-categories .jet-radio-list__input[data-label="The Body"]:after {
    content: 'All topics';
}

.filter-the-body-categories .jet-radio-list__button,
.filter-relationships-categories .jet-radio-list__button,
.filter-feeling-good-categories .jet-radio-list__button,
.filter-identity-categories .jet-radio-list__button,
.filter-keeping-safe-categories .jet-radio-list__button {
    display: none;
}

.filter-the-body-categories .jet-radio-list__input:checked:before,
.filter-relationships-categories .jet-radio-list__input:checked:before,
.filter-feeling-good-categories .jet-radio-list__input:checked:before,
.filter-identity-categories .jet-radio-list__input:checked:before,
.filter-keeping-safe-categories .jet-radio-list__input:checked:before {
    content: '';
    opacity: 1!important;
}

.filter-the-body-categories .jet-radio-list__decorator,
.filter-relationships-categories .jet-radio-list__decorator,
.filter-feeling-good-categories .jet-radio-list__decorator,
.filter-identity-categories .jet-radio-list__decorator,
.filter-keeping-safe-categories .jet-radio-list__decorator {
    display: none !important;
}

.filter-the-body-categories .jet-radio-list__row,
.filter-relationships-categories .jet-radio-list__row,
.filter-feeling-good-categories .jet-radio-list__row,
.filter-identity-categories .jet-radio-list__row,
.filter-keeping-safe-categories .jet-radio-list__row {
    width: 120px;
    text-align: center;
}

.menu-the-body a,
.menu-the-body-body-changes a,
.menu-the-body-how-the-body-works a,
.menu-the-body-hygiene a,
.menu-the-body-periods a,
.menu-the-body-sex a,
.menu-the-body-public-and-private a,
.menu-feeling-good a,
.menu-feeling-good-emotional-changes a,
.menu-feeling-good-emotions a,
.menu-feeling-good-feeling-good a,
.menu-feeling-good-masturbation a,
.menu-relationships a,
.menu-relationships-social-skills a,
.menu-relationships-relationships a,
.menu-relationships-consent a,
.menu-identity a,
.menu-identity-emotions a,
.menu-identity-feeling-good a,
.menu-identity-gender-identity a,
.menu-identity-sexual-identity a,
.menu-keeping-safe a,
.menu-keeping-safe-public-and-private a,
.menu-keeping-safe-consent a,
.menu-keeping-safe-is-this-normal a,
.menu-keeping-safe-online a,
.menu-keeping-safe-personal-safety a,
.menu-keeping-safe-relationships a {
    padding-top: 110px !important;
    width: 140px!important;
    height: 80px!important;
    text-align: center!important;
    position: relative!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

.menu-keeping-safe a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-all-topics.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-keeping-safe-relationships a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-relationships.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-keeping-safe-personal-safety a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-personal-safety.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-keeping-safe-online a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-online.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-keeping-safe-is-this-normal a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-is-this-normal.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-keeping-safe-consent a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-consent.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-keeping-safe-public-and-private a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-keeping-safe-public-and-private.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-identity a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-all-topics.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-identity-emotions a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-emotions.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-identity-feeling-good a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-feeling-good.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-identity-gender-identity a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-gender-identity.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-identity-sexual-identity a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-identity-sexual-identity.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-relationships a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-relationships-all-topics.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-relationships-social-skills a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-relationships-social-skills.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-relationships-relationships a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-relationships.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-relationships-consent a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-relationships-consent.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-feeling-good a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good-all-topics.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-feeling-good-emotional-changes a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good-emotional-changes.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-feeling-good-emotions a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good-emotions.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-feeling-good-feeling-good a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-feeling-good-masturbation a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-feeling-good-masturbation.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-the-body a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-all-topics.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-the-body-body-changes a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-body-changes.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-the-body-how-the-body-works a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-how-the-body-works.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-the-body-hygiene a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-hygiene.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-the-body-periods a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-periods.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-the-body-sex a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-sex.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-the-body-public-and-private a:before {
    content: '';
    background: url(../../../wp-content/themes/planet-puberty/assets/images/icons/ico-the-body-public-and-private.svg) center center no-repeat;
    background-size: contain!important;
    position: absolute!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    opacity: 0.2!important;
    width: 140px!important;
    height: 80px!important;
    background-color: transparent !important
}

.menu-the-body.current-menu-item a:before,
.menu-the-body-body-changes.current-menu-item a:before,
.menu-the-body.current-menu-item a:before,
.menu-the-body-how-the-body-works.current-menu-item a:before,
.menu-the-body-hygiene.current-menu-item a:before,
.menu-the-body-periods.current-menu-item a:before,
.menu-the-body-sex.current-menu-item a:before,
.menu-the-body-public-and-private.current-menu-item a:before,
.menu-feeling-good.current-menu-item a:before,
.menu-feeling-good-emotional-changes.current-menu-item a:before,
.menu-feeling-good-emotions.current-menu-item a:before,
.menu-feeling-good-feeling-good.current-menu-item a:before,
.menu-feeling-good-masturbation.current-menu-item a:before,
.menu-relationships.current-menu-item a:before,
.menu-relationships-social-skills.current-menu-item a:before,
.menu-relationships-relationships.current-menu-item a:before,
.menu-relationships-consent.current-menu-item a:before,
.menu-identity.current-menu-item a:before,
.menu-identity-emotions.current-menu-item a:before,
.menu-identity-feeling-good.current-menu-item a:before,
.menu-identity-gender-identity.current-menu-item a:before,
.menu-identity-sexual-identity.current-menu-item a:before,
.menu-keeping-safe.current-menu-item a:before,
.menu-keeping-safe-public-and-private.current-menu-item a:before,
.menu-keeping-safe-consent.current-menu-item a:before,
.menu-keeping-safe-is-this-normal.current-menu-item a:before,
.menu-keeping-safe-online.current-menu-item a:before,
.menu-keeping-safe-personal-safety.current-menu-item a:before,
.menu-keeping-safe-relationships.current-menu-item a:before {
    opacity: 1!important;
}

.menu-the-body.current-menu-item a,
.menu-the-body-body-changes.current-menu-item a,
.menu-the-body.current-menu-item a,
.menu-the-body-how-the-body-works.current-menu-item a,
.menu-the-body-hygiene.current-menu-item a,
.menu-the-body-periods.current-menu-item a,
.menu-the-body-sex.current-menu-item a,
.menu-the-body-public-and-private.current-menu-item a,
.menu-feeling-good.current-menu-item a,
.menu-feeling-good-emotional-changes.current-menu-item a,
.menu-feeling-good-emotions.current-menu-item a,
.menu-feeling-good-feeling-good.current-menu-item a,
.menu-feeling-good-masturbation.current-menu-item a,
.menu-relationships.current-menu-item a,
.menu-relationships-social-skills.current-menu-item a,
.menu-relationships-relationships.current-menu-item a,
.menu-relationships-consent.current-menu-item a,
.menu-identity.current-menu-item a,
.menu-identity-emotions.current-menu-item a,
.menu-identity-feeling-good.current-menu-item a,
.menu-identity-gender-identity.current-menu-item a,
.menu-identity-sexual-identity.current-menu-item a,
.menu-keeping-safe.current-menu-item a,
.menu-keeping-safe-public-and-private.current-menu-item a,
.menu-keeping-safe-consent.current-menu-item a,
.menu-keeping-safe-is-this-normal.current-menu-item a,
.menu-keeping-safe-online.current-menu-item a,
.menu-keeping-safe-personal-safety.current-menu-item a,
.menu-keeping-safe-relationships.current-menu-item a {
    font-weight: 700 !important;
}

.uael-nav-menu .menu-item a.uael-menu-item:hover:before {
    transform: inherit !important;
}


/* Filters */

.Beginner .elementor-icon-list-icon:before {
    font-size: larger;
    color: #B62E6C !important;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 3px 9px;
    font-size: xx-small;
    display: block;
    float: left;
}

.filters-relationships .Beginner .elementor-icon-list-icon:before {
    color: #772462 !important;
}

.filters-identity .Beginner .elementor-icon-list-icon:before {
    color: #387879 !important;
}

.filters-feeling-good .Beginner .elementor-icon-list-icon:before {
    color: #A83927 !important;
}

.filters-keeping-safe .Beginner .elementor-icon-list-icon:before {
    color: #0E2062 !important;
}

.Intermediate .elementor-icon-list-icon:before {
    font-size: larger;
    color: #B62E6C !important;
    content: "\f111  \f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 3px 9px;
    font-size: xx-small;
    display: block;
    float: left;
}

.filters-relationships .Intermediate .elementor-icon-list-icon:before {
    color: #772462 !important;
}

.filters-identity .Intermediate .elementor-icon-list-icon:before {
    color: #387879 !important;
}

.filters-feeling-good .Intermediate .elementor-icon-list-icon:before {
    color: #A83927 !important;
}

.filters-keeping-safe .Intermediate .elementor-icon-list-icon:before {
    color: #0E2062 !important;
}

.Advanced .elementor-icon-list-icon:before {
    font-size: larger;
    color: #B62E6C !important;
    content: "\f111  \f111  \f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 3px 9px;
    font-size: xx-small;
    display: block;
    float: left;
}

.filters-relationships .Advanced .elementor-icon-list-icon:before {
    color: #772462 !important;
}

.filters-identity .Advanced .elementor-icon-list-icon:before {
    color: #387879 !important;
}

.filters-feeling-good .Advanced .elementor-icon-list-icon:before {
    color: #A83927 !important;
}

.filters-keeping-safe .Advanced .elementor-icon-list-icon:before {
    color: #0E2062 !important;
}

.Beginner .elementor-icon-list-text,
.Intermediate .elementor-icon-list-text,
.Advanced .elementor-icon-list-text,
.Beginner .fa-tags,
.Intermediate .fa-tags,
.Advanced .fa-tags {
    display: none !important;
}

.Beginner .elementor-icon-list-icon,
.Intermediate .elementor-icon-list-icon,
.Advanced .elementor-icon-list-icon {
    width: auto !important;
}

.bookmarks_counter {
    color: #FFF;
}

.simplefavorite-button .fa-bookmark:before {
    display: block;
    width: 22px;
    height: 27px;
    opacity: 1 !important;
    -webkit-mask: url(../../../wp-content/themes/planet-puberty/assets/images/icons/icon-bookmark.svg) center center no-repeat;
    mask: url(../../../wp-content/themes/planet-puberty/assets/images/icons/icon-bookmark.svg) center center no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #B62E6C;
    content: '';
}

.simplefavorite-button.active {
    opacity: 1 !important;
    padding: 30px 10px 20px 20px;
}

.filters-relationships .simplefavorite-button .fa-bookmark:before {
    background-color: #772462 !important;
}

.filters-identity .simplefavorite-button .fa-bookmark:before {
    background-color: #387879 !important;
}

.filters-feeling-good .simplefavorite-button .fa-bookmark:before {
    background-color: #A83927 !important;
}

.filters-keeping-safe .simplefavorite-button .fa-bookmark:before {
    background-color: #0E2062 !important;
}

.simplefavorite-button .fas.fa-bookmark:before {
    display: block;
    width: 22px;
    height: 27px;
    opacity: 1 !important;
    -webkit-mask: url(../../../wp-content/themes/planet-puberty/assets/images/icons/icon-bookmark-active.svg) center center no-repeat;
    mask: url(../../../wp-content/themes/planet-puberty/assets/images/icons/icon-bookmark-active.svg) center center no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #B62E6C;
    content: '';
}

.jet-radio-list__input[data-label="Advanced concepts"]:after {
    font-size: larger;
    color: #B62E6C !important;
    content: "\f111  \f111  \f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 6px 9px;
    font-size: xx-small;
    display: block;
    float: right;
    width: 65px;
}

.filters-relationships .jet-radio-list__input[data-label="Advanced concepts"]:after {
    color: #772462 !important;
}

.filters-identity .jet-radio-list__input[data-label="Advanced concepts"]:after {
    color: #387879 !important;
}

.filters-feeling-good .jet-radio-list__input[data-label="Advanced concepts"]:after {
    color: #A83927 !important;
}

.filters-keeping-safe .jet-radio-list__input[data-label="Advanced concepts"]:after {
    color: #0E2062 !important;
}

.jet-radio-list__input:checked[data-label="Advanced concepts"]:after {
    font-size: larger;
    color: #ffffff !important;
    content: "\f111  \f111  \f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 6px 9px;
    font-size: xx-small;
    display: block;
    float: right;
    width: 65px;
}

.jet-radio-list__input[data-label="Intermediate concepts"]:after {
    font-size: larger;
    color: #B62E6C !important;
    content: "\f111  \f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 6px 9px;
    font-size: xx-small;
    display: block;
    float: right;
    width: 55px;
}

.filters-relationships .jet-radio-list__input[data-label="Intermediate concepts"]:after {
    color: #772462 !important;
}

.filters-identity .jet-radio-list__input[data-label="Intermediate concepts"]:after {
    color: #387879 !important;
}

.filters-feeling-good .jet-radio-list__input[data-label="Intermediate concepts"]:after {
    color: #A83927 !important;
}

.filters-keeping-safe .jet-radio-list__input[data-label="Intermediate concepts"]:after {
    color: #0E2062 !important;
}

.jet-radio-list__input:checked[data-label="Intermediate concepts"]:after {
    font-size: larger;
    color: #ffffff !important;
    content: "\f111  \f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 6px 9px;
    font-size: xx-small;
    display: block;
    float: right;
    width: 55px;
}

.jet-radio-list__input[data-label="Beginner concepts"]:after {
    font-size: larger;
    color: #B62E6C !important;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 6px 9px;
    font-size: xx-small;
    display: block;
    float: right;
    width: 43px;
}

.filter-concepts .jet-radio-list__row:nth-child(1) .jet-radio-list__button {
    padding: 15px 32px 15px 5px !important;
}

.filter-concepts .jet-radio-list__row:nth-child(2) .jet-radio-list__button {
    padding: 15px 45px 15px 5px !important;
}

.filter-concepts .jet-radio-list__row:nth-child(3) .jet-radio-list__button {
    padding: 15px 55px 15px 5px !important;
}

.filters-relationships .jet-radio-list__input[data-label="Beginner concepts"]:after {
    color: #772462 !important;
}

.filters-identity .jet-radio-list__input[data-label="Beginner concepts"]:after {
    color: #387879 !important;
}

.filters-feeling-good .jet-radio-list__input[data-label="Beginner concepts"]:after {
    color: #A83927 !important;
}

.filters-keeping-safe .jet-radio-list__input[data-label="Beginner concepts"]:after {
    color: #0E2062 !important;
}

.jet-radio-list__input:checked[data-label="Beginner concepts"]:after {
    font-size: larger;
    color: #ffffff !important;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 6px 9px;
    font-size: xx-small;
    display: block;
    float: right;
    width: 43px;
}

.jet-radio-list .jet-radio-list__item .jet-radio-list__input {
    outline: 0 !important;
    visibility: inherit !important;
    margin: 0 !important;
    float: right !important;
    font-size: inherit;
    width: 0px !important;
    height: 20px !important;
    display: block !important;
    position: absolute;
    right: -10px;
}


/* SEARCH POPUP */


/* Clearable text inputs */

.clearable {
    position: relative;
    display: inline-block;
    width: 100%
}

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 3.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear {
    /* Remove IE default X */
    display: none;
}

.search-field {
    border: 0px !important;
    border-bottom: 1px solid white !important;
    background: transparent url(../../../wp-content/themes/planet-puberty/assets/images/icons/icon-search.svg) no-repeat;
    font-size: 24px;
    background-position: left;
    padding-left: 50px !important;
    color: white;
}

.search-field::placeholder {
    color: white;
}

.popular-search-keywords {
    font-size: 18px;
    color: white;
    padding: 15px;
    background: transparent;
    border: 1px solid white;
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px 10px 0
}

.popular-search-keywords:hover {
    font-size: 18px;
    color: white;
    padding: 15px;
    background: transparent;
    border: 1px solid white;
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px 10px 0
}

.popular-search-keywords:focus,
.popular-search-keywords:hover,
.popular-search-keywords:focus,
.popular-search-keywords:hover,
.popular-search-keywords:focus,
.popular-search-keywords:hover {
    color: #fff;
    background-color: #ffffff2A !important;
    text-decoration: none;
}

.search-box-topic {
    background: #FFFFFF;
    border: 1px solid #F3E8F0;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.search-box-topic h5 {
    float: left;
}

.search-box-topic .title {
    padding: 30px;
    color: #181B66;
    display: block;
}

.search-box-topic p {
    font-size: 1rem;
    clear: both;
    padding-right 20%;
}

.search-box-topic .Beginner::after {
    font-size: larger;
    color: #181B66 !important;
    content: "\f111";
    letter-spacing: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 9px 0;
    font-size: xx-small;
    display: block;
    float: right;
}

.search-box-topic .Intermediate::after {
    font-size: larger;
    color: #181B66 !important;
    letter-spacing: 1px;
    content: "\f111  \f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 9px 0;
    font-size: xx-small;
    display: block;
    float: right;
}

.search-box-topic .Advanced::after {
    font-size: larger;
    color: #181B66 !important;
    content: "\f111  \f111  \f111";
    letter-spacing: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 10px 9px 0;
    font-size: xx-small;
    display: block;
    float: right;
}

.search-box-topic .simplefavorite-button {
    float: right;
    position: absolute;
    width: 100%;
    text-align: right;
    margin-top: -75px;
    right: 15px;
}

.search-box-topic .category {
    position: absolute;
    text-align: right;
    padding: 0;
    right: 25px;
    font-size: 1rem;
    margin-top: -130px;
	color: #001e6a !important;
}

ul.search-faq {
    list-style: none;
    padding: 0;
}

ul.search-faq li {
    font-size: 1rem;
}


/* Workshops */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    overflow: hidden;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.tribe-events .tribe-events-c-events-bar__search-form,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    background: #FEF8FF;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #181B66;
    opacity: 1;
    /* Firefox */
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn {
    width: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
    flex: none;
    margin-top: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn {
    width: auto;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    background-color: #C904A2;
    border-radius: 50px;
}

.tribe-common .tribe-common-c-btn:hover {
    background-color: #181B66;
}

.tribe-common .tribe-events-calendar-list__event-title-link {
    color: #181B66;
}

.tribe-events-c-top-bar__datepicker-desktop,
.tribe-events-c-top-bar__datepicker-desktop:hover {
    color: #181B66;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    overflow: hidden;
    border-radius: 50px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
    min-width: 90px;
    width: 11.111%;
    border-right: 2px solid #181B66;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg path {
    fill: #621276;
}

.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-events .tribe-events-c-view-selector__list-item-text,
#tribe-events-content a,
.tribe-events-back a,
.tribe-events-calendar-list__event-title-link,
.tribe-events-c-top-bar__datepicker-mobile {
    color: #181B66;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    background-color: #181B66;
}


/* Stories */

.stories-thumbnail figure {
    position: relative;
    margin: 20px 0;
    background: red;
    border-radius: 80% / 0 0 0;
    color: white;
    text-align: center;
    text-indent: .1em;
}

.stories-thumbnail figure:before {
    content: '';
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: -8%;
    background: inherit;
    border-radius: 8% / 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.stories-thumbnail .dce_readmore_wrapper a {
    background: transparent url(../../../wp-content/themes/planet-puberty/assets/images/arrow-white-2.svg) no-repeat !important;
}

.stories-thumbnail .dce-post-item .dce-wrapper {
    overflow: hidden;
}

.stories-row .dce_readmore_wrapper a {
    background: url(../../../wp-content/themes/planet-puberty/assets/images/bt-see-story.svg) center center no-repeat;
}


/* Workshops at home page */

.home-workshops-highlights .dce-post-custommeta .dce-meta-item {
    background: white;
    display: block;
    float: left;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    line-height: 30px;
    padding-top: 10px;
    position: absolute;
    top: 15px;
    z-index: 1;
    margin-left: 15px;
    font-size: 25px;
    color: #181B66;
    font-weight: bold;
}

.home-workshops-highlights .dce-post-custommeta .dce-meta-item::first-line {
    font-size: 32px !important;
}

.home-workshops-highlights .dce-post-button .elementor-button {
    background: transparent url(../../../wp-content/uploads/2021/02/arrow-2.svg) no-repeat !important;
}


/*horizontal draggable scroll */

.quick-start .horizontale .dce-acf-repeater-grid .dce-acf-repeater-item {
    flex: 0 1 calc( 66% / 3) !important;
    padding: 0px !important;
}

.quick-start .horizontale>div>div>div>div,
.tiles-lessons .horizontale>div>div>div>div {
    flex: 0 0 auto;
    padding: 23px 0px 23px 23px;
    width: auto;
}

.quick-start .horizontale>div>.elementor-section,
.tiles-lessons .horizontale>div>.elementor-section {
    min-width: max-content;
}

.quick-start .horizontale .elementor-widget-text-editor {
    background: white !important;
    margin-right: 15px;
}

.quick-start .horizontale>div>.elementor-section,
.tiles-lessons .horizontale>div>.elementor-section {
    min-width: 100vw;
}

.quick-start .horizontale>div,
.tiles-lessons .horizontale>div {
    display: -webkit-box !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    cursor: grab;
    /* Change to unset to have the normal cursor */
}

.tiles-lessons .horizontale>div::-webkit-scrollbar {
    height: 0;
    /* Change to 6px to make the scrollbar smaller, or to 0 to remove it */
}

.tiles-lessons .horizontale>div.active {
    cursor: grabbing;
    /* Change to unset to have the normal cursor when mouse button is clicked down */
    cursor: -webkit-grabbing;
    /* idem */
    transform: scale(1.01);
    /* Size of elements when mouse button is clicked down */
}


/* Prevents clicking on links while navigating left or right */

.tiles-lessons .noclick {
    pointer-events: none;
}

body.home .cta-arrow-button .elementor-button,
body.page-id-3286 .cta-arrow-button .elementor-button {
    background: transparent url(../../../wp-content/uploads/2021/02/arrow-2.svg) no-repeat !important;
    border: 0;
}

body.home .cta-arrow-button, body.page-id-3286 .cta-arrow-button{
    background-color: #F7F3F8;
    border: 3px solid #C904A2;
    border-radius: 20px;
    margin: 0 10px;
    overflow: hidden;
}

body.home .elementor-repeater-item-item_readmore .dce-post-button {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    margin-left: 280px;
}


/* Resources highlights */

.resources-category {
    padding: 20px 30px 0;
    font-weight: 600;
    display: block;
    color: var( --e-global-color-secondary);
    float: left;
    width: 60%;
}

.resources-highlights:nth-child(even) {
    background: #F7F3F8;
    padding: 0px;
    float: left;
    width: 49%;
    margin-left: 1%;
    height: 220px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-position: bottom center;
    border: 2px solid #F7F3F8;
}

.resources-highlights:nth-child(odd) {
    background: #F7F3F8;
    padding: 0px;
    float: left;
    width: 49%;
    margin-right: 1%;
    height: 220px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-position: bottom center;
    border: 2px solid #F7F3F8;
}

.resources-highlights div.arrow {
    padding: 0px;
    float: left;
    width: 50px;
    margin-right: 1%;
    height: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: transparent url(../../../wp-content/themes/planet-puberty/assets/images/arrow-purple-long.svg) no-repeat 10px !important;
    POSITION: ABSOLUTE;
    margin-left: 170px;
    margin-top: 170px;
}

.resources-highlights .wp-post-image {
    width: 155px;
    display: block;
    float: left;
    height: 100%;
}

.resources-highlights .resources-link {
    display: block;
    float: left;
    padding: 30px;
    font-size: 1.25rem;
    font-weight: 600;
    color: var( --e-global-color-secondary);
}

.to-list {
    padding: 0px;
    overflow: hidden;
    background-position: bottom center;
    font-weight: 300;
    display: block;
    float: left;
    clear: left;
}

.to-list .to-link {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    color: var( --e-global-color-text);
    text-decoration: underline;
    margin-bottom: 10px;
}

.to-list .to-link img {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.fa-caret-right:before {
    content: "" !important;
    background: transparent url(../../../wp-content/themes/planet-puberty/assets/images/arrow-next.svg) no-repeat 0px !important;
    width: 22px;
    height: 20px;
    display: block;
}

.fa-caret-left:before {
    content: "" !important;
    background: transparent url(../../../wp-content/themes/planet-puberty/assets/images/arrow-previous.svg) no-repeat 0px !important;
    width: 22px;
    height: 20px;
    display: block;
}


/* COLORS and HEADINGS */

.the-body h2,
.relationships h2,
.identity h2,
.feeling-good h2,
.keeping-safe h2 {
    margin: 20px 0;
}


/* THE BODY #B62E6C */

.the-body .vertical-tab button.active,
.the-body .require-easy-english .elementor-heading-title,
.the-body svg path,
.the-body h4,
.the-body h2 {
    color: #B62E6C !important;
    fill: #B62E6C !important;
}


/* RELATIONSHIPS #772462 */

.relationships .vertical-tab button.active,
.relationships .require-easy-english .elementor-heading-title,
.relationships svg path,
.relationships h4,
.relationships h2 {
    color: #772462 !important;
    fill: #772462 !important;
}


/* IDENTITY #387879 */

.identity .vertical-tab button.active,
.identity .require-easy-english .elementor-heading-title,
.identity svg path,
.identity h4,
.identity h2 {
    color: #387879 !important;
    fill: #387879 !important;
}


/* FEELING GOOD #A83927 */

.feeling-good .vertical-tab button.active,
.feeling-good .require-easy-english .elementor-heading-title,
.feeling-good svg path,
.feeling-good h4,
.feeling-good h2 {
    color: #A83927 !important;
    fill: #A83927 !important;
}

.conversation_starters h2 {
    color: #fff !important;
}


/* END COLORS */

@media only screen and (max-width: 1564px) {
    .tile-introduction-masturbation {
        display: none!important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {

	header .elementor-hidden-phone img {
		width:210px !important;
	}
}


@media only screen and (max-width: 1280px) {
    .tile-relationships {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    body .uwy.userway_p1 .uai {
        top: auto !important;
        right: 23px !important;
        left: auto !important;
        bottom: 33px !important;
    }
    .resources-highlights .resources-category,
    .resources-highlights .resources-link {
        width: 55%;
        padding: 20px 0px 10px 20px
    }
    .topic-intro .conversation_starters,
    .topic-intro .content_tab_block {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .resource-hub-grid .elementor-posts-container article {
        border: 5px solid #181B66;
    }
    body.home .elementor-repeater-item-item_readmore .dce-post-button {
        position: absolute;
        bottom: 0;
        margin-bottom: 40px;
        margin-left: 220px;
    }
    .filter-keeping-safe-categories .jet-radio-list__row {
        width: 100px;
        text-align: center;
    }
    .filter-the-body-categories .jet-radio-list__row,
    .filter-relationships-categories .jet-radio-list__row,
    .filter-feeling-good-categories .jet-radio-list__row,
    .filter-identity-categories .jet-radio-list__row {
        width: 110px;
        text-align: center;
    }
    /*horizontal draggable scroll */
    .horizontale .dce-acf-repeater-grid .dce-acf-repeater-item {
        flex: 0 1 calc( 66% / 3) !important;
        padding: 0px !important;
    }
    .horizontale>div>div>div>div {
        flex: 0 0 auto;
        padding: 23px;
        /* add the padding here to space the elements */
        width: max-content;
        margin: auto;
    }
    .horizontale>div>.elementor-section {
        min-width: max-content;
    }
    .horizontale>div>.elementor-section {
        min-width: 100vw;
    }
    .horizontale>div {
        display: -webkit-box !important;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .pp-carousel__item-body {
        padding: 0px 20px 16px 30px !important;
        background-size: contain !important;
    }
    .home-workshops-highlights .dce-posts-container .dce-post-item {
        display: inline-block !important;
        max-width: 330px !important;
        background: #f3f3f3;
        border: 10px solid white;
        padding: 0 !important;
    }
    .home-workshops-highlights .dce-post-custommeta .dce-meta-item {
        top: 45px;
        font-size: 20px;
    }
    .horizontale .dce-acf-repeater-grid {
        width: 1200px;
    }
    .horizontale .dce-acf-repater-grid .dce-acf-repeater-item {
        flex: 0 1 calc( 100% / 3) !important;
        min-height: 200px;
	    background: white;
		
    }
    .mobile-menu-icon {
        position: absolute;
        z-index: 3 !important;
        right: 0;
    }
    .mobile-menu-icon .opened {
        position: fixed;
        z-index: 3 !important;
        right: 0;
    }
    .mobile-menu {
        position: fixed;
        z-index: 2 !important;
        height: 100%;
        width: 100%;
    }
    .mobile-menu-icon .opened .elementor-icon-wrapper::after {
        content: '';
        background: url(../../../wp-content/uploads/2021/06/ico-close.svg) center center no-repeat;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 30px;
        top: 35px;
    }
    .mobile-menu-icon .opened .elementor-icon-wrapper svg {
        display: none;
    }
    .uael-offcanvas-close-icon-wrapper {
        position: absolute;
        top: 20px;
        right: 40px !important;
        z-index: 10;
        border-radius: 50% !important;
        overflow: hidden;
    }
    .uael-offcanvas-close-icon-wrapper .uael-offcanvas-close {
        width: 46px;
        text-align: center;
    }
	
    .resource-hub-grid .elementor-posts-container {
        display: grid;
        flex-direction: row;
        justify-content: center;
        max-width: 80%;
        margin: auto;
        flex-wrap: wrap;
        align-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .uael-offcanvas-close-icon-wrapper {
        position: absolute;
        top: 20px;
        right: 40px !important;
        z-index: 10;
        border-radius: 50% !important;
        overflow: hidden;
    }
    .uael-offcanvas-close-icon-wrapper .uael-offcanvas-close {
        width: 46px;
        text-align: center;
    }
    .mobile-menu-icon {
        position: absolute;
        z-index: 3 !important;
        right: 0;
    }
    .mobile-menu-icon .opened {
        position: fixed;
        z-index: 3 !important;
        right: 0;
    }
    .mobile-menu {
        position: fixed;
        z-index: 2 !important;
        height: 100%;
    }
    .mobile-menu-icon .opened .elementor-icon-wrapper::after {
        content: '';
        background: url(../../../wp-content/uploads/2021/06/ico-close.svg) center center no-repeat;
        width: 30px;
        height: 30px;
        position: fixed;
        right: 12px;
        top: 12px;
    }
    .mobile-menu-icon .opened .elementor-icon-wrapper svg {
        display: none;
    }
    .switcher .selected a:after {
        top: 8px;
    }
    .next-steps:nth-child(odd) {
        background: #F7F3F8;
        padding: 20px;
        float: left;
        border-right: 0;
        margin-bottom: 20px;
        flex-direction: column;
        flex: 100%;
        min-width: 100%;
    }
    .next-steps:nth-child(even) {
        background: #F7F3F8;
        padding: 20px;
        float: left;
        border-left: 0;
        margin-bottom: 20px;
        flex-direction: column;
        flex: 100%;
        min-width: 100%;
    }
    .resources-category {
        padding: 20px 20px 0;
        font-weight: 600;
        display: block;
        color: var( --e-global-color-secondary);
        float: left;
        width: 60%;
    }
    .search-box-topic .category {
        position: absolute;
        text-align: right;
        padding: 0;
        right: 65px;
        font-size: 1rem;
        margin-top: -50px;
        display: none;
    }
    .search-box-topic .Advanced::after,
    .search-box-topic .Intermediate::after,
    .search-box-topic .Beginner::after {
        position: absolute;
        right: 10px;
    }
    .search-box-topic h5 {
        max-width: 85%;
        display: flex;
    }
    .search-box-topic .title {
        padding: 15px 10px 45px 15px;
    }
    .search-box-topic .simplefavorite-button {
        position: absolute;
        text-align: right;
        margin-top: -57px;
        right: 10px;
        padding-top: 10px;
    }
    figure.is-type-video {
        margin: 0;
    }
    figure.is-type-video iframe {
        height: 188px;
    }
    .topic-intro .conversation_starters .dce-acf-repeater-item {
        padding: 0 !important;
    }
    .resources-highlights:nth-child(even) {
        width: 100%;
    }
    .resources-highlights:nth-child(odd) {
        width: 100%;
    }
    .resources-highlights .wp-post-image {
        width: 130px;
        display: block;
        float: left;
        height: 100%;
    }
    .resources-highlights a {
        float: left;
        width: 60%;
        clear: right;
    }
    .resources-highlights .resources-link {
        display: block;
        float: left;
        padding: 20px;
    }
    .resources-highlights div.arrow {
        margin-left: 10px;
        margin-top: 130px;
    }
    .topic-intro .conversation_starters,
    .topic-intro .content_tab_block {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mobile-menu-accordeon .elementor-tab-title.elementor-active {
        background: #FFFFFF21;
    }
    .title-topics-loop .elementor-widget-wrap {
        padding-right: 0 !important;
        margin: 0;
        list-style: none;
        -ms-box-orient: horizontal !important;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -moz-flex !important;
        display: -webkit-flex !important;
        display: flex !important;
        flex-wrap: inherit;
    }
    .title-topics-loop .elementor-widget-wrap .elementor-page-title {
        width: 100% !important;
    }
    body.home .elementor-repeater-item-item_readmore .dce-post-button {
        position: absolute;
        bottom: 0;
        margin-bottom: 40px;
        margin-left: 220px;
    }
    body .uwy.userway_p1 .uai {
        top: auto !important;
        right: 13px !important;
        left: auto !important;
        bottom: 23px !important;
    }
    .popular-search-keywords {
        font-size: 12px;
        color: white;
        padding: 14px;
        background: transparent;
        border: 1px solid white;
        border-radius: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 10px 10px 10px 0;
    }
    .popular-search-keywords:hover {
        font-size: 12px;
        padding: 14px;
        margin: 10px 10px 10px 0;
    }
    /*horizontal draggable scroll */
    .horizontale .dce-acf-repeater-grid {
        width: 1000px;
    }
    .horizontale .dce-acf-repater-grid .dce-acf-repeater-item {
        flex: 0 1 calc( 100% / 3) !important;
        min-height: 170px;
    }
    .horizontale>div>div>div>div {
        flex: 0 0 auto;
        padding: 23px;
        /* add the padding here to space the elements */
        width: max-content;
    }
    .horizontale>div>.elementor-section {
        min-width: max-content;
    }
    .horizontale>div>.elementor-section {
        min-width: 100vw;
    }
    .horizontale>div {
        display: -webkit-box !important;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .pp-carousel__item-body {
        padding: 0px 20px 16px 30px !important;
        background-size: contain !important;
    }
    .home-workshops-highlights .dce-posts-container .dce-post-item {
        display: inline-block !important;
        max-width: 310px !important;
        background: #f3f3f3;
        border-right: 10px solid white;
        padding: 0 !important;
    }
    .home-workshops-highlights .dce-post-custommeta .dce-meta-item {
        top: 45px;
        font-size: 20px;
    }
    .resource-hub-grid .elementor-posts-container {
        display: block;
        width: 100% !important;
    }
    .resource-hub-grid .elementor-posts-container article {
        display: block !important;
        height: 100%;
        background-color: var( --e-global-color-b1c5a1c);
        border-radius: 25px;
        width: 100% !important;
        border: 10px solid #181B66;
    }
    /* Strategy */
    .strategy {
        display: block;
    }
    .strategy-title {
        width: 100%;
    }
    .strategy-title h4 {
        color: #181B66;
        font-size: 24px;
    }
    .strategy-content {
        width: 100%;
    }
}