/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

.HeaderLine h1 {
	font-weight: 900;
	
}

.feature-icon, .feature-item.big-icons-size, .feature-icon {
	display: none !important;
}

.feature-items p {
	padding: 0px 20px;
}

.popular-posts li:before {
	content: "\e86c";
    margin-right: 10px;
    margin-left: 2px;
    font-family: "fontello";
    text-decoration:none;
}

.popular-posts li {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0;
}

.popular-posts li:first-child {
	border-top: 1px solid #e5e5e5;
}

.widget-title {
	font-weight: 700 !important;
	color: #3ebae8 !important;
}

.recipe-steps li {
	margin-bottom: 15px;
}

.recipe-ingredients li, .recipe-variation li {
	margin-bottom: 7px;
}

.recipe-steps {
	margin-bottom: 50px;
}