﻿/* 
Theme Name: Hyper + Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor & Custom code for Hyper Robotics by FineLine
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
*/

/*
    Hyper Robotics - custom styles
*/
.sticky-logo img {
	transition: .5s all ease-in-out;
}
@media screen and (min-width: 768px) {
    #main-header.elementor-sticky--effects > .elementor-container {
        min-height: 90px;
    }    
    .elementor-sticky--effects .sticky-logo img {
        width: 160px!important;
    }
}

.title-2colors span {
    color: #433DFF;
}
.solution_item .elementor-widget-container::before {
    content:'';
    position: absolute;
    left: 0;
    font-weight: 700;
}
.solution_item.n1 .elementor-widget-container::before {
    content:'01';
}
.solution_item.n2 .elementor-widget-container::before {
    content:'02';
}
.solution_item.n3 .elementor-widget-container::before {
    content:'03';
}
.solution_item.n4 .elementor-widget-container::before {
    content:'04';
}
.solution_item.n5 .elementor-widget-container::before {
    content:'05';
}
.solution_item.n6 .elementor-widget-container::before {
    content:'06';
}
.technology-icon-item .elementor-image-box-img {
    border-bottom: 1px solid #F4F4F4;
}
@media only screen and (max-width: 767px) {
    .technology-icon-item .elementor-image-box-img img {
        width: auto;
        height: 60px;
    }
    #globe video {
        width: 640px !important;
        height: auto !important;
        max-width: none !important;
    }
    #footer-social {
        margin-top: 35px;
    }
    #footer-social ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
        display: block;
        width: 100%;
    }
    #footer-title {
        width: 330px;
        max-width: 330px;
    }
}