/*!
Theme Name: themindsets
Author: wen
Description: Custom theme: themindsets, developed by wen
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themindsets
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

themindsets is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

li.mindset-locked a::before {
    content: "🔒︎";
    font-size: 0.9em;
}

#rcp_user_login_wrap,
body:not(.logged-in) .rcp_registration_total,
body:not(.logged-in) #rcp_registration_form .rcp_subscription_fieldset {
    display: none;
}

.survey-pic-container {
    display: flex;
    align-items: center;
    gap: 42px;
    flex-wrap: wrap;
    width: 100%;
}

.survey-pic-container p {
    inset: 0;
}

#suvery_form .wrapper p {
    float: none;
}

ul.detailmine {
    margin-left: 0 !important;
}

.mfp-content .popup-video-title {
    position: relative;
    z-index: 1;
    top: -60px;
    text-align: center;
    color: white;
}