/*
Theme Name: Expert Bad Child
Description: L'enfant terrible du framework de GGG
Version: 4.4.1
Author: GGG
Author URI: http://gggabriel.fr
Template: expert
*/

/* The adventure starts here */

h1,h2,h3,h4,h5,h6 {
font-family: gastromond, sans-serif;
font-weight: 400;
font-style: normal;
}

/*--------------------------------------*/
/* CSS - Logo center split menu
/*--------------------------------------*/

@media only screen and (min-width: 780px) {
/*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(2) {
  /* Adjust the width of the logo */
    margin-right:250px;
}

#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: 175px;  
}
}

.menu-item-top-level-5 {
	display: none;
}


/*--------------------------------------*/
/* Gallery
/*--------------------------------------*/

#top div .stel-gallery img {
    border: none;
}

/*--------------------------------------*/
/* Grille icones
/*--------------------------------------*/

.av_icongrid_subtitle {
	font-family: sans-serif !important;
}

/*--------------------------------------*/
/* Photos des lignes de grilles en mobile
/*--------------------------------------*/

@media only screen and (max-width: 479px) {
.descphoto {
	min-height: 400px;
}    
}