/* ===================================================================================

* Theme Name: Lexend Child
* Theme URI: https://lexend.themegenix.com/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Lexend - Software, SaaS & Startup WordPress Theme
* Version: 1.0
* Template: lexend
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.checkbox {
    position: relative;
    padding-bottom: 5px;
}
.checkbox span {
    display: block;
    line-height: toRem(16px);
}
.checkbox label {
    display: block;
    position: relative;
}
.checkbox label input[type='radio'], .checkbox label input[type='checkbox'] {
    display: none;
}
.checkbox label > span {
    display: block;
    padding-left: 22px;
    color: black;
}
.checkbox label > span br {
    display: inline !important;
}
.checkbox label > span a {
    font-weight: inherit;
}
.checkbox label > span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    margin: auto;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    border: 1px solid black;
    background-color: white;
    margin-top: 4px;
}
.checkbox label input[type='radio']:checked + span:before, .checkbox label input[type='checkbox']:checked + span:before {
    background: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important;
}
.checkbox__more {
    display: inline-block !important;
    text-decoration: underline;
    cursor: pointer;
}
.checkbox__more:hover + .checkbox__text {
    display: block !important;
}
.checkbox__text {
    position: absolute;
    display: none;
    z-index: 3;
    bottom: 10px;
    left: 0;
    right: 0;
    display: none !important;
    border: 1px solid black;
    padding: 16px;
    background: white;
    color: black;
}
.checkbox__text ol {
    margin-left: 16px;
    margin-top: 10px;
}
.checkbox__text:hover {
    display: block !important;
}
.wpcf7-list-item {
    margin-left: 0;
}