/*
Theme Name:   StoreFront Child Theme 
URI:    http://example.com/storefront-child/ 
Description:  StoreFront Child Theme 
Author:       Andrew Panyanouvong. 21/11/2019 
Author URI:   http://example.com 
Template:     storefront 
Version:      1.0.0 
License:      GNU General Public License v2 or later License 
URI:  http://www.gnu.org/licenses/gpl-2.0.html 
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready 
Text Domain:  storefrontchild
*/


/* .site-info a {
    display: none;
}
*/

/*.site-info {
   width: 80%;
	margin: 0 auto;
	padding: 20px;    
	
	}
	*/


.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    /* padding-top: 4.235801032em; */ /* DTI Custom. Remove the top padding for home pages */
	padding-top: 0em; /* DTI Value */
}

.page-template-template-homepage .type-page {
    /* padding-top: 2.617924em; */ /* DTI Custom. Remove the top padding for home pages */
	padding-top: 0em;  /* DTI Value */
    padding-bottom: 2.617924em;
    position: relative;
}

/**********************************************************************/	
/* DTI Solutions Customisation                                        */
/**********************************************************************/	
/* Date     Description                                               */
/* -------- ----------------------------------------------------------*/
/* 02/04/20 Customising the submenus. 
/*              - Making the backgroud colour to white
                - Reducing the top/bottom padding down to 0.475em
                - Increasing the font size to 0.9em				      */
/**********************************************************************/	
@media (min-width: 768px) {
	.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    padding: 0.475em 1.41575em;  /* DTI Custom. Modified value */
    font-weight: 400;
    font-size: 0.900em; /* DTI Custom. Modified value */
	background-color: white; /* DTI Custom. New attribute */
	}
}

	