/*!
Theme Name: nswmwa
Author: Campaign Edge
Author URI: https://campaignedge.com.au/
Description: Specialised join site for MEU
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nswmwa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nswmwa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

/* Document
	 ========================================================================== */

/**
 * 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%;
}

/* Sections
	 ========================================================================== */

/**
 * 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;
}

/* Grouping content
	 ========================================================================== */

/**
 * 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;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
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.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
}

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

/**
 * 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 default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/* 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;
}

/* Misc
	 ========================================================================== */

/**
 * 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	font-size: 1em;
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 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: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	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: 200px;
}

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

.main-navigation li {
	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;
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

.widget select {
	max-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;
}

/* 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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

/* 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;
}

/* 

Custom

*/

/* Containers */
.main-content-outer {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
}

.main-content-inner {
	padding: 0 4%;

}

/* MENU */

.site-menu {
	position: sticky;
	top: 0;
	z-index: 2;
}

.site-menu.fixed {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
}

.header-nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.site-logo {
	display: block;
	margin: 0.5em;
	width: 10em;
}

.main-menu {
    flex: 1 1 auto;
    display: flex;

}

.menu-pullout {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	z-index: 1;
}

.main-menu .menu {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: right;
	align-items: center;
}

.main-menu .menu .menu-item {
    padding: 0.5em 1.5em;
    margin-left: 0.5vw;
}

.main-menu .menu .menu-item a {
    color:var(--wp--preset--color--violet);
    font-weight: normal;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 1em;
}

#masthead .main-menu .menu .menu-item:hover>a {
    color: var(--wp--preset--color--krypton);
}

.main-menu .menu .menu-item.menu-item-has-children:hover::before {
    color: var(--wp--preset--color--krypton);
}

.main-menu .menu .menu-item.current-menu-item>a,
.main-menu .menu .menu-item.menu-item-has-children.current-menu-item::before {
    color: var(--wp--preset--color--krypton);

}

.main-menu .menu .menu-item.current-menu-item>a {
    border-bottom: 1px solid var(--wp--preset--color--secondary);
}

.main-menu .menu .menu-item:last-child {
    padding-right: 0px;
}

/* Sub menus */

.main-menu .menu .menu-item.menu-item-has-children {
    position: relative;
}

.main-menu .menu .menu-item.menu-item-has-children::before {
    width: 0.5em;
    height: 0.5em;
    border-bottom-width: 0.2em;
    border-bottom-style: solid;
    border-left-width: 0.2em;
    border-left-style: solid;
    transform: rotate(225deg);
    position: absolute;
    top: 43%;
    right: 0.5em;
    content: "";
    color: var(--wp--preset--color--violet);
    transition: 0.3s ease;
}

.main-menu .menu .menu-item.menu-item-has-children:last-child::before {
    right: -1em;
}

.main-menu .menu .menu-item.menu-item-has-children:hover::before {
    transform: rotate(315deg);
    top: 37%;
}

.main-menu .menu .menu-item .sub-menu {
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 2;
    list-style: none;
    width: max-content;
    background:white;
    display: block;
}

.main-menu .menu .menu-item .sub-menu .menu-item {
    margin-left: 0px;
    padding: 1em 1.5em;
}

.main-menu .menu .menu-item .sub-menu .menu-item a {
    color: black; 
}

.main-menu .menu .menu-item.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
}

.main-menu .menu .menu-item .sub-menu .menu-item .sub-menu {
    left: 100%;
    top: 0%;
}

/* Hamburger */


.menu-center {
    display: none;
}

.show-on-mobile-menu {
    display: none;
}

/* General */

.main-content-inner a {
	text-decoration: none;
	color:var(--wp--preset--color--violet);
	padding: 0;
	margin: 0;
}

.main-content-inner a :hover {
	color: #003471;
}

.banner-background {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 4%;
	margin-bottom: 3em;
}

.banner-container {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: center; 
    align-items: center; 
	text-align: center;
    height: 20em;
    width: 100%;
}

.banner-text-content {
    width: 100%;
    padding: 0 4%;
}


.banner-title-style {
	line-height: 1;
    display: flex;
	font-size: calc(3rem + 1.5vw);
    color: white;
    margin: 0;
	justify-content: center;
}

.banner-date {
	font-size: 1.25em;
	color: white;
	margin: 0;
	position: relative;
}

.site-banner {
	width: 100%;
	height: 400px;
	object-fit: cover;
	background-color: #003471;
}

/* BUTTONS  */
.menu-registration-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.5vw;
	margin-left: 1.5vw;
}

.theme-button {
	font-weight: bold;
	font-size: 1em;
	padding: 1em 1.25em;
	border: 1px solid transparent;
    background: #363D86;
    border-radius: 0;
    color: white;
	cursor: pointer;
	text-align: center;
}

