/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman
	Version: 1.0.8
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskannada.css);
/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
body { font-family: "Noto Sans",'Noto Sans Kannada', Arial, sans-serif; color: #000; letter-spacing: 0.09em !important; word-spacing: 0.08em !important;}


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Noto Sans",'Noto Sans Kannada', Arial, sans-serif;
	letter-spacing: 0.09em !important; 
	word-spacing: 0.08em !important;
}

a, .themeform label .required, #flexslider-featured .flex-direction-nav .flex-next:hover, #flexslider-featured .flex-direction-nav .flex-prev:hover, .post-hover:hover .post-title a, .post-title a:hover, .s1 .post-nav li a:hover i, .content .post-nav li a:hover i, .post-related a:hover, .s1 .widget_rss ul li a, #footer .widget_rss ul li a, .s1 .widget_calendar a, #footer .widget_calendar a, .s1 .alx-tab .tab-item-category a, .s1 .alx-posts .post-item-category a, .s1 .alx-tab li:hover .tab-item-title a, .s1 .alx-tab li:hover .tab-item-comment a, .s1 .alx-posts li:hover .post-item-title a, #footer .alx-tab .tab-item-category a, #footer .alx-posts .post-item-category a, #footer .alx-tab li:hover .tab-item-title a, #footer .alx-tab li:hover .tab-item-comment a, #footer .alx-posts li:hover .post-item-title a, .comment-tabs li.active a, .comment-awaiting-moderation, .child-menu a:hover, .child-menu .current_page_item > a, .wp-pagenavi a {
    color: #3b8dbd;
}

.post-list .post, .post-list .page {
	width:100%;
}


.site-description {
	line-height: 15px; 
	font-size: 14px;
	margin-left: 0px;
	float: none; 
}

.site-title {
	line-height: 10px;
	font-size: 35px;
	font-weight: 500;
	float: none; 
}

.site-title-thejeshgn {
	font-size: 18px;

}

.entry {
  font-size: 16px;
}

.entry.excerpt {
    color: #666;
}

.entry table {
  text-align: left;
  font-size: 18px;
}
.entry table td {
 text-align: left;
 font-size: 18px;
}

.widget, .widget {
    color: #333;
}

.widget a {
  color: #3b8dbd;
}

.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #444; }

.entry table th {
  text-align: left;
}

.breadcrumbs{
	padding: 10px 0px 0px 30px;
	text-transform: uppercase;
	font-size: 12px;
}

.list_none {
 list-style: none !important;
}


sup.footnote a {
    color: red;
    font-size: 160%;
	text-decoration: underline;
}



/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}



/* Print Style start */
@media print {

#comments, .sidebar, .nav-container, .sharedaddy, .post-nav, .related-posts, #commentform, .related-posts, ul.related-posts.group, img#wpstats, section#comments, a#back-to-top, i.fa.fa-angle-up  {
	display:none !important;
}

.main-inner {
    padding-right: 0 !important;
	background-color: #fff !important;

}

section.content {
    background-color: white !important;
}

h4.heading {
	display:none !important;
}

}
/* Print Style end */
