/*
Theme Name: Spacious Child
Theme URI: http://themegrill.com/themes/spacious
Template: spacious
Author: ThemeGrill
Author URI: http://themegrill.com
Description: Spacious is an incredibly spacious multipurpose responsive theme coded &amp; designed with a lot of care and love. You can use it for your business, portfolio, blogging or any type of site. It has 4 page layouts, 2 page templates, 4 blog display types, 13 widgets areas, 5 custom widgets focusing on business template, awesome slider, primary color option to match your logo &amp; website, boxed &amp; wide layout, light &amp; dark color skin, translation ready and many more. You can get free support in http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/spacious/.
Tags: one-column,two-columns,right-sidebar,left-sidebar,flexible-header,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,featured-images,theme-options,footer-widgets,blog,e-commerce,education,entertainment,food-and-drink,holiday,news,photography,portfolio
Version: 1.4.0.1.1469459502
Updated: 2016-07-25 17:11:42

*/

/* alex 20160810 : hide post title container (breadscrumbs) */
.header-post-title-container {
  display: none;
}

/* alex 20160810 : remove transparency to sub menus */
.main-navigation ul li ul {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
}

/* alex 20160810 : resize widget areas primary and secondary */
#primary {
  width: 71.5763547%;
}

#secondary {
  width: 24.4827586%
}

/* alex 20160810 : font for site title */
h1#site-title {
  padding-bottom: 5px;
//    font-family: Arial;
}

/* alex 20160820 : space between form inputs mailchimp and size of the input form*/
input[type="text"],input[type="email"] {
  margin: 0 0 10px;
}

/* to change the website font
body {
  font-family: Arial, Verdana, sans-serif;
}
*/