/*
Theme Name: Rahrovan
Theme URI: 
Author: Farano
Author URI: http://faranorp.ir/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.10
*/
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: General Stuff
:: Make foundation work with WordPress
*/
/* ---------------------------------------------------
   General Stuff
-------------------------------------------------- */
@font-face{
	font-family: 'DroidNaskh-Regular';
	src:url(fonts/DroidNaskh-Regular.woff);
}
@font-face{
    font-family: 'DroidNaskh-Bold';
	src:url(fonts/DroidNaskh-Bold.woff);
}
@charset "utf-8";
html, body, form, fieldset, ul {
    margin: 0;
    padding: 0;
}
body {
   font-size: 13px;
   direction : rtl;
    color: #70737C;
    font-family: 'droidnaskh-regular',Tahoma,Arial,sans-serif;
}
object, embed {
    border: medium none !important;
    outline: medium none !important;
}
a, a:link, a:visited {
    border: medium none !important;
    color: #92BEE5;
    outline: medium none !important;
    text-decoration: none;
}
a img {
    border: 0 none !important;
    outline: medium none !important;
}
a:hover {
    color: #DA820A;
    text-decoration: none;
}
a{ transition: all 0.2s linear 0s; }
input, button, textarea, option, select {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
}
/*---------- ReSeT --------------------*/
.wrapper {
    margin: 0 auto;
    width: 1030px;
    overflow:hidden;
}
.header{ background: url("images/bg.jpg") repeat-x scroll 0 0 #E2F2FF; }
.top_menu {
    background: none repeat scroll 0 0 #253A6E;
    border-bottom: 1px solid #FFFFFF;
    height: 40px;
    width: 100%;
	overflow:hidden;
}
.top_menu ul {
    float: right;
    margin: 9px 0 0;
}
.top_menu ul li {
    border-left: 1px dotted #09132C;
    border-right: 1px dotted #7E8BAD;
    float: right;
    height: 22px;
    list-style: none outside none;
    margin: 1px 0 0;
    padding: 0 11px;
}
.top_menu ul li:first-child {
    border-right: 0 none;
    padding-right: 0;
}
.top_menu ul li:last-child {
    border-left: 0 none;
}
.top_menu ul li a {
    color: #FFFFFF;
    float: right;
    font-family: DroidNaskh-Regular;
    font-size: 13px;
    padding: 0 21px 0 0;
}
.top_menu ul li a:hover{ color: #FF862B; }
li#menu-item-7 a {
    background: url("images/icon-home.png") no-repeat scroll right 0px rgba(0, 0, 0, 0);
}
li#menu-item-8 a {
    background: url("images/icon-users.png") no-repeat scroll right 0px rgba(0, 0, 0, 0);
}
li#menu-item-222 a {
    background: url("images/icon-contact.png") no-repeat scroll right 0px rgba(0, 0, 0, 0);
}
li#menu-item-221 a {
    background: url("images/icon-sitemap.png") no-repeat scroll right 0px rgba(0, 0, 0, 0);
}
li#menu-item-220 a {
    background: url("images/icon-faq.png") no-repeat scroll right 0px rgba(0, 0, 0, 0);
}
div#search {
    float: right;
    margin-right: 50px;
}
#searchform {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 14px;
    margin: 6px 0 0;
    padding-left: 8px;
}
#searchform #search-input {
    border: 0 none;
    color: #253A6E;
    background: #e0f4ff;
    padding: 7px 10px;
    border-left: 1px solid #e0e0e0;
    border-radius: 0 14px 14px 0;
}
#searchform #search-submit {
    background: url("images/icon-search.png") repeat scroll 0 0 #fff;
    border: 0 none;
    height: 16px;
    width: 16px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}
