/*
Theme Name: twentytwentyfive-child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: twentytwentyfive-child
Tags: 
*/

:where(.wp-site-blocks :focus) {
  outline-width:0px !important;
}

.wp-block-group ul li a{
	text-decoration: none;
	color: #017dc3;  
}

.wp-block-group ul{
	list-style-type: none;
	padding: 0px;
}

.hmemaincat{
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important; 
}

.hmelatestposts li{
	margin-bottom: 4% !important;
}

.removeunderline a{
	text-decoration: none !important;
}

.removeunderline a:hover{
	text-decoration: underline !important;
}