@charset "UTF-8";
/*
Theme Name: dsp Bootstrap Theme
Theme URI: https://www.dsp-studio.ro/
Author: dsp-studio.ro
Author URI: https://www.dsp-studio.ro/
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: dspstudio
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,400i,700,700i&display=swap&subset=latin-ext');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css');
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body, figure {
  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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: "Courier 10 Pitch", Courier, monospace; /* 1 */
	font-size: 0.88889em; /* 2 */
    line-height: 1.8;
    overflow: auto;
	/* max-width: calc(6 * (100vw / 12) - 28px) */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #111;
  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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
    height: auto;
    max-width: 100%;
    position: relative;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* CSS3 MENU
   ========================================================================== */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  position: relative;
  z-index: 1000;
  background: #333333;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.menu-item-has-children > a {
  padding-right: 30px;
}
#cssmenu > ul > li.menu-item-has-children > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.menu-item-has-children > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.menu-item-has-children:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 11px 15px;
  width: 170px;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  background: #800080;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #690069;
}
#cssmenu ul ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #FFF;
  content: '';
}
#cssmenu.align-right ul ul li.menu-item-has-children > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.menu-item-has-children > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #FFF;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.menu-item-has-children > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.menu-item-has-children:hover > a:before {
  top: 17px;
  height: 0;
}
.site-branding {
  padding: 20px 0 15px 0;
}
.site-logo {
  text-align: center;
}
.site-branding .site-content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.site-branding .site-content:after, .site-branding .site-content:before {
  display: none;
}
.lang-sw {
  display: none;
}
footer.site-footer {
  background-color: #222;
  color:#FFF;
}
footer.site-footer .widget-column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer.site-footer .widget-column > div {
  max-width: 400px;
  margin: 0 15px 0 0;
}
footer.site-footer ul {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
footer.site-footer a {
  text-decoration: none;
}
footer.site-footer .widget-area {
  padding: 100px 0;
}
footer.site-footer .widget-area h4 {
  margin-bottom: 10px;
  font-size: 1em;
}
footer.site-footer ul li a {
  font-size: 0.8em;
}
footer.site-footer ul li a:hover {
  text-decoration: underline;
}
.footer-widget-1:first-child {
  margin-bottom: 80px;
}
.footer-widget-1 .textwidget {
  font-size: 0.8em;
}
footer .widget-area a {
  color:#FFF;
}
.footer-newsletter {
  color: #000;
  background-color: orange;
  padding: 50px 0;
}
.footer-newsletter a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}
.footer-newsletter p {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-newsletter .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-newsletter input::placeholder {
  color: #000;
}
.footer-newsletter .wrap div:first-child {
  flex-basis: 500px;
  margin-bottom: 25px
}
.footer-newsletter input[type="email"] {
    border: 0;
    background-color: orange;
    border-bottom: 2px solid #000;
    color: #000;
    outline: none;
    padding: 0 5px;
}
.footer-newsletter button[type="submit"] {
  background: transparent;
  border: 2px solid #000;
  border-radius: 51px;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease-in 0s;
}
.footer-newsletter input:-webkit-autofill {
  background-color: orange!important;
}
.footer-newsletter button[type="submit"]:hover {
  color: #FFF;
  background-color: #111;
}
.footer-newsletter .contact-form p {
  margin: 0;
  padding: 0;
}
.footer-newsletter .contact-form p small {
  font-size: 40%;
}
.footer-newsletter .contact-form p small a {
  font-size: inherit;
}
.wrap-content {
  background-color: #eaeade;
}
.home .revslider {
  margin-bottom: 20px;
}
.events ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.events ul li {
  flex-grow: 1;
  flex-basis: 33%;
  min-width: 300px;
  padding: 0 1% 1em 1%;
}
.events ul li:last-child {
  flex-grow: 1;
}
.events ul li figure {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.events a {
  line-height: 1em;
}
.events h3 {
  font-size: 1em;
  margin: 5px 0 0;
  padding: 0;
}
.events span {
  font-size: .7em;
  display: block;
}
.home .filter {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home .filter select, .home .filter input {
  font-size: 16px;
  margin: 0;
  padding: 0 5px;
  height: 35px;
}
.home .filter label {
  margin-right: 25px;
}
.home .events a:hover h3 {
  text-decoration: underline;
}
.rmore a.button {
  background: transparent;
  border: 2px solid #000;
  border-radius: 51px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease-in 0s;
  
}
.rmore a.button:hover {
  color: #FFF;
  background-color: #111;
}
.rmore {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.nocomments {
  display: none;
}
#calendar {
  padding-top: 50px;
  margin-bottom: 100px;
}
nav.pagination {
  
  margin: 50px 0;
}
nav.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.pagination a.page-numbers:hover {
  text-decoration: underline;
}
nav.pagination .nav-next-text, nav.pagination .nav-prev-text {
  display: none;
}
nav.pagination .current {
  font-weight: 400;
  font-size: 28px;
}
nav.pagination a.page-numbers {
  margin: 0 10px;
  font-size: 28px;
}
nav.pagination a.page-numbers.prev, nav.pagination a.page-numbers.next {
  font-size: 36px;
}
nav.pagination i:hover {
  color: #800080;
  transition: color 0.2s ease-in 0s;
}
.entry-footer {
  padding-bottom: 5px;
  text-align: right;
  border-bottom: 1px solid #00000040;
  /* background-color: #800080; */
}
.entry-footer {
  font-size: 16px;
  font-weight: 700;
}
.entry-footer i {
  margin: 0 5px;
}
.entry-content, .entry-contact {
  font-size: 16px;
}
.entry-contact ul {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.entry-contact ul li a {
  color: #800080;
}
.entry-contact .wp-block-column {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
#contact-form {
  display: flex;
  flex-wrap: wrap;
}
.entry-contact #contact-form * {
  flex-basis: calc(50% - 10px);
  flex-grow: 1;
  margin: 0 5px 20px 5px;
  padding: 5px 10px;
  border: 0;
  border-bottom: 2px solid #000;
  background: transparent;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.entry-contact #contact-form *:nth-last-child(2) {
  flex-basis: 100%;
}
.entry-contact #contact-form *:nth-last-child(1) {
  flex-grow: 0;
}
.entry-contact #contact-form textarea {
  height: 150px;
}
.entry-contact #contact-form button {
  cursor: pointer;
}
.entry-contact #contact-form *:focus {
  background-color: #e5e5df;
}
.entry-contact #contact-form button:hover {
  background-color: #800080;
  border-color: #800080;
  color: #FFF;
}
.partner-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
.partner-list ul li {
  flex-basis: 50%;
  align-self: center;
  text-align: center;
  margin-bottom: 25px;
  padding: 10px;
}
.single .content-area a {
  text-decoration: underline;
}
.wp-block-file {
  position: relative;
}
.wp-block-file.pdf::before {
  z-index: 10;
  content: "";
  display: block;
  background-image: url(img/pdf.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  float: left;
}
.wp-block-image img {
  width: 100%;
}
.evenimente-list ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.evenimente-list ul li {
  flex-basis: 100%;
  flex-grow: 1;
  margin-bottom: 25px;
}
.evenimente-list ul li:nth-child(even) {
  /* padding-left: 5px; */
}
.evenimente-list ul li:nth-child(odd) {
  /* padding-right: 5px; */
}
.evenimente-list ul li p {
  display: none;
}
.main-navigation {
  order: 0;
  flex-basis: initial;

}
#main .navigation {
  margin-bottom: 25px;
  text-align: center;
}