.menu-theme-button {
	display: inline-block;
}

.menu-theme-button a {
	font-weight: bold;
	font-size: 1em;
	padding: 1em 1.25em;
	border: 1px solid transparent;
    background: #363D86;
    border-radius: 0;
    color: white;
	cursor: pointer;
	text-align: center;
}

.menu-theme-button a:hover {
	background: white;
	border: 1px solid var(--wp--preset--color--violet);
	color: var(--wp--preset--color--violet);
	transition: 0.33s;
}

.theme-button a:hover {
	background: white;
	border: 1px solid var(--wp--preset--color--violet);
	color: var(--wp--preset--color--violet);
	transition: 0.33s;
}

/* Content */

/* Header */
.top-socials {
	background-color: var(--wp--preset--color--violet);
}

.top-socials .main-content-outer .main-content-inner {
	height: 3em;
	display: flex; 
	justify-content: flex-end; 
	background-color: var(--wp--preset--color--violet);
}

.top-socials .main-content-outer .main-content-inner a {

	color: white;
}

.site-menu {
	background-color: white;
}

.site-menu .main-content-outer .main-content-inner {
	display: flex; 
	flex-direction: row;
}

/* Banner */
.banner-background {
	position: relative;
	background: black;
}

.banner-background .main-content-outer {
	position: relative;
	z-index: 1;
}

.banner-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
	opacity: 0.8;
}

/* Carousel */

/* Carousel Banner
--------------------------------------------- */

#carousel {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

#contentslides {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.carousel-slides {
	display: flex;
	overflow: hidden;
}

.carousel-slides .carousel-slide {
	position: relative;
	flex: 1 0 100%;
	padding: 8em 0 30vh 0;
	transition: background 0.4s ease;
	background: none;
}

.carousel-slides .carousel-slide .main-content-outer {
	display: flex;
	flex: 0 0 100%;
}

.carousel-slides .carousel-slide .main-content-inner {
	opacity: 0;
	transition: opacity 0.5s ease;
	flex: 1 0 100%;
	display: flex;
}

.carousel-slides .carousel-slide.carousel-slide-active .main-content-inner {

	opacity: 1;
}

.carousel-slides .carousel-inner-content {
	flex: 0 1 50%;
}

.carousel-slides .carousel-content-image {
	flex: 0 1 50%;
	justify-content: right;
	display: flex;
}

.carousel-slides .carousel-slide .carousel-img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease;
	opacity: 0;
	border-radius: 0px;
}

.carousel-slides .carousel-slide .carousel-img.overlay-on {
	filter: brightness(0.5);
}

.carousel-slides .carousel-slide .carousel-img::before {
	content: "";
}

.carousel-slides .carousel-slide .carousel-no-img-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease;
	border-radius: 0px;
	opacity: 0;
}

.carousel-slides .carousel-slide.carousel-slide-active .carousel-img {
	opacity: 1;
}

.carousel-slides .carousel-slide h1 {
	color: white;
	margin: 0;
	transition: margin-left 0.4s ease;
	font-size: 2.5em;
	display: flex;
	line-height: 1em;
    margin-bottom: 0.5em;
}

.carousel-slides .carousel-slide.carousel-slide-active h2 {
	margin-left: 0;
}

.carousel-image-border img {
	border: 4px solid white;
	border-radius: 0.5em;
}

.carousel-slides .carousel-slide .main-content-inner .carousel-content-image img{
	display: inline-block;
	align-self: center;
}

.carousel-slides .carousel-slide .carousel-text {
	font-size: 1.25em;
	font-weight: 500;
	color: white;
	margin-bottom: 1em;
}

.carousel-slides .carousel-slide .carousel-text p{
	font-size: 1.1em;
}

.carousel-slides .carousel-slide .carousel-text h3 {
	font-weight: 500;
}

.carousel-slides .carousel-slide .carousel-buttons {
	display: flex;
	gap: 1em;
	padding-top: 1em;
}

.carousel-slides .carousel-slide .carousel-buttons p {
	margin: 0;
}

.carousel-slides .carousel-slide .meu-button-p {
	margin-bottom: 1em;
}

.carousel-slides .carousel-slide .meu-button-p a {
	font-weight: bold;
	font-size: 1em;
	padding: 1em 1.25em;
	border: 1px solid transparent;
    background: #363D86;
    border-radius: 0;
    color: white;
	cursor: pointer;
	text-align: center;

}

.carousel-slides .carousel-slide .meu-button-p a:hover {
	background: white;
	border: 1px solid var(--wp--preset--color--violet);
	color: var(--wp--preset--color--violet);
	transition: 0.33s;
}

