/* 
Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. 

When you update your theme, backup this file and re-add it after.
*/

/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}
@font-face {
    font-family: 'BNazanin';
    src: url('fonts/BNazanin.eot');
    src: url('fonts/BNazanin.eot?#iefix') format('embedded-opentype'),
         url('fonts/BNazanin.woff') format('woff'),
         url('fonts/BNazanin.ttf') format('truetype'),
         url('fonts/BNazanin.svg#BNazanin') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0600–06FF;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{font-family:BNazanin;}
body{font-family:BNazanin;}
h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6{font-family:BNazanin;}
input[type="submit"]{font-family:BNazanin;}
.featured-box h3{font-family:BNazanin;}
#featured-boxs h2{font-family:BNazanin;}
.postmetadata{font-family:BNazanin;}
#commentsbox .watermark{font-family:BNazanin;}
table, caption, tbody, tfoot, thead, tr, th, td{font-family:BNazanin;}


/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */

.sidebar .widget { padding: 15px 30px 0px; }

/*  widgets : common                   */
/* ------------------------------------ */

.alx-posts li { padding: 5px 0; border-bottom: 1px solid #e4e4e4; }


/*  post : custom loop                  */
/* ------------------------------------ */
/* .post-title { color: #444; font-weight: normal; margin-bottom: 10px; font-size: 22px; font-weight: 400; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; } */

.entry.excerpt { font-size: 17px; color: #000; text-align:justify }

.post-meta .post-category { float: left; margin-right: 6px; font-size: 15px; font-weight: bold;  }
.post-meta .post-date { float: left;  font-size: 15px; font-weight: bold; }
.post-title { color: #444; font-weight: bold; margin-bottom: 5px; font-size: 18px; line-height: 1.3em; -ms-word-wrap: break-word; word-wrap: break-word; text-align:center}

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-posts .post-item-title { font-size: 25px; line-height: 1.5em; }