#main .navigation .page-numbers {
  background: transparent;
  border: 2px solid #000;
  border-radius: 51px;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease-in 0s;
}
#main .navigation .page-numbers:hover {
  color: #FFF;
  background-color: #111;
}
#main .navigation .page-numbers.current {
  color: #FFF;
  background-color: #111;
  display: inline-block;
  cursor: default;
  line-height: 1em;
  padding: 4px 15px;
}
#main .navigation .prev {
}
#main .navigation .next {
}
.entry-content p a {
  text-decoration: underline;
}

/* papers */
.paper-main h1 {
  margin-bottom: 5px;
}
.paper-main small {
  font-size: 14px;
  display: block;
}
.paper-main .paper-squares,
.paper-main .paper-bar,
.paper-main .paper-jump {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paper-main .paper-bar {
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
}
.paper-main .paper-bar li {
  display: flex;
  flex-grow: 1;
  flex-basis: 20%;
  min-width: 200px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background-color: rgb(239 108 0);
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border-right: 1px solid #f7f7ef;
  border-bottom: 1px solid #f7f7ef;
}
.paper-main .paper-bar li:nth-child(2) {
  background-color: rgba(239, 108, 0, .90);
}
.paper-main .paper-bar li:nth-child(3) {
  background-color: rgba(239, 108, 0, .80);
}
.paper-main .paper-bar li:nth-child(3) {
  background-color: rgba(239, 108, 0, .70);
}
.paper-main .paper-bar li:nth-child(4) {
  background-color: rgba(239, 108, 0, .60);
}
.paper-main .paper-bar li:nth-child(5) {
  background-color: rgba(239, 108, 0, .50);
}
.paper-main .entry-content {
  display: flex;
  position: relative;
}
.paper-main .paper-jump {
  flex-basis: 200px;
  width: 200px;
}
.paper-main .paper-jump li {
  padding-left: 10px;
  border-left: 2px solid transparent;
  margin-bottom: 1px;
}
.paper-main .paper-jump li.selected, .paper-main .paper-jump li:hover {
  border-left: 2px rgba(239, 108, 0, 1) solid;
}
.paper-main .paper-content {
  flex-basis: 100%;
}
.paper-main .paper-content p {
  margin-top: 0;
}
.paper-main .paper-squares {
  display: flex;
  flex-wrap: wrap;
}
.paper-main .paper-squares li {
  flex-basis: 50%;
  background-color: #b9ac92;
  border: 1px solid #f1f1f1;
  height: 102px;
}
.paper-main .paper-squares li a {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.paper-main .paper-squares li a span {
  line-height: 16px;
}
.paper-side {
  margin-left: 25px;
  flex-basis: 250px;
}
.paper-side .paper-download {
  background-color: #242836;
  height: 60px;
}
.paper-side .paper-download a {
  color: #FFF;
  display:flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.paper-side .paper-download span {
  margin-left: 15px;
}
#paper-submit form {
  display: flex;
  flex-wrap: wrap;
}
#paper-submit label select {
  width: 100%;
}
#paper-submit label {
  flex-basis: 100%;
  margin-bottom: 10px;
  padding: 0 5px;
}
#paper-submit label input {
  width: 100%;
  padding: 0 10px;
}
#paper-submit label:nth-child(-n+7) {
  flex-basis: 33%;
}
#paper-submit label:nth-child(4) {
  flex-basis: calc(100% - 10px);
}
#typeArticle > label:nth-child(3),
#typeArticle > label:nth-child(4),
#typeArticle > label:nth-child(5) {
  flex-basis: 33%;
}
#paper-submit label textarea {
  width: calc(100% - 10px);
  height: 400px;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 10px;
}
#paper-submit .divRowAdd {
  flex-basis: 100%;
}

