






body {
  margin: 0;
  font-family: arial, sans-serif;
	color:#4F4F4F;
	height: 100%;
}

a:link, a:active, a:visited {
	/*height: 65px;
	width:160px; */
  color: #00b213;
	text-decoration:none;
}
/*
a:hover {
	text-decoration:underline;
}
*/
#content-container {

}

.toggle-menu-button {
	display:  none;
}


.button-field-wrapper {

	display: inline-block;
}

.nearest-heading-block {
	margin-bottom: 10px;
}

.nearest-search-panel {
	margin: 0 0 24px;
	padding: 22px 26px;
	background: #fff8f1;
	border: 1px solid #f1dfc8;
	border-radius: 10px;
	line-height: 1.65;
}

.nearest-search-panel p {
	margin: 0 0 10px;
}

.nearest-search-panel p:last-child {
	margin-bottom: 0;
}

.nearest-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 18px;
	margin: 18px 0 24px;
	padding: 18px 20px;
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 10px;
}



.get-location-button {

	float: left;
	margin-left: 0;
}

.write-address {
	
	float: left;
	text-align: left;
	margin-left: 0;
	flex: 1 1 520px;
}

.get-location-button {
	align-self: center;
}

.write-address label {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}

.write-address input[type="search"] {
	min-width: 320px;
	width: min(100%, 520px);
	padding: 10px 12px;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
	font-size: 16px;
	margin-right: 8px;
}

.get-location-button .post-comment-button,
.write-address .post-comment-button {
	min-height: 42px;
	padding: 8px 16px;
}

#query-info {
	display: none;
	margin: 0 0 20px;
	padding: 16px 18px;
	background: #f6fbf6;
	border-left: 4px solid #00b213;
	border-radius: 8px;
	line-height: 1.6;
}

#query-info:not(:empty) {
	display: block;
}

.nearest-results {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.nearest-result-item {
	list-style: none;
	margin: 0;
}

.nearest-result-link {
	display: block;
	padding: 16px 18px;
	background: #fcfcfc;
	border: 1px solid #e6e6e6;
	border-left: 4px solid #00b213;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.nearest-result-link:hover {
	background: #f4fbf4;
	border-color: #cfe8cf;
	transform: translateY(-1px);
}

.nearest-result-rank {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff3e9;
	color: #c25a00;
	font-size: 13px;
	font-weight: 700;
}

.nearest-result-name {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #00b213;
}

.nearest-result-address {
	display: block;
	margin-top: 6px;
	font-size: 17px;
	line-height: 1.5;
	color: #555;
}



.no-ellipses {
	color: black;
	
	list-style: none;
}

.rating {

  background: url('../slike/rating_bg.png') top left no-repeat;

  width: 85px;

  height: 16px;
 /* margin-bottom: 50px; */
  display: inline-flex;

}



.rating .stars{

 /* position: absolute; */

  top: 0;

  left: 0;

  background: url('../slike/rating.png') top left no-repeat;

  height: 16px;

}


#aside p {
	border-bottom: 2px dotted #D6D6D6;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

h1 {
  font-size: 18px;
}

#container
{
	padding-top: 20px;
	margin: 0 auto;
	max-width: 960px;
}

#header
{
	padding: 5px;
	height: 120px;
	background-image:url('/slike/ozadje.gif');
	background-repeat:repeat-x;
}

#inside_header {
	/*width: 960px; */
	margin: 0 auto;
	width:  70%;
}

#header h1,
#header .site-title { 
  font-family: 'Griffy', serif;
  font-size: 46px;
  color: #ff8;
	display: block;
	margin: 0.67em 0;
	text-align: left;
	line-height: 1.1;
	
	text-shadow: 0 7px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

#content-container
{
	/*overflow: hidden; */
	/*float: left;
	width: 960px; */
	margin-bottom: 40px;
}

#content-container:after
{
	content: "";
	display: block;
	clear: both;
}

#aside
{
	display:  grid;
	clear: left;
	float: left;
	width: 180px;
	padding: 0px 30px 20px 0px;
	margin: 36px 20px 0 0;
  line-height: 1.2em;
	border-top: 10px solid #ff4900 ;/*#D6D6D6 */;
}

#aside h3 { margin: 0; }

#aside li {
	border-bottom: 2px dotted #D6D6D6;
	margin-top: 10px;
	list-style-type:  none;
	display:  block;
	padding: 10px;
	line-height: 1.4;
}
.openbtn {
	visibility: hidden;
}

#content {
	 
  background-color: white;
  overflow:auto;
  margin:10px;
  padding:  30px 10px;
  min-height:170px;
  line-height: 1.4em;
	border-radius: 3px;
	box-shadow: 6px 6px 20px #BABABA;
	max-width: 1200px;


}

