/*!
Theme Name:    Meno Design - Framework – Child
Author:        Meno Design
Author URI:    https://www.menodesign.com
Description:   Fast & flexible theme made with love.
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

/* Your custom code goes here! */

.elementor-editor-active ..main__header {
    display: none
}

.nav__group {
    display: flex;
    justify-content: flex-end;
}

.toggle-hamburger {
    background-color: transparent;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    border-radius: none;
    cursor: pointer;
    transition: background 0.5s;
    /* --- animate to X --- */
    /* animate to arrow to left */
    /* animate to arrow to bottom */
    /* animate to ckeck icon */
}

.toggle-hamburger:focus {
    outline: none;
}

.toggle-hamburger span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    height: 4px;
    background: #3f3f3f;
    border-radius: 50px;
}

.toggle-hamburger span::before,
.toggle-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #3f3f3f;
    content: "";
    border-radius: 50px;
}

.toggle-hamburger span::before {
    top: -10px;
}

.toggle-hamburger span::after {
    bottom: -10px;
}

.toggle-hamburger.toggle-hamburger__animx {
    background-color: transparent;
    /* when menu open: */
}

.toggle-hamburger.toggle-hamburger__animx span {
    transition: background 0s 0.5s;
}

.toggle-hamburger.toggle-hamburger__animx span::before,
.toggle-hamburger.toggle-hamburger__animx span::after {
    transition-duration: 0.5s, 0.5s;
    transition-delay: 0.5s, 0s;
}

.toggle-hamburger.toggle-hamburger__animx span::before {
    transition-property: top, \transform;
}

.toggle-hamburger.toggle-hamburger__animx span::after {
    transition-property: bottom, \transform;
}

.toggle-hamburger.toggle-hamburger__animx.is-active span {
    background: none;
}

.toggle-hamburger.toggle-hamburger__animx.is-active span::before,
.toggle-hamburger.toggle-hamburger__animx.is-active span::after {
    background-color: #000000;
    transition-delay: 0s, 0.5s;
}

.toggle-hamburger.toggle-hamburger__animx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-hamburger.toggle-hamburger__animx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav__container {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

#navigationWrap {
    display: none;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 50px 0;
    overflow: hidden;
    z-index: 99;
    align-items: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    color: #555659;
    font-size: 3.5vh;
    text-transform: uppercase;
    overflow: hidden;
    font-family: Adamina;
    padding-bottom: 17px;
}

@media (max-width: 750px) {
    nav ul li {
        font-size: 8vw;
    }
}

nav a {
    color: #555659;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

nav a:hover {
    color: #2855c4;
}

.navbar {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    z-index: 20;
    cursor: pointer;
}

.bottom__footer a,
.bottom__footer a:visited,
.bottom__footer a:hover {
    color: #fff !important;
}

@media (min-width: 400px) {
    .nav__container {
        width: 85%;
        padding: 0;
    }
}

@media (min-width: 550px) {
    .nav__container {
        width: 80%;
    }
}