/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.hide {
	display: none;
}

/*show Social Media desktop footer menu on mobile*/

@media (max-width: 980px) {
	.social-media .et_pb_menu__menu {
		display: flex !important;
	}
	.social-media .et_mobile_nav_menu {
		display: none !important;
	}
	.social-media .et_pb_menu__wrap {
		justify-content: start;
	}
}

@media (max-width: 480px) {
	.social-media .et_pb_menu__wrap {
		justify-content: center;
	}
}