/*
Theme Name: Divi-child
Description: Theme enfant de Divi - hamzaartifices.com
Author: Hamza Artifices
Author URI: https://hamza-artifices.com/
Template: Divi 
Version: 0.1.0
*/

/* MOBILE OVERFLOW-X */

@media only screen and (max-width: 800px) {
#page-container {
	overflow-x: hidden;
	}
}

/* FOOTER */

@media only screen and (max-width: 800px) {
  #footer-widgets h2 {
    font-size: 15px;
  }

  #footer-widgets {
  	text-align: center;
  }

 #footer-widgets .et_pb_widget {
 	float: none !important;
 }

 #footer-widgets .footer-widget:nth-child(n) {
 	margin-bottom: 0px !important;
 }
}

@media (max-width: 479px) {
#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
    margin-bottom: 0% !important;
	}
}