/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.page {
    min-height: calc(100vh - 224px);
}
@media (min-width: 768px){
	.bob-timeline .timeline-box.timeline-box-right .elementor-icon-box-icon span {
		margin: 0 0 0 -70px !important;
	}
	.bob-timeline .timeline-box.timeline-box-left .elementor-icon-box-icon span{
		margin: 0 -70px 0 0px !important;
	}
}
@media (max-width: 1024px){
	.black-bg-tab{
    	background-image: linear-gradient(180deg, #202020 50%, #F2295B00 50%) !important;
	}
}
/* hotspot */
.sra-montage .e-hotspot__tooltip {
    max-width: 300px;
    white-space: initial;
	max-height: 200px;
    overflow-y: auto;
}
.sra-montage .e-hotspot__button {
	display: block;
}
.sra-montage .e-hotspot__label {
    justify-content: space-between;
}
.sra-montage .e-hotspot__label small {
    display: inline-block;
	margin-left: 5px;
}
.sra-montage .e-hotspot:not(.e-hotspot--active) .e-hotspot--tooltip-position{
	opacity: 0;
}
.sra-montage .e-hotspot__tooltip::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: none;
}

.sra-montage .e-hotspot__tooltip::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.sra-montage .e-hotspot__tooltip::-webkit-scrollbar-thumb{
	border-radius: none;
	background-image: -webkit-gradient(linear,
	   left bottom,
	   left top,
	   color-stop(0.44, #FCC62E),
	   color-stop(0.72, #FCC62E),
	   color-stop(0.86, #FCC62E));
}