/*
	Theme Name: Prazno
	Theme URI: 
	Author: Prazno
	Author URI: 
	Description: Prazno
	Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Literata:ital,opsz,wght@0,7..72,400;0,7..72,500;0,7..72,700;1,7..72,400;1,7..72,500;1,7..72,700&family=Noto+Color+Emoji&family=Poppins:wght@500;600&display=swap');

:root{
	--txt: Navy;
	--p: RoyalBlue;
	--t: Navy;
	--w: Azure;
}

html{margin:0;padding:0;}
body{
	margin: 0;
	padding: 0;
	font-family: 'Literata', serif;
	font-size: 100%;
	line-height: 1.5em;
	color: var(--txt);
	background: var(--t);
}
*, *:before, *:after {box-sizing:  border-box !important;}

a, a:link, a:visited{
	color: var(--txt);
	text-decoration: underline;
}
a:hover, a:active{
	color: var(--txt);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	margin: 0;
}

strong, b{font-weight: 700;}
em, i{font-style: italic;}

.header{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	width: 100%;
	float: left;
	margin: 0;
	padding: .75em calc(100% / 12 * 2) 0;
	color: var(--w);
	position: relative;
	/*z-index: -1;*/
}
.header ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header li{
	width: calc(100% / 6);
	float: left;
	margin: 0;
	padding: 0;
}
.header li.lang-item{
	width: calc(100% / 12);
	float: left;
	margin: 0;
	padding: 0;
}
.header .menu a, .header .menu a:link, .header .menu a:visited{
	color: var(--w);
	background: transparent;
	text-decoration: none;
	padding: .75em 0 .5em;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1em;
	width: 100%;
	float: left;
	text-align: center;
	border-radius: .5em .5em 0 0;
}
.header .menu a:hover, .header .menu a:active{
	background: var(--t);
}
.header .menu .current-menu-item a:link, .header .menu .current-menu-item a:visited{
	color: var(--txt);
	background: var(--w);
	font-weight: 600;
}
.header .menu .current-menu-item a:hover, .header .menu .current-menu-item a:active{
	cursor: default;
}

h1{display: none;}

