@charset "utf-8";
/**
 * Plant Center Inc
 */

html {
  position: relative;
  min-height: 100%;
}
body {
	margin: 15px auto;
	margin-bottom: 160px;
	background-image: url(../img/illus-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #fff;
	font-family:sans-serif;
}
#SiteWrap{
	margin:0 auto;
	position:relative;
}
#SiteContent{
	background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 5px;
  box-shadow: #d8d8d8 1px 1px 4px;
	margin-top: -15px;
}
#SiteLogo{
	max-width: 215px;
    background-color: #fff;
    margin-bottom: 7px;
    display: block;
    padding: 15px;
    border-radius: 100px;
    margin-top: -20px;
}
.page-header img{
  display: block;
  border-radius: 18px;
}
#SiteMenu{
	position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -220px;
}
#SiteMenu li {
    list-style: none;
    float: left;
    margin-right: 30px;
}
#SiteMenu a, #SiteMenu a:link, #SiteMenu a:visited {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 6px 12px;
	border-radius:25px;
	font-size:small;
	font-weight: bold;
}
#SiteMenu a:hover, #SiteMenu a:active{
	background-color:#555;
}
div#SiteSearch {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -220px;
    background-color: #fff;
    padding: 5px 10px;
    border: #ddd 1px solid;
    width: 460px;
}
div#SiteSearch input,
div#SiteSearch input:focus{
	width: 90%;
    font-size: medium;
    border: 0;
}
div#SiteSearch button{
	border: 0;
    background-color: #fff;
    color: #999;
}
#SocialBar{
	position:absolute;
	top:-5px;
	right:20px;
	margin-left: 100px;
}
#SocialBar img{
	max-width:25px;
	margin-right: 13px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: small;
}

.footer p.text-muted{
  color:#007700;
  font-size: smaller;
}

.container {
  width: auto;
  max-width: 900px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

h1, h2{
  text-align: center;
  font-size: 30px;
}
h2{
  font-size: 20px; 
  margin: 10px auto 20px;
}
#SiteContent h3, #SiteContent h2, #SiteContent h4 {
  font-family:'Alfa Slab One';
}
.side-side{
  font-weight: bold;
  font-size: medium;
}
.image-bar{
  text-align: center;
}
.pc-display{
  max-height: 350px;
  max-width: 350px;
  border-radius: 50%;
  border: #fff 12px solid;
  display: block;
  margin: 0px auto;
}
div.padding{
  margin: 20px;
}
p.contact, p.contact address{
  margin-top: 20px;
  font-size: 24px;
}

p.error{
  text-align: center;
}



/*Shopping related*/
#ShopHeadingSearch{
  
}
#ShopHeadingSearch form.form div.input-group.center-block{
  display:table;
  width: 85%;
}
.product-item-tile{
  width:266px;
  margin-bottom: 20px;
}
.product-item-tile-inner{
  padding: 10px;
  background-color: #fff;
  border: #efefef 1px solid;
  min-height: 280px;
}
.product-item-tile-inner .divider{
  height:1px;
  border-top:#ddd 1px solid;
  margin:15px 10px;
  display: block;
}
.product-item-tile a, 
.product-item-tile a:link, .product-item-tile a:hover, 
.product-item-tile a:hover, .product-item-tile a:active {
  text-decoration: none;
}
.product-item-tile-inner span.imageless .glyphicon{
  display: block;
}
span.imageless{
  width:100px;
  height: 100px;
  display:block;
  margin:0 auto;
  text-align: center;
  border-radius:8px;
  color: #c3c3c3;
  background-color: #f4f4f4;
  border: #ddd 1px solid;
  font-size:large;
  padding-top:27px;
}
img.product-thumb{
  max-width:100px;
  max-height: 100px;
  display:block;
  margin:0 auto;
  border-radius: 8px;
  border: #ccc 2px solid;
}

#ProductContent .imageless{
  width: 300px;
  height: 300px; 
  padding-top: 135px;
}
img.product-image{
  max-width: 300px;
  max-height: 300px; 
  display:block;
  margin:0 auto;
  border-radius: 8px;
  border: #ccc 2px solid;
}
#ProductContent .product-variants {
  
}
#ProductContent .product-variants ul li{
  list-style:none;
  font-weight: 900;
  font-size: large;
}


span.product-name {
  font-size: medium;
  display: block;
  margin: 2px 5px 0 5px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
}

span.total_variants{
  color: #777;
  font-style:italic;
  margin-top: 20px;
  font-size: small;
  display: block;
}
span.product-price {
  font-size: medium;
  display: block;
  margin: 0 5px;
  color:#53a725;
  font-weight:bold;
}
span.product-price::before{
  content:'$';
}
.add-to-cart{
  max-width:110px;
  float: right;
}
.add-to-cart input.form-control{
  text-algin:center;
}

/*mobile, tablet*/ 
@media (max-width: 768px)
{
	img.portal-admin-logo{
		max-width: 100px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
#MobileMenuButton{
  display: none;
}

@media (max-width: 915px)
{
  #SiteWrap{
    padding: 0 5px;
  }
  #MobileMenuButton{
    display: block;
    position: absolute;
    top: 10px;
    right: 25px;
    width: 55px;
    height: 50px;
    border: #c1c1c1 1px solid;
    border-radius: 8px;
    color: #888;
    background-color: #fff;
    font-size: 25px;
    padding-top: 9px;
    padding-left: 15px;
    font-weight: lighter;
    cursor: pointer;
  }
  
  #SiteContent{
    margin-top:0px;
  }
	#SiteLogo {
    max-width: 160px;
    margin-bottom: 2px;
    display: inline-block;
  }
  
  #SiteMenu{
    background-color: #f9f9f9;
    position: static;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 10px 5px;
    box-shadow: #eee -2px -2px 0px;
    display: none;
  }
  #SiteMenu ul{
    padding-inline-start: 0;
  }
  #SiteMenu ul li a, #SiteMenu ul li a:link,
  #SiteMenu ul li a:visited, #SiteMenu ul li a:hover,
  #SiteMenu ul li a:active{
    display: block;
    border-radius: 0;
    margin: 1px;
    background-color: #111;
    color: #fff;
    font-weight: bold;
    font-size: large;
  }
  #SiteMenu ul li a:hover,
  #SiteMenu ul li a:active{
    background-color: #555;
  }
  #SiteMenu ul li{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body.mobile-menu #SiteMenu{
    display:block;
    transition: display 1s ease-in-out;
  }
  body.mobile-menu #MobileMenuButton{
    background-color:#ddd;
  }
  #SiteSearch, #SocialBar{
    display: none;
  }
}


