/*!
Theme Name: nleHerCo
Theme URI: https://nelleHerCo.com
Author: Chanaiya Jones
Author URI: https://nelleHer.co
Description: Description
Version: 1.0.0
Text Domain: nleherco
Tags: customBackground, customLogo, customMenu, customHeader, customImages, customComments

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Images
# Interactive
# Box-sizing
# Typography
# Elements
# Lists
# Links
# Forms
# Buttons
# Layouts
# Components
# Navigation
# Posts and pages
# Comments
# Widgets
# Media
# Captions
# Galleries
# Plugins
# Accessibility
# Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/*--------------------------------------------------------------
# Interactive
--------------------------------------------------------------*/

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Box-sizing
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform: uppercase;
}

/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Firefox, and Safari.
	*/
h1,
.page-header .page-title,
.page-header .nelleHerCo {
	/* font-size: 1rem; */
	font-size: 150%;
	margin: 0 0 1rem;
}

h2 {
	/* font-size: 1rem; */
	font-size: 125%;
	margin: 0 0 1rem;
}

h3 {
	/* font-size: 1rem; */
	font-size: 115%;
	margin: 0 0 1rem;
}

h4 {
	/* font-size: 1rem; */
	font-size: 100%;
	margin: 0 0 1rem;
}

h5 {
	/* font-size: 1rem; */
	font-size: 90%;
	margin: 0 0 1rem;
}

h6 {
	/* font-size: 1rem; */
	font-size: 75%;
	margin: 0 0 1rem;
}

p {
	margin: 0 0 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	background: #311b5b;
	color: #ffffff;
	margin: 0 0 1.5rem;
	padding: 1.5rem;
	text-align: center;
}

blockquote p {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html,
body,
#page {
	height: 100%;
}

body {
	background: #fff;
	margin: 0 !important;
	/* Disables pull-to-refresh and overscroll glow effect.
			Still keeps swipe navigations. */
	overscroll-behavior-y: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: 100%;
	max-width: 100%;
 	object-fit: cover;
	z-index: -1;
	width: 100%;
}

figure {
/* 	margin: 1em 0; */
	margin: 0;
}

table,
.wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
/* 	border-collapse: collapse; */
	-webkit-border-horizontal-spacing: 1px;
	-webkit-border-vertical-spacing: 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

.wp-block-table thead {
	background: #ffffff;
    border-bottom: 0;
}

.wp-block-table tfoot {
  	border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid #f8ecee;
	border-radius: 5px;
    padding: .5em;
}

.wp-block-table td {
	background: #e4d7db;
}

.wp-calendar-table {
	margin: 0;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
	list-style: none;
	/* list-style-image: url('sqpurple.gif'); */
	margin: 0 0 1rem;
	padding: 0;
}

ul {
	list-style-position: inside;
}

ul.disc {
	list-style: disc;
	list-style-position: inside;
}

ul.circle {
	list-style: circle;
	list-style-position: inside;
}

ul.square {
	list-style-type: square;
	list-style-position: inside;
}

ol.lowerRoman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

ol.upperRoman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

