/*
Theme Name: Impreza Child
Author: Jan Music
Template: Impreza
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: impreza-child
*/

/* Custom subheader */

.l-subheader.at_top {
	margin-top: -5px !important;
	padding-top: 0px !important;
	padding-right: 2em !important;
	padding-bottom: 0.4rem !important;
	padding-left: 2em !important;
	background-image: url(//adjanatura.si/wp-content/uploads/2021/04/top-line.png) !important;
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/* Custom menu */

.level_1 > li.menu-item {
	font-family: 'Oswald',sans-serif !important;
	font-size: 16px !important;
	line-height: 1.2!important;
	font-weight: 700 !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
	border-radius: 10px !important;
	padding: 0.8em 0.1em !important;
	background: #f8f5f0 !important;
	border-color: transparent !important;
	color: #ab7a3f!important;
	cursor: pointer;
	transition: background 0.2s ease-in-out;
/* 	margin-left: 10px; */
}

.level_1 > li.menu-item:not(:first-child) {
	margin-left: 10px !important;
}

.level_1 > li.menu-item:hover {
	background: #ab7a3f !important;
	border-color: transparent !important;
	color: #ffffff!important;
}

.level_1 > li.menu-item:hover > a > span {
	color: #ffffff!important;
}

.w-nav-list.level_2 {
	margin-top: 20px;
	border-radius: 10px !important;
}

.w-nav-list .level_2 > li.menu-item:hover > a > span {
	color: #000000!important;
}

/* Custom sub heading text */
.sub-heading,
.sub-heading p,
.sub-heading a,
.sub-heading h1,
.sub-heading h2,
.sub-heading h3,
.sub-heading h4,
.sub-heading h5 {
	font-family: covered by your grace!important;
	color: #eab317;
	font-size: 1.765rem;
}
.sub-heading p::before,
.sub-heading a::before,
.sub-heading h1::before,
.sub-heading h2::before,
.sub-heading h3::before,
.sub-heading h4::before,
.sub-heading h5::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	max-width: 20px;
	height: 2px;
	background: #eab317;
	margin-right: 10px;
}
.sub-heading p::after,
.sub-heading a::after,
.sub-heading h1::after,
.sub-heading h2::after,
.sub-heading h3::after,
.sub-heading h4::after,
.sub-heading h5::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	max-width: 20px;
	height: 2px;
	background: #eab317;
	margin-left: 10px;
}

/* Custom categories design */

.categories {
	display: table;
}

.single-category {
	margin: 4px 8px;
	display: inline-block;
	font-size: 14px; /* TODO: optimize font size */
}

 .single-category-link {
	color: var(--color-content-heading);
	text-decoration: underline;
	white-space: nowrap;
}

.single-category:not(:first-child) .single-category-link::before {
	content: '•';
	display: block;
	position: absolute;
	margin-left: -10px;
}


