/*
 Theme Name:   BlueHelix
 Theme URI:    http://www.bluehelixdesign.com
 Description:  Custom Child Theme For Divi Framework
 Author:       Chris Goelkel
 Author URI:   http://bluehelixdesign.com
 Template:     Divi
 Version:      3.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  Blue-Helix-child
*/
@import url("../divi/style.css");
/*
a {
    color:#FFF;
}
h1,h2,h3,h4 {
	line-height: 1.5em;}

*/
#et-info {
    width: 33.3%;
    float: right;
    text-align: right;
}
#et-secondary-menu {
width: 33.3%;
float: left;
text-align: left;
}
 
@media (max-width: 980px){
#et-info {
    width: 50%;
    float: right;
    text-align: right;
}
 

}