/*
Theme Name: Scent Street
Author: Jyan Alice
Description: A Theme for ScentStreet.com
Version: 0.0.1
Tags: scentstreet
*/

body{font-family:Helvetica, Verdana, Arial, sans-serif;line-height:24px;background-color:#E9D9EE}
p{margin-bottom:15px;}
ul, ol{padding:0;}
h1{font-size:22px;}
h2{font-size:19px;}
h3{font-size:16px;}
h4{font-size:14px;}
img{max-width:100%;}

body.home article .meta, .mobile_menu{display:none;}

.container{
    max-width:800px;
    margin:0 auto;/*make it centered*/
}

.bigspace {
    height: 30px;
}

div.a {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

div.b {
    text-align: center;	
}

.joinbox a:hover, a:focus {
  color:#94a843;
  text-decoration: underline;
  border-bottom: 1px #94a843;
}

.joinbox a:focus, a:hover {
  color:#94a843;
  text-decoration: underline;
  border-bottom: 1px #94a843;
}

.box{
    width: 90%;
	padding: 3px 3px 3px 3px;
	margin: 0 auto;
	background:#F0E9F0;
}

.productlabel {
    font-size:18px;
	line-height:22px;
    color:#6c2969;
	}

.productlabel a:hover, a:focus {
  color:#6c2969;
  text-decoration: underline;
  border-bottom: 1px #6c2969;
}

.productlabel a:focus, a:hover {
  color:#6c2969;
  text-decoration: underline;
  border-bottom: 1px #6c2969;
}

.smallspace {
    height: 7px;
}


._guide{color:#989898;border-bottom:1px dashed #ccc;margin-bottom:35px;padding-bottom:25px;}
	._guide strong{font-style:italic;padding-left:10px;}

.rightcol header{text-align:center;}
.rightcol header h1{color:#6c2969;}
.rightcol .content{margin:20px 0;}

/* PRODUCTS CONTAINER */
.prod_container {margin:30px 0;}
.prod_container ul{list-style:none;}
.prod_container li{display:inline-block;width:33.33%;vertical-align:top;text-align:center;}
.prod_container li a{color: #6c2969; font-weight: bold; font-size: 17px; width: 80%; display: block; margin: 0 auto;line-height:normal;}
.prod_container a:hover{cursor:pointer;}

.container {background-color:#fff;margin:30px auto 100px auto;}
.leftcol, .rightcol{padding:20px;}
.leftcol ul{list-style:none;}
.leftcol .menu a{line-height:15px;}
.leftcol .menu a:hover{text-decoration:none;}
.leftcol li.menu-parent > a{font-size: 16px;display:block;color: #D1AFDC;padding-bottom: 5px; font-weight: bold;background:url(https://www.scentstreet.com/wp-content/themes/scentsy-green/images/subNav_h3Bar.png) no-repeat left bottom transparent;padding-top:10px;}
.leftcol li.menu-parent li {background:url(https://www.scentstreet.com/wp-content/themes/scentsy-green/images/subNav_aBar.png) no-repeat left bottom transparent;}
.leftcol li.menu-parent li > a{padding:8px 0 3px 10px;font-size: 12px; width: 200px; color: #6D276A;font-weight:normal;}
.leftcol .menu > .menu-item{margin-bottom:15px;}
.leftcol .menu li li a:hover{background:url(https://www.scentstreet.com/wp-content/themes/scentsy-green/images/arrowNext-purple.gif) no-repeat left bottom transparent;}
.leftcol .widget{margin-bottom:20px;}
.sidebar-header{text-align:center;}

/*NAV*/
.slicknav_menu{display:none;}

/* FOOTER */
footer{padding-top: 20px; border-top: 2px solid #d1afdc;}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}



