/*!
Theme Name: CCIA
Author: Boris Gherman
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: ccia
*/
:root {
  --site-width: 1200px;
  --site-padding: 12px;
  --color-site-background: hsla(330, 40%, 99%, 1);
  --color-text: hsla(330, 5%, 35%, 1);
  --color-gray-100: hsla(0, 0%, 20%, 1);
  --color-primary: hsla(330, 50%, 54%, 1);
  --color-primary-dark: hsla(330, 40%, 30%, 1);
  --color-secondary: hsla(38, 97%, 54%, 1);
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
}

.site-footer {
  margin-top: auto;
}

.container {
  max-width: var(--site-width);
  margin-inline: auto;
  padding-inline: 12px;
}

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

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-text);
  font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

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

.h2 {
  font-family: "Oswald";
  text-transform: uppercase;
  color: var(--color-gray-100);
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.6px;
}

h2 span {
  position: relative;
}

.h2 span:after {
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  top: 140%;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background-color: var(--color-secondary);
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin-inline: 0;
  padding: 0 1.2em;
}

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: var(--color-site-background);
}

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

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: var(--color-secondary);
}

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-color: #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 {
  max-width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=file] {
  max-width: 100%;
}

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

input.button {
  border: none;
  padding: 0.6em 2em 0.7em;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: var(--color-primary);
  cursor: pointer;
  transition: background-color 0.25s;
}

input.button:hover {
  background-color: var(--color-primary-dark);
}

.newsletter-form {
  padding-bottom: 64px;
}

.newsletter-form h2 {
  text-align: center;
}

.newsletter-form .mc-field-group {
  display: flex;
  gap: 4px;
}

.newsletter-form .required.email {
  min-width: 300px;
}

.site-footer .container {
  padding-block: 24px;
}

.site-footer {
  background-color: var(--color-primary);
  color: hsl(330deg, 30%, 90%);
}

.footer-top {
  display: grid;
  grid-template-areas: "flag-eu disclaimer flag-usa";
  align-items: center;
  gap: 36px;
  justify-content: space-between;
  padding-bottom: 12px;
}

.footer-flag__eu {
  grid-area: flag-eu;
}

.footer-flag__usa {
  grid-area: flag-usa;
}