ol.lowerAlphabet {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

ol.upperAlphabet {
	list-style-type: upper-alpha;
	list-style-position: inside;
}

ol.number {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.doubleDigitNumber {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1rem;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,
a:-webkit-any-link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* background: yellow; */
	/*color: red;*/
	/* Accepted thin or thick */
	outline-width: thin;
	outline-style: solid;
	/* outline-color: green; */
}

a.post-thumbnail {
	display: block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
input {
	overflow: visible;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input,
select,
textarea {
	/* Resemble native User Interface (UI) controls.
	Use NONE to make them all look the same. */
	/* Safari and Chrome */
	-webkit-appearance: none;
	/* Firefox */
	-moz-appearance: none;
	/* Opera */
	-o-appearance: none;
	/* Internet Explorer */
	-ms-appearance: none;
	/* CSS3 */
	appearance: none;
	/* background-color: rgb(71, 255, 240); */
	border: none;
	color: #666;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.5;
	padding: .5rem 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
input:focus,
select:focus {
	/* background-color: #000000; */
	/* color: red; */
	outline-width: thin;
	outline-style: solid;
	outline-color: green;
	transition: all 0.3s ease;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

form.search-form {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1.5rem;
}

form.search-form label {
	padding-right: 1rem;
	width: 80%;
}

form.search-form input[type="search"] {
	width: 100%;
}

form.search-form input[type="submit"] {
	width: 20%;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
select {
	border: 1px solid #ccc;
	text-transform: none;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
	width: 100%;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 * 3. Show the overflow in IE.
 * 4. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 5. Correct the inability to style clickable types in iOS and Safari.
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.wp-block-buttons .wp-block-button,
.wp-element-button,
:where(.wp-block-search__button),
a.button,
.navigationButtons a,
a.comment-reply-link {
	/* Resemble native User Interface (UI) controls.
	Use NONE to make them all look the same. */
	/* Safari and Chrome */
	-webkit-appearance: none;
	/* Firefox */
	-moz-appearance: none;
	/* Opera */
	-o-appearance: none;
	/* Internet Explorer */
	-ms-appearance: none;
	/* CSS3 */
	appearance: none;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 100%;
	font-weight: 700;
	margin: 0;
	overflow: visible;
	overflow-wrap: break-word;
	padding: .5rem 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

button:focus,
button a:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.wp-block-button__link:focus {
	border-color: #aaa #bbb #bbb;
	outline-width: thin;
	outline-style: solid;
	outline-color: green;
	transition: all 0.3s ease;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Resemble native User Interface (UI) controls.
 * 2. Add the correct box sizing in IE 10.
 * 3. Remove the padding in IE 10.
 */
input[type="checkbox"],
[type="checkbox"] {
	/* Safari and Chrome */
	-webkit-appearance: checkbox;
	/* Firefox */
	-moz-appearance: checkbox;
	/* Opera */
	-o-appearance: checkbox;
	/* Internet Explorer */
	-ms-appearance: checkbox;
	/* CSS3 */
	appearance: checkbox;
	box-sizing: border-box;
	padding: 0;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
input[type="radio"],
[type="radio"] {
	-webkit-appearance: radio;
	/* Firefox */
	-moz-appearance: radio;
	/* Opera */
	-o-appearance: radio;
	/* Internet Explorer */
	-ms-appearance: radio;
	/* CSS3 */
	appearance: radio;
	background-color: transparent;
	padding: .5rem 1rem;
	box-sizing: border-box;
}

.wp-block-search__button {
	margin-left: 1rem;
	word-break: normal;
}

/*--------------------------------------------------------------
# Display
--------------------------------------------------------------*/
.displayBlock {
	display: block;
}

.displayInline {
	display: inline-block;
}

.displayTable {
	display: table;
}

.tableCell {
	display: table-cell;
}

.tableRow {
	display: table-row
}

@supports (display: grid) {
	.displayGrid {
		display: grid;
		/* grid-template-columns: repeat(auto-fill, minmax(33%, 1fr)); */
		/* grid-gap: 2rem; */
	}
}

@supports not (display: grid) {
	.displayFlex {
		display: flex;
	}
}

@supports (display: flex) {
	.displayFlex {
		display: flex;
/* 		flex-wrap: wrap; */
	}
}

.displayFlex {
  display: flex;
  box-sizing: border-box;
}

.flexWrap {
  flex-wrap: wrap;
}

.flexRow {
  flex-direction: row;
  margin: 0 0 1.5rem;
}

.flexColumn {
  flex-direction: column;
}

.spaceBetween {
  justify-content: space-between;
}

.spaceAround {
  justify-content: space-around;
}

.addGap {
  gap: 1rem;
}

/* onCol = one column = 100% */
.onCol {
  flex: 1 1 100%;
}

/* twCol = two columns = 50% */
.twCol,
.twColStack {
  flex: 1 1 50%;
	position: relative;
	flex-basis: 50%;
	width: 50%;
}

.twCol:nth-child(2n+1),
.twColStack:nth-child(2n+1) {
  padding-left: 0;
	padding-right: .5rem;
}

.twCol:nth-child(2n+2),
.twColStack:nth-child(2n+2) {
  padding-left: .5rem;
	padding-right: 0;
}

/* thCol = three columns = 33.333% */
.thCol,
.thColStack {
  flex: 1 1 33.333%;
  position: relative;
	flex-basis: 33.333%;
	width: 33.333%;
}

.thCol:nth-child(3n+1),
.thColStack:nth-child(3n+1) {
  padding-left: 0;
	padding-right: .5rem;
}

.thCol:nth-child(3n+2),
.thColStack:nth-child(3n+2) {
  padding-left: .5rem;
	padding-right: .5rem;
}

.thCol:nth-child(3n+3),
.thColStack:nth-child(3n+3) {
  padding-left: .5rem;
	padding-right: 0;
}

/* foCol = four columns = 25% */
.foCol,
foColStack,
#footerMenu .widget {
  flex: 1 1 25%;
	position: relative;
	flex-basis: 25%;
	width: 25%;
}

.foCol:nth-child(4n+1),
#footerMenu .widget:nth-child(4n+1) {
  padding-left: 0;
	padding-right: .5rem;
}

.foCol:nth-child(4n+2),
.foCol:nth-child(4n+3),
#footerMenu .widget:nth-child(4n+2),
#footerMenu .widget:nth-child(4n+3) {
  padding-left: .5rem;
	padding-right: .5rem;
}

.foCol:nth-child(4n+4),
#footerMenu .widget:nth-child(4n+4) {
  padding-left: .5rem;
	padding-right: 0;
}

/* fiCol = five columns = 20% */
.fiCol {
  flex: 1 1 20%;
  position: relative;
	flex-basis: 20%;
	width: 20%;
}

/* siCol = six columns = 16.666% */
.siCol {
  flex: 1 1 16.666%;
	position: relative;
	flex-basis: 16.666%;
	width: 16.666%;
}

/* seCol = seven columns = ~14.285% */
.seCol {
  flex: 1 1 14.285%;
  position: relative;
	flex-basis: 14.285%;
	width: 14.285%;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 1rem;
}

@media screen and (max-width:599px) {
	.mobileStack .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
}

/*--------------------------------------------------------------
# Position
--------------------------------------------------------------*/
.positionRelative {
	position: relative;
}

.positionAbsolute {
	position: absolute;
}

.positionFixed {
	position: fixed;
}

.positionLeft {
	left: 0;
}

.positionRight{
	right: 0;
}

.positionTop {
	top: 0;
}

.positionBottom {
	bottom: 0;
}

.positionCenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*--------------------------------------------------------------
# Float
--------------------------------------------------------------*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignLeft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignRight {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.alignCenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.alignTop {
	align-items: flex-start;
	vertical-align: top;
}

.alignBottom {
	align-items: flex-end;
	vertical-align: bottom;
}

.textLeft,
.textLeft input {
	text-align: left;
}

.textCenter,
.textCenter input {
	text-align: center;
}

.textRight,
.textRight input {
	text-align: right;
}

/*--------------------------------------------------------------
# Margins
--------------------------------------------------------------*/
.noMargin {
	margin: 0!important;
}

.marginBottom {
	margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#primary,
#colophon {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	/* Added hidden overflow to get footer to wrap correctly */
	overflow: hidden;
}

#colophon {
	padding-bottom: 1rem;
	padding-top: 0;
}

.noTopNavigation #site-navigation {
		display: none;
}

.imageContainer {
	max-height: 100%;
	padding: 5rem;
  position: relative;
  text-align: center;
  color: #ffffff;
}

.containerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imageContainer.page-header {
/* 	min-height: 33vh; */
	min-height: 33rem;
	height: 33vh;
	max-height: 35vh;
	overflow: hidden;
	margin: 0 0 1.5rem;
	padding: 0;
/* 	z-index: -1; */
}

.imageContainer img {
	left: 0;
	position: absolute;
}

.twCol .imageContainer,
.twColStack .imageContainer {
/* 	min-height: 50vh; */
}

.thCol .imageContainer,
.thColStack .imageContainer {
/* 	min-height: 33vh; */
}

.foCol .imageContainer,
.foColStack .imageContainer {
/* 	min-height: 25vh; */
}

/* #leftSidebar {
	background: linear-gradient(180deg, #f8ecee 0%, #d9b4b6 100%) !important;
} */

#leftSidebar,
#rightSidebar,
#desktopToggleLeft,
#desktopToggleRight {
	padding: 1rem;
}

#leftSidebar .widget p:nth-child(1),
#desktopToggleLeft .widget p:nth-child(1),
#rightSidebar .widget p:nth-child(1),
#desktopToggleRight .widget p:nth-child(1) {
	padding-top: 0;
	margin-top: 0;
}

.noLeftSidebar #leftSidebar {
	display: none;
}

.noLeftToggle #desktopToggleLeft,
.noLeftToggle .desktopToggleLeftIcon {
	display: none;
}

.desktopToggleLeftIcon,
.desktopToggleRightIcon {
	z-index: 200 !important;
}

.noNavigationMenu #site-navigation {
	display: none;
}

.noRightToggle #desktopToggleRight,
.noRightToggle .desktopToggleRightIcon {
	display: none;
}

.noRightSidebar #rightSidebar {
	display: none;
}

/* 1. Full Width */
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #leftSidebar,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #desktopToggleLeft,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .desktopToggleLeftIcon,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #desktopToggleRight,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .desktopToggleRightIcon,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #page,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #mastheadBackground,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .site-title,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .addCustomLogo,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .noCustomLogo,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #site-navigation {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #colophon {
	/* width: 100%; */
}

