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

.full-width-btn {
width: 100%;
text-align: center;
}

.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}
@media only screen and ( max-width: 981px ) {
	.cu-blog .column.size-1of4 {
	    width: 47%!important;
	    margin-right: 3%;
	}
	
.et_pb_blog_grid .et_pb_post {
    padding: 2px 10px 8px 10px;
}
	

.divi-2-columns .et_pb_column {
width: 50%!important;
}
 
.divi-3-columns .et_pb_column {
width: 33.33% !important;
}
 
.divi--columns .et_pb_column {
width: 25%!important;
}
	
}