/*
 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
------------------------------------------------------- */
/* FIVE COLUMN PORTFOLIO GRID LAYOUT */

@media only screen and ( min-width: 981px ) {
 
.five-column-grid .et_pb_grid_item {
width: 17.6% !important;
margin: 0 3% 3% 0 !important;
}
	
.five-column-grid .et_pb_grid_item:nth-child(3n+1) {
clear: unset !important;
}
	
.five-column-grid .et_pb_grid_item:nth-child(4n+1) {
clear: unset !important;
}
	
.five-column-grid .et_pb_grid_item:nth-child(5n) {
margin-right: 0 !important;
}
	
.five-column-grid .et_pb_grid_item:nth-child(5n+1) {
clear: left !important;
}
 
}