/*
 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
*/


li#menu-item-2125 a {
    color: #FFC107 !important;
}

li#menu-item-2125 a:hover {
    color: #db090e !important;
}

.header, .footer {
		    
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101131+0,1b1d52+34,101131+100 */
		background: #101131; /* Old browsers */
		background: -moz-linear-gradient(left,  #101131 0%, #1b1d52 34%, #101131 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #101131 0%,#1b1d52 34%,#101131 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #101131 0%,#1b1d52 34%,#101131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101131', endColorstr='#101131',GradientType=1 ); /* IE6-9 */

		    
		}