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

.above-header-bar {
	background:#fff;
	text-align:right;
    padding-bottom: 5px;
}

.above-header-bar a {
	font-size: 14px;
    font-weight: 600;
}

.inside-header {
    padding: 40px 0;
}

.main-navigation {
    background-color: #9a0000;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #ffffff;
    background-color: #bd0202;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
	background-color: #bd0202;
}

.site-info {
    background-color: #fff;
}

.site-info .widget a {
    color: #9a0000;
}

.site-info .widget {
	  color: #3a3a3a;
}

@media only screen and (min-width: 768px) {
	.footer-bar-active .footer-bar .widget {
	    padding: 0;
	    display: inline-block;
	    width: 50%;
	}
}

.site-info .widget:last-child, .site-info .separate-containers .widget:last-child {
    vertical-align: top;
}

.copyright-bar * {
		color: #3a3a3a;
}

.copyright-bar {
		padding-top: 10px;
		border-top: 2px solid #efefef;
}

a.button {
	background-color: #9a0000;
}