.lang-menu {
    float: left;
}
.lang-menu li{border-left: none !important; border-right-style: solid !important;border-right-color: #fff !important; padding: 0 8px !important;}
.lang-menu a{ color:#fff; background: 0 !important; padding-right: 5px !important; }
.lang-menu a:hover{ color: #EE6700; }
.logo {
       margin: 0px 0 5px;
    float: left;
}
.logo img {
width: 147px;
    height: 148px;
    margin-top: 5px;
}
div#menu {
    float: left;
    margin: 30px 0 0 35px;
    padding: 0 0 5px;
}

div#menu ul{
	height:25px;
    border-bottom: 1px dashed #99BACD;
}
div#menu ul li {
    display: inline;
    float: right;
    margin: 0 8px;
	
}
div#menu ul li a{
    color: #253A6E;
    font-family: DroidNaskh-Regular;
    font-size: 14px;
    text-shadow: 1px 1px #FFFFFF;
}
div#menu ul li a:hover {
    color: #EE6700;
}
div#menu ul li:hover > ul{
	opacity:1;
	visibility:visible;
	margin-right:0px;
}
ul.sub-menu {
    border: 0 !important;
    padding: 5px 0;
    position: absolute;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    text-align: center;
    height: auto !important;
    margin-top: 1px;
    border-radius: 0 0 5px 5px;
    background: #2589be;
	margin-right:-100px;
}
ul.sub-menu li {
    display: block !important;
    float: none !important;
    background: url("images/arrow.png") right no-repeat;
    text-align: right;
    padding: 4px 8px;
}
ul.sub-menu li:hover {
    background: url("images/arrow.png") right no-repeat #005d8f;
	transition: all 0.2s linear 0s;
	box-shadow:5px 0 0px #EE6700 inset;
}
ul.sub-menu li:hover > a{ }
ul.sub-menu li a {
	padding: 0 5px;
	color: #fff !important;
    text-shadow: 0 0 1px #000 !important;
}
ul.sub-menu {
    width: 196px;
}
ul.sub-menu ul {
    margin: -34px 174px 0 0 !important;
    width: 193px;
}
.menu-item-has-children>a {
    background: url("images/arrow-menu.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 0 0 13px !important;
}
ul.sub-menu >.menu-item-has-children>a {
    background: url("http://rahro-reza.ir/wp-content/uploads/2015/12/left-arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;

}
.rslides_container {
    width: auto !important;
	margin-bottom: 15px !important;
}
.slider-box{
	float:left;
}
.holy-shrine {
    float: right;
    margin: 5px 0 -5px;
}
.holy-shrine img {
    margin-right: 3px;
    width: 200px;
    height: 159px;
}
div#donate {
    background: url("images/crossword.png") repeat scroll 0 0 #FAFDFF;
    border: 1px solid #E1E6EE;
    color: #666666;
    float: right;
    height: 272px;
    padding: 14px 13px;
    text-align: justify;
    width: 231px;
    margin-top: -1px;
	border-left:none;
	overflow:hidden;
}
#donate a img {
    margin: 0px 0;
	transition:0.5s;
	-moz-transition:0.5s;
	opacity: 1;
}
div#donate img:hover {
    border-radius: 10px;
	opacity: 0.7;
}
#donate h2 {
    background: url("images/bullet-2.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #93BA00;
    padding: 0 17px 0 0;
    text-align: right;
}
.color-bar{
    background: url("images/color-bar.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 4px;
    width: 100%;
}
.content:first-child , .content:last-child {
    margin: 0;
}
.content {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E6EE;
    float: right;
    font-family: droidnaskh-regular;
    min-height: 240px;
    padding: 7px;
    text-align: center;
    width: 28.9%;
	margin: 0 44px;	position: relative;	display:block;
}

.main {
    background: url("images/bgnoise.jpg") repeat scroll 0 0 rgb(250, 254, 255);
    width: 100%;
    float: left;
    padding: 20px 0;
    border-top: 1px dashed #aaa;
    margin-top: 7px;
    box-shadow: 0 0px 16px #eaeff3;
}
.content h2 {
    background: url("images/bullet-1.png") no-repeat scroll right 7px center rgba(78, 77, 77, 0.35);
    color: #FFFFFF;
    margin: 0 1px;
    padding: 5px 23px 4px 0;
	position: relative;
    text-align: right;
    margin-top: -41px;
    white-space: nowrap;
	overflow:hidden;
	font-size: 16px;
}
.content h2 a {
    color: #fff;
}
.cont-entry {
    text-align: justify;
    padding-top: 0;
    float: right;
    min-height: 117px !important;
    max-height: 117px !important;
    overflow: hidden;
    padding-bottom: 10px;
}
/*---------------*/
/***** Image Effect *****/
/*---------------*/
figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
	margin: 0;
}
figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
	padding: 3em;
	-webkit-transition: background-color 0.35s;
	-moz--webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}
