/*
Theme Name: smhatefi
Theme URI: https://smhatefi.ir
Author: Seyed Mohammad Hatefi
Author URI: https://smhatefi.ir
Description: smhatefi.ir theme
Version: 1.1
*/

/*
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (LF2GA1IR)
--------------------------------------------------------------------------------------
*/

@font-face {
	font-family: 'IranSansBold';
	font-style: normal;
	font-weight: bold;
	src: url(fonts/IRANSansWeb_Bold.woff) format('woff');
}
@font-face {
	font-family: 'IranSans';
	font-style: normal;
	font-weight: normal;
	src: url(fonts/IRANSansWeb.woff) format('woff');
}
@font-face {
	font-family: 'IranSansFaNum';
	font-style: normal;
	font-weight: normal;
	src: url(fonts/IRANSansWebFaNum.woff) format('woff');
}

@media print
{    
    .no-print, .no-print *
    {
        display: inline !important;
    }
}
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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, 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 {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
	font-size: 14px;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*  >>>>>>>>>>>>>>>>>>>>>>>>>>>>here<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  */

body{
	color: #404040;
	background: #edf6f5;;
	font: 12px 'IranSans';
	direction: rtl;
	/*overflow-x: hidden;*/
}
li{
	/* list-style: none; */
	padding-right: 20px;
	list-style-position: inside;
	margin-bottom: 10px;
	line-height: 2;
}
:focus{
	outline:  0;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	color: #0288d1;
}
.menu-container{
	width: 100%;
	height: 70px;
	background: #404040;
	position: fixed;
	filter: alpha(opacity=90);
	opacity: 0.9;
  	-moz-opacity: 0.9;
  	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	-webkit-opacity: 0.9;
	z-index: 9999;
}
.mymenu{
	width: 1100px;
	margin: 0 auto;
	
}
.logo{
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	width: 215px;
}
.logo img{
	width: 50px;
	height: 50px;
	float: right;
}
.logo h1{
	font-size: 22px;
	float: left;
	margin-top: 8px;
	color: #FDFDFD;
	font-weight: normal;
}
.menu-items{
	float: left;
	margin-top: 22px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.menu-items > ul > li{
	float: right;
	list-style: none;
  	padding-right: 0px;
	margin-bottom: 0px;
	line-height: normal;
}
.menu-items > ul > li > a{
	color: #FDFDFD;
	display: block;
	padding: 0 15px;
	font: 14px/2 'IranSans';
	position: relative;
}
.menu-items > ul > li > a::after {
	content: ' ';
	display: block;
	width: 60%;
	height: .16em;
	position: absolute;
	bottom: -.3em;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background: #FDFDFD;  
	transform: scaleX(0);
	pointer-events: none;
	transition: transform .3s ease;
}

.menu-items > ul > li > a:hover::after {
	transform: scaleX(1);
}

/*.current{
	border-bottom: .18em solid #FDFDFD;
}*/

/*.menu-items > ul > li > a:focus::after{
	transform: scaleX(1);
}*/
.search{
	float: left;
	margin-left: 15px;
	margin-top: 110px;
	opacity: 0.7;
  	-moz-opacity: 0.7;
  	-o-opacity: 0.7;
	-ms-opacity: 0.7;
	-webkit-opacity: 0.7;
}
.search input{
	background: #404040 url(images/search.png) 3% no-repeat;
	padding: 8px 10px 8px 50px;
	border: 2px solid #404040;
	color: #FDFDFD;
	direction: rtl;
	text-align: right;
	font: 11px 'IranSans';
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.search input:focus{
	border: 2px solid #000;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.home-container{
	width: 1100px;
	margin: 0 auto;
}
.image-container{
	height: auto;
	width: 100%;
}
.image-container img{
	height: auto;
	width: 90%;
        display: block;
        margin-right: auto;
        margin-left: auto;
}
.category-container{
	width: 100%;
	height: auto;
}
.category-top{
	width: 100%;
	height: 330px;
	background: #0288d1;
	position: relative;
}
.category-text{
	position: absolute;
	top: 100px;
	width: 100%;
}
.category-text h2{
	color: #FDFDFD;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	position: relative;
}
.category-text h2::after {
	content: ' ';
	display: block;
	width: 100px;
	height: .1em;
	position: absolute;
	bottom: -.2em;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background: #FDFDFD;  
	pointer-events: none;
}
.category-text h2::before {
	content: ' ';
	display: block;
	width: 100px;
	height: .1em;
	position: absolute;
	top: -.1em;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background: #FDFDFD;  
	pointer-events: none;
}
.category-text p, .category-text h4{
	margin-top: 30px;
	color: #FDFDFD;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.category-recent{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.catrecent{
	height: 240px;
	width: 524px;
	background: #FDFDFD;
	box-shadow: 0 5px 5px 0 #666;
	margin-top: 45px;
	margin-right: 13px;
	margin-left: 13px;
	float: right;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.catrecent img{
	width: 524px;
	height: 195px;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	display: block;
}
.catrecent h5{
	float: right;
	font-size: 15px;
	font-weight: normal;
	line-height: 2.5;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
a .catrecent{
	color: #404040;
}
.catrecent:hover{
	filter: alpha(opacity=90);
	opacity: 0.9;
  	-moz-opacity: 0.9;
  	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	-webkit-opacity: 0.9;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.more{
	margin-right: auto;
	margin-left: auto;
	margin-top: 330px;
	margin-bottom: 50px;
	text-align: center;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.more a{
	color: #FDFDFD;
	background: #0288d1;
	box-shadow: 0 5px 5px 0 #666;
	text-align: center;
	line-height: 2.5;
	font-size: 15px;
	padding: 5px 40px;
}
.more a:hover{
	filter: alpha(opacity=90);
	opacity: 0.9;
  	-moz-opacity: 0.9;
  	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	-webkit-opacity: 0.9;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.contact-container{
	width: 100%;
	height: auto;
}
.contact-us{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.social-right{
	height: 160px;
	width: 500px;
	margin-top: 33px;
	background: #FDFDFD;
	box-shadow: 0 5px 5px 0 #666;
	margin-right: 13px;
	float: right;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.social-right img{
	width: 160px;
	height: 160px;
	padding: 10px;
	box-sizing: border-box;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	float: right;
}
.social-right div{
	margin-top: 45px;
	margin-right: 10px;
	float: right;
}
.social-right h5{
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
}
.social-right h6{
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
}
a .social-right{
	color: #404040;
}
.social-right:hover{
	filter: alpha(opacity=90);
	opacity: 0.9;
  	-moz-opacity: 0.9;
  	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	-webkit-opacity: 0.9;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.social-left{
	height: 160px;
	width: 500px;
	margin-top: 33px;
	background: #FDFDFD;
	box-shadow: 0 5px 5px 0 #666;
	margin-left: 13px;
	float: left;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.social-left img{
	width: 160px;
	height: 160px;
	padding: 10px;
	box-sizing: border-box;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	float: left;
}
.social-left div{
	margin-top: 45px;
	margin-left: 10px;
	float: left;
	direction: ltr;
}
.social-left h5{
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	direction: ltr;
}
.social-left h6{
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	direction: ltr;
}
a .social-left{
	color: #404040;
}
.social-left:hover{
	filter: alpha(opacity=90);
	opacity: 0.9;
  	-moz-opacity: 0.9;
  	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	-webkit-opacity: 0.9;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.contact-top{
	width: 100%;
	height: 230px;
	background: #0288d1;
	position: relative;
}
.contact-text{
	position: absolute;
	top: 90px;
	width: 100%;
}
.contact-text h2{
	color: #FDFDFD;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	position: relative;
}
.contact-text h2::after {
	content: ' ';
	display: block;
	width: 100px;
	height: .1em;
	position: absolute;
	bottom: -.2em;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background: #FDFDFD;  
	pointer-events: none;
}
.contact-text h2::before {
	content: ' ';
	display: block;
	width: 100px;
	height: .1em;
	position: absolute;
	top: -.1em;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background: #FDFDFD;  
	pointer-events: none;
}
.margin{
	margin-top: 100px;
	margin-bottom: 100px;
}
footer{
	width: 100%;
	height: 50px;
	background: #404040;
}
.footer-container{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.copyright{
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	font-size: 13px;
	color: #FDFDFD;
}
.designer{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	color: #FDFDFD;
	font-size: 13px;
}
.designer a{
	color: #00bad0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.designer a:hover{
	color: #FDFDFD;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.search-container{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.new{
	top: 110px;
}
.category-posts{
	margin-right: 100px;
	width: 900px;
	float: right;
}
.category-post{
	width: 100%;
	height: auto;
	background: #FDFDFD;
	box-shadow: 0 5px 5px 0 #666;
	margin-top: 40px;
}
.post-image{
	width: 100%;
	overflow:hidden;
	height: auto;	
}
.post-image img{
	display: block;
	width: 100%;
	-webkit-transition:-webkit-transform .3s ease-out;
	-moz-transition:-moz-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out;
	-ms-transition: all .2s ease-in-out;
	height: auto;
}
.post-image img:hover{
	width: 100%;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.post-title{
	margin: 20px 20px 5px;
}
.category-post h2{
	display: inline;
	font: 20px "IranSansBold";
	line-height: 2;
}
.post-title a{
	color: #404040;
}
.post-title a:hover{
	color: #0288d1;
}
.post-content{
	margin: 10px 20px;
}
.post-content img{
	max-width: 100%;
}
.category-post p{
	font-size: 15px;
	font-weight: normal;
	line-height: 2;
}
.read-more{
	margin: 20px 20px 0;
	text-align: left;
	height: 60px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.read-more a{
	color: #FDFDFD;
	background: #0288d1;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 2.5;
	font-size: 15px;
	padding: 5px 15px;
	border-radius: 2px;
}
.read-more a:hover{
	background: #0296e5;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.read-more p{
	color: #6c767a;
	float: right;
	font-size: 15px;
  	padding: 3.5px 5px;
}
.left-sidebar{
	margin-left: 15px;
	width: 255px;	
	float: left;
}
.sidebox{
	background: #FDFDFD;
	box-shadow: 0 5px 5px 0 #666;
	margin-top: 40px;
}
.sidebox h4{
	padding: 8px 20px;
	color: #FDFDFD;
	background: #0288d1;
	font-weight: normal;
	line-height: 2;
	font-size: 17px;
	text-align: center;
}
.sidebox ul{
	margin: 0 30px;
	padding: 30px 0;
    text-align: center;
}
.sidebox ul li{
    margin: 0 0 10px 0;
}
.sidebox ul li a{
	padding: 10px 15px;
	color: #FDFDFD;
	display: block;
	background: #87bf3d;
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	border-radius: 5px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.sidebox ul li a:hover{
	background: #91cd41;
	color: #FDFDFD;
	display: block;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.follow-container{
	padding: 30px 0;
}
.follow-us-container{
	margin: 0 30px 10px;
}
.follow-telegram{
	text-align: center;
	background: #19aade;
	background-image: radial-gradient(circle at left bottom, #19aadf, #3abce8);
	border-radius: 5px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.follow-telegram:hover{
	opacity: 0.9;
  	-moz-opacity: 0.9;
  	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	-webkit-opacity: 0.9;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.follow-telegram div{
	width: 70px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.follow-telegram img{
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 12px;
}
.follow-telegram p{
	float: right;
	color: #FDFDFD;
	font-weight: normal;
	line-height: 2;
	font-size: 14px;
	margin-top: 12px;
}
.follow-instagram{
	text-align: center;
	background: #e74c3c;
	background-image: radial-gradient(circle at left bottom, #f8bb64, #d94561 40%,#d94561 60%, #765ca6);
	border-radius: 5px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.follow-instagram:hover{
	opacity: 0.9;
  	-moz-opacity: 0.9;
  	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	-webkit-opacity: 0.9;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.follow-instagram div{
	width: 90px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.follow-instagram img{
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 12px;
}
.follow-instagram p{
	float: right;
	color: #FDFDFD;
	font-weight: normal;
	line-height: 2;
	font-size: 14px;
	margin-top: 12px;
}
.wp-pagenavi{
	margin-top: 50px;
	font: 14px "IRANSansFaNum";
}
.wp-pagenavi a,.wp-pagenavi span{
	background: #0288d1;
	padding: 5px 7px;
	color: #FDFDFD;
	margin: 2px;
	border-radius: 2px;
	margin-left: 5px;
	box-shadow: 0 3px 5px 0 #666;
        display: inline-block;
}
.wp-pagenavi a:hover{
	background: #3498db;
}
.wp-pagenavi span.current{
	background: #87bf3d;
	cursor: default;
}
.single-margin-top{
	color: #f3f3f3;
}
.single-container{
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
.single-img{
	width: 100%;
	overflow:hidden;
	height: auto;
	box-shadow: 0 2px 5px 0 #666;
}
.single-img img{
	width: 100%;
    height: auto;
	-webkit-transition:-webkit-transform .3s ease-out;
	-moz-transition:-moz-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out;
	-ms-transition: all .2s ease-in-out;
	display: block;
}
.single-img img:hover{
	width: 100%;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.single-content{
	width: 1070px;
	margin-top: 10px;
	float: right;
	box-shadow: 0 5px 5px 0 #666;
	background: #fdfdfd;
}
.single-content h1{
	color: #404040;
	margin: 20px 30px;
	display: block;
	font: 22px "IranSansBold";
}
.single-content h1 a{
	color: #404040;
}
.single-content h1 a:hover{
	color: #0288d1;
}
.single-content h3{
	color: #404040;
	display: block;
	font: 22px "IranSansBold";
}
.single-content h3 a{
	color: #404040;
}
.single-content h3 a:hover{
	color: #0288d1;
}
.single-content .main-content{
	font-size: 15px;
	color: #404040;
	margin: 20px 30px 30px;
	display: block;
	font-weight: normal;
}
.single-content .main-content h3{
	font-size: 17px;
}
.single-content .main-content h2{
	font: 19px "IranSansBold";
}
.single-content .main-content img{
	max-width: 100%;
	object-fit: cover;
	width: 700px;
	height: auto;
}
.main-content p{
    margin-bottom: 15px;
	line-height: 2;
}
.main-content figure{
	margin-left: auto;
	margin-right: auto;
}
.single-sidebar{
	width: 280px;
	margin-top: 10px;
	float: left;
}
.post-info{
	width: 100%;
	background: #FDFDFD;
	box-shadow: 0 5px 5px 0 #666;
	margin-bottom: 10px;
	padding: 0 0 20px 0;
}
.post-info h4{
	padding: 8px 20px;
	color: #FDFDFD;
	background: #0288d1;
	font-weight: normal;
	line-height: 2;
	font-size: 17px;
	text-align: center;
}
.app-icon img{
	width: 200px;
	height: 200px;
	margin: 20px 40px 0;
}
.info{
	text-align: center;
	font-weight: normal;
	line-height: 2;
	font-size: 14px;
        margin-top: 15px;
}
.get-from-bazar, .get-from-myket, .download{
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.get-from-bazar img, .get-from-myket img{
	width: 100%;
	display: block;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.get-from-bazar img:hover, .get-from-myket img:hover{
	opacity: 0.9;
  	-moz-opacity: 0.9;
  	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	-webkit-opacity: 0.9;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.download div{
	background: #87bf3d;
	text-align: center;
	padding: 10px 0;
	color: #FDFDFD;
	border-radius: 5px;
	font-weight: normal;
	line-height: 2;
	font-size: 15px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.download div:hover{
	background: #91cd41;
	color: #FDFDFD;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.search-not-found{
	padding: 20px 20px;
	text-align: center;
	font-size: 20px;
}
.new-side-box{
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}
.new-follow-us-container{
	margin: 0 45px 10px;
}
.search-box-single{
	margin-top: 30px;
}
.single-search{
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: center;
}
.single-search input{
	background: #6d6d6d  url(images/search.png) 3% no-repeat;
	padding: 8px 10px 8px 25px;
	border: 2px solid #6d6d6d ;
	border-radius: 5px;
	color: #FDFDFD;
	direction: rtl;
	text-align: right;
	font: 11px 'IranSans';
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.single-search input:focus{
	border: 2px solid #444;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#comments{
	width: 1070px;
	margin-top: 10px;
	float: right;
	box-shadow: 0 5px 5px 0 #666;
	background: #fdfdfd;
	box-sizing: border-box;
}
.comment-pading{
	padding: 20px 30px 30px;
}
#comments textarea{
	max-width: 100%;
}
.comments-title{
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	padding: 13px 0;
	color: #FDFDFD;
	background: #0288d1;
}
ol.comment-list{
	width: 100%;
	margin: 0 0 30px;
	float: right;
}
ol.comment-list p{
	padding: 0 40px 20px;
}
ol.comment-list .even{
	margin-top: 20px;
	background: #FFF;
	border: 1px solid #e2e2e2;
	border-bottom: 2px solid #e6e6e6;
	padding: 10px;
	position: relative;
}
ol.comment-list .odd{
	margin-top: 20px;
	background: #FFF;
	border: 1px solid #e2e2e2;
	border-bottom: 2px solid #e6e6e6;
	padding: 10px;
	position: relative;
}
.comment-list li {
    list-style: none;
}
.commentmetadata a{
	position: absolute;
	left: 10px;
	top: 10px;
	color: #999;
	font-size: 10px;
}
.comment-edit-link{
	position: absolute;
	top: 30px !important;
	left: 10px;
}
.reply{
	margin-right: 40px;
}
.reply a{
	font-size: 12px;
	color: #777;
}
.reply a:hover{
	color: #0288d1;
}
.fn{
	position: absolute;
	right: 50px;
	top: 16px;
	color: #333;
	font-style: normal;
	font-size: 13px;
}
.fn a{
	color: #333;
}
.fn a:hover{
	color: #0288d1;
}
.says{
	display: none;
}
.comment-navigation{
	margin-bottom: 20px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.nav-previous{
	float: right;
}
.nav-previous a{
	color: #777;
}
.nav-previous a:hover{
	color: #0288d1;
}
.nav-next{
	float: left;
}
.nav-next a{
	color: #777;
}
.nav-next a:hover{
	color: #0288d1;
}
#reply-title{
	font: 15px 'IranSansBold';
}
#reply-title a{
	color: #404040;
}
#reply-title a:hover{
	color: #0288d1;
}
#reply-title small{
	display: block;
}
#reply-title small a{
	color: #686868;
}
.comment-notes{
	font-size: 14px;
	margin-top: 10px;
}
.comment-form-comment{
	margin-top: 20px;
}
.comment-form-comment label{
	float: right;
}
.comment-form-comment textarea{
	margin-right: 10px;
	border: 1px solid #cbc9ca;
	border-radius: 3px;
	text-align: right;
	padding: 5px 10px;
	font: 12px 'IranSans';
	max-width: 650px !important;
}
.comment-form-author{
	margin-top: 10px;
}
.comment-form-author input{
	margin-right: 15px;
	border: 1px solid #cbc9ca;
	border-radius: 3px;
	text-align: right;
	padding: 0 10px;
	font: 12px 'IranSans';
}
.comment-form-email{
	margin-top: 10px;
}
.comment-form-email input{
	margin-right: 3px;
	border: 1px solid #cbc9ca;
	border-radius: 3px;
	text-align: right;
	padding: 0 10px;
	font: 12px 'IranSans';
}
.comment-form-url{
	margin-top: 10px;
}
.comment-form-url input{
	border: 1px solid #cbc9ca;
	border-radius: 3px;
	text-align: right;
	padding: 0 10px;
	font: 12px 'IranSans';
}
.form-submit input[type="submit"]{
	margin-top: 20px;
	cursor: pointer;
	background: #0288d1;
	padding: 5px 15px;
	font: 12px 'IranSans';
	color: #FDFDFD;
	border: 0;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.form-submit input[type="submit"]:hover{
	background: #0296e5;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.logged-in-as{
	margin-top: 10px;
	font-size: 13px;
}
.openbtn{
	display: none;
}
.closebtn{
	display: none;
}
audio{
	max-width: 100%;
	width: 330px;
}
.cycloneslider-template-standard{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px !important;
}