/*======================================
Theme Name: Mobytic
Theme URI: https://divicake.com/
Description: Divi Child Theme
Version: 1.0
Author: Mobytic
Author URI: https://mobytic.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
body {
	overflow-x : hidden;
}


#menu-menu-header {
  gap: 50px;
}

@media (max-width: 1500px) {
	#menu-menu-header {
	  gap: unset;
	}	
}

#menu-menu-header.et-menu .menu-item-has-children>a:first-child:after {
	top: 40%;
  transform: translateY(-50%);
}




#menu-menu-header > li > a, .titfooter  h2 {
    display: flex;
    align-items: center;
    gap: 12px;
}

h1 {
    display: flex;
    align-items: center;
    gap: 12px;
}

h1 > img{
    height : 32px;
}

@media (max-width: 400px) {
	h1 > img{
    height : 20px;
}
}


#menu-menu-header > li > a > img {
    height: 36px;
}

.titfooter img {
	height: 20px;
}