#blog_container {
	margin-top: 50px;
}

#blog_container .blog_buttons {
	margin-top: 10px;
}

#search {
	margin-bottom: 40px;
}

#txtSearch {
	display: block;
	margin: 0 auto;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	width: 100%;
	border-radius: 20px;
	padding: 5px 30px 5px 15px;
}

#txtSearch:focus {
	outline: none;
}

#search_result {
	pointer-events: none;
}

#search_result ul {
	width: 100%;
	max-height: 40vh;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
  list-style: none;
	overflow-y: scroll;
	pointer-events: all;
	z-index: 1000;
}

#search_result ul li {
	list-style: none;
}

#search_result ul li:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#search_result ul li a {
	padding: 5px 10px 5px 10px;
	display: block;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 65px;
}

#search_result .search_icon {
	width: 30px;
	margin-right: 10px;
}