.footer-flag {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.footer-flag img {
  width: 100px;
}

.footer-message {
  grid-area: disclaimer;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 700px) {
  .footer-top {
    grid-template-areas: "disclaimer disclaimer" "flag-eu flag-usa";
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-bottom: 24px;
  }
  .footer-flag__eu {
    flex-direction: row-reverse;
    text-align: right;
  }
  .footer-flag img {
    width: 75px;
  }
  .footer-flag {
    font-size: 13px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .copyright {
    font-size: 14px;
  }
}
@media (min-width: 701px) {
  .footer-top {
    grid-template-columns: 280px 1fr 280px;
  }
  .footer-top > div:last-child img {
    order: 1;
  }
  .footer-top > div:last-child {
    text-align: right;
  }
  .copyright {
    font-size: 16px;
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid hsla(330deg, 50%, 74%, 0.8);
  padding-top: 24px;
}

.footer-bottom p {
  margin: 0;
}

.copyright {
  font-family: "Oswald";
  text-transform: uppercase;
  letter-spacing: 0.1px;
  opacity: 0.8;
}

.online-presence {
  display: flex;
  gap: 16px;
}

.online-presence a {
  transition: color 0.25s;
}

.online-presence li:first-child a:hover {
  color: var(--color-secondary);
}

.site-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  color: var(--color-site-background);
  font-family: "Oswald", sans-serif;
  transition: background-color 0.5s;
}

.site-header.sticky {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.site-header .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .site-header {
    height: 64px;
  }
}
@media (min-width: 701px) {
  .site-header {
    height: 80px;
  }
  .site-header.sticky {
    color: #666;
  }
}
/* Logo */
.custom-logo-link {
  --transition-speed: .5s;
  display: block;
  position: relative;
  transition: width var(--transition-speed), height var(--transition-speed), padding-top var(--transition-speed), background-color var(--transition-speed);
}

.custom-logo-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  transition: border-left var(--transition-speed), border-right var(--transition-speed), border-top var(--transition-speed);
}

.site-header:not(.sticky) .custom-logo-link {
  background-color: var(--color-site-background);
}

.custom-logo-link img {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: width var(--transition-speed);
}

@media (max-width: 700px) {
  .custom-logo-link {
    width: 100px;
    height: 60px;
  }
  .custom-logo-link {
    padding-top: 10px;
  }
  .custom-logo-link::after {
    border-top: 20px solid var(--color-site-background);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
  .site-header.sticky .custom-logo-link {
    width: 64px;
  }
  .site-header.sticky .custom-logo-link::after {
    border-top: 0 solid transparent;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
  }
  .custom-logo-link img {
    width: 50px;
  }
  .site-header.sticky .custom-logo-link img {
    width: 44px;
  }
}
@media (min-width: 701px) {
  .custom-logo-link {
    width: 200px;
    height: 128px;
    padding-top: 24px;
  }
  .site-header.sticky .custom-logo-link {
    width: 100px;
    height: 60px;
    padding-top: 12px;
    background-color: #fff;
  }
  .site-header.sticky .custom-logo-link::after {
    border-top: 20px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
  .custom-logo-link img {
    width: 100px;
  }
  .site-header.sticky .custom-logo-link img {
    width: 54px;
  }
  .site-header .custom-logo-link::after {
    border-top: 40px solid var(--color-site-background);
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
  }
}
.main-navigation {
  padding: 16px 0 16px 32px;
  text-transform: uppercase;
}

.site-header:not(.sticky) .main-navigation {
  border-bottom: 1px solid hsla(330deg, 50%, 74%, 0.8);
}

[class*=lang-item] {
  border: 1px solid hsla(330deg, 50%, 74%, 0.8);
  border-radius: 4px;
}

[class*=lang-item] a {
  border-radius: 4px;
}

.main-navigation [class*=lang-item] a:hover,
.main-navigation [class*=lang-item] a:active {
  background-color: var(--color-site-background);
  color: var(--color-primary);
}

.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: 140px;
  padding: 4px 16px;
}

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

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.2s;
}

@media (min-width: 701px) {
  .main-navigation .current_page_parent:not([class*=lang-item]):after,
.main-navigation .current-menu-item:not([class*=lang-item]):after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: calc(100% + 16px);
    background-color: var(--color-secondary);
  }
}
.main-navigation a:hover,
.main-navigation a:active {
  color: var(--color-secondary);
}

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

.menu-toggle {
  border: none;
  padding: 16px;
  background-color: transparent;
  line-height: 1;
  z-index: 5;
  color: var(--color-site-background);
  transition: color 0.25s;
}

.site-header.sticky:not(.active) .menu-toggle {
  color: #666;
}

.site-header.sticky.active .menu-toggle {
  color: #fff;
}

.main-navigation ul {
  display: flex;
  gap: 24px;
  align-items: center;
}

@media (max-width: 700px) {
  .main-navigation {
    transform: translate(0, 0);
    position: fixed;
    z-index: 2;
    background-color: var(--color-primary);
    width: 70%;
    height: calc(100% + 100px);
    right: -100vw;
    top: 0;
    padding: 192px 0 24px 0;
    transition: transform 0.3s;
  }
  .main-navigation ul {
    gap: 0;
  }
  .site-header.active .main-navigation {
    transform: translate(-100vw, 0);
  }
  .site-header.active .menu-toggle {
    position: fixed;
    right: 12px;
  }
  .menu {
    flex-direction: column;
  }
  .menu li + li {
    margin-top: 12px;
  }
  .language-switcher {
    margin-left: 40px;
    position: absolute;
    left: 0;
    top: 36px;
  }
  .home .menu-toggle {
    color: #fff;
  }
}
@media (min-width: 701px) {
  .menu-toggle {
    display: none;
  }
}
.pagination-container {
  grid-column: 1/span 2;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
}

