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

/*
    Add your custom styles here
*/

:focus {outline:none;}
::-moz-focus-inner {border:0;}

/* --- sticky header menu styles ---- */
.elementor-location-header.navbar-sticky {
    transform: translateY(-50px);
	  transition: transform 0.45s ease-out;
    position: fixed;
    z-index: 5000;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.elementor-location-header .logo img{
    width: 250px;
    transition: width 0.45s ease-out;
}

.elementor-location-header.navbar-sticky .logo img{
    width: 150px !important;
    transition: width 0.25s ease-out;
}

.elementor-location-header.navbar-sticky .elementor-element.elementor-element-0ce7257 > .elementor-widget-container
{
  margin: 2% 0% 0% 0%;
}


/* flip box */
.htmega-flip-box-area .back-container
{
  text-align: left;
}

.htmega-flip-box-area .front-container h2
{
    text-align: left;
}

/* dropdown */
@media (max-width: 1024px){
.elementor-14 .elementor-element.elementor-element-da6f4dd .elementor-nav-menu--dropdown
{
  background-color: #ABC667 !important;
}


.elementor-14 .elementor-element.elementor-element-da6f4dd .elementor-nav-menu--dropdown a:hover, .elementor-14 .elementor-element.elementor-element-da6f4dd .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-14 .elementor-element.elementor-element-da6f4dd .elementor-nav-menu--dropdown a.highlighted
{
  background-color: white !important;
}

}

.cc-banner
{
    background-color: rgba(0,0,0,0.6) !important;
}

.cc-banner.cc-theme-edgeless .cc-message
{
  line-height: 15px;
}