figure.effect-oscar h2 {
	margin: 29% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.effect-oscar img , .grid figure {
    min-height: 170px;
    max-height: 170px;
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0,-20px,0);
	 -moz-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    margin-right: 10px;
    margin-left: 10px;
    transition: 0.5s;
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}
figure.effect-oscar:hover img {
	opacity: 0.4;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.grid figure figcaption {
	padding:0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.35em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-oscar, figure.effect-oscar img {
    width: 100%;
}
/*---------------*/
/***** Image Effect End *****/
/*---------------*/
.read-more {
    float: right;
    text-align: center;
    width: 100%;
	margin:10px 0;
}
.read-more a {
    padding: 4px 15px 4px 0;
    background: #fff;
    box-shadow: 0 0 1px #92BEE5;
    transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
}
.read-more a:hover {
    box-shadow: 0 0 0 , -71px 0 0 #224255 inset ,16px 0 0 #DA820A inset;
	-moz-box-shadow: 0 0 0 , -71px 0 0 #224255 inset ,16px 0 0 #DA820A inset;
	-webkit-box-shadow: 0 0 0 , -71px 0 0 #224255 inset ,16px 0 0 #DA820A inset;
    padding-right: 4px;
	color:#fff;
}
.read-more a:hover > img{
	padding:0 3px 0 1px;
}
.read-more img {
    position: relative;
    top: 3px;
	transition: 0.3s;
}
.main{border-bottom: 1px dotted #AFAFAF;}

/* -------------- Footer ------------------*/
.footer{
	background: url("images/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:right;
	width:100%;
}
.footer-top {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.columns {
    float: right;
    overflow: hidden;
    width: 23.6%;
}
.column2, .column4 {
    margin-right: 20px;
}
/*-------- Column 1 ------------*/
.column1 {
    width: 23%;
    background: #e3f4fe;
    border: 1px solid #fff;
    box-shadow: 0 -3px 0 #5adcff;
    padding: 0 10px;
    margin-top: 10px;
font-size: 12px;
}
/*-------- Column 1 ---- End --------*/

.columns>h3{ margin:0 0 5px 0; padding-right:17px; }
.column2 h3{
	background: url("images/arrow-1.png") no-repeat scroll right center;
    color: #FF6600;
}
.column3 h3{
	background: url("images/arrow-2.png") no-repeat scroll right center;
    color: #7EBD17;
}
.column4 h3{
	background: url("images/arrow-3.png") no-repeat scroll right center;
    color: #288BBF;
}

.columns div ul {
    padding-right: 6px;
}
.columns ul li {
    list-style-position: inside;
    color: #72ADD1;
    font-size: 12px;
}
.columns ul li a {
    color: #666;
    text-shadow: 1px 1px #FFFFFF;
    font-size:13px;
}
.columns ul li a:hover { color: #FF862B; padding-right:5px; }

/*-------- footer bottom ------------*/
.footer-bottom{ float:right;
	width: 100%;
	background: #253a6e;
}
#back-top a{
    color: #72ADD1;
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 31px;
    opacity: 0.7;
}
p#back-top img {
    margin-top: -10px;
    position: relative;
    top: 10px;
    padding-left: 2px;
}
#back-top a:hover{opacity:1;}
.go-top {
    float: right;
}
.copyright {
    float: left;
    margin: 15px 0 0;
}

.rslides_nav {
    top: 60% !important;
}
#click-menu.admin-bar-showing {
    margin-top: 47px !important;
}

/* --------------------- Single and Page ----------------------*/
.scontent {
    float: left;
    width: 70%;
	overflow:hidden;
}
.right-sidebar {
    float: right;
    width: 26.9%;
	border-left: 1px dotted #AFAFAF;
	overflow:hidden;
}
h3.title-content {
    margin: 0 0 10px;
    border-bottom: 1px solid #dadada;
    color: #333;
}
.spost-img {
    text-align: center;
}
.right-sidebar h3 {
    margin: 0 0 5px;
    border-bottom: 1px solid #dadada;
    margin-left: 10px;
    color: #333;
}
.right-widget {
    margin-bottom: 15px;
}
.right-widget li {
	padding:3px 0;
	font-size: 14px;
	transition:all 0.2s linear 0s;
}
.right-widget li a{ color:#555; }
.right-widget li:hover {
    letter-spacing: 0.4px;
}
.right-widget li:hover > a{ color: #EE6700; }

.up-menu {
    float: right;
    width: 64%;
    text-align: center;
}
.top-main {
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -10px;
}

.up-menu img {
    margin-top: 30px;
}
.lang a:hover {
    color: #FF862B;
}
.textwidget {
    text-align: justify;
}
.rslides_nav{
box-shadow: 0 0 70px #253A6E inset;
}
.search-content {
    box-shadow: 0px 0px 30px #dfdfdf inset;
    float: right;
    text-align: justify;
    margin-bottom: 15px;
    padding: 10px;
}

.rslides li img {
    height: 110%;
}

.news{
	margin-bottom:15px;}

.npost-img {
    text-align: right;
    margin-bottom: 15px;
}
.npost-img img {
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
	margin-right:3px;
}
h3.des-header {
    font-size: 12px;
}
h2.rpf-title.cont-title {
    font-size: 14px;
}	
.wp-pagenavi {
    clear: both;
    padding:0px 5px 15px 5px;
    direction:rtl
}
.wp-pagenavi h3 {
    font-weight:normal
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    background:#F9F8F2;
    border: 1px solid #ECE9D8;
    padding: 1px 6px;
    float :right;
    margin: 2px;
    -moz-border-radius: 3px;
}
.wp-pagenavi span.current {
    background: #253a6e;
    color:#fff;
    border: 1px solid #ECE9D8;
}
.wp-pagenavi a:hover {
    background: #253a6e;
    border-color: #87001d;
    color:#ffffff
}
.wp-pagenavi span.current {
    font-weight: bold;
}








/*----------------- Information Cart ------------------------*/
#social li {
    display: inline;
}
#social .feedicon {
    background-image: url(images/banks-tejarat.jpg);
    background-repeat: no-repeat;
    float: right;
    width: 60px;
    height: 70px;
    cursor: pointer;
}
#social .buzzicon {
    background-image: url(images/banks-maskan.gif);
    background-repeat: no-repeat;
    height: 70px;
    width: 60px;
    float: right;
    margin: 0 20px;
    cursor: pointer;
}
.inner-info {
    float: right;
    font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 10px 4px 0;
    position: relative;
    width: 97%;
}
.info-wrapper {
    clear: both;
    padding-top: 15px;
}
#top-arrow {
    position: absolute;
    top: -12px;
    right: 90px;
    width: 18px;
    height: 12px;
    display: block;
    background-image: url(images/ico.jpg);
    background-repeat: no-repeat;
	transition:0.2s;
}
.cart-inf p {
    margin: 0 !important;
	text-align:right;
}

.line-up{
	width: 100%;
    border-top: 1px solid #000;
    height: 1px;
    float: left;
    position: relative;
    top: 16px;
	right: 7px;
    padding-left: 14px;
}
.as-nav a {
    background: #24c2ec !important;
    border-radius: 50% !important;
    margin-top: -7px !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    margin-bottom: 8px !important;
}
.as-nav .as-active,.as-nav a:hover {
    background: #0069b6 !important;
	background-position: 0 0 !important;
}
figure.effect-oscar {
    padding-right: 1px;
    margin-left: -1px;
    margin-bottom: 10px;
}
.as-nav {
    width: 100% !important;
    position: relative !important;
    float: left;
    left: 0 !important;
    text-align: center !important;
    margin: 0 !important;
}
.content p {
    font-family: droidnaskh-regular;
}
.buzzinfo p, .feedinfo p {
    padding: 1px 5px !important;
}
.inner-info>div {
    height: 145px;
}
.go-bank-mn , .go-bank-tt{ height: auto !important; }
.content span {
    font-family: B Yekan;
    font-size: 14px;
}
.content:last-child {
    padding-bottom: 3px !important;
}
.spost {
    font-size: 1.17em;
}
.to-top {
    position: fixed;
    margin-right: 25px;
    z-index: 100;
    bottom: 0;
}

/* Responsive -----------------*/
@media (min-width: 1400px) { .content{ margin:0 38px ;} }
@media (max-width: 980px){
.wrapper{ width:100% !important; float:none;}
.top_menu ul ,div#menu {
    display: none;
}
#search{ float:right; margin-right:15% !important;}
.logo{ float:none !important; width:100%; text-align:center;}
.rslides_container{width:100% !important;float:none;}
div#donate {width: 100%;height: auto;}
.grid figure{ float:none;}
.content h2 , figure.effect-oscar:hover h2 {background-position: 97% !important;}
.footer-top .columns, .footer-top .three-column {
    width: 100%;
	float:none;
	margin:20px 0;
}
.footer-top{background: #e3f4fe;}
.go-top{ width:100%; float:none; text-align:center;}
.copyright{ width:100%; float:none; text-align:center;}
#click-menu {
    margin-top: 0 !important;
}
.scontent ,.right-sidebar{
    float: none;
    width: 100%;
}
.spost-img img {
    width: 100%;
    height: 100%;
}
.up-menu {
    float: none;
    width: 100%;
    text-align: center;
}
.up-menu img { width: 100% margin-top: 20px; }
.header{ background-repeat: repeat;}
}



@media(min-width: 768px) and (max-width: 960px){
#click-menu.admin-bar-showing {
    margin-top: 33px !important;
}
.rslides li img{ min-height:390px;}

.content {
    margin: 0 29px;
}
.rslides li {
    height: 400px;
    max-height: 400px;
}
.go-cart{ width:220px;}
#top-arrow{ display:none;}

}
@media(min-width: 1280px){
.rslides li {
    height: 300px;
    min-width: 770px !important;
    max-height: 300px;
    max-width: 770px !important;
}

}

@media (max-width: 768px){
.content {
    width: 100%;
    margin: 10px 10px;
}
.content:first-child , .content:last-child {
    margin: 10px 0 !important;
}
figure.effect-oscar h2{ margin-top:15%;}
	.holy-shrine{ width:100%; text-align:center; float:none;}
.top-main img {
    width: 90%;
}
}