/*
Theme Name: Enfold Child
Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on Facebook and via newsletter:<br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a> - <a href='http://www.kriesi.at/newsletter'>Subscribe to our Newsletter</a>
Version: 5.6.8
Author: Kriesi
Author URI: https://kriesi.at
Template: enfold
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Envato_ID: 4519990
*/

/*------------------------*/
/* CSS - Logo center split menu
/*------------------------*/
@media only screen and (min-width: 990px) {
    #top #header .av-main-nav-wrap {
        width: 100%;
        max-width: 950px;
    }
    #top #header .av-main-nav {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    #top #header .av-main-nav > li {
        width: calc(100% / 7);
        text-align: center;
    }  

    /*In the below code nth-child(x) the value of x should be half the number of total menu items*/
    #top #header .av-main-nav > li:nth-child(3) {
      /* Adjust the width of the logo */
        margin-right:200px;
    }  
    
    #header .main_menu {
        /*background: gold;*/
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .av-main-nav-wrap {
        left: 50%;
        transform: translateX(-50%);
    }
    
    #header .logo {
        left: 50%;
        transform: translateX(-50%);
        z-index:999;
    }
    
    #header .logo img {    
        top: 50%;
        transform: translateY(-50%);
        max-width: 140px;  
    }
}
