/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.6.0
Description: Divi Child Theme
Author URI: http://www.elegantthemes.com
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Theme customization starts here
------------------------------------------------------- */
.hide {
    display: none;
}

/* main Navigation
------------------------------------- */

.et-menu li li.menu-item-has-children > a:first-child::after {

    top: calc(50% - 14px);
    right: 10px;
    content: '\35';

}

/* Mobile Navigation
-------------------------------------- */

#mobilemenumain .et_mobile_nav_menu::before {
    content: 'MAIN MENU';
    position: relative !important;
    bottom: 0;
    left: 0;
    color: #fff;
}

#mobilemenumain .mobile_menu_bar::before {
    color: #fff;
}

#mobileodmenu .et_mobile_nav_menu::before {
    content: 'ODOUR CONTROL MENU';
    position: relative !important;
    bottom: 0;
    left: 0;
    color: #071434;
}

#mobileodmenu .et_mobile_menu {
    background-color: #071434 !important;
}

#mobileodmenu .mobile_menu_bar::before {
    color: #071434;
}

#mobileindustrialmenu .et_mobile_nav_menu::before {
    content: 'INDUSTRIAL GAS MENU';
    position: relative !important;
    bottom: 0;
    left: 0;
    color: #071434;
}

#mobileindustrialmenu .mobile_menu_bar::before {
    color: #071434;
}

#mobileindustrialmenu .et_mobile_menu {
    background-color: #37489b !important;
}

#inddownloads .et_mobile_nav_menu::before,
#downldsod .et_mobile_nav_menu::before {
    content: 'CATEGORIES';
    position: relative !important;
    bottom: 0;
    left: 0;
    color: #071434;
}

#inddownloads .mobile_menu_bar::before,
#downldsod .mobile_menu_bar::before {
    color: #071434;
}

#inddownloads .et_mobile_menu,
#downldsod .et_mobile_menu {
    border-top: 3px solid #071434;
    background-color: #7cda24 !important;
}

#inddownloads .et_mobile_menu li a,
#downldsod .et_mobile_menu li a {
    color: #323232 !important;
}


#mobile_menu2.et_mobile_menu {
	background-color: #000 !important;
}

@media only screen and (max-width: 800px) {
	.et_pb_menu_0 {
		max-width: 100%;
	}

    #inddownloads.et_pb_menu  {
        position: relative;
        top: -60px;
    }

    #downldsod.et_pb_menu {
        position: relative;
        top: -80px;
    }
	#logoerg {display: block !important;}
	
}

@media only screen and (max-width: 320px) {
    #inddownloads.et_pb_menu,
    #downldsod.et_pb_menu {
        position: relative;
        top: -20px;
    }
	#logoerg {display: block !important;}
}


/* Header Search
------------------------------------- */

/* Optimize Search Bar in Primary Menu */
.header-search.search-box-wrapper {
    width: 100%;
    position: relative;
    z-index: 2;
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.header-search.search-box-wrapper:before,
.header-search.search-box-wrapper:after {
    content: "";
    display: table;
}

.header-search.search-box-wrapper:after {
    clear: both;
}

.header-search.search-box-wrapper p,
.header-search.search-box-wrapper div {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.header-search .searchform {
    width: 100%;
    max-width: 30%;
    float: right;
    margin: 0;
}

.header-search input {
    display: inline-block;
}

.header-search input[type="text"] {
    width: 100%;
    height: 34px;
    margin: 0 0 10px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.header-search input[type="submit"] {
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;

}

.search-toggle {
    color: #fff;
    cursor: pointer;
}
.search-toggle:focus,
.search-toggle:hover {
    color: rgba(255, 255, 255, 0.65);
}

.search-toggle:before {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 30px/1 'dashicons';
    vertical-align: middle;
    background-color: transparent;
    border: none;
}
.search-toggle .screen-reader-text {
    top: 0;
    right: 0;
}

@media only screen and (max-width: 800px) {
    .header-search .searchform {
        width: 100%;
        padding: 10px;
    }

    .header-search input[type="text"] {
        width: 100%;
    }
}

