/*
Theme Name: safetyclips
Theme URI: 
Author: TOHATEC GbR
Author URI: 
Description: Customizations for WEKA Safetyclips App
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: blockbase
Text Domain: safetyclips
Tags: 
*/

footer, .site-footer-container {
    background-color: var(--sftc-text);
    color: #ffffffa6;
    margin-top: 200px;
    font-size: 14px;
    font-weight: 300;
}

footer ul, .site-footer-container ul {
    list-style: none;
}

footer a, .site-footer-container a {
    color: #ffffffa6;
}

footer .subfooter {
    background-color: #001C38; 
    padding: 10px;
}
.logo-wrapper {
    display:flex;
}

.custom-language-switcher {
    list-style: none;
    display: flex;
    /*gap: 10px;*/
    margin: 0;
    float: left;
    padding-right: 10px;
    padding-top: 1px;
}

.custom-language-switcher {
    list-style: none;
    margin-right: 1rem;
}

.custom-language-switcher li {
    display: inline;
}

.custom-language-switcher a {
    text-decoration: none;
    color: #0052C2;
}

.custom-language-switcher .current-language a {
    font-weight: normal;
    text-decoration: underline;
}
.custom-language-switcher li::after {
	content: " /";
        color: #0052C2;
}

.custom-language-switcher li:last-child::after {
	content: none;
}

.custom-language-switcher li {
	padding-left: 4px; 
}


.sftc-form-wrapper form.sftc-form .field-wrapper input[type="checkbox"]:checked:disabled::after {
    color: gray;
    cursor: default;
}
.sftc-form-wrapper form.sftc-form .field-wrapper input[type="checkbox"]:checked::after,
.sftc-form-wrapper form.sftc-form .field-wrapper input[type="checkbox"] {
   cursor: pointer;
}


.sftc-email-confirmation-box {
    display: flex; 
    align-items: center; 
    flex-direction: column; 
    justify-content: center;
    margin: 5%; 
    text-align: center;
}


.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button,
.ld-reset-button {
    background-color: #0000;
    bottom: 24px;
    color: #617175;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 23px;
    line-height: 24px;
    padding: 0 1em;
    position: absolute;
    right: 18px;
    text-decoration: none;
    top: 41px;
    top: 25px;
}