/* .noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #footerMenu .widget,
.noLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #footerInformation .widget {
		width: 25%;
} */

/* 2. Left Sidebar ONLY */
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #leftSidebar {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
/* 	margin-right: 80%; */
	position: fixed;
	top: 0;
	width: 20%;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #desktopToggleLeft,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .desktopToggleLeftIcon,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #desktopToggleRight,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .desktopToggleRightIcon,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #page,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar .noCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 80%;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.noRightSidebar #colophon {
	/* width: 80%; */
}

/* 3. Left Sidebar + Left Toggle */
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #leftSidebar {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	margin-right: 80%;
	position: fixed;
	top: 0;
		width: 20%;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .desktopToggleLeftIcon,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .desktopToggleLeftIcon::after {
	margin-left: 20%;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .noCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 0px;
	padding-left: 50px;
	padding-right: 0px;
	width: 80%;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #colophon {
	/* width: 80%; */
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .site-title {
	padding-left: 50px;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #desktopToggleRight,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .desktopToggleRightIcon,
.activeLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

/* 4. Left Sidebar + Right Toggle */
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #desktopToggleLeft,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .desktopToggleLeftIcon,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #rightSidebar, {
	display: none;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #leftSidebar {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
/* 	margin-right: 80%; */
	position: fixed;
	top: 0;
	width: 20%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #desktopToggleRight {
	margin-right: 50px;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #page,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .noCustomLogo,
.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 50px;
	width: 80%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #colophon {
	/* width: 80%; */
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .site-title {
	padding-right: 50px;
}

/* 5. Left Sidebar + Left Toggle + Right Toggle */
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #leftSidebar {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
/* 	margin-right: 80%; */
	position: fixed;
	top: 0;
	width: 20%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .desktopToggleLeftIcon,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .desktopToggleLeftIcon::after {
	margin-left: 20%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #desktopToggleRight {
	margin-right: 50px;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .noCustomLogo,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 0px;
	padding-left: 50px;
	padding-right: 50px;
	width: 80%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #colophon {
	/* width: 80%; */
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .site-title {
	padding-right: 50px;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

/* 6. Left Sidebar + Right Sidebar */
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #desktopToggleLeft,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .desktopToggleLeftIcon,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #desktopToggleRight,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .desktopToggleRightIcon {
	display: none;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #leftSidebar {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
/* 	margin-right: 80%; */
	position: fixed;
	top: 0;
	width: 20%;
}

/* .activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #page,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .noCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 20%;
	padding-left: 0px;
	padding-right: 0px;
	width: 60%;
} */

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #page,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 20%;
	padding-left: 0px;
	padding-right: 0px;
	width: 60%;
}

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #colophon {
	/* width: 60%; */
}

.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #rightSidebar {
	bottom: 0;
	display: block;
	height: 100%;
/* 	margin-left: 80%; */
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
}

