.navbar-wp{
 background: #3498db;
}

.navbar-wp .navbar-nav>li>a{
 color:white;
}

ul.list-listings.blog-list .listing-body{
 width:auto;
}

.pagination-delimiter table tr td span.PrevDisabled,.pagination-delimiter table tr td span.NextDisabled{
  height:auto;
}

header .navbar-wp .navbar-brand{
  margin-top:5px;
}

header .navbar-wp .navbar-brand img{
 height:64px;
}

ul.list-listings.blog-list .listing-body{
  width:100%;
}

.listpic li{
 width:30%;
 float:left;
 margin-right:3%;
 margin-bottom:20px;
}

.listpic li .szpic{
 width:100%;
 max-height:145px;
 display:block;
 overflow:hidden;
}

.listpic li .sztitle{
 height:30px;
 line-height:30px;
 overflow:hidden;
 display:block;
 text-align:center;
}

.clear{
 clear:both;
}

.slice.white table tr td .PrevDisabled{
 height:auto;
}
.slice.white table tr td .NextDisabled{
height:auto;
}

.date{
width:60px;
float:left;
}

.month{
background: #a95670;
text-align:center;
line-height:2;
color: white;
font-weight: bold; 
}

.day{
background: #EFECEC;
text-align:center;
line-height:2;
}

.wp-block-body a{
 display:block;
 height:44px;
 overflow:hidden;
}

@media screen and (max-width: 991px) {
 .navbar-wp .navbar-nav>li>a{
  color:#333;
 }
}