/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Skupni slogi */
.hozana-item p {
	margin-bottom:0;
}
a {
	/* color:#000!important; */
}

/* Privzeti prikaz */
.hozana-layout-default {
	background-color:#fff;
	padding:20px 30px;
	max-width:500px;
	font-family:arial,sans-serif;
	font-size:12px;
	line-height:1.5;
}
.hozana-layout-default a {
/*	color:#000; */
}
.hozana-layout-default a:hover {
	text-decoration:underline;
}


/* Prikaz 1 */
.hozana-layout-1 {
	padding:20px;
	max-width:500px;
	font-size:14px;
	border: 2px solid #999;
	border-radius:10px
}
.hozana-layout-1 a {
/*	color:#000; */
}
.hozana-layout-1 a:hover {
	color:#9c1c20!important;
}
.opis_1 {
	font-weight:700;
}

/* Prikaz 2 (banner) */
.hozana-layout-2 {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:30px 0;
}
.vrstica_2 {
	font-size:30px;
	padding-bottom:15px;
}

/* Prikaz 4 (avdio) */
.hozana-layout-4 {
	padding:18px;
	max-width:500px;
	font-size:14px;
	border: 2px solid #999;
	border-radius:10px;
	background:#ffc6c6;
}
.hozana-layout-4 a {
	color:#000; 
}
.hozana-layout-4 a:hover {
	color:#9c1c20!important;
}
.naslov_4 {
	font-size:20px;
	font-weight:700;
	margin-bottom:6px!important;
}
.vrstica_4 {
	margin-bottom:12px!important;
}
audio.predvajalnik_4  {
	width:100%!important;
}