.site-branding .site-title {
    font-size: 3em;
    margin: 0;
	font-family: 'Sacramento', sans-serif;	
}
h1 {
font-family: 'Sacramento', sans-serif;	
color: #6955a4;
}
body.custom-background {
    background-color: #eee;
}
.wp-image-406
{display: none}

storefront-breadcrumb {
	display:none;
}

.site-header {
	margin-bottom: none !important;
}

woocommerce-breadcrumb {
	display:none
}

.storefront-breadcrumb  {
		margin:10px;
	display:none;
}

.entry-title {
	padding-top: 10px;
}

.woocommerce-products-header {
	padding-top: 10px;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
	margin-bottom: 20px;
}

/*change menu hover color*/
.secondary-navigation ul.menu a:hover {
  color: #6955a4!important;
}

/*hide menu space below logo including cart*/
.storefront-primary-navigation {
	display: none;
}

/*hide credit in footer*/
.site-info {
	display: none;
}

/*remove space above slider images on home page*/
.home.page:not(.page-template-template-homepage) .site-header {
	margin-bottom: 0px;
}

/*change size of footer and add top border*/
.site-footer {
    padding: 0px !important;
	border-top: .5px solid #e0e0e0;
}

/*change outline of links to white*/
a:focus,
.focus a {
	outline: #fff !important;
}

/*change color of woocommerce notices on cart page*/
.woocommerce-info {
    background-color: #e0e0e0;
	text-align: center;
	color: #6955a4;
}

/*center return to shop button on cart page*/
.return-to-shop {
text-align: center !important;
}

/*change color of current page in menu*/
.site-header ul.menu li.current-menu-item > a {
    color: 
    #6955a4;
}

/*Change Background color and text color of Application buttons*/
.caldera-grid .btn {
    background-color:#6955a4;
    color:white;
}

/*Change Background color and text color on hover of application buttons*/
.caldera-grid .btn:hover {
    background-color:#f0f0f0;
    color:black;
}

/*Make button the full width of the column on application form*/
.caldera-grid .btn {
    width:100%
}

/*Center the button (inside it's column) on application form*/
.caldera-grid .btn {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}
/*edits to Shop page title*/
.woocommerce-products-header {
    padding-top: 50px;
	text-align: center;
}

/*remove sidebar from Shop page*/
.right-sidebar .widget-area {
display: none;
	}

.right-sidebar .content-area {
    width: 100%;
}

/*Changes to font below product categories on shop page*/
.woocommerce-loop-category__title {
	font-size: 2em !important;
    margin: 0;
	font-family: 'Sacramento', sans-serif;	
	color: #7a7a7a;
}

.count {
	color: #7a7a7a;
	font-size: .75em;
	font-family: 'Sacramento', sans-serif;	
	display: none;
}




/*add space above individual prodcut page photo & name*/
.single-product div.product {
	margin-top: 40px;
}

/*change color of button on product page*/
button.alt {
	background-color: #6955a4 !important;
}

/*show mobile menu & remove bullets & change to grey*/
.secondary-navigation {
    display: inline;
}

.menu {
	list-style: none !important;
}

ul.menu li a {
	color: #7a7a7a;
}

/*adjust size of logo*/
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 12%;
}

/*move menu and search bar down in header*/
.secondary-navigation {
    margin: 2em 0 1.618em;
}

.site-search {
	margin: 3.8em;
}

/*change menu font and width*/
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
font-family: 'Sacramento';
	font-size: 25px;
	width: 65%;
	margin-right: 0;
}

.woocommerce-active .site-header .site-search {
    width: 15%;
	margin-left: 0;
}

/*change background color on added to cart message*/
.woocommerce-message {
    background-color: #6955a4;
}

/*hide home page title*/
.hentry .entry-header {
    display: none;
}

/*edits to older posts button on product pages*/
div#infinite-handle span {
    display: none;
}

div#infinite-handle:after {
    content: "More Products";
    color: white;
    background-color: #6955a4;
    border: none;
    border: 0px solid #171617;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    font-weight: 400;
    font-size: 100%;
    margin: 0;
    overflow: visible;
    padding: 11px 23px;
    text-align: center;
    vertical-align: middle;
}

/*hide More Products button on Shop page*/
.archive.post-type-archive-product.woocommerce div#infinite-handle::after {
display: none;
}