charset "UTF-8";

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'lale';
    src: url('//bayanbox.ir/download/6943001789619612027/Lalezar-Regular.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'vazir';
    src: url('//bayanbox.ir/download/5519584908501776398/Vazir-Light-FD.woff') format('woff');
    font-weight: normal;
}


@font-face {
    font-family: 'vazir';
    src: url('//bayanbox.ir/download/4061457137369256880/Vazir-Bold-FD.ttf') format('woff');
    font-weight: bold;
}

*, body {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    color: #fff;
    background: #123456;
}

::selection {
    color: #fff;
    background: #123456;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

body {
    direction: rtl;
    font-family: vazir;
    font-size: 14px;
    word-wrap: break-word !important;
    background-color: #f9f9f9;
    line-height: 2.1em;
    color: #000;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
}

a:link, a:visited {
    text-decoration: none;
    transition: .5s;
    color: #ff7800;
}

a:hover {
    color: #ff4200;
}

.bg-c {
    background-color: #123456;
}

.bg-p {
    background-image: url("https://bayanbox.ir/view/6977283528877061107/96899749fb0f157d7376b7d23145ae29.jpg");
}

.fa {
    font-family: fa
}

.mb {
    margin-bottom: 20px;
}

.rad {
    border-radius: 10px;
}

#navbar {
    text-align: center;
    padding: 80px 0;
    color: #fff;
    background: url("https://uploadkon.ir/uploads/d86521_25Kirsten-Sims-At-the-End-of-the-Day-2016-Mixed-media-on-board-740-x-1200-mm.jpg") no-repeat bottom;
    background-size: cover;
}

#navbar h1 a {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    text-shadow: 4px 4px 2px rgb(80 80 80);
}

#navbar h1 a:hover {
    color: #f9f9f9;
}

#navbar h2 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
    text-shadow: 4px 4px 2px rgb(80 80 80);
}

#menu {
    background: #fff;
    padding: 12px;
}

#menu ul {
    text-align: center;
}

#menu ul li {
    display: inline-block;
    padding: 0 5px;
}

#menu ul li a {
    color: #000;
    padding: 6px 10px;
}

#menu ul li a:hover {
    background: #f9f9f9;
    border-radius: 10px
}

.blocklinkchild a {
    padding-right: 20px !important;;
}

#wrp {
    max-width: 1078px;
    margin: 20px auto;
}

#content {
    width: calc(75% - 10px);
    float: right;
}

.post {
    background: #fff;
    padding: 30px;
}

.thumb img {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 15px;
}

.posttitle h2 a {
    color: #000;
    font-weight: bold;
    font-family: lale;
    font-size: 25px;
}

.postcontent {
    margin: 15px 0;
    font-size: 15px;
    text-align: justify;
}

.postcontent > div, .postcontent ol li {
    margin-bottom: 10px;
}

.postcontent img {
    max-width: 100%;
    height: auto;
    border-radius: 10px
}

.postcontent ul {
    margin: 10px 40px;
    list-style-image: url('//bayanbox.ir/view/2200081699838202738/tick.png');
    /*    list-style-image: url('//bayanbox.ir/view/5946397774044841151/tick.png');*/
}

blockquote {
    border-right: 6px solid #205a66;
    padding: 14px 10px;
    background: #f9f9f9;
    margin: 15px;
    border-radius: 10px;
    font-style: normal;
}

blockquote p {
    margin: 0
}

.more {
    text-align: left;
    margin: 10px 0 20px;
}

.more a {
    background: #f9f9f9;
    padding: 10px;
    color: #000;
}

.postinfo {
    background: #f9f9f9;
    padding: 2px 10px;
    margin-top: 10px;
    font-size: 11px;
}

.comment {
    padding: 15px;
}

.comment .avatar img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.comment .myavatar img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.comment-form {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 7px;
    border-radius: 4px;
}

