/*
Theme Name: Fabthemes
http://bigtheme.ir - http://bigtheme.ir
Adding support for language written in a Right To left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
	http://bigtheme.ir - http://bigtheme.ir
https://codex.wordpress.org/Right_to_left_Language_Support

*/
/* wordpress farsi themes design: http://bigtheme.ir - http://bigtheme.ir */
@font-face{
	font-family:'yekan';
	src:url(fonts/Yekan.eot);
	src:url(fonts/Yekan.eot?#iefix) format("embedded-opentype"),
	url(fonts/Yekan.woff) format("woff"),
	url(fonts/Yekan.ttf) format("truetype"),
	url(fonts/Yekan.svg#BYekan) format("svg");
	font-weight:normal;
	font-style:normal;
}
body {
	direction: rtl;
	font-family:'yekan';
	unicode-bidi: embed;
}
body,button,input,select,textarea {font-family:'yekan';}
h1,h2,h3,h4,h5 {
font-family:'yekan';
  float:right;
	line-height: 0;
	padding-top: 8px;  
}
#footer-widgets .widget h2.widget-title,.widget-title{font-size: 22px !important;}
a,span{
font-family:'yekan';
}
.slick-list{direction: ltr !important;}
#top-bar .tb-box .tb-icon {
  float: right;margin-left: 20px;
}
#top-bar .tb-box .tb-data {
 margin-right: 10px;
  margin-left: auto;
  display: block;font-family:'yekan';
}
#top-bar .tb-box .tb-data span{font-family:'yekan';margin-bottom: 9px;}
.medium-6{float: right;}
#home-map-section .row .medium-6{}
.search-box .search-field {
    float: left;
}
.top-menu .main-navigation ul {
    text-align: right;
}
/* wordpress farsi themes design: http://bigtheme.ir - http://bigtheme.ir */
#footer-widgets .widget ul li a,#footer-widgets .widget ul li,.textwidget{
    font-family: tahoma;
    font-size: 12px;
    text-align: justify;
}
.site-footer .social-icons ul li {float: left;}