/*

Theme Name: Divi Child Theme

Author:   Dgreat

Template: Divi

*/



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

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);







h1{font-family: 'Open Sans Condensed', sans-serif;}

.main_title{text-transform: capitalize;}

.bigheading{font-size:2.8em!important; font-weight:bold;}



/*======================STRUCTURE========================*/

#top-header{
/*display:none;*/
}
#et-secondary-nav li ul, #top-header{
background-color:#999 !important;
}
#et-info{
font-size:13px;
letter-spacing:1px;
float: none !important;
text-align:center !important;

}
.et_header_style_centered #main-header .logo_container{
width:50%;
}
.et_header_style_centered #main-header .container{
text-transform:uppercase;
}

.header-outer{
width:100%; 
overflow:hidden; 
border-bottom:1px solid #eee;
margin-top:20px;
padding-bottom:10px;
}

.header-logo-left{
width:32% !important;
float:left;
}

.header-logo-right{
width:68%; 
float:right;
}

.header-icon-block{
overflow:hidden;
display:inline-block;
width:30%;
}
.icon-block-left{
text-align: left;
display: inline-block;
width: 21%;
float: left;
}
.header-icon-block b{
font-size:12px;
}
.header-icon-block h5{
padding-bottom:5px;
font-size:14px;
font-weight:bold;
}
.header-icon-block p{
padding-bottom:5px;
font-size:12px;
}
.icon-block-right{
text-align:left;
width:70%;
overflow:hidden;
}
.et_header_style_centered #logo{
max-height:100% !important;
}
.et_header_style_centered #main-header div#et-top-navigation{
margin:20px;
}

.footer-widget h4{
color:#8539cc !important;
}
#footer-widgets .footer-widget li::before{
border-style:none !important;
padding-left:0px !important;
}

@media only screen 
   and (max-width : 700px) {
   /* Styles here */
   .header-logo-right{
   display:none !important;
   }
   .et_header_style_centered #main-header .logo_container{
   width: 90% !important;
   margin:auto;
   }
   .et_header_style_centered #logo{
		max-height:90px !important;
	}

}


}