.rep-pic img {
    float: right;
    padding-top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-details { /*! background: #fff; */
    font-size: 15px;
    padding: 2px 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.comment-details a {
    color: #3d8296;
    font-size: 15px;
    display: inline-block;
}

.cmtname a { /*! background:#4682b4; */
    color: #c0aaaa;
    padding: 2px 10px;
}

.cmttext { /*! background: #fff; */
    padding: 5px 5px 15px;
    text-align: justify;
    /*! font-size: 16px; */
    /*! line-height: 2em; */
}

.cmtreplay {
    margin: 0 54px 10px 0;
    padding: 10px;
    /*! font-size: 16px; */
    text-align: justify;
    box-shadow: 0 0 15px rgba(6, 6, 6, 0.09) inset;
    /*! line-height: 2em; */
    border-radius: 10px;
}

.cmtreplay img {
    max-width: 100%;
    height: auto
}

.cmtdate {
    float: left;
}

.cmtdate a {
    background: #fb1347;
    padding: 2px 10px;
    color: #fff;
    border-radius: 4px;
}

.pagin {
    background: #fff;
    padding: 10px;
    text-align: center;
}

.pagin a {
    margin: 0 20px;
}


#sidebar {
    width: calc(25% - 10px);
    float: left;
}

.box {
    background: #fff;
    padding: 15px;

}

.box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.about {
    text-align: justify;
    padding: 10px 0;
}

.box h6 {
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-size: inherit;
}

.box ul {
    list-style: none;
    padding: 15px 2px;
}

.box a {
    color: #000;
    border-right: 5px solid;
    border-color: transparent;
    display: block;
    padding: 0 5px;
}

.box a:hover {
    border-color: #205a66;
}

.custom {
    text-align: center;
}

#footer {
    clear: both;
    padding: 20px;
    text-align: center;
    color: #fff;
}

#footer a {
    color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th, td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

.formField2 input.text, .formField2 textarea {
    line-height: 1.4rem;
    color: #205a66;
    font-size: 15px;
    border-radius: 0;
}

.cmt-bg {
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    /*! margin-bottom: 15px; */
    /*! border: 7px solid #fff; */
}

.cmt-bg a {
    color: #fff
}

.cmt-bg a:hover {
    color: #eee
}

input, textarea, select {
    font-family: inherit;
}

#bComSub {
    cursor: pointer;
    margin-top: auto;
    padding: 9px 30px;
    border-radius: 15px;
    background: #205a66;
    color: #fff;
    font-weight: bold;
    border: 0;
}

#bComSub:hover {
    background: #266978;
}

video {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

audio {
    width: 100%;
}

.none {
    display: none
}

.jqi a.btn {
    font-family: inherit;
}

@media screen and (max-width: 712px) {
    #content, #sidebar {
        float: unset;
        width: 100%;
    }

    .mb {
        margin-bottom: 5px;
    }

}

.pey {
}

.postcontent ul li {
    margin-bottom: 10px
}

.rate-box {
    display: block;
    text-align: left;
}

.rate-button-box {
    font-size: 13px;
    padding: 0 20px;
}

.rate-up a:after {
    content: "پسندیدم";
    color: #4B4B4B;
}

.rate-button-box.rated {
    font-weight: bold;
    background: url(//bayanbox.ir/view/390913878236021869/tick-rate.png) no-repeat right;
    background-size: 16px;
}

.rate-down a:after {
    content: "نپسندیدم";
    color: #4B4B4B;
}

.posttags a {
    display: inline-block;
    padding: 0 10px;
}

.followBx, .followThis {
    font-family: inherit;
    font-size: inherit;
}

.followShow .followThis {
    font-size: 12px;
}

.blockads {
    display: block;
    text-align: center;
}

.blockads img {
    margin: 5px 0;
    max-width: 100%;
    height: auto;
    border-radius: 0;

}

#followersLs a, .blockads a {
    border-right: 0;
    padding: 0;
}