.pagination {
  display: flex;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}

.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-top: 1px;
  border: 1px solid var(--grey-line);
  border-radius: 2px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  background-color: #efebed;
  transition: background-color 0.25s, color 0.25s;
}
.page-link.current {
  background-color: var(--color-secondary);
  color: #fff;
  cursor: default;
}
.page-link.dots {
  border: none;
}
.page-link:hover:not(.dots):not(.current) {
  background-color: #444;
  color: #fff;
}

@media (max-width: 700px) {
  .page-link {
    width: 36px;
    height: 36px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */
.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;
}

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

/* 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.6em 0;
}

.wp-caption-text {
  text-align: left;
  font-style: italic;
  font-size: 0.9em;
}

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

.about-us .container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 64px;
}

.section-mission {
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0509803922);
}

/* Mobile */
@media (max-width: 700px) {
  .about-us {
    font-size: 16px;
  }
  .section-mission {
    margin-top: 32px;
    padding: 24px;
  }
  .person-card {
    padding: 24px;
  }
}
/* Desktop */
@media (min-width: 701px) {
  .about-us .container {
    flex-direction: row;
    justify-content: flex-end;
  }
  .about-us-content {
    width: 70%;
    margin-top: -100px;
  }
  .section-mission {
    padding: 36px;
  }
  .person-card {
    padding: 24px 36px;
  }
}
.section-mission h2 {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.section-mission p {
  margin-bottom: 0;
}

.section-members {
  padding: 2px 0 36px 0;
}

.person-list {
  margin: 36px auto;
  padding-top: 36px;
}

.person-card {
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0509803922);
  border-left: 4px solid var(--color-secondary);
}

.person-card + .person-card {
  margin-top: 36px;
}

.person-name {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--color-primary-dark);
}

.person-title {
  margin: 8px 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #999;
}

.person-biography {
  margin: 0;
}

.contact .container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 64px;
}

.contact-form {
  background-color: #fff;
  border-top: 4px solid var(--color-secondary);
  box-shadow: 0px 4px 24px 0px hsla(0deg, 0%, 0%, 0.05);
}

.contact-form-title {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

input[type=submit].wpcf7-submit {
  display: block;
  margin: auto;
  padding: 16px 96px;
  border: none;
  color: white;
  font-family: "Oswald";
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: var(--color-primary);
}

.side-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 700px) {
  .aside-contact {
    order: 1;
  }
  .contact-form {
    margin-top: 36px;
    padding: 32px 16px;
  }
  input[type=submit].wpcf7-submit {
    width: 100%;
  }
}
@media (min-width: 701px) {
  .contact .container {
    flex-direction: row;
    justify-content: flex-end;
  }
  .contact-form {
    width: 70%;
    margin-top: -100px;
    padding: 32px;
  }
  .aside-contact {
    width: 30%;
    padding-top: 48px;
    margin-right: 64px;
  }
  .side-title {
    position: absolute;
    left: 12px;
    top: -185px;
    margin: 0;
    color: var(--color-site-background);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 48px;
  }
  .side-title:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    position: relative;
    left: 0;
    bottom: -10px;
    background-color: var(--color-secondary);
  }
}
.aside-contact h2 {
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
}

.side-menu li {
  background-color: #fff;
  border: 1px solid hsla(210deg, 38%, 27%, 0.15);
}

.side-menu li + li {
  border-top: none;
}

.side-menu a {
  display: flex;
  padding: 12px 24px;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  transition: color 0.2s;
}

