@charset "utf-8";
.ul-li-bul-lx-snowflake li,
.ul-li-bul-l1-snowflake > li,
.ul-li-bul-l2-snowflake > li > ul > li,
.ul-li-bul-l3-snowflake > li > ul > li > ul > li,
.ul-li-bul-l4-snowflake > li > ul > li > ul > li > ul > li,
.ul-li-bul-l5-snowflake > li > ul > li > ul > li > ul > li > ul > li
{	/* Green */

	list-style: outside url("/img/bul/snowflake_2744.png");
}

.storefront-transparent
{
	margin-left:0;
	margin-right:0;
	margin-top:0.5em;
}

.business-title h3 li:nth-child(1),		/* Business Name */
#categories h3 li:nth-child(1),
#examples h3 li:nth-child(1),
#extra h3 li:nth-child(1),
/* #intro h4 li:nth-child(1), */
/* #intro h3 li:nth-child(2), */
#office-hours h3 li:nth-child(1),
#phone h3 li:nth-child(1),
#post h3 li:nth-child(1),
#products h3 li:nth-child(1),
#staff h3 li:nth-child(1),
#street h3 li:nth-child(1),
#terms h3 li:nth-child(1), 
#web h3 li:nth-child(1),
#phone h4 li:nth-child(1),
#web h4 li:nth-child(1)
{
	border-radius:2em;
	display:inline-block;
	font-size:100%;
	padding:0 5px;
	color:white;
	font-weight:950;
	text-align:center;
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black, 1px 1px 3px black, 3px 3px 3px black;
}

.business-title h3
{
	color:charcoal;
	/* text-shadow: unset; */
}


/* #contact-data li > section h2, */
/* #contact-data li > section #intro h3 */
/* #intro h4 li:nth-child(1) */
/* #intro h3 li:nth-child(2), */
#contact-data #about h4.relative,
#contact-data #intro h4.relative
{
	color:white;
	display: inline-block;
	font-size:22px;
	position: relative;
	top: unset;
}

#contact-data #about h4,
#contact-data #intro h4
{
	background: orange;
	border-color: black;
	border-radius: 15px;
	border-style: solid;
	border-width: 2px;
	box-shadow: 2px 2px 2px black;
	line-height: 1.5;
	left: 50%;
	padding: 0 1em;
	position: absolute;
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black, 1px 1px 3px black, 3px 3px 3px black;
	transform: translateX(-50%);
	top: -1em;
	white-space: nowrap;
}

#about h5,
#about h6,
#intro h5,
#intro h6
{
	font-size:22px;
	font-weight:900;
}

main p
{
	line-height:150%;
}

#contact-data li > section h2
{
	background:#FFD580!important;
}

#contact-data li > section h2:first-of-type,
{
	background:#FCAE1E!important;
	color:white!important;
}

.services h3
{
	font-size:32px;
	font-weight:900;
}

#contact-data li > section
{
	border-radius:15px;
	font-weight:bold;
}

#contact-data section:not(#map)
{
	background: white url('../img/bg/section/720/gradient1.jpg') center/100%;
	background-size:cover;
}

#header-txt-descr
{
	display: none;
	margin: 0.5em auto;
}

#shop-hours, #shop-status, #system-dt
{
	color:lightgray;
}


#header-txt-status
{
	border-color:black;
}

#system-dt {
	color: white;
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black, 1px 1px 1px black !important;
}

#about p,
#intro p
{
	font-weight:normal;
	margin:1em auto;
}

#contact-data > li > section /* All */
{
	border-color:white;
}

/* @media only screen and (min-width:720px) and (max-width:1279px) 
{*/
	#contact-data li#phone > section div,
	#contact-data li#office-hours > section div
	{
		max-height:unset!important;
	}


.storeinside img:not(.copyright) /* All */
{
	border-style:solid;
	border-color:black;
	border-radius: 15px;
	box-shadow: inset 0 0 10px black;
	box-sizing:border-box;
}

#contact-data > li.storeinside div
{ /* All */
	/* background: transparent url('../img/bg/section/1280/cloudy-sky.jpg') center repeat; */
	/* border-color: white; */
	/* border-radius: 0; */
	/* border-style: solid; */
	/* border-width: 2px; */
	box-shadow: -3px -3px 6px rgba(0,0,0,1);
	/* line-height: 0; */
}

#contact-data > li.storeinside img, /* All */
#contact-data > li.storeinside img:hover
{
	background:white;
	border-style:solid;
	border-width:7px;
	border-radius:0;
	box-shadow: inset 1px 1px 10px black;
	padding:10px;
}

#contact-data > li.storeinside img:hover /* All */
{
	/* box-shadow: -3px -3px 6px rgba(0,0,0,1); */
}

.storeinside .desc, /* All */
.storeinside-transparent .desc
{
	color:white!important;
	font-weight: 700;
	line-height: 100%;
	margin-bottom:2em;
	text-align: center;
	text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black, 1px 1px 3px black, 3px 3px 3px black;
}

#wikinam-examples .storeinside-transparent img /* All */
{
	margin-left:-40px;
	width:120%;
}

@media (orientation: portrait)
{
	.logo-text img
	{
		width: calc(100% - 6px);
	}
}