/*
 Theme Name:     Michael Gordian
 Theme URI:      https://friedow.com/
 Description:    Custom build Wordpress theme for Michael Gordian.
 Author:         Christian Friedow
 Author URI:     https://friedow.com/
 Template:       Divi
 Version:        1.0.0
*/

#main-header { display:none; }
#page-container { 
	padding-top:70px !important; 
	margin-top:-1px !important 
}

.et_transparent_nav #main-content .container {
    padding-top: 58px !important;
}

.menu-image #Links rect,
.menu-image #Links text,
.menu-image #Links text > tspan {
    transition: all 0.3s;
}

.menu-image #Links rect:hover {
    fill: #C2AB92;
}

.menu-image #Links rect:hover ~ text {
    fill: white;
}

.menu-image #Links rect:hover ~ text, 
.menu-image #Links rect:hover ~ g text {
    fill: white;
}

.menu-image text {
    pointer-events: none;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #C2AB92 !important;
}

.menu .menu-image {
    display: none;
}

.menu.is-active {
    height: 100vh;
}

.menu.is-active .menu-image {
    display: block;
}