@font-face {
    font-family: "Shabnam";
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    src: url("/font/Shabnam.woff2") format("woff2"),
        url("/font/Shabnam.woff") format("woff");
}
  
@font-face {
    font-family: "Shabnam";
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    src: url("/font/Shabnam-Medium.woff2") format("woff2"),
        url("/font/Shabnam-Medium.woff") format("woff");
}

body {
    font-family: "Shabnam", "ubuntu", sans-serif;
    font-weight: 400;
    color: #586069;
    line-height: 1.6;
    font-size: 16px;
    direction: rtl;
}

a, a:hover {
    color: #0366d6;
    text-decoration: none;
    word-break: break-word;
}

html,button,input,select,textarea {
    color: #333;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}

img {
    margin: 10px auto 10px auto;
    max-width: 100%;
    display: block;
}

a img {
    border:none;
}

figure {
    margin: 0;
    text-align: center;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

blockquote {
    margin-right: 1rem;
    font-style: italic;
    font-size: 1.4rem;
    border-right: 3px solid;
    border-color: #e36209;
    padding-right: 20px;
}

blockquote cite {
    font-size: 70%;
    opacity: .8;
}

blockquote em {
    font-weight: 600;
}

a,a:hover {
    color: #0366d6;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    color: #24292e;
    font-weight: 200;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: .9rem;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.container {
    max-width: 800px;
}

ul {
    padding-left: 15px;
}

ul.flat {
    margin: 0;
    padding: 0;
}

ul.flat li {
    display: inline-block;
    list-style: none;
    margin-left: 0;
}

.prevent-collapse {
    min-height: .1rem
}

.page-title {
    margin: 0;
}

.smaller {
    font-size: 70%;
}

ul {
    list-style: disc inside;
}

.site-title a {
	color: #333;
	text-decoration: none !important;
}

.post ul li {
    margin-bottom: 10px;
}

.post ul li p {
    display: inline;
}

.highlight pre {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
    background-color: transparent !important;
}

.highlight {
    background: 0 0;
    background-color: #FAFAFA;
}

.wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.container {
    margin-top: 50px;
}

.header {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.header h1,
.header h2 {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.3em;
}

.header h2 {
    font-size: 1.125rem;
}

.header nav {
    padding: 8px 0px;
    border-bottom: 1px solid #d1d5da;
}

.nav a {
    color: #586069;
    font-size: 1rem;
    padding: 8px 8px;
}

nav a:hover {
    text-decoration: none
}

.selected a {
    color: #24292e;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 8px;
    border-bottom: 2px solid #e36209;
}

.header nav ul,
.header nav li {
    margin: 0;
}

.header nav ul.flat {
    padding: 0;
}

.header nav ul.flat li {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}

.header .site-description {
    display: flex;
    justify-content: space-between;
}

.header .site-description nav {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 50px;
    margin-left: 15px;
}

.header .site-description nav ul svg {
    max-height: 15px;
}

.section .section-header {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.recent-posts .posts {
    margin-bottom: 30px;
}

.title {
    font-size: 1.2rem;
    font-weight: 450;
    margin-bottom: 12px;
}

.post {
    border-bottom: 1px solid #e1e4e8!important;
    padding-bottom: 32px;
}

.post-summary {
    border-bottom: 1px solid #e1e4e8!important;
    padding: 20px 10px;
}

.recent-posts .posts .post .meta,
.post .post-header .meta,
.list .posts .post .meta {
    font-size: 0.725rem;
    color: #999;
    margin-bottom: 4px;
}

.post .post-header {
    margin-bottom: 30px;
}

.post .post-header .title {
    margin: 0;
}

.post-tags a {
	margin-right: 5px;
}

.post .post-header .meta {
    padding-left: 5px;
    margin-top: 10px;
}

.post .draft-label {
    color: #0366d6;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 6px;
    background-color: #f9f2f4;
}

.post-tags .tags li {
    margin-bottom: 0;
    margin-top: 20px;
}

.post-tags .tags a {
    display: inline-block;
    color: #0366d6;
    line-height: 20px;
    font-size: 13px;
    text-decoration: none;

    background-color: #f1f8ff;
    border-radius: 3px;
    padding: 3px 6px;
}

.list .posts .post .meta {
    margin-bottom: 0;
    margin-left: 5px;
}

.footer {
    font-size: 0.9em;
    border-top: 1px solid #e1e4e8;
    padding: 10px 0px;
    margin-top: 80px;
}

.footer ul {
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
}

.footer li {
    margin: auto;
    padding: 0px 14px;
}

.page-title {
    margin-bottom: 0;
}

.tag-cloud {
    margin-top: 20px;
}

.tag-cloud a {
    margin-right: 10px;
    margin-left: 10px;
}

.pagination {
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination .page-prev {
    margin-right: 20px;
    padding-right: 20px;
}

.pagination .page-item.page-prev {
    text-align: left;
}

.pagination .page-item.page-next {
    text-align: right;
}

table th {
    background-color: #f4f4f4;
}

table th, table td {
    padding: 10px 20px;
    border: 1px solid #dddddd;
}

.map {
    scrolling: "no";
    marginheight: 0;
    marginwidth: 0;
    frameborder: 0;
    width: 80%;
    height: 300px;
    margin: 0 auto;
    display:block
}

@media (max-width: 767px) {
    body {
        padding: 20px;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
    }

    .container {
        margin-top: 10px;
    }
}

.poster {
    margin: 0 auto;
    width: 200px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    text-align: center;
}

.gallery-column {
    flex: 25%;
}

.gallery-column img {
    margin-top: 8px;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .gallery-column {
        flex: 50%;
    }
}

@media screen and (max-width: 600px) {
    .gallery-column {
        flex: 100%;
    }
}