/*!
Theme Name: ev-starter-24
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Monnespacejeu: ev-starter
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.

ev-starter 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: 48px;
  margin: 19px 0;
  line-height: 120%;
  max-width: 780px;
  margin: 0 auto 20px;
  font-weight: 800 !important;
}

h1 strong {
  font-weight: 700;
  color: #57aaf2;
  display: inline-block;
  position: relative;
}

h1 strong:after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right 0;
  position: absolute;
  background-size: contain;
  bottom: -9px;
  right: 0;
  background-image: url('');
}

/* 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;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
}

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

/**
 * 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: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin-top: 0;
}

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-color: transparent;
  overflow-x: hidden;
  background-color: #010406;
  background-image: url('body-bg.webp');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 1500px) {
}

@media (max-width: 600px) {
  body {
    background-size: 202% auto;
  }
}

.site {
  position: relative;
  z-index: 2;
}

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

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

/* 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: 2em 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;
  max-width: 115px;
}

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

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

@media (max-width: 1024px) {
  h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 560px) {
  p {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* GLOBAL PAGE */
:root {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.row {
  --bs-gutter-x: 1rem;
}

.not-found {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  color: #fff;
  flex-direction: column;
}

.not-found .err-404 {
  font-size: 55px;
  font-weight: bold;
}

.page-container {
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 12px;
}

.site-main {
  flex: 1;
  min-height: 80vh;
  overflow-x: hidden;
}

.legal-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11px;
  gap: 10px;
  line-height: 1.2;
  font-weight: 400;
  padding: 9px 30px;
  border-radius: 8px;
  border-radius: 8px;
  background: #7e0000;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.sidebar-col {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase;
}

.content-col {
  padding: 16px 0;
}

.cover-custom .wp-block-image {
  position: absolute !important;
  width: auto;
  height: 100%;
  margin: 0;
}

.cover-custom .wp-block-image img {
  height: 100%;
  width: auto;
}

.cover-image-1 {
  right: 0;
  top: 0;
}

