/*
 Created: 25.02.2019
 Last Update: 25.02.2019
*/

/*** Responsive Styles Smartphone Only ***/

@media all and (max-width: 767px) {
	h1 {
		font-size: 28px !important;
		}

/* Mobile Menu
------------------------------------------------------- */



#et_mobile_nav_menu:before {
    content: 'MENU';
    font-size: 14px;
    position: absolute !important;
    bottom: 29px;
    right: 35px;
    color: #ffffff;
}


/*** Switch mobile logo

@media only screen and (max-width: 980px) {
        #logo {
                content: url("/wp-content/uploads/2017/10/IAMS-Mobile-Logo-Web-v3.png");
}
	}

***/
	
/*** Increase mobile menu bar height

.et_header_style_left .mobile_menu_bar {
  padding-bottom: 85px;
}

***/

/*** Moved hamburger down

.mobile_menu_bar:before {
  top: 35px !important;
}

***/

/* Set the maximum height of the logo itself
@media (max-width: 980px) {
        .et_header_style_left #logo {
                max-height: 90% !important;
             }
	}
	
***/