/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* Reduced padding for menu icons */

.main-navigation .main-nav ul li.icons a{
    padding-left: 10px;
    padding-right: 10px;
}


/* Footer Styles */

.site-footer {
    -moz-background: -moz-linear-gradient(top right, #12211a 0%, #2a3318 100%);
    -webkit-background: -webkit-linear-gradient(top right, #12211a 0%, #2a3318 100%);
    background: linear-gradient(to bottom left, #12211a 0%, #2a3318 100%);
}

.site-footer p {
    text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
}

.entry-title {
	margin-left: 9px;
}

.type-post .entry-title {
	margin-left: 0px;
}

.parent-title {
	margin-left: 11px;
}