/*!
Theme Name: Civic 2022
Theme URI: http://underscores.me/
Author: evalenzuela
Author URI: http://underscores.me/
Description: 
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: civic2022
Tags: 

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

Civic 2022 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;
  font-size: 10px;
}

/**
 * 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;
  font-size: 10px;
}

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

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

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

p {
  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: #fafafa;
}

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

ul,
ol {
  margin: 0 0 1.2em 0;
}

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: #ff6b4e;
}

a:visited {
  color: #ff6b4e;
}

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

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

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

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'AventaRegular';
  src: url('fonts/aventa/aventa_regular_macroman/aventa-regular-webfont.woff2')
      format('woff2'),
    url('fonts/aventa/aventa_regular_macroman/aventa-regular-webfont.woff')
      format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'AventaSemiBold';
  src: url('fonts/aventa/aventa_semibold_macroman/aventa-semibold-webfont.woff2')
      format('woff2'),
    url('fonts/aventa/aventa_semibold_macroman/aventa-semibold-webfont.woff')
      format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'AventaBold';
  src: url('fonts/aventa/aventa_bold_macroman/aventa-bold-webfont.woff2')
      format('woff2'),
    url('fonts/aventa/aventa_bold_macroman/aventa-bold-webfont.woff')
      format('woff');
  font-weight: 700;
}

/* HEADER */
header a {
  text-decoration: none;
  font-weight: 500;
}

.header-logo {
  color: #2f1730 !important;
}

.onlyMobile {
  display: none;
}

header.topMain {
  /* background-color: #fafafa; */
  transition: all ease 0.3s;
}

