/*
Theme Name:   Hello Getfused
Description:  Standard template for sites built by Getfused using Elementor.
Author:       Getfused
Author URL:   https://getfused.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
Text Domain:  HelloGetfused
*/

/* Homepage Hero Video */
.hero-pin video.elementor-background-video-hosted.elementor-html5-video {
    top: inherit;
    left: inherit;
    transform: none;
}


/* Show wider Edit with Elementor flyout */
.grecaptcha-badge {
	visibility: hidden;
}

#wpadminbar .quicklinks #wp-admin-bar-elementor_edit_page.menupop.hover ul li .ab-item {
	width: auto !important;
	max-width: 280px;
}

#wpadminbar .quicklinks #wp-admin-bar-elementor_edit_page.menupop.hover ul li .ab-item .elementor-edit-link-title {
	margin-right: 10px;
}


/* AOS Animation */


/* Hero Pin Animation */
.hero-pin .animation {
    position: relative;
    height: 510px;
}

.hero-pin .animation img {
    max-width: initial;
}

@media screen and (max-width: 640px) {
    .hero-pin .animation img {
        transform: scale(0.8);
    }
}

.hero-pin .pin {
    position: absolute;
    opacity: 0;
    transition: all 800ms ease-out;
    pointer-events: none;
}

.hero-pin .pin__clickable__area {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    pointer-events: all;
}

.hero-pin .pin__clickable__area:hover+.pin__title {
    opacity: 1;
}

.hero-pin .pin__title {
    position: absolute;
    font-size: 16px;
    font-family: 'Open_Sans-SemiBold';
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    pointer-events: all;
    padding: 10px 0;
    z-index: 100;
    letter-spacing: 2px;
    opacity: 0;
	line-height: 1em;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin__title {
        font-size: 12px;
    }
}

.hero-pin .pin__title:hover {
    opacity: 1;
    border-bottom: 2px solid #1E69EA;
}

.hero-pin .pin_1 {
    top: 0;
    left: 0;
    transform: translateY(-35%);
    transition-delay: 300ms;
}

.hero-pin .pin_1.in {
    opacity: 1;
    transform: translate(0);
}

.hero-pin .pin_1 .pin__clickable__area {
    top: 80px;
    left: 100px;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_1 .pin__clickable__area {
        top: 130px;
        left: 110px;
    }
}

.hero-pin .pin_1 .pin__title {
    top: 90px;
    right: -10px;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_1 .pin__title {
        right: 40px;
        top: 120px;
    }
}

.hero-pin .pin_2 {
    top: 80px;
    left: 70px;
    transform: translate(35%, -15%);
    transition-delay: 900ms;
}

.hero-pin .pin_2.in {
    opacity: 1;
    transform: translate(0);
}

.hero-pin .pin_2 .pin__clickable__area {
    top: 100px;
    right: 60px;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_2 .pin__clickable__area {
        top: 15px;
        right: 40px;
    }
}

.hero-pin .pin_2 .pin__title {
    top: 140px;
    right: -150px;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_2 .pin__title {
        right: -80px;
    }
}

.hero-pin .pin_3 {
    top: 80px;
    left: 70px;
    transform: translate(35%, 15%);
    transition-delay: 1200ms;
}

.hero-pin .pin_3.in {
    opacity: 1;
    transform: translate(0);
}

.hero-pin .pin_3 .pin__clickable__area {
    top: 290px;
    right: 0;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_3 .pin__clickable__area {
        top: 320px;
        right: 40px;
    }
}

.hero-pin .pin_3 .pin__title {
    top: 330px;
    right: -105px;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_3 .pin__title {
        right: -45pc;
    }
}

.hero-pin .pin_4 {
    top: 150px;
    transform: translateY(35%);
    transition-delay: 1500ms;
}

.hero-pin .pin_4.in {
    opacity: 1;
    transform: translate(0);
}

.hero-pin .pin_4 .pin__clickable__area {
    top: 310px;
    right: 100px;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_4 .pin__clickable__area {
        top: 340px;
        right: 120px;
    }
}

.hero-pin .pin_4 .pin__title {
    top: 390px;
    right: -48px;
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_4 .pin__title {
        right: -10px;
    }
}

.hero-pin .pin_4:after {
    content: "";
    width: 36px;
    height: 255px;
    position: absolute;
    top: 50px;
    left: 138px;
    background-color: #fff;
    transform: scale(0);
}

@media screen and (max-width: 640px) {
    .hero-pin .pin_4:after {
        width: 33px;
        top: 80px;
        left: 160px;
    }
}

.hero-pin .pin_4.in:after {
    transition: transform 800ms ease-in;
    transform: scale(1);
    transition-delay: 1500ms;
}

body.staff-template-default {
			background-color: var( --e-global-color-primary );
}