/* 
 Theme Name:   Hello Child
 Theme URI:    
 Description:  
 Author:       prfj
 Author URI:   https://metropolsaglik.com
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.megabolum .bolinks {
	display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}

.megabolum .bolinks li a {
	font-size:14px;
	color:var( --e-global-color-primary );
	fill: var( --e-global-color-primary );
}

.megabolum .bolinks li a:hover {
	color:var( --e-global-color-secondary );
	fill: var( --e-global-color-secondary );
	text-decoration:none;
}

.bolinks li a {
	color:#fff;
	fill: #fff;
}

.bolinks li a:hover {
	color:#fff;
	fill: #fff;
	text-decoration:underline;
}