/* 
Theme Name: zyklusmentorin
Theme URI: -
Description: -
Author: -
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: zyklusmentorin
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
*/

/* WP ADMIN Bar */
@media screen and (max-width: 767px) {
    #wpadminbar {
        overflow: hidden;
    }
}


/* Password Required Page
-------------------------------------------------- */

.post-password-required {
    min-height: calc(100vh - 200px);
    padding: 200px 0 150px;
}

.post-password-required .page-content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.post-password-required .post-password-form p {
    justify-content: center;
}

.post-password-required .post-password-form label {
    text-align: left;
}

/* Global
-------------------------------------------------- */
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

/* Header
-------------------------------------------------- */

.zkm-main-menu li a{
    transition: all 0.3s ease !important;
    transform: skewX(0deg);
}

.zkm-main-menu li a:hover{
    transform: skewX(-10deg);
}