.template_search h1 {
    font-weight: 800;
    font-family: sans-serif,"Arial";
    overflow-wrap: break-word;
}

.template_search h1 span {
	color: #666666;
}

.template_search .search_form {
	margin-bottom: 40px;
	overflow: hidden;
}

.template_search .search_form input {
	font-size: 20px;
    line-height: 2.8;
    padding: 3px 18px;
    height: 60px;
    text-indent: 20px;
    border: 2px solid #e1e1e1;
    border-right: 0;
    margin: 1px 0 1px 1px;
    width: calc( 100% - 135px - 2px );
    display: block;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.template_search .search_form .btn {
	width: 135px;
    display: block;
    box-sizing: border-box;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    float: right;
    margin-bottom: 0;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
}

.template_search .search_form .btn:hover {
    opacity: 0.9;
}


@media( max-width: 500px ){
	.template_search .search_form input {
		width: calc( 100% - 115px - 2px );
		text-indent: 0;
	}
	.template_search .search_form .btn {
		width: 115px;
	}
	.main_content h1 {
		font-size: 25px;
	}
}

.template_search .template_group:not(.no_results):has(~ .template_group.no_results) {
    width: 100% !important;
    margin-bottom: 80px;
}

.template_search .separator {
    display: none;
}

.template_search .template_group:not(.no_results):nth-of-type(3) {
    display: none;
}

@media( min-width: 1024px ){
    .template_search .template_group.no_results .popular_articles_widget {
        margin-top: 62px;
    }
}