#content h1,
#content h2 {
  margin: 0;
  padding-bottom: 16px;
	padding-top: 0px;
	line-height: 10mm;
}

#content h1,
h1.title {
	font-size: 42px;
	line-height: 1.15;
	color: #3f3f3f;
	letter-spacing: -0.02em;
}

#napisal {
	color: #70B8FF;
	margin: 0 0 8px;
}

#napisal b {
	color: #1F8FFF;
}

#msg {
	padding: 12px 14px;
	border-radius: 8px;
	background: #DBEDFF;
	line-height: 1.6;
}

#footer
{
	clear: both;
	text-align: center;
	padding: 20px;
	
	min-height: 40px;
	max-height: none;
	color: #000;
	font-size: 14px;
	border-top: 1px solid #A8A8A8;
	background: #DEDEDE;
	background-image: -moz-linear-gradient(top, #DEDEDE, #A8A8A8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#A8A8A8));
	background-image: linear-gradient(top, #DEDEDE, #A8A8A8);
	
}

#footer a {
	color: #1C5900;
	font-size: 14px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/*** POZICIONIRANJE FOOTERJA NA DNO STRANI S POMOČJO DODATNEGA <div>  ***/

html {
	height: 100%;
}

#non_footer {
	min-height: auto;
	margin-bottom: 0;
	position: relative;
}

#footer {
	position: relative;
}


/*** IZPIS KOMENTARJEV ***/
#komentarji { padding-bottom;} 
#komentarji th { vertical-align: bottom; text-align: center; } 
#komentarji td { border-top: 1px solid #957B47; }
#komentarji a { text-decoration: none; color: #857B47; }
#komentarji a:hover { text-decoration: underline; }
.komentarji { cursor:pointer;}

#nazaj { text-decoration: none; color: #857B47; }
#nazaj:hover { text-decoration: underline; } 


/*** GLASOVANJE ***/

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating {
	background: url(/slike/mala_zvezdica.gif) left -1000px repeat-x;
}

.star-rating {
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	float:left;
}

.star-rating li { display: inline; }

.star-rating a,
.star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover, .star-rating a:active {	background-position: left bottom; }
.star-rating a.one-star { width:20%; z-index:6; }
.star-rating a.two-stars {	width:40%; z-index:5; }
.star-rating a.three-stars {	width:60%; z-index:4; }
.star-rating a.four-stars { width:80%;	z-index:3; }
.star-rating a.five-stars { width:100%; z-index:2; }
.star-rating .current-rating { z-index:1; background-position: left center; }

div#vote { display: none; }
div#izpis_zvezdic {
	display: inline;
	color: #621702;
	font-size:12px; 
	float:left;
/*	padding-left:50px; */
	padding-top: 3px;
}

.sidebar {
	padding:  10px 10px 10px 0px;

}
ul {
	/*padding:  0px 0px 0px 10px; */
}

#toggle {
	display: none;
}

.fa {
	display:  none;
	
	background: white;
}

.fa-facebook {
  background: #3B5998;
  color: white !important; 
  height: 30px !important;
  width: 25px !important;
  text-align: center;
  padding:  8px 2px 0 2px;
  border-radius: 3px;
  
}

.fa-facebook:before {
	font-size: 25px;
}


.seznam {
	list-style-type: none;
	list-style: none;
	color: black;
}

.naslov-najboljse {
	color: #4F4F4F;
/*	font-weight: bold; */
	font-size:  20px;
}

.naslov-desno {
	color: #00b213;
	font-size: 20px;
}

.ocena {
	color: #4F4F4F;
	font-size: 15px;
	margin-bottom: 10px;
	/*display: block ruby; */
	margin-left: 21px;
}

.rating {
	margin-left: 10px;
}

.places-intro {
	margin: 0 0 18px;
	color: #4f4f4f;
}

.page-heading-block {
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ededed;
}

.page-title {
	margin: 8px 0 0;
	color: #3f3f3f;
	letter-spacing: -0.02em;
	font-size: 42px;
	line-height: 1.15;
}

.nav-route {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #668066;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.nav-route a {
	text-decoration: none;
	color: #00a312;
	font-weight: 600;
}

.nav-route a:hover {
	text-decoration: underline;
}

.nav-separator {
	color: #9aa79a;
	font-size: 16px;
}

.nav-current {
	color: #566556;
	font-weight: 600;
}

.places-list {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px 18px;
}

.places-list-item {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #e6e6e6;
	border-left: 4px solid #d9d9d9;
	border-radius: 6px;
	background: #fcfcfc;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.places-list-item a {
	display: block;
	text-decoration: none;
	color: #007f0c;
	font-weight: 600;
}

