/* Search page */
.hero-banner-search{
	margin-top: calc(6rem + 130px);
}
body.search main section:first-child{
	margin-top: 190px;
}
body.search .content-results{
	gap: 55px;
	margin-bottom: 140px;
}
body.search h1{
	font-style: normal;
	font-weight: 750;
	font-size: 45px;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}
body.search .found-result{
	margin-bottom: 60px;
}
body.search .found-result h2{
	letter-spacing: -0.04em;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 10px;
}
body.search .found-result p{
	font-size: 18px;
    letter-spacing: -0.04em;
	line-height: inherit;
}
.search-no-results .css-searchform form div{
    display: flex;
    width: 100%;
}
.search-no-results input[type=text]{
    border: none;
    border-bottom: solid 2px var(--wp--preset--color--black);
    width: 100%;
    font-size: 20px;
	font-family: var(--wp--preset--font-family--dm-sans);
	outline: none;
	margin-right: 30px;
}
.search-no-results input[type=submit]{
	border: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: normal;
    outline: none;
    padding: 9px 12px !important;
    background-color: var(--wp--preset--color--black)!important;
    color: var(--wp--preset--color--white)!important;
    border-radius: 0px!important;
    height: 35px!important;
    line-height: 16px!important;
    transition: all 0.2s!important;
}

/* End search page */

.search-wrapper{
    position: fixed;
    height: calc(100% - 130px);
    background-color: var(--wp--preset--color--white);
    width: 100%;
	display: flex;
	transition: all 0.5s;
    transform: translate(0px, calc(-100% - 130px));
	z-index: 9999;
    top: 130px;
	overflow: auto;
}

.search-wrapper.open{
	transition: all 0.5s;
    transform: translate(0px, 0px)!important;
}

.search-wrapper .content-search{
	margin: auto;
	padding: 50px 0px;
}

.search-wrapper svg{
	position: absolute;
    right: 0px;
    top: calc(50% - 125px);
}

.search-wrapper .title-seach{
	font-style: normal;
	font-weight: 700;
	font-size: 63px;
	line-height: 80px;
	letter-spacing: -0.04em;
	margin-bottom: 34px;
}

.search-wrapper .filter{
	display: flex;
    position: relative;
    width: fit-content;
	margin: 3px 0px;
	font-size: 18px;
}

.search-wrapper .filter p{
	font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    margin: 0px;
    white-space: nowrap;
}

.search-wrapper .filter p:last-child{
    position: absolute;
    right: -17px;
    bottom: -16px;
}

.search-wrapper .filter select{
	font-family: var(--wp--preset--font-family--dm-sans);
	font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    border: none;
    border-bottom: solid 1px var(--wp--preset--color--black);
    border-radius: 0px;
    margin-left: 15px;
    outline: none;
    width: 40vw;
}

.search-wrapper .filter .form-control:focus{
	box-shadow: none!important;
}

.search-wrapper .filter select option {
	color: red;
	font-size: 16px;
	background-color: yellow;
}

.search-wrapper .filter:after {
    content: '\f140';
    font-family: dashicons;
	display: flex;
    align-items: center;
    position: relative;
    left: -20px;
}

.search-wrapper button{
	background: #151414;
	border-radius: 0px;
	padding: 12px 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	font-family: var(--wp--preset--font-family--dm-sans);
	border: none!important;
	margin-top: 44px;
    float: right;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	body.search main section:first-child {
		margin-top: 125px;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {

	.search-wrapper {
		height: calc(100% - 65px);
	}
	.search-wrapper .close{
		right: 22px;
	}
	.search-wrapper .content-search {
		padding: 50px 5%;
		width: 100%;
	}
	.search-wrapper .title-seach{
		font-size: 47px;
		line-height: inherit;
	}
	.search-wrapper svg{
		display: none;
	}
	.search-wrapper .filter p{
		font-size: 18px;
		line-height: 45px;
	}
	.search-wrapper .filter select{
		font-size: 18px;
	}
	.search-wrapper .filter p:last-child {
		right: -5px;
	}
}

@media screen and (min-width: 0px) and (max-width: 500px) {
	.search-wrapper .filter {
		flex-direction: column;
		align-items: stretch;
	}
	 .search-wrapper .filter{
		width: 100%;
		margin-bottom: 30px;
	}
	.search-wrapper button{
		margin-top: 14px;
	}
	 .search-wrapper .filter select {
		width: calc(100% - 30px);
		margin-left: 0px;
	}
	 .search-wrapper .filter:after {
		position: absolute;
		left: auto;
		right: 40px;
		top: 38px;
	}
	 .search-wrapper .filter p:last-child {
		right: 10px;
		bottom: -7px;
	}
	 .search-wrapper .filter p{
		line-height: 24px;
	}
	body.search h1, body.search h3{
		font-size: 30px!important;
	}
	.card-post, article.card-concession{
		width: 100%!important;
	}
	.card-post .background, article.card-concession .background{
		height: 50vw!important;
	}
	body.search .found-result h2{
		font-size: 20px;
	}
	body.search .found-result{
		text-align: center;
	}
}
