/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
/* Structure BEGINS */
.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;
}