/*
 Theme Name: PARsis-20-16
 Description: The custom theme 20-16-PARsis using the parent theme Twenty Sixteen.
 Author: Uroš Parazajda (PARsis, d.o.o.)
 Author URI: https://d-p.si
 Template: twentysixteen
 Version: 1
*/

.site-branding {
width:100%;
max-width:700px !important;
}

.custom-logo {
    max-width: 100% !important;
}

.site-header {
    padding: 3.25em 4.5455% 1.5em 4.5455%;
}

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

.site {
opacity: 0.9;
}

/**/
.site-info { 
	display: none; 
}

.site-title {
    font-size: 2.25rem;
}
.site-description {
	font-size: 1.25rem;
    margin: 0.538461538em 0 0.538461538em 0;
}

/* Nastavimo razmik v seznamu prispevkov */
.site-main > article {
    margin-bottom: 3.0em;
}

/* Oblika naslova prispevka v seznamu */
.entry-title {
    font-size: 40px;
    font-size: 2rem;
    line-height: 1.225;
    margin-bottom: 0.25em;
}

/* Oblika izpisa povzetka prispevka v seznamu */
body:not(.search-results) .entry-header + .entry-summary {
	margin-top: 0em;
	font-size: 1.2rem;
	margin-bottom: 0.25em;
}

/* Odstranimo prikaz kategorij pri vsakem prispevku na seznamu */
.cat-links {
	display: none !important;
}
