/*
	Theme Name:   Hueman Child
	Theme URI:    http://alxmedia.se/themes/hueman/
	Description:  A child theme of hueman.
	Author:       Rabin .Y
	Author URI:   https://blog.rabin.io
	Template:     hueman
	Version:      1.0.1
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain:  hueman
*/

/* @import url("../hueman/style.css"); */ 

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */

body {
    font-family: "Open Sans Hebrew","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.post-title {
    font-family: 'Open Sans Hebrew Condensed', 'Open Sans Hebrew', sans-serif;
}

.site-description
{
    direction: ltr;
}


/* Tablet - 800px, 768px & 720px */
/*
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
    .post-standard .post-inner { padding-left: 0px; }
    .post-standard .post-thumbnail { max-width: 4rem; }
}
*/

/* Mobile - 480px & 320px */
/*@media only screen and (max-width: 719px) {
	.mystyle {}
    .post-standard .post-inner { padding-left: 0px; }
}
*/


/* Mobile - 320px */
/*@media only screen and (max-width: 479px) {
	.mystyle {}
    .post-standard .post-inner { padding-left: 0px; }
	.post-standard .post-thumbnail { 
		margin-left: -4rem;
		max-width: 3rem;
	 }
}
*/

.rtl {direction: rtl;}
.ltr {direction: ltr;}

/*
.post-standard .post-inner { padding-left: 0px; }
.post-standard .post-thumbnail { float: right; }
*/
