Brown-style-girl(prowebplus.blog.ir).css
/* 
CopyRight@ 
By Prowebplus.blog.ir 
*/
html{
    scroll-behavior: smooth;
}
/*--fonts--*/
@font-face {
    font-family: 'lale';
    font-style:normal;
    font-weight:400;
    src: url('//bayanbox.ir/download/6943001789619612027/Lalezar-Regular.woff') format('woff');
}
@font-face {
    font-family: 'estedad';
    font-style:normal;
    font-weight:400;
    src: url('//bayanbox.ir/download/3394188548996175807/Estedad-Light.woff') format('woff');
}
@font-face {
    font-family: 'estedad';
    font-style:normal;
    font-weight:900;
    src: url('//bayanbox.ir/download/5964064727761107919/Estedad-Bold.woff') format('woff');
}

*{font-family: 'estedad';}

li,ul,ol,textarea,input,select,h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    font-family: 'estedad';
}
/*scrollbar and ...*/
pre {
    direction: ltr;
    background-color: #FAFAEE;
    border: 1px solid #DADADA;
    margin: 1em;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px;
}
::-webkit-scrollbar {
    background: #f8faff;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb:hover {background:#582E0C;}
::-webkit-scrollbar-thumb:active {background:#582E0C;}

::-webkit-scrollbar-corner {
    background: #f8faff;
}

::-webkit-scrollbar-track {
    background: #f8faff;
    border-left: 1px solid #f8faff;
    border-bottom: 1px solid #f8faff;
}
/*--body--*/
body a{
    text-decoration: none;
}
body {
    background: #f8faff;
    background-attachment: fixed;
    font-size:13px;
}

/*--wrp--*/
#wrp {
    width: 100%;
    margin: auto;
}
/*--header--*/
header {
    background:#582E0C url('//bayanbox.ir/view/7176659904179739666/582E0C-9B5215-g.jpg') fixed 0% 70%;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 5px 1px gray;
    width: 100%;
    height:100%;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}
header a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
}
header .menu {
    width: 100%;
}
header .menu nav{
    width: 1024px;
    margin: 0 auto;
}
header .menu ul{
    overflow: hidden;
    list-style: none;
    padding: 0;
}
header .menu ul li{
    float: right;
}
header .menu ul li a{
    padding: 10px 15px;
}
header .menu ul li a:hover {
    background: rgba(0,0,0,.3);
    border-radius: 5px;
}
header .menu ul li a.selected {
    background: rgba(0,0,0,.3);
    border-radius: 5px;
}
header .b-tiltle {
    background: rgba(0,0,0,.3);
    padding: 4px 20px;
    border-radius: 15px;
}
header .blog-tiltle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header .blog-tiltle h1 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}
header .Description a {
    font-size: 16px;
}
header .seemore {
    margin-top: 50px;
}
header .seemore a {
    font-size: 30px;
    border-radius: 40px;
    background: #fff;
    padding: 10px 15px;
    display: inline-block;
}
/*--all-block--*/
.message-box{
    font-size:14px;
    width: 100%;
    float: right;
}
.main-block {
    margin-right: 2.5%;
    margin-left: 2.5%;
}
.block-post {
    margin-bottom: 10px;
    margin-top: 15px;
    width: 73.5%;
    float: right;
}
/*--post--*/
.post-image a:hover img {
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.post-image {
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: auto;
    display: block;
}
.post-image a img {
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.post {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 3px 6px gray;
    border-radius:10px;
}

.post img{
    max-width: 100%;
    height: inherit;
}
.post audio {
    max-width: 100%;
}
.post video {
    max-width: 100%;
}
.post-title {
    padding: 4px 10px 0px 10px;
}
.post-title h2 {
    margin: 0;
}
.post-title a{font-weight:bold;}

.post-title a:hover{transition-duration: .3s;}

.post-info-top{
    padding: 4px 10px 0px 10px;
    font-size:13px;
}
.post-matn {
    font-size: 14px;
    text-align: justify;
    line-height: 2.1em;
    color: #000;
    word-break: break-word;
    padding: 10px 15px;
}
.post-info-bottom{
    padding: 10px 15px;
    font-size:16px;
}
.rate-box {
    display: inline-block;
}
.rate-box:hover .fa-heart-o:before {
    content: "\f004";
    transition-duration: .5s;
    color:red;
}
.rate-box.rated .fa-heart-o:before {
    content: "\f004";
    transition-duration: .5s;
    color:red;
}
/*----comment-----*/
.comment-count-box {
    text-align: center;
    margin-top: 10px;
    padding: 8px 0px;
    background: #fff;
    box-shadow: 0px 3px 6px gray;
    border-radius:10px;
}
.comment-count-box a{
    color: #000;
    font-size: 18px;
}
.cm-body {
    background: #fff;
    padding-bottom: 1px;
    font-size: 14px;
    word-break: break-word;
    border-radius:10px;
    box-shadow: 0px 3px 6px gray;
}
.cm-main {
    margin-top: 10px;
}
.cm-avatar {
    float: right;
}
.cm-av {
    width: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.comment-details {
    background: #fff;
    overflow: hidden;
    border-radius:10px;
}
.cm-name {
    margin-right: 5px;
    margin-top: 15px;
    float: right;
    color: #000;
    word-break: break-word;
}

.cm-date {
    margin-right: 5px;
    margin-top: 15px;
    float: right;
    color: #000;
    word-break: break-word;
}
.cm-date a{
    color: #000;
}
.cm-date a:hover{
    color: #000;
}
.comment-matn {
    padding: 10px;
    line-height: 1.7em;
    text-align: justify;
}

.cm-reply-main {
    padding: 0px 10px 10px 10px;
}
.comment-reply {
    margin-right: 40px;
    margin-left: auto;
    padding: 8px;
    background: #f8faff;
    line-height: 1.7em;
    color: #000;
    border-radius:10px;
    text-align: justify;
}

.reply-av {
    width: 35px;
    border: 1px solid #e5e5e5;
    float: right;
    border-radius: 10px;
}
/*--comment-add-form--*/
.comment-add-form {
    background: #fff;
    font-size: 14px;
    padding: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px gray;
}
#bComSub {
    cursor: pointer;
    margin-top: auto;
    padding: 9px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    border: 0;
    font-family: 'estedad';
}

.comment-add-form div.formField2 input.text,select{
    font-family: 'estedad';
    height:25px;
    width:100%;
}
.smalltip {
    color:#000;
}
.formField2 label{
    font-family:'estedad';
    font-weight:500;
}
div.inputFix {
    font-family:'estedad';
    padding: 0px;
}
/*--pageination--*/
.pagingation {
    margin-top: 15px;
}
.pagingation a{
    color: #fff;
    padding: 3px 8px 3px 8px;
    transition-duration: .5s;
    border-radius: 4px;
}
.pagingation a:hover{color: #fff;}

.pagingation a.current{color: #fff;}

.pagesList {
    display: inline;
}
/*--left--*/
.left {
    float: left;
    width: 25%;
    color: #000;
}
.left a{
    color: #000;
}
.title-left {
    text-align: right;
    padding-top:8px;
    padding-right:8px;
    height:45px;
    font-family: 'lale';
    font-size:20px;
    border-radius:10px 10px 0px 0px;
}
.card-icon {
    float: left;
    width: 40px;
    height: 30px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size:20px;
    border-radius: 10px;
    margin-top:-47px;
    margin-left:5px;
    padding-top:10px;
}
.left-back {
    margin-bottom: 10px;
    margin-top: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 6px gray;
    border-radius:10px;
}
.left-back .aboutme {
    color:#fff;
    border-radius:10px;
}
.left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left li{
    padding: 0;
    margin: 0;
}
.left li:last-child{
    border-bottom: 0px;
}
.left-input {
    padding: 8px 5px;
    background-color:#fff;
    border-radius:0px 0px 10px 10px;
}
/*--about-me--*/
.about-me {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.blog-image {
    width: 200px;
    height: inherit;
    margin: 5px 0px;
}
.description-web {
    line-height: 2.1em;
    padding: 10px 10px 0px 10px;
}
/*--follow-box--*/
.followBx {margin: 10px 8px 5px 8px;}

.followThis.followed {font-family: 'lale';}

.followThis {font-family: 'lale';}

/*stat*/
.stat-back {
    padding: 5px 4px;
    margin-bottom: 2px;
    border-radius: 4px;
    cursor: default;
}
.stat-value {
    float: left;
    display: inline-block;
}
/*--selected--*/
.rate--post {
    color: #000;
    padding: 2px;
    margin-bottom: 2px;
    line-height: 1.8em;
}
.rate--post:hover{transition-duration: .3s;}

.category-children {
    margin-right: 10px;
}
/*--tags--*/
.tagss {
    display: inline-block;
    margin: 1px;
}
.tagss a{
    padding: 3px;
    display: table-cell;
    color: #fff;
    transition-duration: .3s;
    border-radius:5px;
}
.tagss a:hover{
    color: #fff;
}
.tagss a.selected{
    color: #fff;
}
/*recent-comment*/
.recent-comment {
    direction: ltr;
    margin-bottom: 6px;
    clear: both;
    overflow: hidden;
}
.cm-matnn {
    direction: rtl;
    padding: 2%;
    width: 81.5%;
}
.recent-comment a{
    color: #000;
}
.cm-matnn:hover{
    cursor: pointer;
    transition-duration: .3s;
}
.recent-comment-av-img {
    float: right;
    width: 12%;
    border-radius: 4px;
}
/*----footer----*/
.footer {
    padding: 8px;
    clear: both;
    bottom: 0;
    left: 0;
    margin: 0;
    top: auto;
    text-align: right;
}
.bayan {
    text-align: left;
    color: #000;
    font-size:14px;
}

@media screen and (max-width: 1050px) {
    header .menu nav{
        width: 96%;
    }
}
@media only screen and (max-width: 920px) {
    header .menu nav{
        width: 100%;
    }
    #wrp {
        width: 100%;
    }
    .main-block {
        width: 96%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }
    .block-post {
        width: 100%;
    }
    .left {
        width: 100%;
    }
    .footer {
        margin-bottom: 0px;
    }
}

/*رنگ متون  شروع*/
header .seemore a,.post a,.post-title a,.cm-name a,.comment-matn a,.comment-reply a,.bayan a
{color: #582E0C;}
/*رنگ متون  پایان*/

/*رنگ متون در هنگام رفتن ماوس روی متون، و انتخاب شدن،  شروع*/
.post-title a:hover,.post a:hover,.comment-matn a:hover,.cm-name a:hover,.comment-reply a:hover,.archive a.selected,.rate--post:hover,a.selected .rate--post ,.cm-matnn:hover,.bayan a:hover
{color: #9B5215;}
/*رنگ متون در هنگام رفتن ماوس روی متون، و انتخاب شدن ، پایان*/

/*رنگ گوشه ها و کناره های کامنت و سرتیتر باکس ها ،  شروع*/
.cm-body,.comment-reply{border-right: 3px solid #582E0C;}
.title-left {border-top: 3px solid #582E0C;}
/*رنگ گوشه ها و کناره های کامنت و سرتیتر باکس ها،  پایان*/

/*رنگ پست زمینه ها،  شروع*/
#bComSub,.pagingation a,.left-back .aboutme,.followThis ,.tagss a
{background: #582E0C;}
/*رنگ پست زمینه ها،  پایان*/

/*رنگ پست زمینه ها زمانی که ماوس روی آنها رفته و انتخاب شوند، شروع*/
.pagingation a:hover,.pagingation a.current,#bComSub:hover,.followThis.followed,.tagss a:hover,.tagss a.selected,::-webkit-scrollbar-thumb
{background: #9B5215;}
/*رنگ پست زمینه ها، زمانی که ماوس روی آنها رفته و انتخاب شوند،  پایان*/

/*رنگ پست زمینه و سایه مربوط به لوگوی داخل سرتیتر،، شروع*/
.card-icon{background: #582E0C;box-shadow:1px 1px 2px #582E0C;}
/*رنگ پست زمینه و سایه مربوط به لوگوی داخل سر تیتر ،  پایان*/