.sadrzaj{
	width: 100%;
	padding: 6em calc(100% / 12 * 2) 9em;
	float: left;
	background: var(--w);
}
.image{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	left: 0;
	top: 0;
}
.image img{
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	object-fit: cover;
}
.shadow{
	position: absolute;
	width: 100%;
	height: calc(100% - 3em);
}
h2{
	font-size: 9em;
	line-height: 1em;
	margin: 1em 0;
	width: 100%;
	text-align: center;
	float: left;
	/*text-shadow: 0 0 .125em var(--t);*/
}
.excerpt{
	float: left;
	width: 100%;
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
img{
	width: 100%;
	height: auto;
	float: left;
}
img.size-large{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 3em;
	margin-top: 3em;
}
img.size-medium{
	width: calc(100% / 8 * 4);
	margin: 3em calc(100% / 8 * 2) 3em;
	height: auto;
	float: left;
}
.excerpt p{
	text-align: center;
	font-weight: 400;
	font-style: italic;
}
h3{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.5em;
	line-height: 1em;
	margin: 3em 0 1.5em 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
}
p{
	width: calc(100% / 8 * 4);
	margin: 0 calc(100% / 8 * 2);
	float: left;
	text-align: justify;
	font-weight: 500;
}
p+p{
	margin-top: 1.5em;
}
.sadrzaj ul, ol{
	width: calc(100% / 8 * 4);
	margin: 1.5em calc(100% / 8 * 2);
	float: left;
	padding: 0;
	font-weight: 500;
}

.sadrzaj ul{
	list-style: none;
}
.sadrzaj ul li::before{
	content:'\2014';
	float: left;
	display: inline-block;
	width: 2em;
}
.sadrzaj ul li{
	padding: 0 2em;
	text-indent: -2em;
	margin-bottom: 1.5em;
	text-align: justify;
}

dl{
	width: calc(100% / 8 * 4);
	margin: 0 calc(100% / 8 * 2) 1.5em;
	float: left;
}
dt, dd{
	float: left;
	width: 50%;
	border-bottom: 1px solid var(--txt);
	margin: 0;
	padding: .375em 0;
}
dt:first-of-type, dd:first-of-type{
	border-top: 1px solid var(--txt);
}

table{
	width: calc(100% / 8 * 4);
	margin: 1.5em calc(100% / 8 * 2);
	float: left;
}
th{
	width: 100%;
	float: left;
	font-weight: 400;
	background: var(--txt);
	color: var(--w);
	padding: .375em 0;
}
tr{
	border-bottom: 1px solid var(--txt);
	float: left;
	width: 100%;
	font-weight: 500;
}
td{
	width: calc(100% / 3);
	float: left;
	text-align: center;
	border-left: 1px solid var(--txt);
	padding: .1875em 0;
}
td:last-child{
	border-right: 1px solid var(--txt);
}

.gallery img{
	margin: 0;
	border: none !important;
}
.gallery-item{
	margin: 0 !important;
}
.gallery-item dt{
	width: 100%;
	border: none !important;
}
.gallery a{
	float: left;
	padding: .75em;
}
.pswp__bg{background:var(--w)!important;opacity:.75!important;}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before, .pswp__top-bar, .pswp__caption.pswp__ui--idle{background-color:transparent!important;}
.pswp__button--zoom, .pswp__button--fs, .pswp__button--close, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before{background:url('http://www.villamoro.com/wp-content/uploads/2019/11/controls.png')!important;}
.pswp__counter{color:var(--txt)!important;opacity:1!important;}
.pswp{font-family:'Poppins',sans-serif;}

.postovi{
	width: 100%;
	float: left;
	margin: 9em 0 3em;
}
.post{
	width: 25%;
	padding: .75em;
	float: left;
}
.post img{
	margin: 0;
	opacity: 1;
}
.post a:hover img{
	opacity: .75;
}
.post h3{
	margin: .75em 0;
	letter-spacing: 0;
	text-transform: none;
}

.footer{
	width: 100%;
	float: left;
	padding: 3em 0 3em;
	background: var(--t);
	color: var(--w);
}
.footer p{
	float: left;
	margin: 0;
	width: 100%;
	text-align: center;
}
.footer a, .footer a:link, .footer a:visited{
	color: var(--w);
	text-decoration: none;
}
.footer a:hover, .footer a:active{
	color: var(--w);
	text-decoration: underline;
}

::selection, .footer p::selection{
	color: var(--w);
	background: var(--t);
}
::-moz-selection, .footer p::-moz-selection{
	color: var(--w);
	background: var(--t);
}

@media only screen and (max-width: 1900px) {
	.post{
		width: calc(100% / 3);
	}
}

@media only screen and (max-width: 1440px) {
	table, dl, .sadrzaj ul, ol, p, img.size-medium{
		width: calc(100% / 8 * 6);
		margin-left: calc(100% / 8 * 1);
		margin-right: calc(100% / 8 * 1);
	}
	.header{
		padding: .75em 1.5em 0;
	}
}

@media only screen and (max-width: 1420px) {
	.post{
		width: 50%;
	}
}

@media only screen and (max-width: 960px) {
	.sadrzaj{
		padding: 6em 0 9em;
	}
	table, dl, .sadrzaj ul, ol, p, img.size-medium{
		width: calc(100% / 8 * 6);
		margin-left: calc(100% / 8 * 1);
		margin-right: calc(100% / 8 * 1);
	}
	.header li {
		width: calc(100% / 3);
	}
	.header li.lang-item {
		width: calc(100% / 6);
	}
	.header .menu a, .header .menu a:link, .header .menu a:visited{
		border-radius: .5em;
	}
	.header .menu{
		margin-bottom: 1.5em;
	}
	h2{
		font-size: 7.5em;
	}
}

@media only screen and (max-width: 640px) {
	table, dl, .sadrzaj ul, ol, p, img.size-medium{
		width: calc(100% - 3em);
		margin-left: 1.5em;
		margin-right: 1.5em;
	}
	.header li {
		width: calc(100% / 3);
	}
	.header li.lang-item {
		width: calc(100% / 6);
	}
	h2{
		font-size: 6em;
	}
	.postovi{
		margin: 6em 0 0;
	}
	.sadrzaj{
		padding: 4.5em 0 7.5em;
	}
}

@media only screen and (max-width: 480px) {
	.header li {
		width: 100%;
	}
	.header li.lang-item {
		width: 50%;
	}
	h2{
		font-size: 4.5em;
	}
	h3{
		font-size: 1em;
		line-height: 1em;
	}
	.excerpt{
		font-size: 1.5em;
		line-height: 1.5em;
	}
}