.carousel-slides .carousel-slide .carousel-darken {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;

	background: rgb(0,0,0);
	background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.carousel-slides .carousel-slide.carousel-slide-active {
	z-index: 1;
}

#carousel {
	position: relative;
	margin-bottom: 3em;
}

.carousel-navs {
	position: absolute;
	bottom: 6em;
	right: 0px;
	z-index: 1;
	width: 100%;
	text-align: right;
	pointer-events: none;
}

.carousel-navs .carousel-nav {
	width: 1em;
	height: 1.66em;
	display: inline-block;
	position: relative;
	color: white;
	font-size: 2em;
	pointer-events: all;
	z-index: 3;
	margin-left: 0.7em;
	cursor: pointer;
	transition: background 0.4s ease;
}

.carousel-navs .carousel-nav:hover {
	background: #00000069;
}

.carousel-navs .carousel-nav span {
	width: 1em;
	height: 1em;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-left-width: 0.1em;
	border-left-style: solid;
	transform: rotate( 45deg);
	transition: 0.4s ease;
	position: absolute;
	top: 20%;
	left: 28%;
}

.carousel-navs .carousel-nav-right span {
	transform: rotate( 225deg);
	right: 28%;
	left: unset;
}

/* Content Slides */

.content-slides {
	display: flex;
	overflow: hidden;
	margin: calc(0.5em + 2%) 0;
}

.content-slides .content-slide {
	position: relative;
	flex: 1 0 100%;
	padding: 4em 0;
	transition: background 0.4s ease;
	background: none;
}

.content-slides .content-slide .main-content-outer {
	display: flex;
	flex: 0 0 100%;
}

.content-slides .content-slide .main-content-inner {
	opacity: 0;
	width: 100%;
	transition: opacity 0.8s linear;
	position: relative;
}

.content-slides .content-slide.content-slide-active .main-content-inner {
	width: 100%;
	opacity: 1;
}

.content-slides .content-inner-content {
	display: flex;
	flex: 0 0 100%;
	flex-direction: row;
	position: relative;
	height: 25em;
	/* background-color: green; */
}

.content-slides .content-slide .content-image-container .content-img::before {
	content: "";
}

.content-slides .content-slide.content-slide-active {
	z-index: 1;
}

.content-inner-content .header-content-group {
	width: 55%;
	position: relative;
}

.header-content-group .header-content-icon {
	position: absolute;
    top: 0;
    left: 0;
	width: calc(5rem + 1.5vw);
}

.header-content-group .header-content-icon .content-slider-quote {
    margin-top: -3em;
}

.header-content-group .header-content-text {
	max-height: 24em;
	overflow: inherit;
	background-color: #F5F6F6;
	line-height: 1.5em;
}

.header-content-group .header-content-text  h2 {
	margin: 0;
	padding: 0;
}


.header-content-group .header-content-text .content-heading {
	line-height: 1.5em;
	background-color: #F5F6F6;
	padding: 2em;
}

.content-inner-content .content-image-container {
	position: absolute;
	right: 0;
	top: -12.5%;
	z-index: -1;
	width: 50%;
	height: 150%
}

.content-inner-content .content-image-container img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: center; */
}

.content-navs {
	position: absolute;
	bottom: 0em;
	right: 0em;
	z-index: 1;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	transition: background 0.4s ease;
}

.content-navs .main-content-outer .main-content-inner {
}

.content-navs .content-nav {
    background: #363D86;
    border: 0px solid transparent;
    border-radius: 5px;
    width: 1em;
    height: 1.5em;
    padding: 0.75em;
    margin-left: 0;
	margin-bottom: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: var(--wp--preset--color--white);
    z-index: 2;
    transition: background 0.4s ease;
	font-size: 1.5em;
}

.content-navs .content-nav:hover {
	background: white;
	color: var(--wp--preset--color--violet);
	border: 1px solid var(--wp--preset--color--violet);
}

.content-navs .content-nav span {
	width: 0.75em;
	height:  0.75em;
	border-bottom-style: solid;
	border-left-style: solid;
	transform: rotate( 45deg);
	transition: 0.4s ease;
	position: absolute;
	top: 25%;
	left: 37%;
}

.content-nav .content-nav-right {
    position: absolute;
    right: 27em;
}

.content-navs .content-nav-right span {
	transform: rotate( 225deg);
	right: 37%;
	left: unset;
}

/* Footer */

.footer-contents-container {
	display: flex;
	flex-wrap: wrap;
	padding: 3em 0;
	flex-direction: row;
}

.footer-contents-container a {
	color: white;
}

.footer-contents-column {
	flex: 0 1 50%;
	color: white;
}


