/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/
.ctm-box .elementor-widget-container{
    position: relative;
    top: 0!important;
    transition: all ease-in-out 0.3s!important;
}

.ctm-box .elementor-widget-container:hover{
    position: relative;
    top: -10px !important;
    transition: all ease-in-out 0.3s !important;
     
}

.elementor-editor-active #main-header { /*This code is used to avoid margin bottom negative on navigation bars*/
    position: unset;
}

#main-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.custom-menu .elementor-sub-item {
	margin: 0 !important;
}
@media screen and (max-width: 1350px) and (min-width: 1024px) {
	.elementor-62 .elementor-element.elementor-element-0eccd0b .elementor-nav-menu--main .elementor-item {
     
    padding-left: 5px!important;
    padding-right: 5px!important;
    margin: 5px;
}
	.elementor-location-header a.elementor-button-link.elementor-button.elementor-size-sm {
		    font-size: .9rem!important;
		    padding: 20px 20px 20px 20px!important;
	}
}