/* .activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget,
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget {
	float: left;
	width: 50%;
} */

/* .activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget:nth-child(odd),
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget:nth-child(odd) {
	padding-right: 5px;
} */

/* .activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget:nth-child(even),
.activeLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget:nth-child(even) {
	padding-left: 5px;
} */

/* 7. Left Sidebar + Left Toggle + Right Toggle + Right Sidebar */
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #leftSidebar {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
/* 	margin-right: 80%; */
	position: fixed;
	top: 0;
	width: 20%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleLeftIcon,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleLeftIcon::after {
	margin-left: 20%;
}

/* .activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 20%;
	padding-left: 50px;
	padding-right: 50px;
	width: 60%;
} */

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo {
	margin-left: 20%;
	margin-right: 20%;
	padding-left: 50px;
	padding-right: 50px;
	width: 60%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #colophon {
	/* width: 60%; */
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .site-title {
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleRightIcon,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleRightIcon::after {
	margin-right: 20%;
}

.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #rightSidebar {
	bottom: 0;
	display: block;
	height: 100%;
/* 	margin-left: 80%; */
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
}

/* .activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget,
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget {
	float: left;
	width: 50%;
} */

/* .activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget:nth-child(odd),
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget:nth-child(odd) {
	padding-right: 5px;
} */

/* .activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget:nth-child(even),
.activeLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget:nth-child(even) {
	padding-left: 5px;
} */

/* 8. Left Sidebar + Left Toggle + Right Sidebar */
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #desktopToggleRight,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .desktopToggleRightIcon {
	display: none;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #leftSidebar {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
/* 	margin-right: 80%; */
	position: fixed;
	top: 0;
	width: 20%;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .desktopToggleLeftIcon,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .desktopToggleLeftIcon::after {
	margin-left: 20%;
}

/* .activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .noCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 20%;
	padding-left: 50px;
	padding-right: 0px;
	width: 60%;
} */

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #page,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 20%;
	padding-left: 50px;
	padding-right: 0px;
	width: 60%;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #colophon {
	/* width: 60%; */
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .site-title {
	padding-left: 50px;
}

.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #rightSidebar {
	bottom: 0;
	display: block;
	height: 100%;
/* 	margin-left: 80%; */
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
}

