#facebook-likebox-6{
	overflow: inherit;
}

.widget_facebook_likebox {
    overflow: inherit !important;
}

/*uklanjanje featured slike sa single postova*/
header.entry-image{
	display: none;
}

/*sticky footer na postovima - social icons*/
.sb_share{
	display: none;
}

#sidebar .widget .title, .slide-indigo .slides li .cat-links a, div.navigation span.current, #sb_super_bar.asphalt .sb_text-size a, #sb_super_bar.asphalt .sb_text-size span, #sb_super_bar.asphalt .sb_prev-next-posts .sb_next_post_info span.sb_category, .single .cat-links a, .header-archive{
	background-color: #292929;
}

/*blog post preview photos aspect ratio*/

.content-area.full-layout .recent-posts .post .post-thumb{
	  height: 0;
    overflow: hidden;
    padding-top: 66%;
    background: white;
    position: relative;
}

.content-area.full-layout .recent-posts .post .post-thumb img{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	object-fit: cover;
}

/*footer widgets*/
.footer-widgets .column{
	font-size: 14px;
}
/*pagination*/
div.navigation a{
	border: 0;
	color: #777777;
}
div.navigation a:hover{
	border: 0;
	color: #149ac1;
}
div.navigation span.current{
	background-color: white;
	background-color: transparent;
	border: 0;
	color: #149ac1; 
}
/*slider buttons*/
.slides li .slide_button a:hover{
	color: white;
	background-color: #0e7897;
}
.slides li .slide_button a{
	color: white;
	background-color: #149ac1;
}
/*font buttons*/
.readmore_button a, div.navigation, button{
	font-family: Muli;
}
/*search box*/
.sb-search .sb-icon-search:hover{
	color: white;
}
.sb-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.sb-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.sb-search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.sb-search.sb-search-open .sb-search-input{
	width: 300px;
	color: white;
}
.sb-search.sb-search-open .sb-icon-search:before{
	color: white;
}
/*categories titles in archives*/
.header-archive-custom{
	padding: 20px 30px 20px 0;
  background: white;
  margin: 0 0 40px;
}
.header-archive-custom h2.section-title{
  background: white;
  font-size: 60px;
  color: #4c4c4c;
	text-align: left;
}
/*menu logo and stuff*/
.menu-kategorije-container{
	display: inline-block;
	vertical-align: top;
}
#small-logo{
	display: none;
	vertical-align: top;
}
.small-logo-img{
	width: 40px;
	margin: 0 20px 0 0;
}