/*
Theme Name: Mojix
Author: Mojtaba Darvishi
Author URI: http://mojtaba.in
Description: Very simple and minimal wordpress theme
Version: 1.3.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, right-sidebar, custom-menu, featured-images, rtl-language-support, threaded-comments, translation-ready, blog
Text Domain: mojix

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #2e4453;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #2e4453;
	border-left-width: 4px;
	color: #686868;
	font-size: 15px;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 5px 0 5px 25px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #2e4453;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
    text-align: left;
    direction: ltr;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #3d596d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-ms-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #2e4453;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #2e4453;
	outline: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.wp-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


.sticky {
    position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
    display: none;
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.333333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.111111%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    max-width: 100%;
}


.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
a {
	color: #0087be;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #007dc6;
}
a:visited {
	color: #005082;
}
@font-face {
	font-family: Vazir;
	src: url('assets/fonts/Vazir.eot');
	src: url('assets/fonts/Vazir.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Vazir.woff') format('woff'),
	url('assets/fonts/Vazir.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: Vazir;
	src: url('assets/fonts/Vazir-Bold.eot');
	src: url('assets/fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Vazir-Bold.woff') format('woff'),
	url('assets/fonts/Vazir-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: Vazir;
	src: url('assets/fonts/Vazir-Light.eot');
	src: url('assets/fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Vazir-Light.woff') format('woff'),
	url('assets/fonts/Vazir-Light.ttf') format('truetype');
	font-weight: 300;
}
body {
	font-family: 'Vazir';
	background: #f3f6f8;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
    position: relative;
}
header.header {
	position: relative;
}
header.header .logo {
	text-align: center;
	margin-top: 30px;
}
header.header h1.title {
	text-align: center;
}
header.header h1.title a {
	color: #0087be;
}
header.header p.description {
	text-align: center;
}
header.header:after {
	width: 400px;
	height: 1px;
	background: rgba(0,0,0,0.1);
	content: '';
	margin:0 auto;
	display: block;
}
header.header:before {
	width: 8px;
	height: 8px;
	background: #f0b849;
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -4px;
	right: 50%;
	-webkit-transform: translateX(50%) rotate(45deg);
	-moz-transform: translateX(50%) rotate(45deg);
	-ms-transform: translateX(50%) rotate(45deg);
	-o-transform: translateX(50%) rotate(45deg);
	transform: translateX(50%) rotate(45deg);
}

main.main {
	padding: 35px 0;
}
main.main article.post {
	margin-top: 30px;
}
body.single main.main article.post {
	margin-top: 0;
}
main.main article.post:after {
	width: 400px;
	height: 1px;
	background: rgba(0,0,0,0.1);
	content: '';
	margin: 50px auto 0;
	display: block;
}
main.main article.post:last-child:after {
	display: none;
}
main.main h2.entry-title {
	font-size: 20px;
    margin-bottom: 15px;
}
body.single main.main h2.entry-title {
    margin-bottom: 0;
    color: #3d596d;
}
main.main h2.entry-title:before {
	width: 8px;
	height: 8px;
	background: #f0b849;
	content: '';
	display: inline-block;
	-webkit-transform: translateY(-2px) rotate(45deg);
	-moz-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	-o-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
	margin-right: 10px;
}
main.main .entry-content {
	font-size: 14px;
}
.nav-links {
	padding-top: 40px;
	text-align: center;
}
.nav-links > * {
	padding: 0 3px;
}
.nav-links a {
	color: #668eaa;
}
.nav-links span {
	color: #0087be;
	border-bottom: 1px solid #0087be;
}
footer.footer {
	font-size: 13px;
	padding-bottom: 15px;
}
footer.footer a.theme_link {
	float: right;
	color: #4ab866;
	font-weight: bold;
	border-bottom: 1px solid #4ab866;
	padding-bottom: 3px;
}

.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}

.menu_toggle {
    position: absolute;
    top: 30px;
    left: 0;
}
.menu_toggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
}
body.sidr-open:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
}
#main_menu > ul {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
#main_menu ul li {
    line-height: 40px;
}
#main_menu ul li a {
    color: #2e4453;
    display: block;
    padding: 0 10px;
}
#main_menu ul li.current-menu-item a,
#main_menu ul li a:hover {
    color: #0087be;
}
#main_menu ul li ul {
    margin: 0;
    padding: 0 0 0 30px;
}
body.single .post-thumbnail {
    width: 50%;
    margin: 30px auto;
}
.entry-meta {
    font-size: 12px;
    margin-top: 10px;
}
.entry-meta .category {
    display: inline-block;
    margin-left: 15px;
}
.entry-meta .author {
    margin-left: 15px;
    display: inline-block;
}
.entry-meta .date {
    margin-left: 15px;
    display: inline-block;
}

#comments {
	padding: 30px 0;
}
#comments h2.comments-title {
	margin-bottom: 30px;
	text-align: center;
}

#comments ol.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.comment-list li {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	background: #fff;
	position: relative;
}
ol.comment-list li.bypostauthor {

}
ol.comment-list li.bypostauthor:before {
	width: 10px;
	height: 10px;
	background: #f0b849;
	content: '';
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 50%;
	-webkit-transform: translateX(50%) rotate(45deg);
	-moz-transform: translateX(50%) rotate(45deg);
	-ms-transform: translateX(50%) rotate(45deg);
	-o-transform: translateX(50%) rotate(45deg);
	transform: translateX(50%) rotate(45deg);
}
ol.comment-list li div#respond {
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f3f6f8;
}
#comments ol.comment-list li footer.comment-meta:after {
	display: block;
	clear: both;
	content: '';
}
#comments ol.comment-list li footer.comment-meta .comment-author {
	float: left;
}
#comments ol.comment-list li footer.comment-meta .comment-author img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
}
#comments ol.comment-list li footer.comment-meta .comment-metadata {
	float: right;
	line-height: 75px;
	font-size: 12px;
}
#comments ol.comment-list li .comment-content {
	padding: 50px 0 20px;
	font-size: 13px;
	line-height: 2;
}
#comments ol.comment-list li span.edit-link {
	margin-left: 15px;
}
#comments ol.comment-list li .reply {
	position: absolute;
	top: 105px;
	left: 20px;
	line-height: 2.2;
	font-size: 12px;
	width: 75px;
	text-align: center;
	border-radius: 5px;
}
#comments ol.comment-list li .reply a {
	color: #2e4453;
	background: #f3f6f8;
	display: block;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
#comments ol.comment-list li .reply a:hover {
	background: #e9eff3;
}
#comments ol.comment-list li ol {
	list-style: none;
	margin: 20px 0 0;
	padding: 0 0 0 20px;
}
div#respond {
	padding: 20px;
	background: #fff;
}
div#respond h3#reply-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
div#respond h3#reply-title a {
	color: #fff;
	background: #d94f4f;
	padding: 3px 8px;
	border-radius: 2px;
	font-size: 11px;
}
div#respond p.logged-in-as {
	font-size: 13px;
}

@media (min-width: 1199px) {



}


@media (min-width: 991px) {

}


@media (min-width: 768px) {

}


@media (min-width: 480px) {

}
