/*
Theme Name: Photography Child
Theme URI: http://themes.themegoods2.com/photography/demo1
Description: Premium Photography Portfolio Theme
Version: 1.0
Tags: yellow, white, responsive-layout, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: photography
Template: photography
*/

/** MENU SUR MOBILE **/
@media only screen and (max-width: 767px) {
    .mobile_menu_wrapper {
        width: 100% !important;
        background: url(https://cdn.ananas-studio.fr/wp-content/uploads/contacter-photographe-grossesse-strasbourg.jpg);
        background-position: bottom;
        background-size: 100%;
        background-repeat: no-repeat;
		background-attachment: local;
    }
}

.mobile_menu_wrapper { transform: translate(850px, 0px);}

#mobile_main_menu li.menu-item {
	padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #4441;
    text-align: center;
}
/*enlever filet dernier li */
#mobile_main_menu li.menu-item:last-child { border-bottom: 0px;}

/*enlever ombre*/
#overlay_background {visibility:hidden;}
/*
body.js_nav #elementor-header.main-menu-wrapper.visible a.elementor-icon {
background: red;
    z-index: 9999999;
    position: relative;
}*/

/*ajouter le X de fermertue*/
#elementor-header.main-menu-wrapper.visible {
    opacity: 1;
    z-index: 9999;
}

body.js_nav .p9-header-menu {display:none;}

body .p9closemenu {display:none;}

body.js_nav .p9closemenu {display:block;}
