/* Logo & Text Widget */
.idz-logo-widget{width:117px; margin-bottom:18px;}
.idzuilogotext_widget i, .idzuilogotext_widget i.small{
	font-size: 20px;
	margin-right:20px;
}

.idzuilogotext_widget a:hover{
	 color: #aeaeae
}

/* Popular Post */
.panel-popular {
    padding: 30px;
}

.panel-popular  img{
	width:60px;
	margin-right:20px;
	float:left;
	margin-top:6px;
}

.panel-popular span{
	display:block;
	overflow:hidden;
}

.uk-list-line > li:nth-child(n+2) {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ddd
}

.uk-list-line > li a,.uk-list-line > li a:visited {
    color: #939292
}

.uk-list-line > li a:hover {
    color: #009FE5;
    text-decoration: none
}

/* Flickr */
ul#flck-thumb {
    margin: 0 -17px 0 -7px;
	clear:both;
}

ul#flck-thumb div.no-image {
    display: none
}

.thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.thumbs div {
    width: 89px;
    height: 89px;
    list-style: none;
    float: left;
    margin: 0 8px 16px
}

.thumbs div img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.thumbs div a img {
    border: none
}

/* Newsletter */
#idz-ui-newsletter{background-color:#444;}
#idz-ui-newsletter input[type="email"] {
    height: 44px;
    padding: 4px 12px;
    font-size: 14px;
    color: #b6b6b6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 15px 0 0;
}

#idz-ui-newsletter input[type="submit"] {
    margin: 0 ;
	font-weight:700;
	font-size:13px;
	color:#fff;
	 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#idz-ui-newsletter p:last-child{margin-bottom:0 !important}
#idz-ui-newsletter div.wpcf7 img.ajax-loader{display:none;}
#idz-ui-newsletter h3, #idz-ui-newsletter .sub{padding:0 40px;}