.footer-contents-column ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.footer-contents-column p {
	margin: 0;
}

#menu-main-1 {
    padding-left: 0 !important;
}

.main-menu .menu-main-container {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.main-menu .menu-main-container .menu-navigation-container {
	display: flex;
	width: 100%;
	justify-content: center;
}

.menu-main-container #menu-main-1 li {
	margin: 0 0 0.5em 0;
}

.menu-main-container #menu-main-1 li :hover {
	color: var(--wp--preset--color--limone);
}

.menu-main-container #menu-main-1 a {
	text-decoration: none;
	color:var(--wp--preset--color--white);
}

/* Gravity Forms */

/* Contact Form */

.contact-form-bg {
	width: 100%;
	object-fit: contain;
	position: relative;
	    margin-top: 3em;
	background: black;
}

.contact-form-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
	opacity: 0.7;
}

.contact-form-bg h2 {
	margin: 0; 
	color: white;
	font-size: 3em;
}

.contact-form-bg h3 { 
	margin: 0;
	color: white;
	font-size: 2em;
}

.contact-form-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 4em 2em;
	position: relative;
    z-index: 1;
}

.contact-form-inner-container {
	display: flex;
	align-items: center;
}

.contact-form-text-container {
	flex: 0 1 50%;
	display: flex;
	flex-direction: column;
	gap: 1em;
	text-shadow: 2px 6px 10px rgba(0, 0, 0,0.5);
}

/* Enquiry Form */
#gform_wrapper_1 {

}

#gform_wrapper_2 {
	background-color: white;
	position: relative;
	border-width: 1px;
	border-color: black;
	padding: 2em;
	box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.5); 
}

#gform_wrapper_2 #gform_2 {
}

#gform_wrapper_2 .gform_footer.top_label {
	margin: 0;
	padding: 0;
    position: absolute;
    right: 2.5em;
    bottom: -3em;
}

#gform_submit_button_2 {
	font-weight: bold;
	font-size: 1em;
	padding: 1em 1.25em;
	border: 1px solid transparent;
    background: #363D86;
    border-radius: 0;
    color: white;
	cursor: pointer;
	text-align: center;
	margin-bottom: 1em;
}

#gform_submit_button_2:hover{
	background: white;
	border: 1px solid var(--wp--preset--color--violet);
	color: var(--wp--preset--color--violet);
	transition: 0.33s;
}

/* Field 1: Field Name */
#field_2_6 {
	justify-content: center;
	align-items: center;
	border-width: 0;
}

#input_2_6_3 {
	font-size: 1em;
	color: black;
	width: 100%;
	padding: 0.75em 1em;
	border: none;
	border-bottom: 2px solid #dddddd;
}

#input_2_8 {
	font-size: 1em;
	color: black;
	padding: 1em;
	border: none;
	border-bottom: 2px solid #dddddd;
}

/* Field 1: Field Email */
#field_2_8 {
	border-width: 0;
}

/* CONTACT BLOCK */
.contact-block-inner {
	padding: 1.5em;
	margin: 1.5em 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	border-color: #666;
}

.contact-block-inner .contact-location,
.contact-block-inner .contact-name, 
.contact-block-inner .contact-phone-number, 
.contact-block-inner .contact-email {
	margin: 0;
}
.contact-block-inner .contact-location {
	font-size: 1.5em;
	color: #003471;
	font-style: bold;
}

.contact-block-inner .contact-name {
	font-size: 1.5em;
	color: #003471;
	font-style: bold;
}

/* NEWS POSTS AND POST */

.news-posts {
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em; 
}

.news-post {
	flex: 0 0 45%;
	/* border: 1px solid #111; */
	margin-bottom: 0.5em; 
	margin-left: 1em;
	margin-right: 1em;
}

.news-post-img img {
	width: 100%; 
	height: auto; 
	display: block; 
	height: 25em;
	object-fit: cover;
}

.news-content {
	position: relative;
	padding: 1em; 
}

.news-title,
.news-date,
.news-excerpt {
	padding: 0;
	margin: 0;
}

.news-title {
	position: relative;
	padding-bottom: 0.2em;
}

.news-title a{
	text-decoration: none;
}

.news-title a:visited,
.news-title a:link {
	color: var(--wp--preset--color--violet);
}

.news-title a:hover {
	color: var(--wp--preset--color--limone);
}

.news-title::after{
	position: absolute;
	content: '';
	width: 4em;
	height: 0.15em;
	bottom: 0;
	left: 0;
	background-color: var(--wp--preset--color--limone);
	margin-top: 1.2em;
}

.news-date {
	color: #929292;
	font-style: bold;
}

.news-excerpt {
	color: #929292;
}

