/* 
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
*/

.elementor-widget-button .elementor-button-text {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;

    transition: text-underline-offset 300ms ease;
    -moz-transition: text-underline-offset 300ms ease;
    -webkit-transition: text-underline-offset 300ms ease;
}

.elementor-widget-button:hover .elementor-button-text {
    text-underline-offset: 6px;
}

.e-loop-item.type-project {
    border-radius: 8px;
    overflow: hidden;
}

.e-loop-item .project-title,
.e-loop-item .project-overlay {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

body:not(.elementor-editor-active) .e-loop-item .project-overlay {
    opacity: 0;
    background: rgba(0,0,0,.5);
}

.e-loop-item:hover .project-overlay {
    opacity: 1 !important;
}

body:not(.elementor-editor-active) .e-loop-item .project-title {
    transform: translateY(30px);
}

body:not(.elementor-editor-active) .e-loop-item:hover .project-title {
    transform: translateY(0);
}

body.home:not(.elementor-editor-active) .elementor-location-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

body.home.admin-bar:not(.elementor-editor-active) .elementor-location-header {
    top: 32px;
}