/* 
Theme Name:      mempire
Theme URI:       https://miel-empire.com
Description:     child theme of GeneratePress
Author:          miel-empire
Author URI:      https://miel-empire.com
Template:        generatepress
Version:         1.0.10
Text Domain:     mempire
*/

/* overriten css variables */
:root {
    --gp-slideout-width: 320px !important;
}

/* desktop header */
.main-navigation {
    padding: 15px 0;
}

.current-menu-item > a {
    font-weight: bold;
}

@media only screen and (min-width:921px) {
    .nav-align-right .inside-navigation {
        justify-content: space-between !important;
    }
    
    .nav-align-right .navigation-branding {
        margin-right: unset !important;
    }
}

/* menu bar items */
.menu-bar-items svg, button.menu-toggle svg {
    width: 1.5em;
    height: 1.5em;
    top: 0.225em;
}

.menu-bar-items>span:nth-child(1) {
    order: 2;
}

.menu-bar-items>span:nth-child(2) {
    order: 0;
}

/* after header notice */
.notice-after-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 1;
}

.notice-after-header:before, .notice-after-header:after, section.up-sells:before, section.up-sells:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.notice-after-header:before, .notice-after-header:after{
    background: var(--accent);
}

section.up-sells, section.up-sells:before, section.up-sells:after {
    background: var(--black);
}

.notice-after-header:before, section.up-sells:before {
    left: calc(calc(100% - 100vw)/2);
}

.notice-after-header:after, section.up-sells:after {
    right: calc(calc(100% - 100vw)/2);
}


/* mobile header */
@media only screen and (max-width:920px) {
    span.gp-icon.pro-close svg {
        height: 24px;
        width: 24px;
    }

    .main-navigation {
        padding: 0 !important;
    }
    
    button.menu-toggle {
        order: 1 !important;
        padding-right: 0 !important;
    }
    
    .navigation-branding {
        order: 2 !important;
        margin-right: unset !important;
    }
    
    .menu-bar-items {
        order: 3 !important;
    }
    
    div#primary-menu, div.menu-bar-items > span:nth-child(3) {
        display: none;
    }
    
    .inside-navigation.grid-container {
        padding: 0 10px !important;
    }
    
    .notice-after-header {
        bottom: -35px;
    }
}

@media only screen and (max-width: 767px) {
    .notice-after-header {
        bottom: -27px;
    }
}

@media only screen and (max-width: 425px) {
    .navigation-branding img, .site-logo.mobile-header-logo img {
        height: 45px !important;
        width: auto;
    }
}

/* footer info menu */
ul.footer-info-menu {
    list-style: none;
    margin-left: 0;
}

ul.footer-info-menu li {
    margin-bottom: 6px;
}

/* footer social menu */
ul.footer-social-menu a {
    font-size: 18px;
}

ul.footer-social-menu .wp-block-social-link-label {
    font-size: 14px !important;
    color: var(--contrast-3);
}

ul.footer-social-menu li:hover .wp-block-social-link-label {
    color: var(--base-3);
}

@media only screen and (min-width: 1025px) {
    ul.footer-social-menu {
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    ul.footer-social-menu {
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
}


/* Global Elements */
.gb-button-primary {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation: pulse 2s infinite !important;
}

@keyframes pulse {
    0%, 100% {
        transform: scale3d(1,1,1);
    }
    50% {
        transform: scale3d(1.05,1.05,1.05);
    }
}

.slide_bg:before {
    animation: slide_bg 10s infinite;
    will-change: background-position;
}

@keyframes slide_bg {
    0% {
        background-position: 0;
    }
    50% {
        background-position: 100px;
    }
    100% {
        background-position: 0;
    }
}



@media only screen and (min-width: 768px) {
	.home #hero {
		margin-top: 35px;
	}
}
.gb-button-952ee57d, .gb-button-00943415 {
	position: relative;
}