.places-list-count {
	color: #5f7a5f;
	font-weight: 500;
}

.places-list-item:hover {
	background: #f4fbf4;
	border-color: #cfe8cf;
	border-left-color: #00b213;
}

.places-list-item-featured {
	border-left-color: #ff4900;
	background: #fff8f3;
}

.restaurant-list {
	list-style: none;
	padding: 0;
	margin: 14px 0 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.restaurant-list-item {
	margin: 0;
}

.restaurant-list-link {
	display: block;
	padding: 14px 16px;
	border: 1px solid #e6e6e6;
	border-left: 4px solid #00b213;
	border-radius: 8px;
	background: #fcfcfc;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.restaurant-list-link:hover {
	background: #f4fbf4;
	border-color: #cfe8cf;
	transform: translateY(-1px);
}

.restaurant-list-name {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #00b213;
	line-height: 1.2;
}

.restaurant-list-address {
	display: block;
	margin-top: 6px;
	color: #555;
	font-size: 17px;
	line-height: 1.5;
}

.restaurant-list-ranked .restaurant-list-link {
	position: relative;
	padding-top: 18px;
}

.restaurant-rank-badge {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff3e9;
	color: #c25a00;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.restaurant-score-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
	color: #4f4f4f;
	font-size: 15px;
	flex-wrap: wrap;
}

.restaurant-score-text {
	line-height: 1.4;
}

.book-list {
	margin: 26px 0 10px;
	border-top: 1px solid #ece4d9;
}

.book-list-item {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	padding: 22px 0;
	border-bottom: 1px solid #ece4d9;
}

.book-cover-link {
	flex: 0 0 110px;
	display: block;
}

.book-cover {
	display: block;
	width: 110px;
	height: auto;
	border: 1px solid #ddd2c5;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	background: #fff;
}

.book-copy {
	flex: 1 1 auto;
	padding-top: 6px;
}

.book-title {
	display: inline-block;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #2f2f2f;
	text-decoration: none;
}

.book-title:hover {
	color: #00a312;
	text-decoration: underline;
}

.book-meta {
	margin: 10px 0 8px;
	font-size: 17px;
	line-height: 1.65;
	color: #555;
}

.book-note {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #9a5d18;
}

.comment-card {
	margin: 14px 0 18px;
}

.comment-meta {
	font-size: 18px;
	line-height: 1.5;
}

.comment-author {
	font-weight: 700;
	color: #1F8FFF;
}

.comment-date {
	font-size: 12px;
	color: #5d86aa;
}

.comment-text {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}


@media screen and (max-width: 700px) {



	.nav-route {
		font-size: 20px;
	}

	#content {
		padding: 5px 10px 0px 5px;
	}



	ul {
	  padding:  0px 0px 0px 10px; 
	}

	.places-list {
		padding: 0;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.restaurant-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.restaurant-list-name {
		font-size: 24px;
	}

	.restaurant-list-address {
		font-size: 16px;
	}

	.book-list-item {
		gap: 16px;
		padding: 18px 0;
	}

	.book-cover-link {
		flex-basis: 84px;
	}

	.book-cover {
		width: 84px;
	}

	.book-title {
		font-size: 22px;
	}

	.book-meta {
		font-size: 16px;
	}

	
	#content h2 {
		padding-top: 10px;
	}

	.rating {
		margin-left: 10px;
	}


	.ocena {
	color: #4F4F4F;
	font-size: 15px;
	margin-bottom: 10px;
	/*display: grid; */
	
}

	.button-field-wrapper {
		display: grid;
	}

	.nearest-controls {
		display: grid;
		gap: 14px;
		margin: 16px 0 20px;
	}

	.get-location-button {
		float: none;
		display: grid;
		margin-left: 0px;
	}

	.write-address {
	float: none;
	margin-left: 0px;
	}

	.write-address input[type="search"] {
		min-width: 0;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#query-info {
		margin-bottom: 16px;
	}

	.nearest-result-name {
		font-size: 24px;
	}

	.nearest-result-address {
		font-size: 16px;
	}

	.open-post-comment-section {
		text-align:  center;

	}


	.post-data-wrapper {
		margin: 20px;
	}

	.alert {
		font-weight: bold;
	/*	color: red; */
	}

	small {
		font-weight: normal;
	}
	.levo {
		text-align: center;
		font-weight: bold;
	}
	.post-comment-button {
		display:  grid;
		margin: 0 auto;
	/*	width: 30%; */
		
		border-radius: 10px;
		background: #ff4900;
		border: none;
		color: white;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 10px;
		min-height: 15px;
		font-size: 15px;
	}

	.map-responsive {

	}

	select#komentar {
		height: 30px;
	}

	#post-comment-form {
		width: 100%;
		border-radius: 5px;
		font-size: 18px;
	}

	input#komentar {
		padding: 3px;
	}
	form#komentar {
		width: 100%;
		border-radius: 5px;
		font-size: 18px;
		border: none;
		background: white;
		color: black;
	}

	#komentar {
		width: 100%;
		border-radius: 5px;
		font-size: 18px;
		border: 1px solid #999;
		background:  #F8F8F8;
		margin-bottom: 10px;
	}

	#komentar:placeholder {
		color: gray;
	}

	#komentar:focus {
		width: 100%;
		outline:  2px solid #00b213;  /*    #ff4900; */
		border: none;
		background: white;
	}

	#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	font-size:  18px;
	min-height: 40px;
	max-height: none;
	color: #000;
	border-top: 1px solid #A8A8A8;
	background: #DEDEDE;
	background-image: -moz-linear-gradient(top, #DEDEDE, #A8A8A8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#A8A8A8));
	background-image: linear-gradient(top, #DEDEDE, #A8A8A8);
	line-height: 1.4;
	
}

#footer a {
	color: #1C5900;
	font-size: 18px;
	text-decoration: none;
}


	li a{
		font-size:  22px;
	}


	#content {
	 
  background-color: white;
  overflow:auto;
  margin:0px; 
 /*padding:  30px; */
  min-height:170px;
  line-height: 1.4em;
	border-radius: 3px;
	box-shadow: none;
	max-width: 1200px;
	font-size: 25px;

}

	#container {
		padding-top: 0;
		margin: 0 auto;
		max-width: 960px;
	}

	
	#aside {
		display: grid;
		height:  0px;
		float: none;
    margin-right:0;
    width:auto;
    border:0;
  /*border-bottom:2px solid #000; */
    	border-top: 10px solid #ff4900;
    margin-top:  0;
    transition: opacity 3s;
		position: relative;
		z-index: 2000;
	}



	.openbtn {
	visibility: visible;
	margin:  0 auto;
}  

	#content-container {
	
	margin: 0px 0px 0px 0px;
	}



	#inside_header h1,
	#inside_header .site-title {
		margin-top: 4vw;
		font-size: 6vw;
		text-align: left;
	}

	#aside p {
	border-bottom: 2px dotted #D6D6D6;
	margin-top: 10px;
	text-align:  center;
	}

	#header
	{
	
	height: 17vw;
	background-size:  contain;
	}

	/*Od tuki naprej je css za mobile hamburger menu */
	/* Important styles */
