.layout-blog article.item .entry-header h2,
.view-article article.item .entry-header h2,
.layout-shaper_aspasiablogfullwidth article.item .entry-header h2,
.layout-blog article.item .entry-header h1,
.view-article article.item .entry-header h1,
.layout-shaper_aspasiablogfullwidth article.item .entry-header h1 
{
margin: 30px 0 0 0;
line-height: 50px;
font-size: 50px;
text-shadow: rgb(204, 204, 204) 0px 1px 0px, rgb(201, 201, 201) 0px 2px 0px, rgb(187, 187, 187) 0px 3px 0px, rgb(185, 185, 185) 0px 4px 0px, rgb(170, 170, 170) 0px 5px 0px, rgba(0, 0, 0, 0.0980392) 0px 6px 1px, rgba(0, 0, 0, 0.0980392) 0px 0px 5px, rgba(0, 0, 0, 0.298039) 0px 1px 3px, rgba(0, 0, 0, 0.14902) 0px 3px 5px, rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 10px 10px, rgba(0, 0, 0, 0.0980392) 0px 20px 20px;
    text-align: center;
	color: #24252a;
}

#sp-menu .sp-module.ct_filter{
/*	animation: 400ms ease 0s normal none 1 running spMenuZoom; */
    background-color: #ededed;
    box-shadow: 0 18px 27px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    margin: 0;
    padding: 20px 20px 5px;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 10;
	display: none;
}

#sp-menu .sp-module.ct_filter.show{
	animation: 400ms ease 0s normal none 1 running spMenuZoom;
	display: block;
}

#sp-header .logo > div {
    display: table-cell;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}