/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.dg2-category-grid--icon-boxed .dg2-category-grid__item:hover .dg2-category-grid__icon-box{
	background:#fef6f6 !important;
	color:#e84955 !important;
}
.dg2-category-grid--icon-boxed .dg2-category-grid__item:hover .dg2-category-grid__name{
	color:#e84955 !important;
}
#reference img{
	max-height:60px;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	max-width:130px;
}