#toggle {
  display: block;
  width: 5vw;
  height: 3vw;
  margin: -12vw 0vw 0vw auto;
  position: relative;
  z-index: 2001;
 
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px; 

}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #303841;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);

}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  /*width: 200px; */
  width: 100%;
  max-width: none;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  overflow: visible;
  padding: 15px;
  margin: 0;
/*  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; */
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  height:  auto;
  background: #303841;
  z-index: 2000;

}
/*
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
} */
/*
ul, li a {
  list-style: none;
  display: list-item;
  margin: 0;
  padding: 0;
}
*/
.sidebar-menu {
	list-style: none;
  display: list-item;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
/*
.sidebar-menu:hover {
	background: #ff6012; 
	font-size: 23px;
}
 */
li a {
 /* padding: 5px; */
  color: #888;
  text-decoration: none;
 /* transition: all .2s; */
}
li a:hover,
li a:focus {
 /* background: #ff6012; */
 /* -webkit-text-stroke: 0.5px black; */
}


 #submit {
 	width: 60px;
 	height:  30px;
 }
.fa {
	/*padding: 20px; */
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  font-size: 30px;
  border-radius: 50%;
  color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white !important; 
  
}

}

/*	.toggle-menu-button {
	display: inline;
	}

	#aside-container {
		align-items: center;
		display: grid;
	}

	#button-container {
		height: auto;
		width: 30%;
		display:  grid;
		margin:  0 auto;
		background-image: url('/slike/toggleicon.png');
	} 
 */
}

/*

@media screen and (max-width: 450px) {
	#aside {
		 float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-top: 10px solid #d6d6d6;
	}

	#content-container {
	
	margin: 0px 0px 0px 0px;
	}

	#inside_header h1 {
		margin-top: 7vw;
		font-size: 7vw;
		text-align:  center;
	}

	#aside p {
	border-bottom: 2px dotted #D6D6D6;
	margin-top: 10px;
	text-align:  center;
	}
*/
	

}