@media (max-width: 700px) {
  .side-title {
    margin-top: -80px;
    color: var(--color-site-background);
    text-align: center;
  }
}
/* Hero section */
.home .page-header {
  position: relative;
}

.home .page-header::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 80px;
  border-top: 80px solid transparent;
  border-left: 49vw solid var(--color-site-background);
  border-right: 49vw solid var(--color-site-background);
}

.front-page-cover {
  width: 805px;
  object-fit: cover;
  margin-left: auto;
  display: block;
  border-radius: 4px;
}

.hero-section {
  position: relative;
  font-family: "Oswald", sans-serif;
}

.hero-section h2 {
  position: absolute;
  top: 40%;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
}

.hero-section .light {
  color: var(--color-site-background);
}

@media (max-width: 700px) {
  .front-page-cover {
    height: 350px;
    margin-top: -100px;
    object-position: 75%;
  }
  .hero-section h2 {
    top: 40%;
    width: 100%;
    padding-left: 6%;
    font-size: 36px;
    color: var(--color-site-background);
  }
  .hero-section h2 > div {
    display: flex;
    flex-direction: column;
  }
  .hero-section .button {
    display: none;
  }
  [lang=en-GB] .hero-section div:first-child {
    font-size: 0.9em;
  }
}
@media (min-width: 701px) {
  .front-page-cover {
    height: 500px;
    margin-top: -230px;
  }
  .hero-section .button {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 240px;
  }
  [lang=ro-RO] .hero-section div:first-child {
    font-size: 83.5px;
  }
  [lang=ro-RO] .hero-section div:last-child {
    font-size: 68.5px;
  }
  [lang=en-GB] .hero-section div:first-child {
    font-size: 68.5px;
  }
  [lang=en-GB] .hero-section div:last-child {
    font-size: 90.5px;
  }
}
/* Who we are */
.who-we-are {
  display: grid;
}

.who-we-are img {
  grid-area: image;
}

.who-we-are h2 {
  grid-area: header;
  position: relative;
  margin: 0;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.who-we-are h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 20%;
  position: absolute;
  bottom: -8px;
  background-color: var(--color-secondary);
}

.who-we-are p {
  margin: 0;
}

.who-we-are .text {
  grid-area: text;
}

.button {
  background-color: var(--color-primary);
  padding: 12px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  transition: background-color 0.25s;
}

.button:hover {
  background-color: var(--color-primary-dark);
}

@media (max-width: 700px) {
  .who-we-are {
    margin-block: 48px 64px;
    grid-template-areas: "header" "text" "link";
  }
  .who-we-are h2 {
    display: flex;
    margin-bottom: 36px;
    justify-content: center;
  }
  .who-we-are h2::after {
    width: 35%;
  }
  .who-we-are img {
    display: none;
  }
  .who-we-are .text {
    font-size: 0.9em;
    text-align: center;
  }
  .who-we-are .button {
    width: 220px;
    margin: 24px auto auto;
  }
}
@media (min-width: 701px) {
  .who-we-are {
    grid-column-gap: 48px;
    grid-template-areas: "image header" "image text" "image link";
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-block: 96px;
  }
  .who-we-are .button {
    align-self: start;
    width: 240px;
  }
}
/* Latest report */
.section-latest-report {
  position: relative;
  margin-inline: auto;
  margin-bottom: 64px;
  background: linear-gradient(180deg, #b2d291 0%, #00a69d 100%);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
}

.latest-report__title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}

.latest-report__description {
  max-width: 550px;
  color: #fff;
}

.latest-report__link {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  transition: color 0.25s, background-color 0.25s;
}

.latest-report__link:hover {
  color: #fff;
  background-color: #b2352e;
}

.latest-report__decorative-image {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
}

