/*
 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.2
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
Media Queries
---------------------------------------------------------------------------------------------------- 
@media only screen and (max-width: 1140px) {
	#main-content {border: 3px solid red!important;}
}
@media only screen and (max-width: 960px) {
		#main-content {border: 3px solid green!important;}

}
@media only screen and (max-width: 768px) {
		#main-content {border: 3px solid blue!important;}

}
@media only screen and (max-width: 480px) {
		#main-content {border: 3px solid pink!important;}
}*/