/* .activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget,
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget {
	float: left;
	width: 50%;
} */

/* .activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget:nth-child(odd),
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget:nth-child(odd) {
	padding-right: 5px;
} */

/* .activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerMenu .widget:nth-child(even),
.activeLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #footerInformation .widget:nth-child(even) {
	padding-left: 5px;
} */

/* 9. Left Sidebar + Right Toggle + Right Sidebar */
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #desktopToggleLeft,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleLeftIcon {
	display: none;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #leftSidebar {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
/* 	margin-right: 80%; */
	position: fixed;
	top: 0;
	width: 20%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #page,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .noCustomLogo,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #site-navigation {
	margin-left: 20%;
	margin-right: 20%;
	padding-left: 0px;
	padding-right: 50px;
	width: 60%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #colophon {
	/* width: 60%; */
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .site-title {
	padding-right: 50px;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleRightIcon,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleRightIcon::after {
	margin-right: 20%;
}

.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #rightSidebar {
	bottom: 0;
	display: block;
	height: 100%;
/* 	margin-left: 80%; */
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
}

/* .activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget,
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget {
	float: left;
	width: 50%;
} */

/* .activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget:nth-child(odd),
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget:nth-child(odd) {
	padding-right: 5px;
} */

/* .activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerMenu .widget:nth-child(even),
.activeLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #footerInformation .widget:nth-child(even) {
	padding-left: 5px;
} */