/* Mobile */
@media (max-width: 700px) {
  .section-latest-report {
    padding: 24px;
  }
  .section-latest-report > *:not(img) {
    position: relative;
    z-index: 1;
  }
  .latest-report__title {
    font-size: 32px;
  }
  .latest-report__link {
    display: block;
  }
}
/* Desktop */
@media (min-width: 701px) {
  .section-latest-report {
    width: 80%;
    padding: 32px 64px;
  }
  .latest-report__title {
    font-size: 36px;
  }
  .latest-report__link {
    min-width: 280px;
    display: inline-block;
  }
}
/* Recent articles */
.recent-articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #E8E3E6;
}

.recent-articles-header h2 {
  margin: 0;
  padding-block: 8px;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.recent-articles-header h2 span {
  position: relative;
}

.recent-articles-header h2 span:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -11px;
  left: 0;
  background-color: var(--color-secondary);
}

.recent-articles-header button {
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #d1c7cd;
  border-radius: 0;
  color: #8c7382;
  cursor: pointer;
}

.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  display: flex;
}

.slider-nav {
  display: flex;
  gap: 8px;
}

.slider-nav button {
  display: grid;
  place-content: center;
}

.article {
  min-width: calc(33% - 12px);
  border-bottom: 4px solid var(--color-secondary);
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0px 4px 24px 0px hsla(0deg, 0%, 0%, 0.05);
}

.article:hover .article-title {
  color: var(--color-secondary);
}

.card-content {
  padding: 16px 24px;
}

.article img {
  display: block;
  aspect-ratio: 2/1.1;
  object-fit: cover;
}

.card-date {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
}

.article-title {
  margin: 8px 0 0;
  color: #444;
  transition: color 0.2s;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .front-page-articles {
    flex-direction: column;
    padding-block: 36px;
  }
}
@media (min-width: 701px) {
  .front-page-articles {
    margin-block: 32px 96px;
  }
}
.container.media {
  display: flex;
  position: relative;
  padding-bottom: 64px;
}

.page-header {
  background-color: var(--color-primary);
}

.page-header img {
  display: block;
  max-height: 425px;
  min-height: 220px;
  width: 100%;
  object-fit: cover;
}

.post-thumbnail img {
  display: block;
}

.type-post {
  position: relative;
}

.card-article {
  display: block;
  background-color: #fff;
  border-bottom: 4px solid var(--color-secondary);
  box-shadow: 0px 4px 24px 0px hsla(0deg, 0%, 0%, 0.05);
  text-decoration: none;
  transition: color 0.2s;
}

.card-article img {
  display: block;
  aspect-ratio: 2/1.1;
  object-fit: cover;
}

.card-article-info {
  padding: 16px 24px 24px;
}

.card-article h2 {
  margin: 8px 0 0;
  font-size: 21px;
  line-height: 1.2;
}

.entry-title {
  line-height: 1.2;
}

.entry-content ul {
  padding-left: 24px;
  list-style: square;
  margin-bottom: 1.5em;
}

.entry-content li + li {
  margin-top: 12px;
}

.entry-content blockquote {
  border-left: 3px solid var(--color-secondary);
}

.media-article .container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.article-links {
  width: 20%;
  display: flex;
  padding-top: 64px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 64px;
}

.article-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid hsla(210deg, 38%, 27%, 0.15);
}

.article-links li + li {
  margin-top: 24px;
}

.article-links a:hover {
  border-color: var(--color-secondary);
}

.article-links a {
  transition: color 0.25s, border-color 0.25s;
}

.media-article .front-page-articles {
  width: 100%;
}

.recent-articles-title {
  width: 100%;
}