.aa {
  align-self: flex-end;
}
.divRowAdd {
  display: flex;
  align-items: flex-end;
}
#typeArticle {
  display: flex;
  flex-wrap: wrap;
}
#typeArticle .yt {
  /* flex-basis: 100%; */
  display: flex;
}
#typeArticle .divRowAdd {
  flex-basis: 33%;
}
div#typeArticle label {
  flex-basis: 33%;
  margin-bottom: 15px;
}
div#typeArticle label:nth-child(-n+2) {
  flex-basis: 100%!important;
}

#abstract_txt h3, #manuscript h3, #materials h3, #images h3, #youtube h3 {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 1px solid #000;
}
#images ul {
  display: flex;
  list-style-type: none;
  padding: 0;
}
#images li {
  flex-basis: 33.33%;
}
#images li img {
  padding: 5px;
  width: auto;
  height: auto;
}
#youtube iframe {
  width: 100%;
  height: 420px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

  footer.site-footer .widget-column {
    flex-wrap: wrap;
  }
  .main-navigation {
    order: 1;
    flex-basis: 100%;

  }
  .site-branding {
    padding: 10px 0 10px 0;
  }
  .home .revslider {
    margin-bottom: 10px;
  }
  .footer-newsletter .contact {
    text-align: center;
  }
  .footer-newsletter input[type="email"] {
    margin-bottom: 15px;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.menu-item-has-children > a:after,
  #cssmenu > ul > li.menu-item-has-children > a:before,
  #cssmenu ul ul > li.menu-item-has-children > a:after,
  #cssmenu ul ul > li.menu-item-has-children > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
/* Typography
   ========================================================================== */

html {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 22px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8;
  margin: 0;
  text-rendering: optimizeLegibility;
  background-color: #f7f7ef;
}

button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.entry-meta,
.entry-footer,
.main-navigation,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
.site-info,
#cancel-comment-reply-link,
img:after,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', sans-serif;
}

