
h1, h2, h3, h4, h5, h6,
th  {
	/* Reset enfolds uppercasedefault */
	text-transform: initial !important;
	letter-spacing: initial !important;
}

:root {
	--senfold-main-color-heading: #f00;
}

h1.post-title,
.main_color h1 {
	olor: #f00;

}

/* Policy: labels to be std size */
#top label span, #top label {
        font-size: inherit;
}


/* headings should be 40px bold */

.title_container .main-title {
    font-size:40px;
    font-weight:600;
}

#top fieldset {
    margin-top:30px;
}

small {
	display: inline;
    font-size: 13px;
    line-height: 1.2 !important;
}

/* Centre the search on the search page */
#top #searchform>div {
    margin: 0 auto;
}

/* Give the search btn rounded corners */
#top #searchsubmit {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

/* Rounded corners on search input */
#top #s {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* No line between search box and results */
main.template-search .author-extra-border, main.template-search .page-heading-container {
    border:none;
    border-bottom-style:unset;
}

#top main.template-search h2 a {
    color:#cf1b15;
}

/* input fields to have rounded corners */
#top .mc4wp-form-theme input[type="email"] {
    border-radius:5px;
}

/* Close up gap between search results */
#top .template-search.content .entry-content-wrapper {
    padding-bottom:20px;
}
