/**
 * @package      Thz Framework
 * @copyright    Copyright(C) since 2015  Themezly.com. All Rights Reserved.
 * @author       Themezly
 * @license      http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 * @websites     http://www.themezly.com | http://www.youjoomla.com
 */
/* 
	Do not edit this file directly. Instead create child theme and add your style in theme_name-child/style.css 
	or copy this file over to theme_name-child/assets/css/ and edit it there.
	If however you just need some small CSS overrdies, you can use Custom CSS textarea in theme options. 
*/ 

/* Sticky */
#thz-wrapper article.sticky .thz-grid-item-in {
	background: #fcfcfc;
	padding: 30px;
	border: 1px solid #eaeaea;
}
#thz-wrapper article.sticky .thz-grid-item-intro{
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	border:none;
}

/* Sidbar widgets fonts adjustment */
.thz-sidebars .thz-tweet-title,
.thz-sidebars .widget_archive li > a,
.thz-sidebars .widget.woocommerce li > a,
.widget_recent_comments li a,
.thz-posts-widget-list .post-title,
.thz-has-list li > a,
.thz-has-list span > a{
	font-weight:600;
}