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

.theme-light.elementor-kit-6
{
    --e-global-color-secondary: #FFFFFF;
    --e-global-color-primary: #232B4D;
    --e-global-color-text: #232B4D;
    --e-global-color-accent: #F36269;
    --e-global-color-6307030: #F2CE3C;
    --e-global-color-314acc3: #45AF9C;
}
.theme-light.elementor-kit-6 .border-fade
{
    background: var(--e-global-color-primary);
    background: linear-gradient(90deg, rgba(35, 43, 77, 0) 0%, rgba(35, 43, 77, 0.7) 50%, rgba(35, 43, 77, 0) 100%);
}



.wp-lightbox-container img
{
  cursor:pointer;
}
.wp-lightbox-overlay
{
  cursor:auto;
}
button.lightbox-trigger
{
  display:none;
}
.wp-lightbox-overlay.zoom.active .scrim
{
  background-color:rgba(0,0,0,.8) !important;
}