@media (max-width: 700px) {
  .container.media {
    flex-direction: column;
  }
  .card-article {
    margin-top: 36px;
  }
  .article-links {
    display: none;
  }
  .type-post {
    display: flex;
    flex-direction: column;
  }
  .entry-header h1 {
    font-size: 24px;
  }
  .post-thumbnail {
    order: -1;
    margin-top: -100px;
  }
  .post-thumbnail img {
    margin-top: 24px;
  }
  .entry-content {
    padding-bottom: 32px;
  }
}
@media (min-width: 701px) {
  .container.media {
    align-items: flex-start;
  }
  .grid-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 70%;
    margin-top: -100px;
  }
  .type-post {
    width: 75%;
  }
  .media-article .post-thumbnail {
    width: 75%;
  }
  .entry-header {
    position: absolute;
    bottom: calc(100% + 110px);
  }
  .entry-title {
    font-size: 30px;
    color: var(--color-site-background);
  }
  .entry-header .card-date {
    color: var(--color-site-background);
    font-size: 20px;
    opacity: 0.7;
  }
  .media-article .post-thumbnail img {
    margin-top: -80px;
  }
  .entry-content {
    width: 75%;
    padding-bottom: 64px;
  }
  .entry-content > *:last-child {
    margin-bottom: 0;
  }
  .share-links {
    position: sticky;
    top: 128px;
  }
}
/* Relevant articles */
.relevant-articles {
  display: flex;
  gap: 16px;
  margin-block: 64px;
}

.relevant-articles .article {
  max-width: 500px;
}

@media (max-width: 700px) {
  .relevant-articles {
    flex-direction: column;
  }
}
.reports .container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 64px;
  position: relative;
}

.card-report {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px hsla(0deg, 0%, 0%, 0.05);
}

.card-report + .card-report {
  margin-top: 48px;
}

.report-cover img {
  display: block;
}

.report-title {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.report-info {
  display: flex;
  flex-direction: column;
}

.report-description {
  color: #666;
}

.report-download-links {
  margin-top: auto;
  display: flex;
  gap: 8px;
}

.report-download-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 6px 12px 8px 0;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  text-decoration: none;
  background-color: var(--color-primary);
}

.report-download-links svg {
  margin-right: 8px;
}

@media (max-width: 700px) {
  .reports .container {
    flex-direction: column;
  }
  .card-report {
    flex-direction: column;
  }
  .card-report {
    border-bottom: 4px solid var(--color-secondary);
  }
  .report-info {
    padding: 32px 16px;
  }
  .report-download-links {
    flex-direction: column;
  }
}
@media (min-width: 701px) {
  .report-list {
    width: 70%;
    margin-top: -100px;
  }
  .report-cover img {
    max-width: 300px;
  }
  .card-report {
    border-right: 4px solid var(--color-secondary);
  }
  .report-info {
    padding: 32px;
  }
}
.report-embed {
  position: relative;
  width: 70%;
  margin-top: -150px;
  padding-bottom: 64px;
}

.report-embed .entry-header {
  bottom: calc(100% + 24px);
}

.report-embed .card-date {
  font-size: 18px;
}

.report-embed object {
  border-bottom: 5px solid #46494c;
}

.single-report h2 {
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 400;
  margin-block: 36px 16px;
}

@media (max-width: 700px) {
  .single-report .post-thumbnail {
    margin-top: -180px;
  }
}
@media (min-width: 701px) {
  .single-report {
    width: 70%;
    margin-top: -80px;
    padding-right: 20%;
  }
  .single-report h1 {
    font-size: 36px;
  }
  .single-report .report-description {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media print {
  body {
    background: #fff;
  }
  .entry-header {
    position: initial;
  }
  .entry-title,
.entry-header .card-date {
    color: #666;
  }
  .post-thumbnail img {
    margin-top: 32px;
    width: 75%;
  }
  .media-article .container {
    justify-content: center;
  }
  .type-post {
    width: 100%;
  }
  .entry-content {
    width: 100%;
    padding-bottom: 0;
  }
  .site-header,
.site-footer,
.page-header img,
.article-links,
.section-relevant-articles,
iframe,
iframe + div[style] {
    display: none;
  }
  .entry-content img {
    max-width: 60%;
  }
  .entry-content a {
    text-decoration: none;
  }
  .entry-content a::after {
    content: " (" attr(href) ") ";
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
