/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/


body{
	width: 100% !important;
	max-width: 100% !important;
}
ul.product-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr) !important;
    display: grid !important;
    column-gap: 30px !important;
    margin: 0 !important;
    list-style: none !important;
}
@media only screen and (max-width: 700px) {
	.hide-mobile{
		display:none !important;
	}
	#lvca-portfolio-639f21ea9e091.lvca-portfolio{
		display:none !important;
	}
	ul.product-grid.columns-3 {
    grid-template-columns: repeat(1, 1fr) !important;
   }
   #main-home-content .lvca-portfolio-wrap:first-child{
		display:none !important;
	}
}