/*
 Theme Name:   extendable Child
 Theme URI:    https://firemed.cz
 Description:  Child theme pro šablonu extendable (active24 theme)
 Author:       Kalif
 Author URI:   https://firemed.cz
 Template:     extendable
 Version:      1.0.0
*/

/* vlastní úpravy CSS */
/* navigace */
li.wp-block-navigation-item a:hover {
	text-decoration: none!important;
	color: yelow!important;
}


.vyhody {
	position: relative!important;
	display: flex;
	background: #E13510;
	text-align: center;
	width: 9em;
	height:9em;
	justify-content: center;
	align-items: center;
	border: 10px solid white;
	border-radius: 100%!important;
	margin-top:-4.5em;
	z-index: 110;
}

.vyhody > span {
	font-size:4em!important;
	font-weight: bold!important;
	color: white;
}

.kontakt {
	display: block!important;
	border-radius: 1em!important;
	background: #FF6800!important;
	padding: 0.2em 0.8em!important;
	
}

