/* ============================================ */
/*            Page Section [Start]
/* ============================================ */

body {
    background-image: url('/files/theme/texture/set2/grey_wash_wall.png');
    font-family: Vazirmatn;
    font-size: 15px;
    font-weight: normal;
    color: black;
}

.input-border {
    border: 1px solid black;
    background-image: url('/files/theme/texture/paper/paper-07.png');
}

a {
    text-decoration: none!important;
}

.header-container {
    position: relative;
}

.header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (orientation:landscape) {
    .landscape-banner-img {
        display: block;
    }
    .portrait-banner-img {
        display: none;
    }
    .profile-image {
        width: 15%;
    }
}

@media screen and (orientation:portrait)
{
    .landscape-banner-img {
        display: none;
    }
    .portrait-banner-img {
        display: block;
    }
    .profile-image {
        width: 30%;
    }
}

.profile-image {
    border: solid white 4px;
}

.blog-name {
    display: inline-block;
    width: 218px;
    background: rgba(0,0,0,0.4);
    font-family: Dastnevis;
    font-size: 28px;
    font-weight: 600;
    color: white;
}

.menu {
    display: inline-block;
    width: 70px;
    background: rgba(0,0,0,0.4);
    font-weight:700;
    color: white!important;
    text-align: center;
    vertical-align: middle;
}

.menu-ar {
    padding: 0 0 4px 0;
}

.menu-fa {
    padding: 2px 0 2px 0;
}

.menu-en {
    padding-top: 4px;
}

.menu:hover {
    background: rgba(255,255,255,0.4);
    color: black!important;
}

