/* STYLE CUSTOMIZATION FOR SEARCH FILTER */
.space-header-search-block.fixed.active {
	opacity:1;
	visibility:visible;
}
.space-header-search-block{
 	height:38px;
	visibility:visible;
	opacity:1;
	background: #fff !important;
}
.space-header-search-block input[type="search"]{
	border-bottom: 0px;
	padding: 10px 15px;
	font-size: 14px;
/* 	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px; */
	width:95%;
    float: left;
	font-weight:500;
}
.space-header-search.absolute,
.desktop-search-close-button {
    display: none;
}
.space-header-search-block-ins{
	position:relative;
	height:auto;
}
.space-box.relative {
    margin-top: 30px;
}
.search-results-wrapper {
   border:1px solid #dddddd;
    width: 100%;
    max-height: 400px;
    overflow: auto;
/* 	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
	border-top:0px;
}
.search-results-container {
    background: #fff;
/*     border: 1px solid #dddddd; */
    padding: 0px 15px;
    display: inline-block;
    width: 100%;
	border-bottom:0px;
	border-top:0px;
}
.search-results-post.post-type-post,
.search-results-post.post-type-casino,
.search-results-post.post-type-game {
    display: flex;
    flex-wrap: nowrap;
    padding:3px 0px;
    align-items: center;
    gap: 10px;
}
h2.search-main-wrapper-heading {
    font-size: 20px;
    padding: 10px 5px;
	text-transform:capitalize;
	color: #d5a963;
	margin-left: 27px;
	position:relative;
}
.search-results-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.search-results-wrapper::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.search-results-wrapper::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.search-results-post.hidden {
    display: none;
}
.see-more-button {
    display: inline-block;
    width: 100%;
    text-align: center;
/*     padding: 5px 0 10px;
	border-bottom: 1px solid #ddd; */
	margin-bottom:10px;
}
button.see_more {
    border: none;
    background: none;
    font-size: 14px;
    cursor: pointer;
	color: #007c26;
    font-weight: 700;
}
.search-title-wrapper {
/*     display: inline-block;
    width: 100%; */
	display: grid;
    width: 100%;
    grid-template-columns: 5% 70% 25%;
    align-items: center;
	transition:.2s;
}
.search-title-wrapper img {
    float: left;
}
.search-post-title {
	 padding: 7px 0;
    display: inline-block;
	font-size:13px;
	color: #1d2730;
	text-transform: capitalize;
}
.search-rating {
    float: right;
     padding: 7px 0;
	font-size:13px;
}
.search-vendor {
    text-align: right;
    padding: 12px 12px 12px 0;
	font-size:13px;
}
.search-post-title a,
.search-vendor a{
    font-weight: 500;
    color: #1d2730;
    justify-content: space-between;
}
/* .search-title-wrapper:hover .search-rating,
.search-title-wrapper:hover .search-post-title
{
   background:#f0f3f7;
} */
.search-title-wrapper:hover{
	 background:#f0f3f7;
	transition: .2s;
}

.search-rating{
	font-weight:700;
	text-align:right;
}

.search-btn {
    width: 5%;
    padding: 10px;
    color: #d5a963;
    font-size: 18px;
    float: left;
    text-align: center;
    border-left: none;
    cursor: pointer;
    background: rgba(123,140,152,.1);
}
.hide{
	display:none;
}
.space-header-search-block.fixed.active .search-btn {
    color: #017b3e !important;
}
form.space-default-search-form {
    width: 100%;
    display: inline-block;
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.space-header-search-block.fixed.active input[type="search"] {
   
}
.load-data i {
padding: 10px 15px;
    display: inline-block;
	font-size:20px;
	font-weight:bold;
	color:#d5a963;
	text-align:center;
}
.search-results-container.post-type-post h2.search-main-wrapper-heading:before {
    content: "\f6cf";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -25px;
}
.load-data {
    text-align: center;
    background: #fff;
}
p.no-result-wrapper {
    background: #fff;
    padding: 10px;
}
.search-results-container.post-type-casino h2.search-main-wrapper-heading:before {
    content: "\f6cf";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -25px;
}
.search-results-container.post-type-game h2.search-main-wrapper-heading:before {
    content: "\f6cf";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -25px;
}
.post-container {
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}
.space-header-search-block.fixed {
    position: absolute;
}
.space-header-height.relative {
    padding-top: 60px;
}
.space-box.relative {
    margin-top: 0;
}
@media only screen and (max-width: 500px){
	.search-btn {
    width: 13%;
    padding-bottom:12px;
}
	.space-header-search-block input[type="search"] {
		 width: 87%;
	}
}
@media screen and (min-width:501px) and (max-width:700px) {
	.search-btn {
	width: 8%;
	}
	.space-header-search-block input[type="search"] {
		 width: 92%;
	}
}

.space-header-search-block.fixed {
    position: absolute;
}

.space-header-height.relative {
    padding-top: 30px;
    top: -30px;
    margin-bottom: -30px;
}

.space-header-search-block.fixed{
    top: 70px;
}

.space-header {
    min-height: 100px;
}

.space-header-height .space-header-wrap {
    min-height: 120px;
}
.space-header-search-block input[type="search"]::-webkit-search-cancel-button{
	   -webkit-appearance: none;
}