/**
Theme Name: Tenovi Astra
Author: Tenovi Staff
Author URI: http://tenovi.com
Description: Custom theme built upon WP Astra for Tenovi Health
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tenovi-astra
Template: astra
*/

.link-to-anchor {
	font-weight: bold;
	font-size: 11px;
	background: #eee;
	padding: 5px 10px;
	border-radius: 13px;
	color: #999;
	float: right;
}

#tenovi-device-scroll {
	position: fixed;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -2.5vh;
	z-index: 200;
}

#tenovi-devices {
	text-align: center;
	left: 0;
	right: 0;
	z-index: 100;
}

#tenovi-devices img {
	position: fixed;
	top: 52.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 105px;
	border-radius: 50%;
	background: #61b893;
	padding: 15px;
	display: none;
}

#tenovi-scroll-spacer {
	min-height: 400vh;
}



body.post-template-default.single.single-post .elementor-widget-theme-post-content h2,
body.post-template-default.single.single-post .elementor-widget-theme-post-content h3 {
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 28px;
}