/*
Theme Name: Milo Eco - Child
Theme URI: http://milotheme.com/eco
Author: MiloTheme
Author URI: http://milotheme.com/
Description: This is child theme of Milo Eco
Template: milo-eco
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/

body.home .page.type-page {
	padding-top:0 !important; 
}

/* TMP fix for horizontal overflow */
@media only screen and (min-width: 1200px) {
  body {
    overflow-x:hidden;
  }
}