.header .background-overlay {background-color: #670211;
background-image :linear-gradient(142deg, rgba(103,2,17, 0.8) 0%, rgba(191,0,0, 0.8) 100%);}
.read-more {color : #670211}
a:hover {color : #670211}
a {color : #670211}
.menu-item {color : #670211}
.coloured-nav ul.dropdown-menu>li, .fixto-fixed ul.dropdown-menu>li {
color: #670211 ;}
.coloured-nav ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a, .coloured-nav ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a, .coloured-nav ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item).hover>a, .coloured-nav ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item):hover>a, .coloured-nav ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item).hover>a, .coloured-nav ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item):hover>a, .fixto-fixed ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item).hover>a, .fixto-fixed ul.dropdown-menu.active-line-bottom>li:not(.current-menu-item):not(.current_page_item):hover>a, .fixto-fixed ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item).hover>a, .fixto-fixed ul.dropdown-menu.active-line-top>li:not(.current-menu-item):not(.current_page_item):hover>a, .fixto-fixed ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item).hover>a, .fixto-fixed ul.dropdown-menu.default>li:not(.current-menu-item):not(.current_page_item):hover>a {color : #670211;
border-bottom: 3px solid #670211;}
.coloured-nav ul.dropdown-menu.active-line-bottom > .current-menu-item > a, .coloured-nav ul.dropdown-menu.active-line-bottom > .current_page_item > a, .coloured-nav ul.dropdown-menu.default > .current-menu-item > a, .coloured-nav ul.dropdown-menu.default > .current_page_item > a, .fixto-fixed ul.dropdown-menu.active-line-bottom > .current-menu-item > a, .fixto-fixed ul.dropdown-menu.active-line-bottom > .current_page_item > a, .fixto-fixed ul.dropdown-menu.default > .current-menu-item > a, .fixto-fixed ul.dropdown-menu.default > .current_page_item > a {
    border-bottom:3px solid #670211
}
.nav-links .numbers-navigation a:hover, .nav-links .numbers-navigation span.current, .post-comments .navigation .numbers-navigation a:hover, .post-comments .navigation .numbers-navigation span.current
{
background-color: #670211
}
body{
line-height: 30px;
color : black }

.ngfb-content-buttons {display : none;}

.page-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
	    box-shadow: none;
    border: 1px solid #e0e1e1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  
	padding: 20px calc(2rem - 15px);
    padding-right: 15px;
    padding-left: 15px;
    width:100%;
	
	-webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-shrink:inherit;
	  box-sizing: border-box;
    -webkit-flex-basis: 40px;
    -moz-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    height:40px;
}
.post-page-numbers {
	margin-right : 10px;
	align-content : center;
 padding-right : 6px;
	padding-left : 6px;
background-color : #670211;
color : white;
	text-decoration : none;
}
.comment-notes {
  color : grey;
	text-decoration : none;
}