/* 
Theme Name:		OHM-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:		ohm
Version:		1.0.0
Text Domain:	ohm-child
*/

/* ----------------------------------------------------------- 1. GENERAL ----------------------------------------------------------- */
/*Remove Elementor default last child margin*/
.elementor-widget:not(:last-child){
	margin-bottom:0!important;
}

/* ----------------------------------------------------------- 1.1 GENERAL - BRAND STYLING ----------------------------------------------------------- */




/* ----------------------------------------------------------- 1.2 GENERAL - LAY OUT ----------------------------------------------------------- */

/* Removes the default page header */
header.page-header {
    display: none;
}

/* Removes the default padding */
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px!important;}


/* ----------------------------------------------------------- 2 HEADER  ----------------------------------------------------------- */
.ohm-desktop-header{
	height:90px;
}
/* ----------------------------------------------------------- 2.X HEADER - MAIN MENU ----------------------------------------------------------- */


/* ----------------------------------------------------------- 2.X HEADER - LOGO ----------------------------------------------------------- */


/* ---------------------------------------------------2.X HEADER - TOP MENU ----------------------------------------------*/

/* ----------------------------------------------------------- 2.X HEADER - SCROLLED ----------------------------------------------------------- */

/* ----------------------------------------------------------- 2.X HEADER - LANGUAGE SWITCHER ----------------------------------------------------------- */


/* ----------------------------------------------------------- 2.X HEADER - MOBILE MENU ----------------------------------------------------------- */

/* Mobile Menu Sticky */
.mobile-header {
    width:100%;
	z-index: 99999;
	-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

/* Mobile Menu Sticky */
.mobile-menu-sticky {
    width:100%;
	z-index: 99999; 
    border-top:solid 1px #000000;
	background-color: #ffffff;
    padding:8px;
}

.mobile-menu-sticky .elementor-column {
    width: 25%;
}

.mobile-menu-sticky p {
    font-size: 12px;
    margin-bottom: 0px;
}

.logo-mobile .elementor-widget-wrap{
	align-content:center;
}

.hamburger-menu-mobile .elementor-icon-box-icon{
	margin-bottom:0!important;
}

/* Mobile Menu Navigation */

.mobile-menu-navigation .elementor-nav-menu--dropdown {
font-size: 18px;
}
/* ----------------------------------------------------------- 3. FOOTER ----------------------------------------------------------- */

/* ----------------------------------------------------------- 4. ELEMENTS ----------------------------------------------------------- */


/* ----------------------------------------------------------- 4.x ELEMENTS - INTRO SECTION ----------------------------------------------------------- */