@media only screen and (min-width: 992px) {
  header.topMain nav {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

header.topMain.bgWhite {
  background-color: hsla(0, 0%, 98%, 0.8);
}

header.topMain:hover {
  background-color: #fafafa;
}

header.topMain .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6px;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header.topMain {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  min-height: 76px;
}

header.topMain nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

.logoSite svg {
  height: 42px;
}

.mainMenu ul {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18.75px;
  gap: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: AventaSemiBold, sans-serif;
}

.mainMenu a {
  color: #2f1730 !important;
}

.mainMenu ul a:hover,
.mainMenu ul li.current-menu-item a {
  color: #ff6b4e !important;
}

.mainMenu ul li {
  position: relative;
}

.mainMenu ul .subMenu,
.mainMenu ul .sub-menu {
  display: none;
  border: 1px solid rgba(255, 168, 119, 0.5);
  position: absolute;
  display: none;
  padding: 10px 19px 10px;
  width: max-content;
  border-radius: 5px;
  background: #fafafa;
  right: 0;
}

.mainMenu ul li:hover .subMenu,
.mainMenu ul li:hover .sub-menu {
  display: block;
}

.mainMenu ul .subMenu a,
.mainMenu ul .sub-menu a {
  color: #ff6b4e;
  font-size: 16px;
  line-height: 28px;
}

.mainMenu ul .subMenu a:hover,
.mainMenu ul .sub-menu a:hover {
  text-decoration: underline;
}

.mainMenu ul .sub-menu-wrap {
  margin: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.mainMenu ul .sub-menu-wrap.hide {
  height: 0;
}

.mainMenu ul .sub-menu-wrap.show {
  height: var(--openHeight);
}

.mainMenu li.btnMenu {
  padding: 0;
}

.btnMenu,
a.btnMenu,
.btnMenu a {
  background-color: #ff7156;
  padding: 10px 15px;
  color: #fff !important;
  border-radius: 10px;
}
header .btnMenu a:hover,
header.bgWhite .btnMenu a {
  color: #fff !important;
}

@media (max-width: 1200px) {
  .mainMenu ul {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .onlyMobile {
    display: block;
  }

  .noMobile {
    display: none;
  }

  header.topMain .containerx {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
  }

  .logoSite svg {
    height: 31px;
  }

  header.topMain nav {
    max-width: 768px;
  }

  .menuMobile {
    background: url(/_next/static/media/hamburger.95343f65.svg) 100% no-repeat;
    background-size: 24px 24px;
    overflow: hidden;
    text-indent: -10000000px;
    width: 50px;
    height: 50px;
  }

  div#menuOpen.openMenu {
    z-index: -1;
    display: block;
    position: absolute;
    padding-top: 7.6rem;
    background-color: #ff6b4e;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
    height: calc(100vh - 75px);
  }

  .mainMenu ul {
    margin: 0px 0 180px;
    flex-grow: 1;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }

  .mainMenu ul li {
    border-bottom: 1px solid rgba(255, 168, 119, 0.5);
    width: 100%;
  }
  .mainMenu li.btnMenu {
    order: -1;
  }

  .mainMenu ul li:first-child {
    border-top: 1px solid rgba(255, 168, 119, 0.5);
  }

  .mainMenu ul a,
  .mainMenu ul li.active a {
    font-size: 32px;
    line-height: 76.8px;
    font-family: AventaRegular, sans-serif;
    color: #fafafa !important;
    text-transform: capitalize;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mainMenu ul a:hover {
    color: #fafafa !important;
    opacity: 0.8 !important;
  }

  .mainMenu ul li .subMenu {
    margin: 0;
    width: 100%;
    position: initial;
    background-color: transparent;
    border: none;
    padding: 0;
  }

  .mainMenu ul li .subMenu li {
    border: none !important;
  }

  .mainMenu ul li .subMenu a {
    line-height: 48px;
    color: #2f1730 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-family: AventaRegular, sans-serif;
  }

  .mainMenu ul li .subMenu a:hover {
    text-decoration: none !important;
  }

  a.btnMenu,
  .btnMenu a {
    text-align: center !important;
    justify-content: center !important;
    padding: 0;
    margin: 15px 0;
    background-color: #2f1730;
  }

  .Header_mobileVisible__udGtN .btnMenu,
  .Header_mobileVisible__udGtN .btnMenu a {
    color: #ff7156 !important;
    background-color: #fff !important;
  }

  header.topMain .container {
    display: flex;
    align-items: center;
    padding: 0 25px;
  }
  header.topMain nav {
    margin: 0;
    padding: 20px 0;
    max-width: initial;
  }
}

/* FOOTER */
footer {
  padding: 99px 0 43px;
  border-radius: 55px 55px 0 0;
  background-color: #2f1730;
  z-index: 10;
  position: relative;
}

footer .topFooter {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

footer .topFooter .column {
  min-width: 450px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

footer .topFooter .column p {
  font-family: AventaSemiBold, sans-serif;
  border-bottom: 1px solid #ffa877;
  display: inline-block;
  font-size: 16px;
  color: #ffa877;
  margin: 0;
  text-align: left;
  line-height: 20px;
  letter-spacing: 1.2px;
}

footer ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul.menu li {
  margin-bottom: 10px;
}

footer a {
  color: #ffa877 !important;
  font-family: AventaSemiBold, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-decoration: none;
}

footer a:hover {
  color: #ffa877 !important;
  text-decoration: underline;
}

footer p {
  margin: 0 0 0;
}

footer .botFooter {
  border-top: 1px solid #ffa877;
  font-size: 10px;
  letter-spacing: 0.025em;
  color: #ffa877;
  padding-top: 29px;
  display: flex;
  justify-content: space-between;
}

ul.social {
  display: flex;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 0;
  align-items: center;
}
ul.social img {
  width: 25px;
}

@media (max-width: 991px) {
  footer {
    padding: 60px 0 35px;
    border-radius: 50px 50px 0 0;
  }

  footer .topFooter {
    padding-bottom: 45px;
  }

  footer .topFooter .column {
    min-width: initial;
    margin: 0 35px;
    display: initial;
    text-align: left;
  }

  footer .topFooter .column p {
    margin-bottom: 20px;
  }
}

@media (min-width: 601px) {
  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }
}

@media (max-width: 600px) {
  .hide-mobile {
    display: block;
  }

  .hide-desktop {
    display: none;
  }

  header.bgWhite {
    background-color: hsla(0, 0%, 98%, 1) !important;
  }

  footer {
    padding: 25px 0 35px;
  }

  footer .container {
    padding: 0px 26px;
  }

  footer .topFooter {
    display: initial;
  }

  .botFooter {
    text-align: center;
  }

  footer .topFooter .column {
    text-align: left;
  }
  footer .topFooter .column p {
    display: table;
  }

  footer .botFooter {
    flex-flow: wrap;
    justify-content: center;
    font-size: 12px;
  }
  footer .botFooter ul.social {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  footer .topFooter .column:first-child {
    margin-left: 0px;
  }
  footer .topFooter .column:last-child {
    margin-right: 0px;
  }
  /* header:hover .openMenu ul li a {
    color: #2f1730 !important;
  } */
}

/* GENERAL */
.btnSite a {
  min-width: 210px;
}

ul {
  margin: 0 0 10px 0;
}

/* TABS */
.elementor-accordion .elementor-accordion-item {
  border-left: none !important;
  border-right: none !important;
}

.elementor-accordion .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.elementor-accordion-icon svg {
  width: 50px !important;
  height: 50px !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  width: 50px !important;
  order: 2;
}

/* LIST ACC */
.elementor-tab-content ul {
  margin: 0;
  padding-left: 25px;
}

.elementor-tab-content ul li {
  position: relative;
  margin: 12px 0;
}

.elementor-widget-container ol li {
  position: relative;
  margin: 12px 0;
}

.elementor-tab-content ul li:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 6px;
  height: 16px;
  width: 16px;
  background: #ffa877;
  border-radius: 50%;
}

@media (max-width: 1250px) {
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 25px !important;
  }

  .elementor-accordion-icon svg {
    width: 25px !important;
    height: 25px !important;
  }
}

/* TABLE */
table {
  text-indent: 0;
  border-color: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.SupportedDocumentsTable_wrapper__xvG2S {
  max-height: 60vh;
  overflow: auto;
  scrollbar-color: #ff6b4e transparent;
  scrollbar-width: thin;
}

.SupportedDocumentsTable_wrapper__xvG2S::-webkit-scrollbar {
  width: 4px;
}

.SupportedDocumentsTable_wrapper__xvG2S::-webkit-scrollbar-track {
  background: rgba(255, 107, 78, 0.2);
  border-radius: 32px;
}

.SupportedDocumentsTable_wrapper__xvG2S::-webkit-scrollbar-thumb {
  background: #ff6b4e;
  border-radius: 32px;
}

.SupportedDocumentsTable_wrapper__xvG2S::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 107, 78, 0.8);
}

.SupportedDocumentsTable_wrapper__xvG2S .SupportedDocumentsTable_inner__2jKlo {
  width: calc(100vw - 67px);
}

@media only screen and (min-width: 576px) {
  .SupportedDocumentsTable_wrapper__xvG2S
    .SupportedDocumentsTable_inner__2jKlo {
    width: 100%;
  }
}

.SupportedDocumentsTable_wrapper__xvG2S
  .SupportedDocumentsTable_notSupported__VY2gs {
  color: #ff6b4e;
}

.SupportedDocumentsTable_wrapper__xvG2S
  .SupportedDocumentsTable_notSupportedRow___33eo {
  color: #ff6b4e;
  font-weight: 700;
}

.Table_table_legal,
.Table_table__c_eXC {
  border-top: 0;
  max-width: 100%;
  width: 100%;
}

.Table_table_legal thead tr th,
.Table_table__c_eXC thead tr th {
  text-align: left;
  background: #fafafa;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #2f1730;
  color: #2f1730;
  font-weight: 400;
  font-family: AventaSemiBold, sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.Table_table_legal thead tr th:not(:last-of-type),
.Table_table__c_eXC thead tr th:not(:last-of-type) {
  padding-right: 10px;
}

.Table_table_legal tbody tr,
.Table_table__c_eXC tbody tr {
  color: #ff6b4e;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

@media only screen and (min-width: 576px) {
  .Table_table_legal tbody tr,
  .Table_table__c_eXC tbody tr {
    font-size: 20px;
    line-height: 29px;
  }
}

.Table_table_legal tbody tr td,
.Table_table__c_eXC tbody tr td {
  border-bottom: 1px solid rgba(255, 107, 78, 0.4);
  padding: 12px 0;
}

.Table_table_legal tbody tr td {
  vertical-align: top;
  color: #2f1730;
}

.Table_table_legal tbody tr td:first-child,
.Table_table_legal tbody tr td:nth-child(2),
.Table_table__c_eXC tbody tr td:first-child,
.Table_table__c_eXC tbody tr td:nth-child(2) {
  text-align: left;
}

/* CARDS */
.categoriePost {
  height: 500px;
}
#blogTemplate.teamView .bioText.flip-card-back {
  flex-flow: wrap;
  justify-content: center;
  place-content: center;
  gap: 20px;
}
.flip-card-front .bgAnimation:after {
  display: none !important;
}
.teams .categoriesList .categoriePost.flip-card {
  overflow: visible;
  height: 340px;
}

.flip-card {
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/*.flip-card:hover .flip-card-inner {
  transition: transform 0.8s;
  transform: rotateY(180deg);
}*/
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #2f1730;
  border-radius: 30px;
  padding: 31px 30px 25px;
  background-color: #2f1730;
}
.flip-card-front {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fafafa;
  border: 1px solid #2f1730;
  border-radius: 30px;
  padding: 31px 30px 25px;
}
.frontTop,
.backTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.categoriePost .info h2 {
  font-size: 40px;
  line-height: 42px;
  margin: 0;
  text-align: left;
  color: #ff6b4e;
  word-spacing: 99999999px;
  font-family: 'Aventa', Sans-serif;
  font-weight: normal;
}
.categoriePost .info .date {
  font-size: 16px;
  line-height: 18px;
  opacity: 0.8;
  text-align: left;
  margin: 5px 0 0;
  color: #ff6b4e;
  text-transform: uppercase;
  min-height: 60px;
}
.categoriePost .info p {
  font-size: 16px;
  line-height: 20px;
  max-height: 220px;
  text-align: left;
  color: #ff6b4e;
  padding-right: 10px;
  margin-bottom: 0 !important;
  margin: 0;
  overflow: auto;
}
.categoriePost img.photo {
  width: 150px;
  border-radius: 50%;
}
.backTop img:first-child {
  margin-top: 25px !important;
}

#board .flip-card-back {
  border: 1px solid #ff6b4e;
  background-color: #ff6b4e;
}
#board .flip-card-front {
  background-color: #ff6b4e;
  border: 1px solid #ff6b4e;
}
#board .categoriePost .info h2,
#board .categoriePost .info .date,
#board .categoriePost .info p {
  color: #fff;
}

#board .frontTop img:first-child,
#board .backTop img:first-child,
#board ul.social img {
  filter: brightness(100);
}

