/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.93.1570485414
Updated: 2019-10-07 21:56:54

*/




.menu-item.menu-ico-face{
	width: 35px;
}
.menu-item.menu-ico-face span {
   visibility: hidden;
   font-size: 0px
}
.menu-item.menu-ico-face a:before {
    content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: -8px;
	left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/ico-facebook.png);
	opacity: 0.8;
}
.menu-item.menu-ico-inta{
	width: 35px;
}
.menu-item.menu-ico-inta span {
   visibility: hidden;
   font-size: 0px
}
.menu-item.menu-ico-inta a:before {
    content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: -8px;
	left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/ico-intagram.png);
	opacity: 0.8;
}
.menu-item.menu-ico-what{
	width: 35px;
}
.menu-item.menu-ico-what span {
   visibility: hidden;
   font-size: 0px
}
.menu-item.menu-ico-what a:before {
    content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: -8px;
	left: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/ico-whastapp.png);
	opacity: 0.8;
}




.et_mobile_menu li a{
	position: relative!important;
}

@media only screen and (max-width: 600px) {

.menu-item.menu-ico-face {
    width: 100%;
}
.menu-item.menu-ico-face a:before {
    top: 10px;
    left: 16px;
}
.menu-item.menu-ico-inta {
    width: 100%;
}
.menu-item.menu-ico-inta a:before {
    top: 10px;
    left: 16px;
}
.menu-item.menu-ico-what {
    width: 100%;
}
.menu-item.menu-ico-what a:before {
    top: 10px;
    left: 16px;
}

}