
/* 
 Theme Name:     Divi for Aus, NZ and Hawaii
 Author:         Steve
 Author URI:     steve@oxign.com.au
 Template:       Divi
 Version:        1.1 
*/ 
@import url("https://breezwayhq.com/wp-content/themes/divi-child-master/style.css");

/* ----------- CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* START 2 logos option for NZ Aus and Hawaii 

.home img#logo {
display: none;
}
*/

.home .logo_container a {
content: url(https://www.breezway.com.au/wp-content/uploads/sites/11/2020/01/breezway_AJW_logo.png) !important;
	max-height: 80% !important;
	margin-bottom: 0;
    vertical-align: middle;
}
@media only screen and ( max-width: 700px ) {
  .home .logo_container a {
content: url(https://www.breezway.com.au/wp-content/uploads/sites/11/2020/01/breezway_AJW_logo.png) !important;
	max-height: 54% !important;
	margin-bottom: 0;
    vertical-align: middle;
}
}

/* END 2 logos option for NZ Aus and Hawaii */



/*************** Search appearance for Mobile Menu START ****************** */

/* Hide search box for desktop */
@media only screen and ( min-width: 500px ) {
		#menu-item-47943 a {display:none } /* NZ Site */
		#menu-item-48028 a {display:none } /* Hawaii Site */
		#menu-item-50620 a {display:none } /* Australia Site */
		#menu-item-52416 a {display:none } /* DEV Site */

}