/* 10. Left Toggle ONLY */
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #leftSidebar,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .desktopToggleRightIcon,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #desktopToggleRight,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #desktopToggleLeft {
	margin-left: 50px;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #page,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #mastheadBackground,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .addCustomLogo,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .noCustomLogo,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 50px;
	padding-right: 0px;
	width: 100%;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #colophon {
	/* width: 100%; */
}

.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar .site-title {
	padding-left: 50px;
}

/* .noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #footerMenu .widget,
.noLeftSidebar.activeLeftToggle.noRightToggle.noRightSidebar #footerInformation .widget {
	width: 25%;
} */

/* 11. Left Toggle + Right Toggle */
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #leftSidebar,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #desktopToggleLeft {
	margin-left: 50px;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #desktopToggleRight {
	margin-right: 50px;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #page,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #mastheadBackground,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .addCustomLogo,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .noCustomLogo,
.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar #colophon {
	/* width: 100%; */
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.noRightSidebar .site-title {
	padding-left: 50px;
	padding-right: 50px;
}

/* 12. Left Toggle + Right Sidebar */
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #leftSidebar,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #desktopToggleRight,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .desktopToggleRightIcon {
	display: none;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #desktopToggleLeft {
	margin-left: 50px;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #page,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .noCustomLogo,
.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 20%;
	padding-left: 50px;
	padding-right: 0px;
	width: 80%;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #colophon {
	/* width: 80%; */
}

.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar .site-title {
	padding-left: 50px;
}

.noLeftSidebar.activeLeftToggle.noRightToggle.activeRightSidebar #rightSidebar {
	bottom: 0;
	display: block;
	height: 100%;
/* 	margin-left: 80%; */
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
}

/* 13. Left Toggle + Right Toggle + Right Sidebar */
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #leftSidebar {
	display: none;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #desktopToggleLeft {
	margin-left: 50px;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #page,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .noCustomLogo,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 20%;
	padding-left: 50px;
	padding-right: 50px;
	width: 80%;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #colophon {
	/* width: 80%; */
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .site-title {
	padding-left: 50px;
	padding-right: 50px;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleRightIcon,
.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleRightIcon::after {
	margin-right: 20%;
}

.noLeftSidebar.activeLeftToggle.activeRightToggle.activeRightSidebar #rightSidebar {
	bottom: 0;
	display: block;
	height: 100%;
/* 	margin-left: 80%; */
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
}

/* 14. Right Toggle ONLY */
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #leftSidebar,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #desktopToggleLeft,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .desktopToggleLeftIcon,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #rightSidebar {
	display: none;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #desktopToggleRight {
	margin-right: 50px;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #page,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #mastheadBackground,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .addCustomLogo,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .noCustomLogo,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 50px;
	width: 100%;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #colophon {
	/* width: 100%; */
}

.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar .site-title {
	padding-right: 50px;
}

/* .noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #footerMenu .widget,
.noLeftSidebar.noLeftToggle.activeRightToggle.noRightSidebar #footerInformation .widget {
	width: 25%;
} */

/* 15. Right Toggle + Right Sidebar */
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #leftSidebar,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #desktopToggleLeft,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleLeftIcon {
	display: none;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #page,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #mastheadBackground,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .addCustomLogo,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .noCustomLogo,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 20%;
	padding-left: 0px;
	padding-right: 50px;
	width: 80%;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #colophon {
	/* width: 80%; */
}

.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .site-title {
	padding-right: 50px;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleRightIcon,
.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar .desktopToggleRightIcon::after {
	margin-right: 20%;
}

.noLeftSidebar.noLeftToggle.activeRightToggle.activeRightSidebar #rightSidebar {
	bottom: 0;
	display: block;
	height: 100%;
/* 	margin-left: 80%; */
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
}

/* 16. Right Sidebar ONLY */
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #leftSidebar,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #desktopToggleLeft,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .desktopToggleLeftIcon,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #desktopToggleRight,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .desktopToggleRightIcon {
	display: none;
}

.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #page,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #mastheadBackground,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .addCustomLogo,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar .noCustomLogo,
.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #site-navigation {
	margin-left: 0;
	margin-right: 20%;
	padding-left: 0px;
	padding-right: 0px;
	width: 80%;
}

