/*
Theme Name: javapaper-child
Author: Tothetheme
Author URI: https://tothetheme.com
Template: javapaper
Description: Child theme for the javapaper theme
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, right-sidebar, left-sidebar, custom-menu, custom-logo, theme-options, custom-colors, flexible-header, translation-ready, news, sticky-post, featured-images, threaded-comments
Text Domain: javapaper
*/
*/
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	font-family: 'Neulis Sans', sans-serif;
	font-weight: 100;
}
h1, h2, h3 {
	font-family: 'Neulis Sans', sans-serif;
	font-weight: 400;
	line-height: normal;
  	font-size: 16px;
}
a {
	outline: none;
	color: #050505;
	text-decoration:none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
a:hover {
	color: #666;
	text-decoration:underline !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;	
}
#site-footernavigation a:hover,
#site-navigation a:hover {
	text-decoration:none!important;
}

.jmodule-maintitle h3 {
	color: #FA3723 !important;
	font-size: 14px;
  }
.module-cat a {
background: #FA3723;
}
.module-cat::before {
border-top: 8px solid #FA3723;

}
.module16-time::before {
	color: #FA3723;
  }
.mega_main_menu.primary_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *, .mega_main_menu.primary_menu > .menu_holder > .menu_inner > ul > li:hover > .item_link *, .mega_main_menu.primary_menu > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link * {
color: #FA3723;
border-color: #FA3723;
}  
.footer-bottom-wrapper {
	background-color: #F0DDB1;
  }