/*
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.
*/
body {
	font: 20px/32px Aelita, Georgia, "Times New Roman", Times, serif;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	color: #e01222;
}

a.entry-title:hover {
	color: #e01222;
}

article:hover .entry-title a {
	color: #e01222;
}

.featured-content .entry-title a:hover {
	color: #e01222;
}

.featured-content-secondary .entry-title a:hover {
	color: #e01222;
}

.comments-area footer .comment-author a:hover {
	color: #e01222;
}

.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
	background: #e01222;
}

.site-content .entry-title a:hover {
	color: #e01222;
}

.site-title {
	font-family: 'Old Standard TT', Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.site-description {
	font-family: 'Old Standard TT', Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 30px;
}

.site-title-group {
	margin: 35px 40px;
}

#page {
	margin: 15px auto;
}

a.button-primary {
	background: #e01222;
}

a.button-primary:hover {
	background: #e01222;
	color: #ffffff;
}

.navigation-main ul > .current_page_item, .navigation-main ul > .current-menu-item, .navigation-main ul > .current-post-ancestor, .navigation-main ul > .current-menu-ancestor, .navigation-main ul > .current-menu-parent, .navigation-main ul > .current-post-parent {
	background: #e01222;
}

/*---------- triangle on current ----------*/
.navigation-main ul > .current_page_item a:after,
.navigation-main ul > .current-menu-item a:after,
.navigation-main ul > .current-post-ancestor a:after,
.navigation-main ul > .current-menu-parent a:after,
.navigation-main ul > .current-post-parent a:after {
	border-color: #e01222 #fff #fff;
}

/*---------- triangle on hover ----------*/
.navigation-main ul > .current_page_item:hover a:after,
.navigation-main ul > .current-menu-item:hover a:after,
.navigation-main ul > .current-post-ancestor:hover a:after,
.navigation-main ul > .current-menu-ancestor:hover a:after,
.navigation-main ul > .current-menu-parent:hover a:after,
.navigation-main ul > .current-post-parent:hover a:after {
	border-color: #e01222 #fff #fff;
}