/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/


html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }

body {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 13px;
    color: #333;
	}
a {
    color: #ed2424;
}
/*
    Overlay menu
*/

.toggle-button {   
    display: block;
    width: 23px;
    height: 30px;
    position: relative;
    margin: 10px auto;
    z-index: 99;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-button2 {   
    display: block;
    width: 23px;
    height: 30px;
    position: relative;
    margin: 10px 20px 0px auto;
    z-index: 99;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bar {
    background-color: #333;
    display: block;
    width: 23px;
    height: 2px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.bar + .bar {
    margin-top: 4px;
}

.toggle-button:hover .bar{
    background-color: red;
}

.toggle-active .top {
    -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    background: #e2e2e2;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .15s, visibility .25s;
}

.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.elementor-nav-menu .sub-arrow i {
  display:none;
}

.elementor-nav-menu .sub-arrow {
    padding: 10px!important;
}
