
.site-branding {
    display: none;
}


.widget_search > form > label {
    display: block;
}

.site-inner {
    max-width: 1120px;
}

.widget_recent_entries a, .widget_recent_comments a, .widget_archive a, .widget_categories a, .widget_meta a, .comment-form a {
    color: #f52a50 !important;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    display: none !important;
}

body,
button,
input,
select,
textarea {
	font-family: Roboto, Georgia, serif !important;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

:-moz-placeholder {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

::-moz-placeholder {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.post-password-form label {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.main-navigation {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.post-navigation {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.post-navigation .post-title {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.entry-title {
	font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.entry-title a:hover, .entry-title a:focus {
    color: #f52a50 !important;
}