/*
Theme Name: Twenty Thirteen
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

See https://codex.wordpress.org/Right_to_Left_Language_Support
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.2 - Entry Meta
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.12 - Comments
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */

body {
	direction: rtl;
	unicode-bidi: embed;
	font-family: "Alef", Arial, Helvetica, sans-serif;
}




/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
 .entry-title {
	font-weight: normal;
}

.bt860 { margin: 0 5px;}

.bt940  { margin: 0 5px;}

.progal { margin: 5px;}

.progal a{ font-size: 16px; color: #fff;}
.progal a :hover { font-size: 16px; color: #fff;}
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */



/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

/* Navbar */
.nav-menu li a {
	color: #898989;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 10px 8px;
	text-decoration: none;
}

@media (min-width: 1700px) {
.nav-menu li a {
	display: block;
	font-size: 28px;
	line-height: 1;
	padding: 1px 18px;
	text-decoration: none;
}
}

@media (max-width: 999px) {
	.nav-menu li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 16px 4px;
	text-decoration: none;
}

}

