/*
Theme Name: Support ADRC
Text Domain: adrc
Version: 1.0
Tested up to: 6.3
Requires PHP: 5.6
Description: Custom WordPress theme for ADRC
Author: the Netlogiq WordPress team
Author URI: https://www.netlogiq.ro
Theme URI: https://www.netlogiq.ro
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Reset
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
	- Navigation
	- Posts and pages
	- Forms
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --baseline: 16px;
}

:root {
  --baseline: 16px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1A1A18;
  font-family: "Zilla Slab";
  font-size: 1rem;
  line-height: 1.5;
}

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

h1, .h1 {
  font-size: 1.375rem;
  line-height: 1.8125rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
}

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

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

ul,
ol {
  margin: 0;
  list-style: inside;
}

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: #1D3584;
  text-decoration: none;
}
a:visited {
  color: #00B2FF;
}
a:hover, a:focus, a:active {
  color: #00B2FF;
}
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: #FFE400;
  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.wpcf7-submit {
  background-color: #FFE400;
  font-weight: 700;
  padding: 10px 17px;
  border-radius: 0;
  margin: 0;
  color: #000;
  border: 0;
}
input.wpcf7-submit:hover {
  color: #FFF;
  background-color: #00B2FF;
  cursor: pointer;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wp-dark-mode-active input[type=text]:focus,
.wp-dark-mode-active input[type=email]:focus,
.wp-dark-mode-active input[type=url]:focus,
.wp-dark-mode-active input[type=password]:focus,
.wp-dark-mode-active input[type=search]:focus,
.wp-dark-mode-active input[type=number]:focus,
.wp-dark-mode-active input[type=tel]:focus,
.wp-dark-mode-active input[type=range]:focus,
.wp-dark-mode-active input[type=date]:focus,
.wp-dark-mode-active input[type=month]:focus,
.wp-dark-mode-active input[type=week]:focus,
.wp-dark-mode-active input[type=time]:focus,
.wp-dark-mode-active input[type=datetime]:focus,
.wp-dark-mode-active input[type=datetime-local]:focus,
.wp-dark-mode-active input[type=color]:focus,
.wp-dark-mode-active textarea:focus {
  color: #FFF;
}
.wp-dark-mode-active .select2-container--default .select2-results__option--selected {
  background-color: #242525;
  color: #FFF;
}
.wp-dark-mode-active .cauta-fonduri-form__item {
  border-bottom-color: #FFF !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
  max-width: 1280px;
  margin: 0 auto;
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.site-footer {
  grid-area: footer;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
  padding: 13px 20px;
  margin-bottom: 17px;
}
.site-header .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 480px) {
  .site-header .site-branding {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    gap: 40px;
  }
}
.site-header .site-branding a {
  display: block;
}
.site-header .site-branding img {
  display: block;
}
.site-header .site-branding p,
.site-header .site-branding h1 {
  margin: 0;
}
@media screen and (min-width: 480px) {
  .site-header .site-branding p,
  .site-header .site-branding h1 {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    margin-bottom: 34px;
    padding: 13px 32px;
  }
}

.site-header .site-branding img.dark-mode-img {
  display: none;
}

.wp-dark-mode-active .site-header .site-branding img {
  display: none;
}
.wp-dark-mode-active .site-header .site-branding img.dark-mode-img {
  display: block;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: #FFF;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.main-navigation.toggled {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.main-navigation__header {
  background-color: #1D3584;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation__header span {
  font-size: 1rem;
  color: #FFF;
  text-transform: uppercase;
}
.main-navigation__header svg {
  display: block;
}
.main-navigation__header .menu-toggle:hover {
  cursor: pointer;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: none;
  margin: 0 20px 10px 40px;
}
.main-navigation ul ul li {
  position: relative;
}
.main-navigation ul ul a {
  color: #1A1A18;
  font-size: 0.75rem;
  padding: 14px 22px;
}
.main-navigation ul ul a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-color: #1A1A18;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg id="right-arrow" xmlns="http://www.w3.org/2000/svg" width="11.588" height="6.581" viewBox="0 0 11.588 6.581"><path id="right-arrow-2" data-name="right-arrow" d="M11.376,114.425,8.81,116.991a.724.724,0,0,1-1.024-1.024l1.33-1.33H.724a.724.724,0,0,1,0-1.448H9.115l-1.33-1.33a.724.724,0,0,1,1.024-1.024l2.566,2.566a.724.724,0,0,1,0,1.024Z" transform="translate(0 -110.622)"/></svg>') no-repeat 50% 50%;
          mask: url('data:image/svg+xml;utf8,<svg id="right-arrow" xmlns="http://www.w3.org/2000/svg" width="11.588" height="6.581" viewBox="0 0 11.588 6.581"><path id="right-arrow-2" data-name="right-arrow" d="M11.376,114.425,8.81,116.991a.724.724,0,0,1-1.024-1.024l1.33-1.33H.724a.724.724,0,0,1,0-1.448H9.115l-1.33-1.33a.724.724,0,0,1,1.024-1.024l2.566,2.566a.724.724,0,0,1,0,1.024Z" transform="translate(0 -110.622)"/></svg>') no-repeat 50% 50%;
}
.main-navigation ul ul a:hover:before,
.main-navigation ul ul a.focus:before {
  background-color: #00B2FF;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
}
.main-navigation li {
  position: relative;
  border-bottom: 1px solid #C2C8D5;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #00B2FF;
}
.main-navigation li:last-of-type {
  border-bottom: 0 none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 0.9375rem;
  color: #1D3584;
  font-weight: 700;
  padding: 16px 20px;
}
@media screen and (min-width: 768px) {
  .main-navigation {
    width: 70%;
    right: 0;
    left: auto;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  .main-navigation:before {
    content: " ";
    background-color: rgba(29, 53, 138, 0.4);
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .main-navigation.toggled {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.home .site-main,
.post-type-archive .site-main,
.category .site-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .home .site-main,
  .post-type-archive .site-main,
  .category .site-main {
    grid-template-columns: 1fr 1fr;
    gap: 2.0625rem;
  }
}

.post-type-archive-prioritati .site-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-prioritati .site-main {
    grid-template-columns: 1fr 1fr;
    gap: 2.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .post-type-archive-prioritati .site-main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.0625rem;
  }
}

.category .site-main header {
  grid-column: -1/1;
}

.site-main {
  padding: 0 20px;
}
.site-main article.hentry {
  margin-bottom: 0;
}

.entry-header {
  position: relative;
  margin-bottom: 10px;
}
.entry-header img {
  display: block;
  width: 100%;
  max-height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  background-color: #F8F8F8;
}
@media screen and (min-width: 640px) {
  .entry-header img {
    max-height: 213px;
  }
}

.entry-meta {
  display: inline-block;
  margin-top: 10px;
  background-color: #FF0000;
  padding: 3px 8px;
  color: #FFF;
  font-size: 1rem;
}

.entry-title {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin: 0;
}
.entry-title a {
  color: #1A1A18;
}
.entry-title a:hover {
  color: #00B2FF;
}

.page .entry-title, .single .entry-title {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #1D3584;
  margin: 0;
}
.page .entry-header img, .single .entry-header img {
  aspect-ratio: auto;
  -o-object-fit: initial;
     object-fit: initial;
  max-height: none;
}

.archive-title {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #1D3584;
  margin: 0;
}

.page-title {
  position: relative;
  max-height: 235px;
  overflow: hidden;
}
.page-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-title img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.page-title h1 {
  margin: 0;
  text-align: center;
  padding: 10px;
  position: absolute;
  color: #FFF;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.cauta-fonduri-form {
  background-color: #1D3584;
  padding: 36px;
  margin-bottom: 40px;
}
.cauta-fonduri-form__item {
  border-bottom: 1px solid #FFF;
  padding: 10px 0;
}
.cauta-fonduri-form__item--no-border {
  border-bottom: 0;
}
.cauta-fonduri-form input[type=text] {
  background-color: #D8E1FF;
  font-size: 12px;
  padding: 16px 17px;
  border-radius: 0;
  margin: 0;
}
.cauta-fonduri-form input[type=reset] {
  background-color: #D8E1FF;
  font-weight: 700;
  padding: 16px 17px;
  border-radius: 0;
  margin: 0;
  background-color: #00B2FF;
}
.cauta-fonduri-form input[type=reset]:hover {
  cursor: pointer;
  color: #000;
  background-color: #FFE400;
}
.cauta-fonduri-form input[type=submit] {
  background-color: #FFE400;
  font-weight: 700;
  padding: 16px 17px;
  border-radius: 0;
  margin: 0;
  color: #000;
}
.cauta-fonduri-form input[type=submit]:hover {
  color: #FFF;
  background-color: #00B2FF;
  cursor: pointer;
}
.cauta-fonduri-form input, .cauta-fonduri-form select {
  width: 100%;
  margin-bottom: 10px;
  background-color: #1D3584;
  color: #FFF;
  border: 0;
}
.cauta-fonduri-form label {
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
}
.cauta-fonduri-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  color: #FFF;
}
.cauta-fonduri-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF;
  font-size: 12px;
  padding: 0;
}
.cauta-fonduri-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 none;
}
.cauta-fonduri-form .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background-color: #FFF;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.92" height="8.872" viewBox="0 0 13.92 8.872"><path id="down-chevron" d="M12.008,0,6.96,5.048,1.912,0,0,1.912l6.96,6.96,6.96-6.96Zm0,0"/></svg>') no-repeat 50% 50%;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.92" height="8.872" viewBox="0 0 13.92 8.872"><path id="down-chevron" d="M12.008,0,6.96,5.048,1.912,0,0,1.912l6.96,6.96,6.96-6.96Zm0,0"/></svg>') no-repeat 50% 50%;
}

.fonduri-europene {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 22px;
  overflow: hidden;
  padding: 18px 14px 18px 42px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}
.fonduri-europene:before {
  content: " ";
  height: 100%;
  width: 22px;
  background-color: #00B2FF;
  position: absolute;
  left: 0;
  top: 0;
}
.fonduri-europene:after {
  content: " ";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-color: #FFF;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg id="right-arrow" xmlns="http://www.w3.org/2000/svg" width="11.588" height="6.581" viewBox="0 0 11.588 6.581"><path id="right-arrow-2" data-name="right-arrow" d="M11.376,114.425,8.81,116.991a.724.724,0,0,1-1.024-1.024l1.33-1.33H.724a.724.724,0,0,1,0-1.448H9.115l-1.33-1.33a.724.724,0,0,1,1.024-1.024l2.566,2.566a.724.724,0,0,1,0,1.024Z" transform="translate(0 -110.622)"/></svg>') no-repeat 50% 50%;
          mask: url('data:image/svg+xml;utf8,<svg id="right-arrow" xmlns="http://www.w3.org/2000/svg" width="11.588" height="6.581" viewBox="0 0 11.588 6.581"><path id="right-arrow-2" data-name="right-arrow" d="M11.376,114.425,8.81,116.991a.724.724,0,0,1-1.024-1.024l1.33-1.33H.724a.724.724,0,0,1,0-1.448H9.115l-1.33-1.33a.724.724,0,0,1,1.024-1.024l2.566,2.566a.724.724,0,0,1,0,1.024Z" transform="translate(0 -110.622)"/></svg>') no-repeat 50% 50%;
}
.fonduri-europene a {
  font-weight: 700;
  font-size: 0.875rem;
}

.boxes {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 640px) {
  .boxes .box--full {
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 992px) {
  .boxes .box--full {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 640px) {
  .boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .boxes {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.box {
  background-color: #F8F8F8;
  padding: 30px 20px;
  border-radius: 10px;
}
.box__title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1rem;
}
.box__subtitle {
  font-weight: 700;
  margin-bottom: 10px;
}
.box__content {
  margin-bottom: 15px;
}
.box__content:last-of-type {
  margin-bottom: 0;
}
.box__content ul {
  padding-left: 20px;
  margin: 0;
}

.page-documents {
  margin-top: 45px;
}
.page-documents__title {
  margin-bottom: 20px;
  font-weight: 700;
}
.page-documents .doc-item {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 13px 1fr;
  grid-gap: 11px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  border-bottom: 1px solid #C2C8D5;
}
.page-documents .doc-item:last-of-type {
  border-bottom: 0;
}
.page-documents .doc-item svg {
  margin-top: 5px;
  display: inline-block;
}

.wp-pagenavi {
  margin-top: 35px;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: -1/1;
}
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .last, .wp-pagenavi .first, .wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .pages {
  border: 0;
  padding: 0 37px;
  font-size: 38px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: inline-block;
  padding: 15px 27px 15px 27px;
  border: 1px solid #c2c8d5;
  color: #1D3584;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  color: #FFF;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 28px;
  width: 28px;
  background-color: #1D3584;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.038" height="10.812" viewBox="0 0 19.038 10.812"><path d="M18.69,116.869l-4.216,4.216a1.19,1.19,0,0,1-1.683-1.683l2.185-2.185H1.19a1.19,1.19,0,0,1,0-2.38H14.976l-2.185-2.185a1.19,1.19,0,1,1,1.683-1.683l4.216,4.216a1.19,1.19,0,0,1,0,1.683Z" transform="translate(0 -110.622)"/></svg>') no-repeat 50% 50%;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.038" height="10.812" viewBox="0 0 19.038 10.812"><path d="M18.69,116.869l-4.216,4.216a1.19,1.19,0,0,1-1.683-1.683l2.185-2.185H1.19a1.19,1.19,0,0,1,0-2.38H14.976l-2.185-2.185a1.19,1.19,0,1,1,1.683-1.683l4.216,4.216a1.19,1.19,0,0,1,0,1.683Z" transform="translate(0 -110.622)"/></svg>') no-repeat 50% 50%;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color: #00B2FF;
  border-color: #00B2FF;
  background-color: #00B2FF;
}
.wp-pagenavi .previouspostslink:hover:before,
.wp-pagenavi .nextpostslink:hover:before {
  background-color: #FFF;
}
.wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.wp-pagenavi .previouspostslink:before {
  -webkit-transform: translate(-50%, -45%) rotate(-180deg);
          transform: translate(-50%, -45%) rotate(-180deg);
}
.wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
}

.type-prioritati .post-thumbnail img {
  background: transparent;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.wp-dark-mode-active .wp-pagenavi .previouspostslink,
.wp-dark-mode-active .wp-pagenavi .nextpostslink {
  color: #242525 !important;
}
.wp-dark-mode-active .wp-pagenavi .previouspostslink:hover,
.wp-dark-mode-active .wp-pagenavi .nextpostslink:hover {
  color: #00B2FF;
}
.wp-dark-mode-active .wp-pagenavi .previouspostslink:before,
.wp-dark-mode-active .wp-pagenavi .nextpostslink:before {
  background-color: #FFF;
}

/* Forms
--------------------------------------------- */
.contact-form {
  background-color: #EBF0F8;
  padding: 27px 35px 37px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 47px 55px 57px;
  }
}
.contact-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-field {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.contact-form-field-desc {
  font-size: 12px;
  line-height: 22px;
}
.contact-form-field h3 {
  margin: 0 0 15px;
}
@media screen and (min-width: 480px) {
  .contact-form-field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 10px;
  }
}

