/* 
 Theme Name:     Star Cafe 
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

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

#main-header { height: 140px; background: url('/wp-content/uploads/header-bg.jpg') top left repeat-x; }
#logo { max-height: 140px; }

#et-top-navigation { display: none; }

.footer-widget { font-size: 16px; line-height: 140%; }

#footer-info { float: none; margin: 0 auto; text-align: center; }

@media screen and (max-width: 1050px) {
#footer-widgets { padding: 15px 0; }
.et_pb_gutters3.et_pb_footer_columns2 .footer-widget { width: 100%; text-align: center; margin: 0 auto; }
.et_pb_gutters3 .footer-widget { margin: 0 0 10px 0; }
.et_pb_widget { margin: 0 auto 10px auto; text-align: center; float: none; }
}
	
@media screen and (max-width: 980px) {
#footer-widgets { padding: 15px 0; }
#footer-widgets .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
}
.footer-widget:nth-child(n) { width: 100% !important; text-align: center; margin: 0 auto !important; }
.et_pb_gutters3.et_pb_footer_columns2 .footer-widget { width: 100%; text-align: center; margin: 0 auto; }
.et_pb_gutters3 .footer-widget { margin: 0 0 10px 0; }
.et_pb_widget { margin: 0 auto 10px auto; text-align: center; float: none; }
.et_header_style_left #logo { max-width: inherit; }

.et_header_style_left  #et-top-navigation { display: none; }
}

@media screen and (max-width: 480px) {
#main-header .container { width: 100%; }
#logo { float: none; margin: 0 auto; text-align: center; }
.footer-widget { font-size: 12px; line-height: 120%; }
#footer-bottom .container { width: 100%; }