@font-face {
    font-family: 'IranianSerifWeb';
    src: url('../fonts/IranianSerifWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitrWeb';
    src: url('../fonts/TitrWeb.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body{
    margin-top:75px;
}


/* Right Side */
.post{
}

.post h2 a{
    font-family: 'TitrWeb';
    color:rgb(100, 97, 97);
	font-size: 1.5em;
    text-decoration: none;
}
.post h2 a:hover {
    color: #62b1da;
    border-bottom:1px solid #62b1da;
    text-decoration: none;
}
.post h2 span{
    font-family: 'IranianSerifWeb';
    color:gray;
	font-size: 0.8em;
}

.post p{    
    font-family: 'IranianSerifWeb';
    color:black;
    font-size: 1.2em;
    white-space: pre-line;
    line-height: 2em;
    text-align:justify;
    margin-top: -40px;
}

.post img{
    width:100%;
    padding: 10px;;
}

.comments h3{
    font-family: 'TitrWeb';
    color:black;
	font-size: 1.2em;
    text-decoration: none;
    margin-top: 50px;
    margin-bottom: 10px;
}
.comment{
    margin-bottom: 20px;
    margin-right: 20px;    
    font-family: 'IranianSerifWeb';
    line-height: 2em;
}
.comment .commiter{
    color:darkgray;
	font-size: 1.1em;
}
.PublishDate{
    color:darkgray;
	font-size: 0.9em;
    font-family: 'IranianSerifWeb';
}
.comment img{
    border-radius: 50%;
    vertical-align: middle;
}
.comment p{
    margin-right: 30px;
    color:black;    
	font-size: 1.1em;
}

.commit-forms{
    font-family: 'IranianSerifWeb';
}
.commit-forms h3{
    font-family: 'TitrWeb';
    color:black;
	font-size: 1.2em;
    text-decoration: none;
    margin-bottom: 10px;
}
.commit-forms form textarea {    
    font-size: 1em;
    height: 8em;
    padding: .2em;
    width: 97%;
    max-width: 97%;
    box-sizing: content-box;
}
.commit-forms input[type="text"]{
    padding: .7em .3em;
    width: 99%;
    font-size: 1em;
}
.commit-forms label{
    color:gray;
    font-size: 1em;
}
.commit-forms input[type="submit"]{
    margin:20px auto;
}


/* Left Side */
.AboutUs{
    padding-right: 20px;
    padding-left: 20px;
    text-align:justify;
    margin-top:-50px;
}
.AboutUs p {
    margin-top: 10px;
    font-family: 'IranianSerifWeb';
    white-space: pre-line;
    line-height: 1.2em;
}
.AboutUs  h1{    
    font-family: 'IranianSerifWeb'!important;
    line-height: 30px;
    
}

.avatar img{
    text-decoration: none;
    width: 128px;
    height: 128px;
    display: block;
    margin: 0 auto 1em auto;
    border: 0px solid #c8c8c8;
    border-radius: 50%;    
    overflow: hidden;
}



.AboutUs .GetInTouch{
    margin-top:15px;
}

.AboutUs .GetInTouch a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-left: 1px;
	margin-right: 0;
    text-indent: -999px;
}

.AboutUs .GetInTouch .Instagram {
    background: url(../img/instagram.png) no-repeat;
}
.AboutUs .GetInTouch .Instagram:hover{
    opacity: 0.7;
}
.AboutUs .GetInTouch .RSS {
    background: url(../img/RSS.png) no-repeat;
}
.AboutUs .GetInTouch .RSS:hover{
    opacity: 0.7;
}
.AboutUs .GetInTouch .Telegram {
    background: url(../img/Telegram.png) no-repeat;
}
.AboutUs .GetInTouch .Telegram:hover{
    opacity: 0.7;
}
.AboutUs .GetInTouch .Github {
    background: url(../img/Github.png) no-repeat;
}
.AboutUs .GetInTouch .Github:hover{
    opacity: 0.7;
}
.AboutUs .GetInTouch .Linkedin {
    background: url(../img/Linkedin.png) no-repeat;
}
.AboutUs .GetInTouch .Linkedin:hover{
    opacity: 0.7;
}


/* Pagination */
.Pagination{    
    font-family: 'IranianSerifWeb';
    border:1px solid #2595d0;
    display: block;
    width: 150px;
    padding:5px;
    margin-left: auto;
    margin-right: auto;
    margin-top:50px;
    margin-bottom: 20px;;
}
.Pagination a{
    color:#2595d0;
    text-decoration: none;
    font-size:1.3em;
    text-align: center;
}


/* Others */
hr{
    border:1px dashed #2595d0;
}
.userThum{
    display: block;
    margin-bottom: 30px;
}
.userThum img{
    display: block;
    width: 50px!important;
    border-radius: 70%;
    padding: 2px!important;
    border: 1px solid #c4c2c2;
    float: right;    
}
.userThum label{
    font-size: 15px;
    margin-right: 7px;
}
ul{    
    padding: 25px;
    font-family: 'IranianSerifWeb';
    line-height: 25px;
    font-size: 17px;
}
ul li a{
    background-color: #ffffff !important;
}
ul li a:hover, .page-item.active .page-link{
    background-color: #392C70 !important;
    color: #ffffff !important;
    border-color: #392C70 !important;
}
ul li a{
    text-decoration: none;
    color: #000000 !important;
}
.parts header{
    display: block;
    margin-top: 27px;
    font-family: 'TitrWeb';
    color:rgb(124, 124, 124);
    
   
    background-image: linear-gradient(to left,#9bd5f5, #fff);
}
.parts header label{
    background-color: #fff;
    border-right: 5px solid #2595d0;
    padding-right: 8px;
    padding-left: 8px;
}
.parts a{
    display: block;
    padding: 5px;
    font-family: 'IranianSerifWeb';
    line-height: 25px;
    font-size: 13px;
    text-decoration: none;
    margin-top: 7px;;
}
.parts .fa-folder{
    color: rgb(97, 12, 12);    
}
.parts .fa-book{
    color: rgb(160, 144, 4);    
}

.parts .fa-link{
    color: green;
}
.catHeader h1{
    display: block;
    font-family: 'TitrWeb';
    font-size: 25px;
    font-weight: bold;
    background-color: #999b9c;    
    padding: 10px;
    color: #fff;
}
.catHeader div{
    display: block;
    line-height: 30px;
    font-family: 'IranianSerifWeb';
    text-align: justify;
    padding: 10px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 15px;
}

.userJoks{
    font-family: 'IranianSerifWeb';
}
    .userJoks input, textarea, select, button{
        margin-bottom: 2px;
    }
    .userJoks select{
        font-size:1em;
    }

.title-suggestion{
    width:28px;
    height:28px;
    border-radius:50px;
    font-size:1.5em;
    line-height:0.5em;
    color:#ffffff;
    text-align: center;
}

#titleSuggest {
    font-family: 'IranianSerifWeb';
    background-color:#0dcaf0;
    padding:2px;
    display:inline-flex;
    margin-top:-2px;
}

.clickable{
    cursor :pointer;
    font-size: 24px;
}