.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #colophon {
	/* width: 80%; */
}

.noLeftSidebar.noLeftToggle.noRightToggle.activeRightSidebar #rightSidebar {
	bottom: 0;
	display: block;
	height: 100%;
/* 	margin-left: 80%; */
	position: fixed;
	right: 0;
	top: 0;
	width: 20%;
}

/*--------------------------------------------------------------
# Left Sidebar
--------------------------------------------------------------*/
#leftSidebar {
	overflow: auto;
	overscroll-behavior: contain;
}

#leftSidebar,
#leftSidebar a,
#leftSidebar a:visited {
	/* color: #ffffff; */
}

/*--------------------------------------------------------------
# Right Sidebar
--------------------------------------------------------------*/
#rightSidebar {
	/* background: blue; */
	overflow: auto;
	overscroll-behavior: contain;
}

#rightSidebar,
#rightSidebar a,
#rightSidebar a:visited {
	/* color: #ffffff; */
}

#rightSidebar .wp-block-latest-posts__post-title,
#leftSidebar .wp-block-latest-posts__post-title {
	font-weight: bold;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead {
	z-index: 100;	
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0 1rem;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: block;
	float: left;
	padding: 0;
	position: absolute;
	top: 100%;
	left: -999em;
	width: 100%;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	overflow: hidden;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	padding: 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.site-title {
	text-align: center;
}

.page-header .page-title {
	margin: 0;
}

.nelleHerCo span::before{
  content: '';
  animation: textRotation 5s infinite;
}
@keyframes textRotation {
  0% { content: 'ntent'}
  50% { content: 'nnect'}
  100% { content: 'mmunity'}
}

/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/
:where(.wp-block-columns){
  margin-bottom: 1.5em;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.entry-header {
	margin: 0 0 1.5rem;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-header button {
	display: block;
	margin: 0 auto;
}

.page-header .page-excerpt {
	margin: 0 0 1.5rem;
}

.archive .entry-title,
.search .entry-title {
	margin: 0;
}

.archive .comments-link,
.archive .edit-link,
.search .comments-link,
.search .edit-link {
	display: none;
}

.archive .post {
	margin: 0;
}

.archive .entry-summary {
	margin: 0 0 1.5rem;
}

.single-post #comments #reply-title {
	margin: 0;
}

.single-post #comments .commentPrompt,
.single-post #comments .emptyCommentPrompt {
	margin: 0 0 1.5rem;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget-title {
	font-size: 1rem;
	text-transform: uppercase;
}

.widget_block h3,
.categoryDescription h3 {
	margin: 0 0 .5rem;
}

.widget_calendar .widget-title {
	display: none;
}

.widget_calendar .calendar_wrap .wp-calendar-table caption {
	/* background: red; */
	border: 2px solid #404040;
	/* color: #ffffff; */
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 1rem;
	padding: .5rem 0;
	text-transform: uppercase;
}

.widget_search label {
	display: none;
}

.widget .search-form {
	overflow: hidden;
}

.widget .search-form input[type="search"], .widget .search-form input[type="submit"] {
	float: left;
}

.widget .search-form input[type="search"] {
	width: 80%;
}

.widget .search-form input[type="submit"] {
	font-size: 15px;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1%;
	padding-right: 1%;
	width: 30%;
}

.categoryDescription p {
	margin-top: 0;
}

.widget select#wp-block-categories-1,
.widget select#wp-block-categories-2 {
	width: 100%;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.wp-block-cover .wp-block-cover__image-background {
/* 	object-fit: contain; */
}

.wp-block-cover, .wp-block-cover-image {
	min-height: 200px;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.realistic-marker-highlight{
	display: inline-block;
	padding: 0 0.5rem;
  position:relative;
}

.realistic-marker-highlight:before{
  content:"";
  background-color: #e4d7db;
  width:100%;
/*   height:1.5rem; */
  height: 100%;
  position:absolute;
  z-index:-1;
  filter:url(#marker-shape);
  left: 0;
  top: 0;
}