.post-entry li {
    list-style: circle;
}
.blog-header-search{
	position: relative;
	margin-bottom: 30px;
}
.blog-header-search input#s {
    width: 100%;
    height: 50px;
    padding:10px;
    border-radius: 5px;
    border: 0;
}
.blog-header-search input#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    background: 0;
    border: 0;
    height: 50px;
    width: 70px;
}
.search-head{
	margin-top: 20px;
	margin-bottom: 20px;
}
nav.navbar.navbar-default.sidebar {
    background: url(https://www.omurolgunay.com/wp-content/themes/mecmua/assets/images/side.png);
}

nav.navbar.navbar-default.sidebar:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 17, 37, 0.44);
    z-index: -1;
}