/* This style is for small screens */
.category-title{
	text-align: left;
	height: auto;
	overflow: hidden;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 12px;
}

@media only screen and (min-width: 765px) {
    .category-title{
	text-align: left;
	/*height: 43px;*/
	height:auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 5px;
    }
}

.categories-spaceing{
    margin-bottom:20px;
    margin-top:20px;
}

@media only screen and (min-width: 765px) and (max-width: 1200px){
.row .categories-spaceing {
    margin-right: 0px !important;
    margin-left: -15px;
}
}

.category-img{
    width: 200px;
    margin:auto;
    margin-bottom: 20px;
}

.category-img img{
  border: solid 1px #aaaaaa;
  width: 215px;
  height: 215px;
}

@media only screen and (min-width: 992px) {
    .category-img{
        width: 200px;
        margin:0;
        margin-bottom: 20px;
    }
}

.categories-navigation a{
  display: block;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.categories-navigation a:hover,
.categories-navigation a:focus {
   color: #000000;
}

.subcategory-elem{
  margin-left: 15px;
  display: none;
}

/*.breadcrumb {
    padding: 8px 15px;
	font-family: Gotham, sans-serif;
	color:#999;
	margin-top:20px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #eeeeee !important;
    border-radius: 4px;
}*/

.breadcrumb {
	margin-bottom: 0px;
	list-style: none;
	border-radius: 4px;
	padding: 8px 4px;
	background-color: #ffffff !important;
}

.breadcrumb > li {
    display: inline-block;
}

  .breadcrumb > li + li::before {
	padding: 0 5px;
	color: #000;
	content: ">\00a0";
}

  .breadcrumb a{
	text-transform:uppercase;
	font-size:2rem;
	}

.cart-hr {
    border-top: 3px solid #d0858b;
    width: 60px;
    /*position: absolute;*/
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}

.notloggedin-blurb {
	font-size:18px;
}

.notloggedin-blurb a{
	font-size:18px;
	text-decoration:underline;
}

.notloggedin-blurb a:hover{
	color:#F00;
}


.dateEditToggle {
	font-size:1.5rem;
	text-align:left;
}

.input-container {
	display: table;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.input-container label {
    margin-right: 20px;
}


/*.hide-subcategory{
  max-height: 0;
  -webkit-transition: max-height 800ms ease;
  -moz-transition: max-height 800ms ease;
  -o-transition: max-height 800ms ease;
  transition: max-height 800ms ease;
  -webkit-transition-property: max-height;
  overflow: hidden;
}

.show-subcategory{
  -webkit-transition: max-height 800ms ease;
  -moz-transition: max-height 800ms ease;
  -o-transition: max-height 800ms ease;
  transition: max-height 800ms ease;
  -webkit-transition-property: max-height;
  overflow: hidden;

  max-height: 400px;
}*/
