/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

.page-header {
	background-color: #FFFFFF;
}

.featured-content .featured-image {
	opacity: .6;
}

.th-featured-image {
	opacity: .7;
}

.sm\:th-py-4xl {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

a:link {
	color: #ff8700;
	text-shadow: none;
}

/* visited link */
a:visited {
	color: #ff8700;
	text-shadow: none;
}

/* mouse over link */
a:hover {
	color: #cc6c00;
	text-shadow: none;
}

/* selected link */
a:active {
	color: #cc6c00;
	text-shadow: none;
}

.main-navigation ul ul {
	background-color: #FFFFFF;
}

.main-navigation .sub-menu {
	border-width: 1px;
}

.footer-widget-area {
	color: #545554;
}

.hentry .entry-header .entry-title a:hover, .hentry .entry-content .more-link-container a:hover, .hentry .entry-summary .more-link-container a:hover {
	color: #F15A29;
	text-shadow: none;
}

.more-link-container a:hover {
	color: #cc6c00;
}

.more-link-container a, .page-header a.button {
	-webkit-box-shadow: none;
	border: 2px solid;
	background-color: #494949;
	box-shadow: none;
	display: inline-block;
	font-weight: 700;
	line-height: 1.1;
	padding: .7rem 1rem;
	text-decoration: none;
	text-shadow: none;
}

#colophon .site-info, #colophon a {
	color: #ff8700;
}

#colophon .site-info, #colophon a:hover {
	color: #cc6c00;
}

#colophon {
	background-color: #FFFFFF;
}

#primary-header .page-title, #primary-header .entry-cats, #primary-header .entry-title, #primary-header .entry-meta, #primary-header .entry-meta a, #primary-header {
	color: #ff8700;
}

#site-navigation {
	a:link {
		color: #000000;
	}
		a:visited {
		color: #000000;
	}
}

.site-header {
	padding-bottom: 15px;
  padding-top: 15px;
  text-shadow: none;
	font-family: "Oswald",sans-serif;
  font-style: normal;
  font-weight: 400;
}

#zakeke-container {
  padding-top: 93px;
}

#masthead {
	color: #000000;
	background-color: #FFFFFF;
	
}

.taxonomy-description {
	color: #fff;
}

/* Adjust Sale badge on products |  8726243-zd */  
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    left: auto;
    background-color: #368f12 !important;
    color: #fff;
}