.search-container {
    text-align: right;
    padding-top: 10px;
    margin-bottom: -30px;
	position: relative;
	z-index: 100;
}

.search-no-results h3,
.search-results h3 {
	font-size: 18px;
	line-height: 22px;
}

.search-results .post-meta,
.search-results .post-head > a:first-of-type,
.search-results .post-category,
.search-results .post-body {
	display: none;
}

.search-results h3.main-title {
	font-size: 40px;
	text-align: left;
	line-height: 44px;
}

.search-results article {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 25px !important;
    min-height: 375px;
}

.search-container a {
	color: #000;
	font-size: 18px;
	line-height: 18px;
}

.search-container a:hover {
	color: #f68d48;
}

.search-container a svg {
	transform: scale(.7);
	margin: -5px 0 -5px;
}

.search-container a:hover svg {
	filter: invert(65%) sepia(10%) saturate(2649%) hue-rotate(337deg) brightness(95%) contrast(102%);
}

.search-takeover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
	z-index: 999;
	display: none;
}

.search-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 600px;
    margin: auto;
    transform: translateY(-50%);
	padding: 0 25px;
}

.search-content form label input {
	font-size: 20px;
	padding: 30px;
}

body .search-results-form form > input,
body .search-content form > input {
	font-family: 'HelveticaNeueLTStd-Bd', Inter, sans-serif;
	color: white;
}

.search-results-form form > input,
.search-content form > input {
    /* display: inline; */
    background: rgb(135,29,86);
    background: linear-gradient(236deg, rgba(135,29,86,1) 0%, rgba(246,134,31,1) 100%);
    font-size: 20px;
    border: none;
    padding: 5px 30px 0;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    float: right;
}

.search-close {
    text-align: right;
    cursor: pointer;
    color: white;
    font-size: 30px;
    font-weight: 900;
}

.search-results-form form.search-form {
    max-width: 600px;
    margin: 50px auto;
	padding: 0 25px;
}

@media(max-width:767px) {
	.search-container {
		padding-top: 10px;
		margin-bottom: -15px;
	}
}

