/*
Theme Name: HodHod Theme - Print style
Author: Redina
Author URI: http://redina.ir
*/

footer,
aside,
.status,
.banner,
#site-menu,
.top-head,
#breadcrumbs,
#post #post-category,
#post #post-comment,
#post #post-author,
#post #post-views,
#post #post-shares,
#post #post-tags,
.related-posts,
#site-comments,
#wpadminbar {
    display: none;
}

.wrapper {
    width: 98%;
}

header {
    width: 100%;
    height: 120px;
    margin: 20px auto 0 auto;
}

#header {
    border: none;
    background: none;
}

#head-container {
    background: none;
}

a.logo {
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

a.logo img {
    width: auto;
    height: auto;
}

#post #post-views {
    width: 80px;
    text-align: center;
}

#main {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 19px;
}

#post .title {
    padding: 10px 0;
    font: bold 24px/45px WIranSans;
    color: #000;
    text-align: center;
    border: 1px solid #dadada;
    border-bottom: 0;
    background: #fff;
}

#post .title::before,
#post .title::after {
    display: none;
}

#post .title span {
    display: block;
    font: normal 12px/24px WIranSans;
    color: #000;
}

#post .content {
    border-top-color: #fff;
}

#post #post-meta {
    overflow: visible;
}

#post #post-date {
    float: none;
    font: normal 15px/24px WIranSans;
    color: #000;
    text-align: center;
    background: #fff;
}