/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/
.blog-page .post h1 {
    font-size: 36px;
   
}
.napomena {
    background-color: #00c1cf;
    color: #fff;
    margin: 0.5em 0;
    padding: 0.5rem;
}
.right {
    float: right!important;
    margin-left: 0.8rem !important;
}
h2 {
    border-bottom: thin solid grey;
	line-height: 1.5!important
}
h6{
    text-transform: none !important;
	font-size:14px !important
}
h5, h6 {
	margin: 0;
}
    

/* Vezano za TOC sadržaj */

#sidebar .widget > ul > li ul li a:before {
    content: ''!important;
    margin-right: 0px!important;
}
.toc_number{
	display:none
}

#sidebar .widget ul li:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #cccccc;
}
#sidebar .widget > ul > li {
    border-bottom: 1px solid #efefef;
    position: relative;
    padding: 10px 0;
    font-weight: 600;
}

#sidebar .widget > ul > li ul li {
    background: none;
    padding: 10px 0 10px 14px;
    border-bottom: 1px dashed #efefef;
    font-weight: 400;
}