/*
Theme Name: Basic
Description: Individual
Author: MB
Author URI:
Template: hello-elementor
Version: 1.1
Tags:
*/

/* remove a from mother template*/
a {
  color: initial;
  text-decoration: underline;
}

*:focus {
  outline: none;
}
/*Sticky Header*/
.elementor-sticky--effects {
    background: #000000db;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: padding ease .5s;
	z-index:99 !important;
}
.elementor-sticky--effects .elementor-image {
    max-width: 100px;
	transition:all ease .5s;
}
/*Logo Area*/
#logo_area .elementor-element-populated {
    border-color: #efefef;
}
#logo_area div.elementor-element-populated .elementor-inner-column:hover{
	box-shadow:0px 0px 10px -1px rgba(0, 0, 0, 0.3);
	transition:all ease .5s;
	cursor:pointer;
}
