

/* 

 Theme Name:     Bare bones for Divi

 Author:         Divi theme examples

 Author URI:     http://www.divithemeexamples.com 

 Template:       Divi

 Version:        1.0 

*/ 





/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
#et-info {
    float: none;
    text-align: center;
}


/* ----------- AFTER HEADER MENU --------------------------- */

.fullwidth-menu-nav > ul#menu-after-header {

    padding: 0 !important;

    line-height: 1.7em;

}



.fullwidth-menu .menu-item-has-children > a:first-child:after {

	display: none;	

}



/* ----------- FOOTER --------------------------- */

#footer-widgets {

    padding: 6% 0 3%;

}



.footer_seal {

	text-align: center;	

}



.footer_seal img {

	max-width: 250px;	

}





/* ----------- BLOOM OPTIN FORMS --------------------------- */

.et_bloom .et_bloom_widget_content .et_bloom_form_header .et_bloom_form_text {

    margin: 0;

	padding: 0;

}



.et_bloom .et_bloom_widget_content .et_bloom_form_container .et_bloom_form_content {

    padding: 0;

}



#bloomwidget-2 .et_bloom_form_header {

    padding: 0 0 20px !important; */

}





/* ----------- FONT AWESOME --------------------------- */

/* .fa {

    display: inline;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: 28px;

	text-align: center;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;    

}