.single-news-post {
	margin: 5em calc(10vw + 5em);
}

/* RELATED ARTICLES CSS */ 
.related-articles-section .main-content-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.related-articles-section {
	background-color: #f5f6f6;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.related-articles {
	margin: 4em 0;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: center;
	gap: 2em;
	position: relative;
}

.related-article {
	flex: 0 0 30%;
	box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.related-article-top-content {
	position: relative;
}

.related-article-img img {
	width: 100%; 
	height: auto; 
	display: block; 
	height: 25em;
	object-fit: cover;
}

.articles-content {
	position: relative;
	margin: 2em; 
}

.articles-content .article-title,
.articles-content .article-date,
.articles-content .article-excerpt {
	padding: 0;
	margin: 0;
}

.articles-content .article-title {
	position: relative;
	padding-bottom: 0.2em;
}

.articles-content .article-title a{
	text-decoration: none;
}

.article-category-container {
	position: absolute;
	top: 20em;
}

.article-category a {
	color: white;
	padding: 0.75em;
	background-color: #111;
}

.articles-content .article-title a:visited,
.articles-content .article-title a:link {
	color: var(--wp--preset--color--violet);
}

.articles-content .article-title a:hover {
	color: var(--wp--preset--color--limone);
}

.articles-content .article-title::after{
	position: absolute;
	content: '';
	width: 4em;
	height: 0.15em;
	bottom: 0;
	left: 0;
	background-color: var(--wp--preset--color--limone);
	margin-top: 1.2em;
}

.articles-content .article-date {
	color: #929292;
	font-style: bold;
}

.articles-content .article-excerpt {
	color: #929292;
}

.single-article-post {
	margin: 5em calc(10vw + 5em);
}


.search-form-block {
	margin: 2em 0em;
	width: 100%;
	display: flex;
	gap: 1em;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.search-button {
	font-weight: bold;
	font-size: 1em;
	padding: 1em 1.25em;
	background-color: var(--wp--preset--color--limone);
	border-radius: 0;
	border-width: 0;
	color: var(--wp--preset--color--violet);
	cursor: pointer;
	text-align: center;
}

.search-button:hover {
	background-color: white;
	border: 1px solid var(--wp--preset--color--limone);
	color: var(--wp--preset--color--violet);
	transition: 0.33s;
}

.search-label-select-group {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
}

/* Styles for the label */
.search-label-select-group label {
    font-size: 1em;
}

.search-label-select-group .search-box {
	padding: 0.7em 1em; 
	border-radius: 0;
}

/* Styles for the select container */
.search-select-container {
    position: relative;
    width: 10em; /* Adjust the width as needed */
}

/* Styles for the select element */
.search-select {
    width: 100%;
    padding: 0.68em;
    border: 1px solid #ccc;
    font-size: 1em;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none; 
}

/* Adding a custom dropdown arrow */
.search-select-container::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
    font-size: 0.75em;
}

/* Optional: Styles for hover and focus */
.search-select:hover,
.search-select:focus {
    border-color: #888;
}

/*INITIAL POST for the BANNER */
.initial-post {
	background-color: white;
    position: relative;
    border-width: 1px;
    border-color: black;
	width: 30%;
    box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.5);
	text-align: left;
	padding: 2em;
}

.initial-post-inner {
	position: relative;
}

.initial-post-date, 
.initial-post-title,
.initial-post-excerpt {
	padding: 0.5em 0 0 0;
	margin: 0;
}

.initial-post-title a{
	color: #003471;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

.initial-post-title a:visited,
.initial-post-title a:link {
	color: #003471;
}

.initial-post-title::after {
	position: absolute;
	content: '';
	width: 4em;
	height: 0.15em;
	left: 0;
	background-color: var(--wp--preset--color--limone);
	margin-top: 1.75em;
}

.initial-post-date {
	color: #929292;
	font-style: bold; 
	font-size: 0.8em;
}

.read-more-buttons-container {
	position: absolute;
	right: 0;
	margin: 1em;
}

.read-more-button {
	font-weight: bold;
	font-size: 1em;
	padding: 1em 1.25em;
	background-color:var(--wp--preset--color--limone);
	border-radius: 0;
	border-width: 0;
	color: var(--wp--preset--color--violet);
	cursor: pointer;
	text-align: center;
}

.read-more-button:hover {
	background-color: white;
	border: 1px solid var(--wp--preset--color--limone);
	color: var(--wp--preset--color--violet);
	transition: 0.33s;
}

/* Pagination */

.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: center;
	margin: 1em 0;
}

.page-numbers li {
	display: inline-block;
	margin: 0 0.25em;
}

.page-numbers li a {
    color: var(--wp--preset--color--violet);
}

