@charset "UTF-8";
 main.home section.popular-posts ul.wpp-list li a .content .post-stats .wpp-views{display:none;}
.sentry-widget ul li .post-stats .wpp-views{display: none;}
li{
display:block;
}
ul li {
list-style: none;
}
.comment-notes {display:none; }
.says{display:none; }
article .article_top, section.archive .article_top, section.search .article_top {
display: block;
text-align: center;
margin: 0 -16px 0rem -16px;
}
.center{
text-align:center;
margin: 0 0 0 0;
}
header .social-icons {
padding-right: 0px;
}
.header .logo a img {
margin: 0px;
}
.btn-animation-02 {
display: inline-block;
width: 336px;
height: 49px;
text-align: left;
background-color: #ae679b;
font-size: 1.1rem;
color: #fff;
text-decoration: none;
font-weight: bold;
padding: 1rem;
border-radius: 5px;
}
.btn-animation-02 span {
position: relative;
z-index: 1;
}
.btn-animation-02::before,
.btn-animation-02::after {
content: "";
display: block;
background-color: #ae679b;
position: absolute;
top: 0;
transition: .2s;
}
.btn-animation-02::before {
left: 0;
}
.btn-animation-02::after {
right: 0;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
width: 0;
background-color: #FFF;
}
.btn-animation-02:hover {
color: #FFF;
}
#profile-card .avator img {
width: 100%;
height: auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid #dbdbdb;
border-radius: 50%;
}