/*
 Theme Name:   psyborg®
 Theme URI:    http://www.psyborg.com.au
 Description:  psyborg customisations to Divi Theme
 Author:       Daniel Borg
 Author URI:   http://www.psyborg.com.au
 Template:     Divi
 Version:      1.0.0
 Tags:         
 Text Domain: 
*/

@import url( '../Divi/style.css' );

/* =Theme customization starts here
-------------------------------------------------------------- */


/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1024px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
#main-header .et_mobile_menu {
background-color: #00a77e !important;
}
}
span.mobile_menu_bar:before{
  color:#00a77e;
}