.page-numbers li a:hover {
    color: var(--wp--preset--color--limone);
}

/* Bread Crumbs */ 

#breadcrumbs {
	font-size: 1em;
}

#breadcrumbs a {
	text-decoration: underline;
	color: var(--wp--preset--color--violet);
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: var(--wp--preset--color--limone);
}
 
/* News Single Post */

/* MOBILE SECTION */

@media (max-width: 1200px) {
    .contact-form-text-container {
        flex: 0 0 100%; 
		padding-bottom: 2em;
		justify-content: center;
    }
}

@media (max-width: 1024px) {
	.single-news-post {
		margin: 5em calc(10vw + 1em);
	}
}

@media (max-width: 1080px) {

	.related-article-img img {
		height: 20em;
	}
	
	.articles-content .article-title {
		font-size: 1.2em;
		line-height: 1.2em;
	}

	.articles-content .article-title::after {
		height: 0.1em;
	}

	.article-category-container {
		top: 15em;
	}

	.articles-content {
		margin: 1.5em;
	}
	.site-logo {
		max-width: 8.5em;
	} 

	.banner-title-style {
		font-size: 3em;
	}

	.main-menu {
		flex-direction: column;
	}

	.menu-registration-buttons {
		justify-content: flex-start;
		display: flex;
		flex-direction: row;
		padding: 0.5em 0;
	}

	.menu-buttons-container {
		padding: 1em 0;
	}

	.carousel-slides .carousel-slide {
		padding: 8em 0 15em 0;
	}

	.show-on-mobile-menu {
		display: block;
	}	  

	/* Menu - pullout */

	.site-logo {
		max-width: 10em;
	}

	.site-menu {
		position: relative;
	}

	.header-nav {
		display: flex;
		width: 100%;
	}

	.menu-pullout {
		display: none;
		position: absolute;
		left: 10%;
		width: 80%;
		top: 100%;
		background:white;
		transform: translateY(-10%);
		transition: transform .5s ease, opacity 0.5s ease;
		z-index: -1;
		padding: 5% 10% 2% 10%;
		box-shadow: 1px 1px 7px 0 #00000045;
		opacity: 0;
		
	}

	.menu-pullout-active {
		display: block;
		transform: translateY(0%);
		z-index: 2;
		opacity: 1;
		pointer-events: auto;
	}   

	.menu-pullout.menu-pullout-active .menu-pullout-inner .main-menu .menu-center.menu-center-move.menu-center-active{
		color: black;
	}


	.meu-socials-top.meu-socials-pullout {
		text-align: center;
		position: relative;
		left: unset;
		height: auto;
		top: unset;
		width: 100%;
		font-size: 0.85em;
	}

	.meu-socials-top.meu-socials-pullout p {
		margin: 0 0.35em;
	}


	/* Hamburger */
	.menu-center {
		position: relative;
		width: 2.3em;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		border: 2px solid var(--wp--preset--color--violet);
		border-radius: 100%;
		height: 2.3em;
		padding: 0.5em;
		z-index: 2;
		border-color: var(--wp--preset--color--violet);
	}   

	.menu-center:before,
	.menu-center:after,
	.menu-center div {
		background: var(--wp--preset--color--violet);
		content: "";
		display: block;
		height: 2px;
		border-radius: 0px;
		margin: 3px 0;
		margin-top: 2px;
		transition: 0.5s;
	}
	.menu-center.menu-center-active:before {
		transform: translateY(5px) rotate(135deg);
	}
	.menu-center.menu-center-active:after {
		transform: translateY(-5px) rotate(-135deg);
	}
	.menu-center.menu-center-active div {
		transform: scale(0);
		border-color: var(--wp--preset--color--violet);
	}

	.menu-pullout-active .menu-center.menu-center-active {
		border-color: var(--wp--preset--color--violet);
	}

	.menu-pullout-active .menu-center.menu-center-active:hover {
		border-color:var(--wp--preset--color--limone);
	}

	.menu-pullout-active .menu-center.menu-center-active:before,
	.menu-pullout-active .menu-center.menu-center-active:after,
	.menu-pullout-active .menu-center.menu-center-active div {
		background: var(--wp--preset--color--violet);
	}

	.menu-pullout-active .menu-center.menu-center-active:hover::before, 
	.menu-pullout-active .menu-center.menu-center-active:hover::after, 
	.menu-pullout-active .menu-center.menu-center-active:hover div  {
		background:var(--wp--preset--color--limone);
	}
	.menu-center:hover {
		border-color: var(--wp--preset--color--limone);
	}

	.menu-center:hover::before, 
	.menu-center:hover::after, 
	.menu-center:hover div  {
		background:var(--wp--preset--color--limone);
	}


	.main-menu .menu .menu-item .sub-menu .menu-item {
		margin-bottom: 0.8em;
	line-height: 1.2em;
	}


	.menu-pullout .menu-center {
		margin: 0 auto;
		display: block;
		margin-top: 3em;
	}


	.single-campaign .menu-center {
		z-index: 5;
		margin: 0 auto;
		display: block;
	}


	/* menu */
	.main-menu .menu {
		flex-wrap: wrap;
		font-size: 18px;
	}

	.main-menu .menu .menu-item {
		flex: 1 1 100%;
		padding-right: 0px;
		padding-left: 0px;

	}

	.main-menu .menu .menu-item .sub-menu {
		position: relative;
		top: unset;
		left: unset;
		display: none;
		background: none;
		width: 100%;
		font-size: 17px;
	}

	.main-menu .menu .menu-item .sub-menu li {
		margin-bottom: 0px;
	}

	.main-menu .menu .menu-item.menu-item-has-children:hover > .sub-menu {
		display: block;
		border: 0px;
		margin-top: 0.5em;
		padding-left: 1.5em;
		border-left: 1px solid #454545;
		color: black;
	}

	.main-menu .menu .menu-item .sub-menu .menu-item .sub-menu {
		left: unset;
		top: unset;
	}

	.main-menu .menu .menu-item.menu-item-has-children::before, .main-menu .menu .menu-item.menu-item-has-children:hover::before {
		top: 0.831em;
	}

	.main-menu .menu .menu-item.menu-item-has-children:last-child::before {
		right: 0.5em;
	}

	.main-menu .menu .menu-item:hover > a {
		color:var(--wp--preset--color--limone);
	}

	.main-menu .menu .menu-item a:hover {
		color:var(--wp--preset--color--limone);
	}

	.main-menu .menu .menu-item a {
		font-size: 1.2em;
	}

	#masthead .main-menu .menu .menu-item:hover>a {
		color: var(--wp--preset--color--violet) ;
	}
	
	.main-menu .menu .menu-item.menu-item-has-children:hover::before {
		color: var(--wp--preset--color--violet);
	}

	#menu-main li a {
		color: black;
	}

	.main-menu .menu-center-active {
		color: black;
	}

	.initial-post {
		padding: 1.25em;
	}

	.initial-post-title a {
		font-size: 1em;
	}

	.initial-post-title::after {
		margin-top: 1.3em;
	}

	.initial-post-date {
		font-size: 0.7em;
	}

	.initial-post-date, .initial-post-title, .initial-post-excerpt {
		padding: 0.25em 0 0 0;
	}

	.read-more-button {
		font-size: 1em;
	}
}

