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

/*
 Theme Name:     Livetech Divi Child
 Theme URI:       
 Description:    
 Author:         Livetech
 Author URI:     http://www.livetech.co.uk
 Template:       Divi
 Version:        0.1
*/
/* =Theme customization starts here
------------------------------------------------------- */

/*------------------------------------------------*/
/*-----------------[STANDARD CHANGES]-------------*/
/*------------------------------------------------*/

/* To fix mobile nav button going behind menu */
.mobile_menu_bar {
	z-index: 99999;
	background: #FFF;
}

/* Livetech Logo SVG */
img.livetech {
  vertical-align: baseline;
}

path#livetech {
  fill: #5E8EB2;
}

g#device {
  fill: #5E8EB2;
}

a:hover g#livetech-device path#livetech {
  fill: #4A799B;
}

a:hover g#livetech-device g#device {
  fill: #F96A15;
}