/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.themer.com.au
 Description:    The child theme built on top of the DIVI theme. 
 Author:         Themer Web Design
 Author URI:     http://www.themer.com.au
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */


//.et_pb_fullwidth_header_0.et_pb_fullwidth_header {
    height: 400px;
}

//#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 0px;
}

//#footer-widgets .footer-widget li:before {
    border-style: none !important;
}

//.overlay {
position: absolute !important;
width: 100%;
top: 0; bottom: 0;
}

//.bargraph{
//position: absolute !important;
width: 550px;
top: 524px; left: 44%;
}

//.bar {
background-color: rgba(255,255,255,0.5);
width: 30px; 
height: 13px;
position: absolute;
margin-right: 5px;
transition: all 0.3s linear;
bottom:0;
}

.bar.one{left:0px;}
.bar.two{left:35px;}
.bar.three{left:70px;}
.bar.four{left:105px;}
.bar.five{left:140px;}

.bar.one:hover{background-color: rgba(255,255,255,0.9); height:50px;}
.bar.two:hover{background-color: rgba(255,255,255,0.9); height:33px;}
.bar.three:hover{background-color: rgba(255,255,255,0.9); height:41px;}
.bar.four:hover{background-color: rgba(255,255,255,0.9); height:27px;}
.bar.five:hover{background-color: rgba(255,255,255,0.9); height:45px;}