@media (max-width: 960px) {
	.initial-post {
		width: 70%;
	}

	.banner-container {
		flex-direction: column;
		gap: 0.5em;
	}

	.read-more-buttons-container {
		margin: 0.25em;
	}
}

@media (max-width: 869px) {

	.news-post {
		flex: 1 1 45%;
	}
}

@media (max-width: 768px) {

	.related-articles {
		flex-direction: column;
	}

	.related-article-img img {
		height: 15em;
	}

	.article-category-container {
		top: 10em;
	}

	.search-label-select-group label {
		font-size: 0.85em;
	}

	.search-label-select-group .search-box {
		padding: 0.25em 0.5em; 
		border-radius: 0;
	}
	
	.search-select {
		width: 100%;
		padding: 0.5em;
		border: 1px solid #ccc;
		font-size: 0.85em;
	}

	.search-button {
		padding: 0.70em;
	}

	.site-logo {
		max-width: 8em;
	}

	.initial-post {
		width: 85%;
	}

	.carousel-slides .carousel-slide {
		padding: 8em 0 10em 0;
	}

	.carousel-slides .carousel-slide h1 {
		font-size: 2em;
	}

	.carousel-slides .carousel-slide .carousel-text {
		font-size: 1em;
	}

	.carousel-slides .carousel-slide .meu-button-p a {
		font-size: 0.75em;
	}

	.carousel-navs {
		bottom: 2em;
	}

	.carousel-navs .carousel-nav {
		font-size: 1.75em;
	}

	.banner-background {
		height: 35vh;
	}

	.banner-title-style { 
		font-size: 3em;
	}

	.single-news-post {
		margin: 5em calc(5vw + 1em);
	}

	.carousel-slides .carousel-inner-content {
		flex: 0 1 75%;
	}
	
	.content-slides .content-inner-content {
		flex-direction: column;
		height: auto;
	}
	.content-slides {
		margin: calc(0.75em + 2%) 0;
	}
	
	.content-inner-content .content-image-container {
		position: relative;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 17.5em;;
	}

	.content-inner-content .header-content-group  {
		width: 100%;
		position: relative;
	}

	.content-navs {
		bottom: 55%;
	}

	.content-navs .main-content-outer .main-content-inner {
		display: flex;
		justify-content: space-between;
		margin: 2em 0;
	}
	
	.header-content-group .header-content-icon .content-slider-quote {
		width: 4em;
	}
	
	.header-content-group .header-content-text {
		font-size: 0.75em;
	}

	.header-content-text .content-heading {
		font-size: 2em;
	}

	.initial-post-date {
		font-size: 0.75em;
	}
	
	.initial-post-title a {
		font-size: 0.8em;
	}
	
	.initial-post-excerpt {
		font-size: 0.75em;
	}

	.read-more-button { 
		font-size: 0.8em
	}

	.news-post-img img {
		height: 20em;
	}

	.news-title {
		font-size: 1.25em;
		line-height: 1.25em;
	}

	.news-date {
		font-size: 0.85em;
	}

	.news-excerpt {
		font-size: 1em;
	}

	.contact-form-container {
		padding: 2em 2em;
	}

	.contact-form-text-container h2{
		font-size: 2em;
		line-height: 1.5em;
	}

	.contact-form-text-container h3{
		font-size: 1.5em;
	}

	.footer-contents-column p {
		font-size: 0.8em;
	}

	.menu-main-container #menu-main-1 a {
		font-size: 0.8em;
	}

	#gform_submit_button_2,
	#input_2_6_3,
	#input_2_8 {
		font-size: 0.8em;
	}

	#gform_submit_button_2 {
		bottom: 1em;
	}

}

