/*
 Theme Name:   EMF Gourmet Custom Theme
 Theme URI:    http://futurait.com/
 Description:  Custom Wordpress Themes
 Author:       Paolo Zoglianti
 Author URI:   http://futurait.com
 Template:     Divi
 Version:      1.0.0
 Text Domain:  www.futurait.com
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:

Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/


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


/* =Theme customization starts here
-------------------------------------------------------------- */



/*Increases the mobile nav icon*/
/*.mobile_menu_bar:before {font-size:46px;}*/

#footer-info {padding-left: 0px !important; padding-right:0px !important;}

#footer-1, #footer-2, #footer-3 {float:left; padding-left:5px; text-align:center;}


/*Mailchimp Form Style*/
.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea, mce-EMAIL{
  background-color: #eee !important;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  font-size: 14px;
  color: #999 !important;
  padding: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
color: #eee !important; /*Button Border Color*/
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
background-color: #eee;
color: #666 !important; 
border-color:#eee; 
padding: 6px 20px !important; 	
}

.icon_cloud_alt::before {
font-family: "ETmodules" !important;
content: "\e002";
}
	


@media all and (max-width: 767px) {
	
	#footer-1,#footer-2,#footer-3 {clear:both; text-align:center;}
	
}
