/*
Theme Name: Alioth Child
Description: Child theme for the Alioth. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.site
Template: alioth
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
            font-family: EpiceneDisplay-Bold;
            font-weight: 700;
            src: url("https://omne.agency/wp-content/themes/arrive/fonts/EpiceneDisplay-Bold.otf") format("opentype");
        }

        @font-face {
            font-family: EpiceneDisplay-Regular;
            font-weight: 400;
            src: url("https://omne.agency/wp-content/themes/arrive/fonts/EpiceneDisplay-Regular.otf") format("opentype");
        }

        @font-face {
            font-family: EpiceneDisplay-LightItalic;
            font-weight: 300;
            src: url("https://omne.agency/wp-content/themes/arrive/fonts/EpiceneDisplay-LightItalic.otf") format("opentype");
        }

        @font-face {
            font-family: EpiceneText-Bold;
            font-weight: 700;
            src: url("https://omne.agency/wp-content/themes/arrive/fonts/EpiceneText-Bold.otf") format("opentype");
        }

        @font-face {
            font-family: EpiceneText-Light;
            font-weight: 300;
            src: url("https://omne.agency/wp-content/themes/arrive/fonts/EpiceneText-Light.otf") format("opentype");
        }



.header-cta-but {
    display: none !important;
}

.menu-toggle {
    height: 55px;
    cursor: pointer;
    background-color: #efefef;
    border-radius: 50%;
    width: 55px;
}
.menu-toggle {
    left: 90%;
}
.page-header {
    padding-top: 0px;
    background: #EBEBEB;
	opacity: 0.0;
    margin-bottom: 0px;

}

span.toggle-line:nth-child(1) {
    margin-top: 22px;
    margin-left: 13px;
	width:30px !important;
}

span.toggle-line:nth-child(2) {
    margin-left: 13px;
	width:30px !important;
}
.menu-toggle.is-active .toggle-line {
    margin-top: 22px;
    margin-left: 12px;
}
.site-header.light .toggle-line {
    background: #0b3551  !important;
}

.site-header.fullscreen_menu::before {
background: rgb(3,31,51);
background: linear-gradient(308deg, rgba(3,31,51,1) 0%, rgba(12,54,82,1) 100%);

}


.site-header.fullscreen_menu.menu-has-open::before {
    height: 100% !important;
}

@media only screen and (min-width: 1600px)
.header-wrapper {
    max-width: 1600px !important;
}
.site-header.fullscreen_menu.menu-has-open::before {
    height: 100% !important;
}

#footer {

    visibility: hidden !important;
}