/*
 Theme Name:   SEALFLUID 2019
 Template:     Divi
 Theme URI:    http://trkstudio.it
 Description:  sealfluid.services website - [products area wip] realized by TRK studio (trkstudio.it)
 Author:       TRK studio
 Author URI:   http://trkstudio.it
 Version:      1.0.0
*/

/* TRK studio 2019.07.01 - Custom CSS */


/* THREE COLUMN PORTFOLIO GRID LAYOUT */
 
@media only screen and ( min-width: 768px ) {
 
.three-column-grid .et_pb_grid_item {
width: 28.333% !important;
margin: 0 7.5% 7.5% 0 !important;
}
 
.three-column-grid .et_pb_grid_item:nth-child(3n) {
margin-right: 0 !important;
}
 
.three-column-grid .et_pb_grid_item:nth-child(3n+1) {
clear: left;
}
 
.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
clear: unset !important;
}
 
}