/* 
Theme Name: Helen Doron Math
Description: Helen Doron Math is a child theme of Hello Elementor
Author: Eldad Nachtomi
Author URI: https://helendoron.com
Template: hello-elementor
Version: 2.0.7
*/

/* Scroll To Top */
#mr-stt {
	display: none;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	background-color: #41A62A;
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 73px;
	color: white;
	padding: 8px 10px;
}
#mr-stt.active {
	display: flex;
}
#mr-stt:hover {
	background-color: black;
}

#mr-stt svg {
	fill: white;
}

/* Pages / posts Breadcrumbs */
#breadcrumbs span,
#breadcrumbs span a {
	color: #002052;
	font-size: 12px;
	text-decoration: none;
}

#breadcrumbs span a:hover {
	text-decoration: underline;
}