.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  width: 100%;
  height: 41px;
  border: 1px solid #C2C8D5;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 120%;
}
.wpcf7 textarea:focus,
.wpcf7 select:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus {
  border-color: #1D3584;
}
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 input[type=text].wpcf7-not-valid,
.wpcf7 input[type=email].wpcf7-not-valid {
  border-color: #dc3232;
}
.wpcf7 label {
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
}
.wpcf7 label span {
  font-weight: 400;
}
.wpcf7 textarea {
  height: 100px;
}
.wpcf7-checkbox input {
  width: 15px;
  height: 15px;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

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

/* Footer
--------------------------------------------- */
.site-footer {
  margin-bottom: 100px;
}
.site-footer .footer-nav {
  background-color: #1D3584;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.site-footer .footer-nav__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  font-size: 0.8125rem;
}
.site-footer .footer-nav__item:hover {
  background-color: #00B2FF;
  cursor: pointer;
}
.site-footer .footer-nav__item:last-of-type {
  margin-left: auto;
  background-color: #00B2FF;
  padding: 14px 10px 10px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-nav__item:last-of-type {
    padding: 20px 32px;
  }
}
.site-footer .footer-nav__item a {
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 32px;
  }
}
.site-footer .footer-nav__item svg {
  display: inline-block;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-nav__item svg {
    height: 22px;
    width: 25px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .footer-nav__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .footer-nav__item {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.site-footer .footer-nav__item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-nav__item__icon {
    margin-bottom: 0;
  }
}
.site-footer .site-info {
  padding: 5px 10px;
  font-size: 10px;
  color: #ccc;
  text-align: center;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #1A1A18;
  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;
}/*# sourceMappingURL=style.css.map */