.cover-custom-title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.53);
  font-family: 'Plus Jakarta Sans';
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.cover-custom {
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: linear-gradient(90deg, #bec3cd 0%, #5f6267 100%);
  min-height: unset;
  height: 358px;
  padding: 20px 50px;
  margin-bottom: 1rem;
}

.section-inner {
  max-width: 1170px;
  margin: 0 auto !important;
}

.section-inner.full-width {
  max-width: 100%;
}

.no-action a {
  color: inherit;
  text-decoration: none;
  cursor: unset;
  display: flex;
  text-align: left;
  line-height: 1.3;
  gap: 8px;
  align-items: center;
  background: #1b322d !important;
}

.no-action a img {
  margin-right: 5px;
}

@media (min-width: 992px) {
  .sidebar-col {
    background: linear-gradient(180deg, #002f2a 0%, #001816 100%);
    width: 16%;
    flex: 0 0 16%;
  }

  .content-col {
    width: 84%;
    flex: 0 0 84%;
    padding: 32px;
    padding-right: 0;
  }

  .sidebar-col:before {
    content: '';
    width: 100vw;
    display: block;
    height: 100%;
    background: linear-gradient(180deg, #002f2a 0%, #001816 100%);
    position: absolute;
    right: 100%;
  }
}

@media (min-width: 1300px) {
  .content-col {
    width: 68%;
    flex: 0 0 68%;
    padding: 32px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .page-sidebar {
    padding: 0;
    background: transparent;
  }

  .has-medium-font-size {
    font-size: 18px !important;
  }

  .legal-box {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .cover-custom {
    height: 200px;
  }

  .cover-custom-title {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .cover-custom {
    height: 86px;
    margin-top: 0;
  }

  .cover-custom-title {
    font-size: 18px;
    line-height: 1.3;
    max-width: 170px;
  }

  .cover-custom-title img {
    width: 20px !important;
  }

  h1 strong {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .no-action a {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 12px;
    padding: 8px 24px;
  }

  .wp-block-spacer {
    display: none;
  }
}

/* HEADER */
.site-header {
  padding: 0;
  background: transparent;
  position: relative;
  width: 100%;
}

.site-header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  padding-top: 18px;
}

.site-header .top-line {
  color: #fff;
  background: #194861;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 12px;
}

.site-header .top-line strong {
  font-weight: 700;
}

.site-header .header-container {
  max-width: 1396px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.site-branding {
  flex: 0 0 22%;
  position: relative;
  z-index: 5;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-top {
  flex: auto;
  color: rgba(228, 219, 215, 0.6);
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  flex: 0 0 22%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top p {
  margin-bottom: 0;
}

.site-header .navbar-toggler {
  border: none;
  padding: 4px;
}

.site-header .navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.site-header .navbar-toggler .navbar-toggler-icon {
  width: 26px;
}

.site-header .navbar-toggler .navbar-toggler-icon {
  background-image: url('9fedf40390e6d166876f062b9962af02c9b72907.svg');
  width: 22px;
}

.site-header .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url('e235c4198fab54654fa7be15313d019577843ffb.svg');
  width: 26px;
}

.main-navigation {
  flex: 1;
  color: #fff;
  position: relative;
}

.main-navigation ul:after {
  content: '';
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  list-style-type: none;
  margin: 0;
  justify-content: center;
  padding: 0;
  position: relative;
}

.main-navigation a {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(228, 219, 215, 0.7);
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
  text-decoration: none;
  color: #fff;
}

.main-navigation .menu li {
  position: relative;
}
.main-navigation .current-menu-item:first-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fdca4d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 1;
}

.navbar-collapse {
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 1300px) {
  .header-top {
    max-width: 300px;
  }

  .main-navigation a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .site-header .header-main {
    padding: 3px 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .main-navigation ul {
    gap: 8px;
  }

  .main-navigation a {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .site-header {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .site-header .header-main {
    flex-wrap: wrap;
  }

  .header-top {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 14px;
    padding-left: 0;
    flex: 0 0 100%;
    order: 1;
  }

  .site-header .site-branding {
    order: 2;
  }

  .header-left {
    width: 100%;
    justify-content: space-between;
  }

  .site-header .main-navigation {
    flex: none;
    order: 3;
  }

  .navbar-collapse {
    position: absolute;
    width: 100vw;
    max-width: 500px;
    top: 100%;
    right: -12px;
    z-index: 3;
    padding-top: 20px;
  }

  .site-header .main-navigation ul {
    background: #010a1f;
    padding: 16px 8px;
    flex-direction: column;
    gap: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .site-header .main-navigation ul li {
    width: 100%;
  }

  .site-header .main-navigation ul a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
  }

  .main-navigation ul:after {
    width: 5px;
    height: calc(100% - 24px);
    left: 9px;
    top: 12px;
  }

  .main-navigation .current-menu-item:after {
    bottom: 3px;
    left: 1px;
    width: 5px;
    height: 100%;
  }

  .navbar-toggler:not(.collapsed):before {
    content: '';
    display: block;
    width: 100vw;
    position: absolute;
    height: 90px;
    background: rgb(1 10 31 / 60%);
    bottom: -20px;
    z-index: -1;
    right: -12px;
  }

  .site-header .main-navigation ul a:hover,
  .site-header .main-navigation ul .current-menu-item a {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .site-header .main-navigation {
    justify-content: space-between;
  }

  .site-header .main-navigation ul a {
    word-break: keep-all;
  }

  .site-header .site-branding {
    max-width: 120px;
  }

  .site-header .site-branding .label-18 {
    width: 40px;
  }

  .site-header .header-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 560px) {
  .header-top p {
    font-size: 11px;
  }
}

/* FOOTER */

.site-footer {
  color: #ffffffd2;
  position: relative;
  background: #010a1f;
  text-align: center;
  margin-top: 2rem;
}

.site-footer .custom-logo-link {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-widget {
  margin-bottom: 12px;
  text-align: left;
}

.footer-widget p {
  font-size: 13px;
  line-height: 1.4;
  color: #a8a9ae;
  margin-bottom: 0;
}

.footer-widget p strong {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}

.footer-copy {
  text-align: center;
  color: #a8a9ae;
  font-size: 12px;
}

.footer-copy p {
  margin-bottom: 0;
}

.footer-copy strong {
  font-weight: 600;
  color: #fff;
}

.footer-container {
  max-width: 1240px;
  padding: 32px 12px 32px;
  margin: 0 auto;
}

.footer-subtitle {
  color: #a8a9ae;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: right;
}

.footer-logos {
  display: flex;
  row-gap: 16px;
  column-gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-logos img {
  max-width: 150px;
  max-height: 55px;
}

.menu-footer-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.menu-footer-menu-container ul li a {
  color: #a8a9ae;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.menu-footer-menu-container ul li a:hover,
.menu-footer-menu-container ul li.current-menu-item a {
  color: #fdca4d;
  text-decoration: none;
}

.footer-nav-wrap {
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 1460px) {
  .footer-container {
    max-width: 1132px;
  }
}

@media (max-width: 768px) {
  .site-footer {
    margin-top: 1rem;
  }

  .footer-logos {
    justify-content: center;
    gap: 15px;
  }

  .footer-container {
    padding: 2rem 1rem 1.5rem;
  }

  .site-footer .custom-logo-link {
    margin: 0 auto 1.5rem;
    display: block;
    text-align: center;
  }

  .footer-nav-wrap {
    text-align: center;
  }

  .footer-subtitle {
    text-align: center;
  }

  .menu-footer-menu-container ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .footer-widget {
    text-align: center;
  }

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

  .site-footer .site-branding {
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }

  .site-header .label-18 {
    width: 36px;
  }
}

/* Single post */

.single .entry-header {
  width: 100%;
  margin: 32px auto 32px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 1140px;
}

.single .archive-title {
  color: #fdca4d;
  text-align: center;
  margin-bottom: 20px;
}

.single .page-title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.single .post-thumbnail {
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  display: block;
  margin: 0;
}

.single .wp-block-cover {
  padding: 0 15%;
  margin-left: 0;
  margin-right: 0;
}

.single .post-thumbnail img {
  width: 100%;
  object-fit: cover;
}

.single .entry-content {
  width: 100%;
  margin: 0;
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1.614px 1.614px 5.65px 0px rgba(0, 0, 0, 0.25);
}

.single .post-text {
  padding: 16px 32px;
  border-radius: 16px;
  border: 1px solid #231f20;
  background: #a8a9ae;
  margin-top: 10px;
  color: rgba(35, 31, 32, 0.9);
}

.single h1 {
  margin-bottom: 5px;
  text-transform: none;
}

.single .entry-content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.single .entry-content strong {
  font-weight: 700;
}

.single .entry-content > p > img {
  display: none;
}

.single .entry-content p:last-child {
  margin-bottom: 0;
}

.single .post-meta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.single .post-meta {
  color: rgba(35, 31, 32, 0.9);
  font-size: 15px;
  font-style: normal;
}

.single .wp-block-table {
  width: 100%;
}

.single .wp-block-table table {
  width: max-content;
}

.single .article__media {
  display: none;
  margin: 0;
}

.single .article__gift-modal {
  display: none;
}

.single .capping {
  display: none;
}

.single .capping + p {
  display: none;
}

.single .article__paragraph:nth-last-of-type() {
  margin-bottom: 0;
}

.single .cms-media-image.lazyload {
  display: none;
}

@media (max-width: 1024px) {
  .single .entry-content {
    padding: 24px;
  }

  .single .post-text {
    padding: 16px;
  }

  .single h1 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .single .entry-content {
    margin: 0 auto;
    padding: 16px;
    border: none;
  }

  .single .heading {
    padding-left: 12px;
    padding-right: 12px;
  }

  .single .wp-block-cover {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .single .page-container {
    padding: 0;
  }

  .single .entry-content h2 {
    font-size: 20px;
  }

  .single .wp-block-cover {
    padding: 0 21%;
  }
}

/* Archives */

.archive .page-title {
  color: #fdca4d;
  text-align: center;
}

.archive .posts-grid {
  margin: 32px 0 32px;
  color: #281d1b;
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 32px;
}

.archive .post-card {
  flex: 0 0 calc(50% - 16px);
  overflow: hidden;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
  display: flex;
}

.archive .card-body {
  border-left: none;
  padding: 16px;
  background: #fff;
}

.archive .post-card .post-thumbnail {
  overflow: hidden;
  display: block;
  width: 50%;
  flex: 0 0 50%;
  background: #c6b773;
}

.archive .post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.archive .post-card h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

.archive .post-card h3 a {
  color: #000;
}

.archive .post-card h3 a:hover {
  text-decoration: none;
}

.archive .post-card .post-date {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.62);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-align: right;
}

.archive .post-card .post-cat {
  color: #005249;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 7px;
}

.archive .site-main,
.single .site-main {
  padding: 2em 0 0;
}

@media (max-width: 991px) {
  .archive .post-card {
    flex: 0 0 calc(50% - 12px);
  }

  .single .post-thumbnail img {
    max-height: 350px;
  }
}

@media (max-width: 860px) {
  .archive .post-card {
    flex-direction: column;
    /* height: fit-content; */
  }

  .archive .post-card .post-thumbnail {
    width: 100%;
    flex: none;
  }

  .archive .heading {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 600px) {
  .archive .post-card {
    flex: 0 0 100%;
  }

  .archive .no-action {
    margin: 0 auto 2rem;
  }

  .archive h1 {
    margin: 0 auto;
    max-width: 45%;
  }

  .single .post-thumbnail img {
    max-height: 250px;
  }

  .archive .posts-grid {
    margin: 20px auto 0;
    border: none;
  }

  .archive .wp-block-cover {
    margin: 0;
  }

  .archive .btn-label a {
    width: 100%;
    padding-top: 9px;
    gap: 0;
    font-size: 13px;
  }

  .archive .btn-label img {
    margin: 0;
  }

  .archive .btn-label a strong {
    position: static;
    margin: 0 auto;
  }

  .archive .site-main,
  .single .site-main {
    padding: 16px 0;
  }
}

.error-404 {
  color: #fdca4d;
}

p.has-white-color {
  color: #fff;
}

.aligncenter {
  display: table;
  text-align: center;
}

body .cky-notice-btn-wrapper {
  flex-direction: row-reverse;
}

body .cky-consent-container .cky-consent-bar {
  border-radius: 9px;
  box-shadow: 0px 4.568px 4.568px 0px rgba(0, 0, 0, 0.25);
  margin: 5px;
}

body .cky-btn-reject {
  margin-right: 0;
  border: 1.044px solid rgba(255, 255, 255, 0.9);

  background: rgba(255, 255, 255, 0.1) !important;
}

body .cky-notice-btn-wrapper .cky-btn {
  border-radius: 100px;
  font-size: 12px;
  font-family: inherit;
  line-height: 24px;
}

body .cky-btn-accept {
  margin-right: 10px !important;
  border: 1.294px solid #ffcd80;
  color: #081228 !important;
  border-color: #ffcd80 !important;
  font-weight: 800;
  background: linear-gradient(110deg, #fdca4d 10.73%, #cc7c00 94.62%);
  box-shadow: 0px 2px 4px 0px rgba(227, 138, 1, 0.3);
}

body .cky-consent-bar .cky-notice-des p {
  margin-bottom: 0;
  font-size: 13px;
}

body .cky-notice .cky-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

body .cky-notice-des a {
  color: #fdca4d;
  text-decoration: underline;
}

@media (max-width: 768px) {
  body .cky-notice-btn-wrapper .cky-btn {
    flex: 0 0 40%;
  }

  .has-text-align-center.has-white-color.has-text-color.has-link-color {
    display: none;
  }

  .header-top,
  .custom-logo-link,
  .navbar-toggler,
  .labels-row.d-md-none {
    display: none !important;
  }

  body .cky-notice-btn-wrapper {
    flex-direction: row;
  }
}
