.home .mk-grid.header-grid {
    height: 400px;
}

.home .header-style-2 .header-logo {
    height: 400px !important;
}


.home #mk-header .header-logo a img {
    top: 50px !important;
}

.klik-searchbar {
	position: absolute;
	z-index: 9999;
	bottom: 0;
	margin: 60px auto;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}

.klik-searchbar #searchform {
	line-height: 60px;
	margin-top: -2px;
}

.klik-searchbar select {
	width: 40%;
	height: 40px;
	margin: 0 5px;
}

.klik-searchbar input {
	width: 12%;
	height: 40px;
	margin: 0 5px;
}

.klik-searchbar i {
	font-size: 28px;
}

.klik-searchbar .klik-submit {
	background-color: #e84d00;
	border: 0;
	color: #fff;
	border-radius: 5px;
}

.search-result-item .the-title a {
    font-size: 26px !important;
}

article.search-result-item:nth-child(odd) {
    background: rgb(245, 245, 245);
}

.search-result-item {
    border-top: 1px solid rgba(128, 128, 128, 0.2);
    padding: 20px;
    margin: 0 !important;
}

@media screen and (max-width: 850px) {
	
	.klik-searchbar select {
		width: 100%;
	}
	
	.klik-searchbar input {
		width: 100%;
	}
	
	.klik-searchbar {
	    margin: 10px auto;
	    width: 80%;
	    padding: 20px 20px 20px 20px;
	}
}