@font-face {
    font-family: 'Yekan';
    src: url('fonts/WebYekan.eot');
    src: url('fonts/WebYekan.eot?#iefix') format('embedded-opentype'),
         url('fonts/WebYekan.woff') format('woff'),
         url('fonts/WebYekan.ttf') format('truetype'),
         url('fonts/WebYekan.svg#WebYekan') format('svg');
}
/*
@font-face {
  font-family: mitra;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/BMitraBold.woff') format('woff');
}
@font-face {
  font-family: mitra;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/BMitra.woff') format('woff');
}
*/
/*
Theme Name: NewsNow

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.

https://codex.wordpress.org/Right_to_Left_Language_Support

*/

/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/
body, .breadcrumbs h3, .section-header h3, label, input, input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="password"], textarea, button, .btn, input[type="submit"], input[type="reset"], input[type="button"], table, .sidebar .widget_ad .widget-title, .site-footer .widget_ad .widget-title {
    font-family: Yekan !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Yekan !important;
}
#primary {
    float: right;
}
.sidebar {
    float: left;
}
#featured-content {
    float: right;
    margin-left: 20px;
    margin-right: inherit;
}
.content-block-1 .post-big {
    float: right;
}
.content-block-1 .post-small {
    float: left;
}
.content-block-1 .post-small .thumbnail-link {
    float: right;
    margin-right: inherit !important;
    margin-left: 15px !important;
}
.content-block .section-heading .section-more-link {
    left: 12px;
    right: inherit;
}
.footer-columns .footer-column-1, .footer-columns .footer-column-2, .footer-columns .footer-column-3, .footer-columns .footer-column-4 {
    float: right;
}
.sf-menu > li {
    float: right;
}
.sf-menu {
    float: right;
}
.header-search {
    left: 0;
    right: inherit;
}
.header-search .search-submit {
    border-right: 1px solid #e9e9e9;
    left: 0;
    right: inherit;
    border-left: inherit;
}
.single .entry-header .entry-meta {
    float: right;
}
#secondary-menu.sf-arrows .sf-with-ul::after {
    left: 22px;
    right: inherit;
}
#secondary-menu.sf-arrows li li .sf-with-ul::after {

    margin-top: -5px;
    left: 4px;
    right: inherit;

}
.sf-menu ul {
    right: 0;
    left: inherit;
}
.sf-arrows ul .sf-with-ul::after {
    left: 5px;
    margin-left: 0;
    right: inherit;
    margin-right: inherit;

}
.sf-menu ul ul {
    right: 210px;
    left: inherit;
}
.sf-arrows ul .sf-with-ul::after {
    content: '\f503'
}
@media screen and (min-width: 600px) {
.header-ad {
    float: left;
}
	.site-branding {
    float: right;
    text-align: right;
}
}
#site-bottom .footer-nav li {

    border-left: 1px solid #ddd;
    margin-left: 15px;
    padding-left: 15px;
    border-right: inherit;
    padding-right: inherit;
    margin-right: inherit;
}
#site-bottom .site-info {
    float: right;
}
#site-bottom .footer-nav {
    float: left;
}
.sidebar .widget .widget-title span {
    padding-right: 0px;
    padding-left: 10px;
}
#featured-content .featured-slide .entry-title {
    text-align: right;
}
.content-loop .thumbnail-link {
    float: right;
    margin: 0px 0px 0px 10px;
}