.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}
#menu-social-media i {
  width: 25px;
}
@media only screen and (min-width: 768px) {
  .evenimente-list ul li {
    flex-grow: 1;
    flex-basis: 33%;
    /* min-width: 300px; */
    padding: 0 1% 1em 1%;
  }
  #menu-top {
    display: block!important;
  }
  .partner-list ul li {
    flex-basis: 20%;
  }
  .partner-list ul {
    flex-flow: wrap;
  }
  li.lang-item.menu-item {
    /* display: none!important; */
  }
  .site-logo {
    /* margin-right: 25px; */
    text-align: left;
  }
  .lang-sw {
    display: block;
    list-style: none;
    justify-self: flex-end;
    flex-grow: 1;
    text-align: right;
  }
  .lang-sw a {
    color: #1111116e;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
  }
  .lang-sw a:hover {
    text-decoration: underline;
    color: #111;
  }
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
  .site-branding .site-content {
    text-align: left;
    display: flex;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Layout */
/** === Layout === */
#page {
  width: 100%;
}

.site-content {
	/* overflow: hidden; */
	/* max-width: 1024px; */
    /* margin: 0 auto; */
}
.content-area {
	display:flex;
	flex-flow: column;
}
.site-main {
	/* max-width: 100vw; */
  overflow:hidden;
  flex-basis: 100%;
}
.sidebar-area {
	margin-left:25px;
}
.home .recent-articles ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 25%;
  min-width: 300px;
}
.home .recent-articles ul li {
  flex-basis: 25%;
  min-width: 300px;
  flex-grow: 1;
}