@media screen and (max-width: 575px) {
    .post-block {
        width:100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .post-block {
        width:90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .post-block {
        width:80%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .post-block {
        width:60%;
    }
}

@media screen and (min-width: 1200px) {
    .post-block {
        width:50%;
    }
}

.footer-block {
    margin: 48px 0;
    font-size:14px;
    text-align: center;
    color: #f7f7f7;
}

/* ============================================ */
/*             Page Section [End]
/* ============================================ */




/* =================================================== */
/*               Content Section [Start]
/* =================================================== */

/* --------------- Shared Part [Start] --------------- */

.content {
    background-image: url('/files/theme/texture/paper/paper-07.png');
}

@media (pointer: coarse)  {
    .content .ar-block, .content .fa-block, .content .ar-text, .content .fa-text {
        font-weight: 500;
    }
}

@media (pointer: fine), (pointer: none) {
    .content .ar-block, .content .fa-block, .content .ar-text, .content .fa-text {
        font-weight: 300;
    }
}

.content p {
    margin-bottom: 8px;
}

.content a {
    text-decoration: none!important;
    color: #0033cc;
}

.content a:hover {
    color: #99b3ff;
}

.content strong {
    font-weight: 700;
}

.content mark {
    padding: 5px 0 5px 0;
}

.content kbd {
    padding: 0 5px 0 5px;
    line-height: 20px;
}

.content abbr {
    text-decoration: none !important;
}

.content pre {
    padding: 5px;
    direction: ltr;
    font-size: 14px;
    background-color: black;
    color: white;
}

.content blockquote p {
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

.content blockquote p a {
    color: #0033cc;
}

.content blockquote p a:hover {
    color: #99b3ff;
}

.content blockquote footer:before {
    content: " — ";
}

.content blockquote footer a {
    color: #808080;
}

.content blockquote footer a:hover {
    color: #0033cc;
}

.content ul {
    padding-inline-start: 15px;
    list-style-position: outside;
     list-style-type: "•\002009";
}

.content ul > li > ul {
    list-style-type: "◦\002009";
}

.content ul > li > ul > li > ul {
    list-style-type: "∗\002009";
}

.content ul li::marker {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.content ol {
    padding-inline-start: 25px;
    list-style-position: outside;
}

.content .font-thin {
    font-weight: 100;
}

.content .font-extra-light {
    font-weight: 200;
}

.content .font-light {
    font-weight: 300;
}

.content .font-normal {
    font-weight: 400;
}

.content .font-medium {
    font-weight: 500;
}

.content .font-semi-bold {
    font-weight: 600;
}

.content .font-bold {
    font-weight: 700;
}

.content .font-extra-bold {
    font-weight: 800;
}

.content .font-black {
    font-weight: 900;
}

.content .font-extra-black {
    font-weight: 950;
}

.content .embed-240p {
    width: 240px;
    height: auto;
}

.content .embed-360p {
    width: 360px;
    height: auto;
}

.content .embed-480p {
    width: 480px;
    height: auto;
}

.content .embed-720p {
    width: 720px;
    height: auto;
}

.content .embed-1080p {
    width: 1080px;
    height: auto;
}

.content .embed-full {
    max-width: 100%;
    height: auto;
}

.content .ltr {
    direction: ltr;
}

.content .rtl {
    direction: rtl;
}

/* Arabic Block Styles */

.content .ar-block {
    font-family: Tajrid;
    direction: rtl;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.content .ar-block h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 2;
    text-align: right;
}

.content .ar-block h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 2;
    text-align: right;
}

.content .ar-block h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 2;
    text-align: right;
}

.content .ar-block blockquote {
    margin: 20px 10px 20px 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    color: black;
    border-right: 5px solid rgba(0, 0, 0, 0.05);
}

.content .ar-block blockquote footer {
    font-size: 12px;
    text-align: left;
    color: #808080;
    font-style: italic;
}

/* Farsi Block Styles */

.content .fa-block {
    font-family: Tajrid;
    direction: rtl;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.content .fa-block h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 2;
    text-align: right;
}

.content .fa-block h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 2;
    text-align: right;
}

.content .fa-block h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 2;
    text-align: right;
}

.content .fa-block blockquote {
    margin: 20px 10px 20px 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    color: black;
    border-right: 5px solid rgba(0, 0, 0, 0.05);
}

.content .fa-block blockquote footer {
    font-size: 12px;
    text-align: left;
    color: #808080;
    font-style: italic;
}

/* English Block Styles */

.content .en-block {
    font-family: RobotoSlab;
    font-weight: 500;
    direction: ltr;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.content .en-block h2 {
    font-size: 20px;
    font-weight: 900;
    margin-top: 20px;
    line-height: 1.7;
}

.content .en-block h3 {
    font-size: 18px;
    font-weight: 900;
    margin-top: 20px;
    line-height: 1.7;
}

.content .en-block h4 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 20px;
    line-height: 1.7;
}

.content .en-block blockquote {
    margin: 20px 0px 20px 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    color: black;
    border-left: 5px solid rgba(0, 0, 0, 0.05);
}

.content .en-block blockquote footer {
    font-size: 14px;
    text-align: right;
    color: #808080;
    font-style: italic;
}

/* Span Text Styles */

.content .ar-text {
    display: inline-block;
    direction: rtl;
    font-family: Tajrid;
    font-size: 14px;
    line-height: 0;
}

.content .fa-text {
    display: inline-block;
    direction: rtl;
    font-family: Tajrid;
    font-size: 14px;
    line-height: 0;
}

.content .en-text {
    display: inline-block;
    direction: ltr;
    font-family: RobotoSlab;
    font-weight: 500;
    font-size: 16px;
    line-height: 0;
}

/* --------------- Shared Part [End] --------------- */



/* --------------- Custom Part [Start] --------------- */

.content h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 10px 0 10px 0;
}

.content h1 a {
    color: black;
}

.content h1 a:hover {
    color: #0033cc;
}

.content .tag {
    padding: 2px 0 2px 0;
    background-color: black;
    color: white;
    font-weight: 500;
}

.content .tag:hover {
    background-color: #0033cc;
    color: white;
}

.content .post-read-more {
    display: inline-block;
    background-color: black;
    color: white;
    font-weight: 500;
}

.content .post-read-more:hover {
    background-color: #0033cc;
    color: white;
}

/* --------------- Custom Part [End] --------------- */

/* =================================================== */
/*               Content Section [End]
/* =================================================== */