:root {
	--color-dark-gray: #6f6b6a;
	--color-white: #fff;
	--border-color: #c00;
	--link-color: #c00;
	--fa-circle-plus: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cc0000%22%20d%3D%22M256%20512A256%20256%200%201%200%20256%200a256%20256%200%201%200%200%20512zM232%20344l0-64-64%200c-13.3%200-24-10.7-24-24s10.7-24%2024-24l64%200%200-64c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024l0%2064%2064%200c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024l-64%200%200%2064c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24z%22%2F%3E%3C%2Fsvg%3E);
	--fa-angles-right: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23d13a03%22%20d%3D%22M470.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L402.7%20256%20265.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160zm-352%20160l160-160c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L210.7%20256%2073.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200z%22%2F%3E%3C%2Fsvg%3E);
}

/**
 * Custom fonts.
 */
/* oswald-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: Oswald;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/oswald-v56-latin-regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Change in the <header>
 */
#header .nav-container .nav {
	font-family: Oswald, sans-serif;
	display: flex !important;
	justify-content: flex-end;
	text-transform: uppercase;
	color: var(--color-white);
}
@media (min-width: 720px) {
	#header .nav-container .nav {
		padding-right: 55px;
	}
}

#header .hu-pad {
	padding: 15px 0;
}

#nav-header .container .nav {
	display: flex !important;
	justify-content: center;
}
#nav-header .container .nav > li {
	position: relative;
}
#nav-header .container .nav > li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 1em;
	background-color: #c00;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0;
}
#nav-header .container .nav > li a {
	font-size: 1.2rem;
	color: #656364;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
}
#nav-header .container .nav > li.current-menu-item a {
	color: rgb(147.585, 145.415, 146.5);
}
#nav-header .container .nav > li .sub-menu li a {
	text-transform: none;
	font-size: 1.1em;
}

/**
 * Changes <div class="sidebar">
 */
.sidebar * > :not(h2) {
	padding: 0.2rem;
}
.sidebar .widget {
	padding: 0;
}
.sidebar h2 {
	background-color: var(--color-dark-gray);
	color: var(--color-white);
	font-family: Oswald, sans-serif;
	padding: 1em;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 400;
	border-left: 5px solid var(--border-color);
	position: relative;
}
.sidebar h2::after {
	content: "";
	background-image: auto;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: calc(50% - 0.75em);
	right: 0.5em;
}

.sidebar.s1 h2::after {
	background-image: var(--fa-circle-plus);
}

.sidebar.s2 h2::after {
	background-image: var(--fa-angles-right);
}

.sidebar.s1 {
	width: 260px;
	z-index: 2;
}

.sidebar.s2 {
	width: 340px;
	z-index: 2;
}

.col-3cm .container-inner > .main::before {
	left: 0;
	padding-left: 260px;
}

.col-3cm .container-inner > .main::after {
	right: 0;
	padding-right: 340px;
}

.col-3cm .main-inner {
	padding-left: 260px;
	padding-right: 340px;
}

.col-3cm .sidebar.s1 {
	float: left;
	margin-left: -260px;
}

.col-3cm .sidebar.s2 {
	float: right;
	margin-right: -340px;
	position: relative;
	right: -100%;
}

.col-3cm .content {
	float: right;
}

.col-3cm {
	overflow-x: hidden;
}

/**
 * Resizing Sidebars if the customizer is configured to have the content in the middle.
 * /
.col-3cm .container-inner>.main::before {
  display: none;
}

.col-3cm .container-inner>.main::after {
  display: none;
}

.col-3cm .main-inner {
  padding: unset;
  display: grid;
  grid-template-columns: minmax(10%, 260px) 1fr minmax(10%,340px);
}

.col-3cm .main-inner::before {
  display: none;
}

.col-3cm .main-inner::after {
  display: none;
}

.col-3cm .content {
  float: unset;
  order: 2;
}

.col-3cm .sidebar.s1 {
  float: unset;
  margin: unset;
  right: unset;
  width: unset;
  order: 1;
}

.col-3cm .sidebar.s2 {
  float: unset;
  margin: unset;
  right: unset;
  width: unset;
  transform: unset !important;
  height: unset !important;
  order: 3;
}
/**/
#footer-full-width-widget {
	max-height: 200px;
	transition: all 1s ease;
	border-top: 4px solid var(--border-color);
	position: relative;
}
#footer-full-width-widget label::after {
	content: "Close [X]";
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2em;
}
#footer-full-width-widget input[type="checkbox"] {
	display: none;
}

#footer-full-width-widget:has(input:checked) {
	max-height: 0;
	padding: 0;
	border-top: 4px solid transparent;
	overflow: hidden;
}

.home-widgets {
	display: inline-grid;
	grid-gap: 1rem;
}
.home-widgets.two-col {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.home-widgets * > h2 {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	background: #eee;
	padding: 1rem;
	border-left: 4px solid var(--border-color);
	position: relative;
}
.home-widgets * > h2::after {
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	top: calc(50% - 0.6em);
	right: 0.5rem;
	background: var(--fa-circle-plus);
}
.home-widgets * > h2 a::after {
	background: transparent var(--fa-angles-right) no-repeat;
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.2em;
}
.home-widgets :not(h2) a {
	font-weight: 600;
}
.home-widgets li {
	margin: 0.7rem 0 1rem 0;
}
.home-widgets li a {
	color: var(--link-color);
	text-transform: uppercase;
}