@media (max-width: 532px) {

	.banner-title-style {
		font-size: 2.5em;
	}

	.banner-date {
		font-size: 1em;
	}

	.initial-post {
		width: 90%;
	}

	.initial-post-title a {
		font-size: 0.8em;
	}

	.search-button {
		font-size: 0.9em;
	}
}

@media (max-width: 425px) {

	.related-article-img img {
		height: 12em;
	}

	.article-category-container {
		top: 8em;
	}

	.articles-content {
		margin: 1.25em;
	}

	.article-category {
		font-size: 0.75em;
	}
	
	.articles-content .article-title a {
		font-size: 0.85em;
	}

	.articles-content {
		font-size: 0.8em;
	}

	.news-post-img img {
		height: 15em;
	}

	.news-title {
		font-size: 1.25em;
		line-height: 1.25em;
	}

	.news-date {
		font-size: 0.85em;
	}

	.news-excerpt {
		font-size: 1em;
	}

	.site-logo {
		max-width: 7.5em;
	}

	.carousel-slides .carousel-slide h1 {
		font-size: 2em;
	}
	.carousel-slides .carousel-slide .carousel-text {
		font-size: 1em;
	}

	.carousel-slides .carousel-slide .meu-button-p a {
		font-size: 0.75em;
	}

	.carousel-slides .carousel-slide {
		padding: 4em 0 8em 0;
	}

	.carousel-navs {
		bottom: 2em;
	}

	.carousel-navs .carousel-nav {
		font-size: 1.5em;
	}

	.banner-background {
		height: auto;
		padding: 2em 0;
	}
	
	.banner-container {
		height: auto;
	}

	.carousel-slides .carousel-inner-content {
		flex: 0 1 100%;
	}

	.carousel-slides .carousel-slide .carousel-buttons {
		flex-wrap: wrap;
		gap: 1em;
	}

	.header-content-group .header-content-text {
		font-size: 0.5em;
	}

	.content-navs .main-content-outer .main-content-inner {
		padding: 1em;
	}

	.initial-post-date, .initial-post-title, .initial-post-excerpt {
		line-height: 1em;
	}
	
	.initial-post-title::after {
		margin-top: 1em;
		height: 0.05em;
	}

	.content-inner-content .content-image-container {
		position: relative;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 12.5em;;
	}

	.contact-form-text-container h2{
		font-size: 2em;
	}

	.contact-form-text-container h3{
		font-size: 1.25em;
	}

	.footer-contents-column {
        flex: 0 0 100%; 
		text-align: start;
		padding-bottom: 1em;
    }

	.footer-contents-column p {
		font-size: 0.75em;
	}

	.menu-main-container #menu-main-1 a {
		font-size: 0.75em;
	}

	#gform_wrapper_2 {
		padding: 2em 1em;
	}
	
	#gform_submit_button_2,
	#input_2_6_3,
	#input_2_8 {
		font-size: 0.75em;
	}

	.contact-form-container {
		padding: 2em 1em
	}

	.header-content-group .header-content-icon {
		width: calc(3rem + 1.5vw);
	}
}