/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.shadow:before {
    content: "";
    background: #202F57;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.shadow-right-top:before {
    top: -50px;
    right: -50px;
    border-radius: 0 80px 0 80px;
}
.shadow-right-bottom:before {
    bottom: -50px;
    right: -50px;
    border-radius: 0 80px 0 80px;
}
.shadow-left:before {
    bottom: -50px;
    left: -50px;
    border-radius: 80px 0 80px 0;
}
a.elementor-gallery-title {
    padding: 5px 20px;
    border-radius: 15px;
    background: #E4E8EE;
    margin:1%;
}
a.elementor-gallery-title.elementor-item-active,
a.elementor-item.elementor-gallery-title:hover {
    color: #FFFFFF !important;
    background: #627A94;
}
@media (max-width: 767px) {
    .shadow-right-top:before {
        top: -30px;
        right: -30px;
    }
    .shadow-right-bottom:before {
        bottom: -30px;
        right: -30px;
    }
    .shadow-left:before {
        bottom: -30px;
        left: -30px;
    }
    body.home .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper { display: flex }
    body.home .elementor-widget-image-box.elementor-position-left .elementor-image-box-img { 
        margin-right: 10px !important;
        display: flex;
        align-items: center;
    }
    body.home .elementor-widget-image-box.elementor-position-left .elementor-image-box-title { margin: 5px 0 0 !important }
}