/* 
Theme Name: SURJ – Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jonathan Bell
Author URI: https://jonathanbell.design
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Buttons */

.wp-block-button__link {
    background-color: #DC2C01;
    color: #fff !important;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px 10px 24px;
	font-family: "Bebas Neue", Sans-serif;
    font-size: 20px;
    font-weight: 500;
	line-height: 1em;
}
.wp-block-button__link:hover {
    background-color: #FF6E40;
}

/* Chapters - search & filter */

#search-filter-form-3486.searchandfilter ul {
    margin: 0;
	padding: 0;
}
#search-filter-form-3486.searchandfilter>ul>li {
	flex: auto;
	width: 100%;
}
.searchandfilter label {
    /* display: block; */
    width: 100%;
}

.searchandfilter input,
.searchandfilter select,
.searchandfilter div
{
    width: 100%;
}
.searchandfilter .chosen-container {
	width: 100% !important;
}
.searchandfilter .chosen-choices {
    padding: .75em;
    line-height: 1 !important;
}

.searchandfilter .chosen-search-input {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1rem !important;
}
.searchandfilter input, .searchandfilter select,
.searchandfilter .chosen-container.chosen-container-multi .chosen-choices {
	height: 48px !important;
	border: 1px solid #666;
	border-radius: 3px;
}
.searchandfilter .chosen-container.chosen-container-multi .chosen-choices {
	padding-left: 1rem !important;
}
@media (min-width: 921px) {
	#search-filter-form-3486.searchandfilter>ul {
    margin: 0;
    display: flex;
		gap: 30px;
    align-items: flex-end;
}
#search-filter-form-3486.searchandfilter>ul>li {
	flex: auto;
	width: auto;
}
.searchandfilter .sf-field-search {
    flex: 50% !important;
}
}
.searchandfilter input[type="submit"]:hover {
    color: #fff;
}
.sf-result {
	padding-bottom: 2rem;
}
.sf-result h2 {
	margin-bottom: 8px;
}
.sf-result .group-byline {
	margin-bottom: 0.5em !important;
}
.wp-pagenavi>* {
    display: inline-block;
    padding: 6px;
    font-size: 1.2rem;
}
.wp-pagenavi>.pages {
	padding-right: 18px;
}

/* 2024 update */

.search-filter-results ul {
	padding: 0;
}
.search-filter-results h2 {
    font-size: 48px;
}
.search-filter-results div+hr {
    margin-top: 1rem;
	margin-bottom: 3rem;
}
.search-filter-results h2+p,
.search-filter-results p {
    display: none;
}
.search-filter-results p.group-byline {
	display: block;
	margin-bottom: 1rem;
}
.search-filter-results .pod-group li {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
}
.search-filter-results .list-item-link {
    display: flex;
    align-items: center;
    line-height: 1;
}
.pagination .nav-previous, .pagination .nav-next {
    display: none;
}

/* Hero EA Signup form */

#NVSignupForm1969896 {
	color: #fff;
}

#NVSignupForm1969896 .at-inner {
    background: none;
}

#NVSignupForm1969896 legend.at-legend {
    display: none;
}

#NVSignupForm1969896 label {
    color: #fff !important;
}

#NVSignupForm1969896 .at-submit.btn-at {
    display: block;
    width: 100%;
    margin: 0;
}

#NVSignupForm1969896 .at-fieldset {
    padding: 0;
}

#NVSignupForm1969896 .at-row>[class^=at-] {
    padding: 5px 0;
    margin: 0;
}
#NVSignupForm1969896 .at-text input {
	margin: 0;
}
#NVSignupForm1969896 .at-check input+span {
    margin: 5px 0;
}

#NVSignupForm1969896 .at-row.FirstName.LastName {
    gap: 20px;
}

#NVSignupForm1969896 .fastAction {
    background: none;
    padding: 0;
    color: #fff;
}

#NVSignupForm1969896 .fastAction p {
    color: inherit;
}

#NVSignupForm1969896 .btn-at-primary, .at .btn-at-primary:hover {
    font-size: 1.75rem;
    font-weight: 500;
}

#NVSignupForm1969896 .at-form-submit {
    padding: 12px 0 0;
}
#NVSignupForm1969896 .content.thankYou {
    color: #fff;
}

/* Page Header */

@media screen and (max-width: 767px) {
	h1.elementor-heading-title {
		font-size: 36px !important;
	}
}