/*
Theme Name: Twenty Sixteen Child
Theme URI: https://zg_inovacija_eu/
Author: Omnima
Author URI: https://zg_inovacija_eu/
Template: twentysixteen
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen-child
*/

body {
	font-size: 14px;
}

body:not(.custom-background-image).admin-bar:before {
    top: 0px;
}

body:not(.custom-background-image):before {
	height: 0px;
}

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):after {
		display: none;
	}
}

.site{
	background-color: #f1f1f1;
}

.site {
	margin: 0px;
}

.site-inner {
		background-color: #FFFFFF;
}

.site-header {
	padding: 0em;
}
	
@media screen and (min-width: 61.5625em) {
	.site-header{
		padding: 0px;
	}
	.site-content {
		padding: 0 3.5455%;
	}
	.header-image img{
		width: 100%;
	}
}

.site-header-main,
.widget-title,
.site-footer .site-info{
	width: 100%;
	padding: 0em 2em;
	background-color: #3b5998;
	color: #FFFFFF;
}


#masthead a {
	color: #FFFFFF;	
}
#masthead a:hover {
	color: #85b5d6;	
}

.site-branding, 
.site-header-menu, 
.header-image {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.header-image {
	margin-top: 0em;
}

.site-title{
	font-size: 28px;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.5em 1em;
}

.site-branding .site-title a {
	color: #FFFFFF;
}

/* FOOTER */
footer nav {
	display: none;
}

.site-footer {
	margin: 0px;
	padding: 0px;
}

.site-info {
	margin: 0px;
	padding: 1em 2em !important;
}

.site-info a {
	color: #FFFFFF;
}
.site-info a:hover,
.site-info a:focus,{
    color: #FFFFFF;
}

.site-footer .site-info .site-title a {
	color: #FFFFFF;
}


.entry-title,
.post-title,
.post-navigation .post-title,
#reply-title,
.comments-title	{
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 20px;
	font-size: 1.2rem;
	line-height: 1.225;
	margin-bottom: 1.05em;
	padding: 0.2em 0.5em;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.pagination .prev, 
.pagination .next {
	background: #3b5998;
}


.widget-title{
	color: #FFFFFF;
	padding: 0.3em 0.8em;
}



.comments-area, 
.widget, 
.content-bottom-widgets .widget-area {
    margin-bottom: 1.05em;
}

#top-sidebar-1 {
	margin-bottom: 1.35em;	
}

.site-main > article {
    margin-bottom: 3em;
}

.login h1 a {
    background-image: url(https://omnima.hr/zg_inovacija_eu/wp-content/uploads/2017/03/16997810_1367059316648967_2029293402750489512_n-1.png);
    background-size: cover;
    height: 200px;
    width: 200px;
}

#search-2 {
	border: none;
}

/* Admin bar*/
#wpadminbar {
	background-color: #3b5998 !important;
	border-bottom: 1px solid #6176a2;
}
#wp-admin-bar-wp-logo {
	display: none !important;
}
#wp-admin-bar-new-content {
	background-color: #35a927 !important;
}

@media screen and (max-width: 61.5625em) {
	#wp-admin-bar-site-name > a{ 
		font-size: 0;
	}
	
	#top-sidebar-1{
		padding: 0 7.6923%;
	}
}

#text-2 h1{
	margin: 0px;
}

#wp-admin-bar-search {
	display: none !important;
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
   position: initial;
}


.natjecaj {
	color: #FFFFFF;
	background-color: #35a927;
	padding: 2px 10px;
	border-radius: 25px;
}

.page-header {
    background-color: #3b5998;
    padding: 10px 20px;
    margin-top: 20px;
}
.page-header,
.taxonomy-description {
    color: #ffffff;
}

/* Sidebar Widgets */
.widget li {
	list-style: none;
}

.widget, 
.page-header, 
.pagination, 
.comments-title, 
.comment-reply-title, 
.post-navigation {
    border: none;
}

.widget_meta ul li:nth-child(3),
.widget_meta ul li:nth-child(4),
.widget_meta ul li:nth-child(5){
	display: none;
	display: none;
}

.widget_ratings-widget > ul > li > a:before{
	font-family: 'FontAwesome';
	content: '\f005';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}

.comments-link a:before,
.widget_recent_comments > ul > li > .comment-author-link:before{
	font-family: 'FontAwesome';
	content: '\f075';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}

.widget_recent_entries > ul > li > a:before{
	font-family: 'FontAwesome';
	content: '\f234';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
	color: #35a927;
}

#lct-widget-natjecaji > li > a:before{
	font-family: 'FontAwesome';
	content: '\f19c';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
	color: #35a927;
}

.cat-links a:before,
.widget_categories ul > li.cat-item > a:before{
	font-family: 'FontAwesome';
	content: '\f07c';
	position: relative;
	margin-right: 5px;
	font-size: 110%;
}

#lct-widget-natjecaji .children .cat-item a,
.widget_categories .children .cat-item a {
	color: #686868;
}

/* Izbornik */
.menu-toggle {
	margin: 5px;
}

#site-header-menu,
#menu-toggle,
.menu-toggle,
.menu-toggle i,
.menu-toggle:hover,
.menu-toggle:focus,
.main-navigation a {
	border-color: #FFFFFF;
    color: #FFFFFF;
}

#menu-glavni-izbornik > li > a {
	text-decoration: underline;
}

/* Post meta */
.entry-footer .byline .author a {
	color: #000000;
}

.entry-footer .cat-links a {
	color: #3b5998;
}

/* Fontovi */
h1 {
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
body,
p {
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
a {
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 20px;
}
blockquote {
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}