/********** colors */



/* global styles */

body { font-family: "Lora",serif; }
h1,h2,h3,h4,h5,h6, #top-nav .navbar-nav>li { font: 400 100% "Open Sans",sans-serif; }
#sidebar { display: none; }

/* make home page grid 100% on desktop */

@media (min-width: 992px) {
.isHome .col-md-9 { width: 100%; }
.isHome .col-md-4 { width: 25%; }
}


/* make category page grid 100% on desktop */

@media (min-width: 992px) {

.pageType_category .col-md-9 { width: 100%; }
.pageType_category .col-md-4 { width: 25%; }

}

/* header and nav styles */


/* .pageTitle { color: #57b3cd; } */



/* cart page  */



/* responsive elements */