.menu-item-has-children > a:after {
  content: '\f0d7';
  margin-left: 8px;
  font: normal normal normal 14px/1 FontAwesome;
}

#boxImages img {
  max-width: 38px;
  margin-bottom: -20px;
}

.elementor-widget-text-editor ul {
}
.elementor-widget-text-editor ul li {
  margin-bottom: 12px;
}

#menuOpen.mainMenu ul li.current-menu-parent ul li a {
  color: #2f1730 !important;
}

@media (max-width: 991px) {
  #menuOpen.mainMenu ul li.current-menu-parent ul li.current-menu-item a,
  #menuOpen.mainMenu ul li.current-menu-parent a,
  #menuOpen.mainMenu ul li.current-menu-item a {
    color: #2f1730 !important;
  }
  #menuOpen.mainMenu ul li .sub-menu {
    position: initial;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  #menuOpen.mainMenu ul .sub-menu a {
    padding: 10px 0;
    width: 100%;
  }

  .openMenu .mainMenu ul .subMenu {
    position: relative !important;
  }

  #menuOpen.mainMenu ul li.current-menu-parent ul li a,
  header:hover .openMenu ul li a {
    color: #fafafa !important;
  }
}

@media (max-width: 321px) {
  .categoriePost .info h2 {
    font-size: 31px !important;
    line-height: 34px !important;
  }
}

/* NEW FOOTER */
footer.footerWhite {
  background-color: #fafafa;
  border-radius: 0;
  padding: 40px 0 0px;
}
footer.footerWhite .topFooter {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
footer.footerWhite ul.menu li {
  margin-bottom: 0;
}
footer.footerWhite a {
  color: #ff7156 !important;
  line-height: 25px;
  display: block;
}
footer.footerWhite .topFooter .column p {
  border-bottom: 1px solid #f26b52;
  color: #f56d53;
}
footer.footerWhite .botFooter {
  border-top: 1px solid #f06a51;
  color: #ff7156;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
.civic-check {
  color: #ff7156;
  font-size: 2rem;
  padding-right: 5px;
}

div.elementor-4299 {
  overflow: hidden;
}

h2.eael-entry-title {
  height: 60px;
}

div.eael-grid-post-excerpt > p {
  height: 70px;
}
