
.front-page-content-area .hero {
	display: none;
}

.site-content {
	padding-bottom: 25px !important;
}

.entry-summary, .entry-content {
	margin-bottom: 10px !important;
}

.child-pages {
	padding-top: 5px !important;
}

.page-child .entry-thumbnail img {
	display: none;
}

.page-child .entry-thumbnail {
	background: none;
}

#tertiary .widget-area {
	text-align: center;
}

.widget_search .search-field {
	width: 40% !important;
}

.site-footer .site-info {
	Display: none;
}

/* Structure ENDS */
h1.site-title {
	text-transform: none;
}

h1.entry-title {
	text-transform: none;
}

a:link {
	color: #D9091D;
}

/* unvisited link */
a:visited {
	color: #D9091D;
}

/* visited link */
a:hover {
	color: #858282;
	text-decoration: underline;
}

/* mouse over link */
.navbar-wrapper .navbar h2, h2.site-description {
/* Change (20px) font size      */
	font-size: 18px;
/* Change font color      */
	color: #;
	text-transform: none;
}

.widget_nav_menu {
	font-size: 15px;
}

/* unvisited link */
#site-navigation a:link {
	color: #000000;
}

/* visited link */
#site-navigation a:visited {
	color: #000000;
}

/* mouse over link */
#site-navigation a:hover {
	color: #D9091D;
	text-decoration: none;
}

/* selected link */
#site-navigation a:active {
	color: #000000;
}

.entry-title a {
	color: #D9091D;
}

.entry-title a:hover {
	text-decoration: none;
	color: #858282;
}

#site-navigation li li {
	background-color: #EBECED;
	border-top: 1px solid rgba(255,255,255,0.1);
}

@media (max-width:801px) {
	.site-branding {
		background-size: 150% !important;
	}
}

#site-navigation {
	background-color: #fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #000;
}

#site-navigation li li {
	background-color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-navigation a {
	color: #A9A9A9;
	display: block;
	font-size: 18px;
	font-size: 1.7rem;
}

.menu-toggle {
	font-size: 14px;
	font-size: 1.8rem;
	font-weight: 700;
}

.entry-meta .post-format a:before, .featured-post:before, .social-links ul a:before, .format-link .entry-title a:after, .menu-toggle:before {
	font-size: 14px;
	font-size: 1.5rem;
	line-height: 1.2;
}

.main-navigation a {
	line-height: 1;
}

.main-navigation ul ul {
	display: block;
	list-style: none;
}

.main-navigation, button {
	background-color: #fff;
}


:root {
  --wp--preset--color--brand: #d9091d;
  --wp--preset--color--accent: #336633;
  --wp--preset--color--secondary: #003300;
}

body p, h1, h2, h3{
  line-height: 1.3em! important;
}


button.menu-toggle,
button.menu-toggle span,
button.menu-toggle.toggled-on,
button.menu-toggle.toggled-on span {
  color: #000 !important;
  background-color: #fff !important;
}