.home .recent-articles ul img, article .post-thumbnail img {
  width: 100%;
}
.echipa-template-default article .post-thumbnail img {
  width: auto;
}
.home .recent-articles ul a {
  display: block;
  padding: 0 1% 2em 1%;
}
.home .recent-articles h3 {
  margin: 0;
  padding: 0;
}
.home .recent-articles p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}
.home .site-main {
  width: 100%;
}
.bio-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bio-list ul li {
  flex-basis: 50%;
  flex-grow: 1;
  /* padding: 10px; */
}
.bio-list ul li h3 {
  margin: 0;
}
.bio-list ul li a {
  display: block;
  float: left;
  margin-right: 15px;
  width: 150px;
}
.bio-list ul li p {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1060px) {
  #cssmenu {
    background-color: transparent;
  }
  #cssmenu > ul > li > a {
    color: #111;
    font-size: 14px;
    text-transform: capitalize;
    padding: 17px 10px;
  }
  #cssmenu > ul > li.menu-item-has-children > a:before, #cssmenu > ul > li.menu-item-has-children > a:after {
    background-color: #111;
  }
  #cssmenu > ul > li.menu-item-has-children > a:after {
    top:25px;
  }
  #cssmenu > ul > li.menu-item-has-children > a:before {
    top:22px;
  }
  #cssmenu > ul > li:hover > a {
    color: #111;
    text-decoration: underline;
  }
  .home .recent-articles ul li {
    flex-grow: 1;
    max-width:25%;
  }
	.content-area {
		flex-flow: row;
	}
	.site-main {
		/* max-width: calc(6 * (100vw / 12)); */
		/* max-width: calc(100vw / 1.618); */
	}
	.sidebar-area {
		max-width: calc(100vw - (100vw / 1.618) );
	}
}

.site-content {
    max-width: calc(100% - (2 * 1rem));
    margin: 0 1rem;
}

@media only screen and (min-width: 960px){
.site-content {
    /* max-width: 80vw; */
    max-width: 1250px;
		margin: 0 auto;
		padding: 0 1rem;
  }
}
@media only screen and (max-width: 1024px){
  #cssmenu {
    background: #333333;
  }
}
@media only screen and (min-width: 1270px){
  .site-content {
      padding: 0 ;
    }
  }
input[type="password"]:before {
content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 17px;
    height: 17px;
    background: #e3e3e3;
    z-index: 1;
    border-radius: 50%;
}
.ueidentity {
  padding: 1em;
  background-color: #FFF;
}
.ueidentity .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ueidentity img {
  height: 100px;
  margin: 15px;
}
.ueidentity p {
  font-size: 12px;
  text-align: center;
}
.site-title {
  display: none;
}

/* calendar */
.ui-datepicker {
  display: none;
  background-color: #800080;
  max-width: 300px;
  padding: 10px;
  margin: 1px 0 0;
  border-radius: 3px;
  color: #FFF;
}
.ui-datepicker a {
  color: #FFF;
}
.ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 5px;
  letter-spacing: 1px;
  border: 0;
  background-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-datepicker-title {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ui-datepicker table {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}
.ui-datepicker .ui-datepicker-calendar th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 10px;
  color: rgba(255, 255, 255, 0.5);

}
.ui-datepicker .ui-datepicker-calendar td {
  border: 1px solid #fff;
  padding: 0;
  text-align: right;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
  padding: 6px 10px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  border: 0;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  border-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ui-datepicker-next.ui-corner-all {
  order: 3;
}
.ui-datepicker-prev.ui-corner-all {
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}
.ui-datepicker-next.ui-corner-all, .ui-datepicker-prev.ui-corner-all {
  width: 21px;
  cursor: pointer;
  text-indent: -99999px;
  color: rgba(255, 255, 255, 0.5);
}
.ui-datepicker-next.ui-corner-all:hover, .ui-datepicker-prev.ui-corner-all:hover {
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s ease-in-out;
}
.ui-datepicker-prev.ui-corner-all:before, .ui-datepicker-prev.ui-corner-all:after, .ui-datepicker-next.ui-corner-all:before, .ui-datepicker-next.ui-corner-all:after {
  border-right: 2px solid;
  content: '';
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 10px;
  top: 43%;
  width: 0;
}

.ui-datepicker-prev.ui-corner-all:after, .ui-datepicker-next.ui-corner-all:after {
  margin-top: -1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.wp-block-gallery.is-cropped .blocks-gallery-item a {
  color: #FFF;
}
/* .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: none;
  overflow: hidden;
}
.wp-block-gallery.is-cropped .blocks-gallery-item a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -99999px;
} */

.filter {
  display: none!important;
}
