/*fonts*/
@font-face {
  font-family: special-elite;
  src: url( ../wp-content/fonts/special_elite/SpecialElite-Regular.ttf);
}


/*adjust header*/
.site-title a, .site-title a:focus, .site-title a:hover {
    color: red;
    text-decoration: none;
	  font-size:2.5em;
}


.site-description, .site-title {
    margin-bottom: 0;
		font-size:1.5em;
}


.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}


.genesis-nav-menu a {
    color: #333;
    display: block;
		padding: 25px 50px 10px 0px;
    text-decoration: none;
}


/* change size of shopping cart fonts*/
.wp_cart_item_info{
	font-size:.8em;
}

.wspsc_cart_item_name_th, .wspsc_cart_qty_th, .wspsc_cart_price_th{
	font-size:.8em;
}

.widgettitle{ 
	text-transform: uppercase;
}



/*adjust entry and widget positions*/
.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 0px 0px 0px 0px;
}


.sidebar .widget {
    background-color: #fff;
    padding: 0px;
	  word-wrap: break-word;
}


/* adjust buttons*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: red;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 4px 14px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 5px;
}


/* adjust archive pages title*/
.archive-description{
    background-color: #fff;
    margin-bottom: 40px;
    padding: 0px;
		color:red;
}

/*edits h3 tags on archive page*/
.page-id-2250 h3{
	text-transform:uppercase;
	padding-bottom: 10px;
}


/*fix checkout cart*/
.shopping_cart .wspsc_cart_item_name_th {
    text-align: left;
    width: 30%;
}


/* store sub-menu   */

.submenu-ss {
  display:flex;
  justify-content: center;
	text-align:center;
  list-style-type: none !important;
}

.submenu-ss li{
  padding-right: 4%;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing: .5px;
  font-family: sans-serif;
	font-size:1.7rem;
	font-weight:500;


}

.submenu-ss li a{
  text-decoration:none;
    color: #C3251D;
}

.submenu-ss li a:hover{
  text-decoration:underline;
  color: #333333;
}

.entry-content ul > li {
    list-style-type: none;
}

@media(max-width:680px){
.submenu-ss li{
	font-size:1.2rem !important;
	font-weight:300 !important;
	}

}
