@font-face {
  font-family: TrajanPro-Bold;
  src: "fonts/TrajanPro-bold.otf";
}
@font-face {
  font-family: "Trebuchet MS";
  font-weight: normal;
  src: local("Trebuchet MS"), url("fonts/trebuc.ttf") format("ttf");
}
a, a:hover, a:visited {
  text-decoration: none;
  color: #005EA4;
}

body {
  font-family: "Trebuchet MS", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
body.single-post {
  background: #F3F3F3;
}

ul, ol {
  padding: 0;
  margin: 0;
}

h2 {
  margin-bottom: 0;
}

.flag {
  width: 100%;
  display: flex;
  height: 3px;
}
.flag .red {
  flex: 1;
  height: inherit;
  background: #EB1722;
}
.flag .yellow {
  flex: 1;
  height: inherit;
  background: #DAB768;
}
.flag .blue {
  flex: 1;
  height: inherit;
  background: #005EA4;
}

header {
  width: 100%;
  background: #fff;
}

.dark-blue-background {
  background-color: #024476;
  height: 92px;
}

.header-content {
  display: flex;
  justify-content: space-between;
  height: 88px;
  align-items: center;
}

.emblem-romanian-government {
  width: 72px;
  height: 72px;
}

a.title-romanian-government {
  font-family: TrajanPro-Bold, serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 50px;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #fff;
}
a.title-romanian-government:hover {
  color: #fff;
}

.search-box {
  display: flex;
  flex-direction: row;
}
.search-box input[type=text] {
  width: 170px;
  height: 42px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  padding: 8px;
}
.search-box input[type=submit] {
  background-color: #005EA4;
  background-image: url("images/custom/search-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
  height: 42px;
  cursor: pointer;
  border: none;
}

#no-results {
  padding-top: 24px;
}
#no-results .entry-header {
  background: transparent;
}
#no-results .entry-header h1 {
  font-size: 32px;
  margin-bottom: 8px;
}
#no-results .entry-content p {
  font-size: 14px;
}

textarea:focus, input:focus {
  outline: none;
}

.hr-blue-bar {
  background-color: #005EA4;
  width: 100%;
  height: 5px;
}

.hr-repetitive-section {
  margin-top: 16px;
  border-color: #58595B;
}

.ministry-name-borders {
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 4px solid #005EA4;
  border-right: 4px solid #005EA4;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ministry-name {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 28px;
  color: #024476;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.gov-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.menu-item {
  list-style: none;
  position: relative;
}
.menu-item a {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: #024476;
  text-align: center;
  display: block;
  padding: 10px 16px;
}
.menu-item a:hover {
  background: #E7F5FF;
}
.menu-item.current_page_item a {
  background: #E7F5FF;
}
.menu-item.menu-item-has-children > a::after {
  content: "";
  z-index: 12;
  border: solid #005EA4;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 4px;
  transform: rotate(45deg) translateY(-50%);
}
.menu-item.menu-item-has-children::after {
  content: "";
  bottom: 100%;
  width: 100%;
  height: 20px;
}
.menu-item.menu-item-has-children > .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 42px;
  left: 0;
  background: #fff;
  z-index: 10;
  padding-left: 0;
  min-width: 200px;
  border-top: 0;
  border-right: 1px solid #EAEFF3;
  border-bottom: 1px solid #EAEFF3;
  border-left: 1px solid #EAEFF3;
}
.menu-item.menu-item-has-children > .sub-menu .menu-item a {
  font-size: 13px;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: capitalize;
}
.menu-item.menu-item-has-children > .sub-menu .menu-item:hover .sub-menu {
  display: flex;
}
.menu-item.menu-item-has-children > .sub-menu .menu-item .sub-menu {
  display: none;
  flex-direction: column;
  left: 100%;
  position: absolute;
}
.menu-item.menu-item-has-children > .sub-menu .menu-item .sub-menu:hover {
  display: flex;
}
.menu-item.menu-item-has-children > .sub-menu:hover {
  display: flex;
}
.menu-item.menu-item-has-children:hover > .sub-menu {
  display: flex;
}

/* CSS For the Front Page Banner + the two boxes beneath Public Communication Area */
.main-carousel-wrap,
.newsletter-carousel-wrap {
  position: absolute;
  left: -99999px;
}

.main-carousel {
  margin-top: 24px;
}

.carousel {
  background: #EEE;
}

.newsletter-carousel-cell,
.carousel-cell {
  width: 100%;
  height: 480px;
  margin-right: 10px;
  border-radius: 0px;
  background-position: bottom center, center center;
  background-repeat: repeat-y, no-repeat;
  background-size: 100%, cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 36px;
  box-sizing: border-box;
  position: relative;
}
.newsletter-carousel-cell h1,
.carousel-cell h1 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.newsletter-carousel-cell {
  width: 20%;
  height: 300px;
}
.newsletter-carousel-cell h1 {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
.newsletter-carousel-cell .date {
  font-size: 16px;
  color: #fff;
}

.flickity-page-dots {
  bottom: 25px;
}
.flickity-page-dots .dot {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  filter: grayscale(100%);
  z-index: -1;
}

.blue-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/custom/banner-gradient-overlay.svg");
  background-position: center center;
  background-size: 200%;
  background-repeat: repeat-y;
  z-index: -1;
}

.front-page-banner {
  width: 100%;
  height: 260px;
  position: relative;
}
.front-page-banner .content-width {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
}

.banner-content {
  border-left: 4px solid #FF5E67;
  padding-left: 24px;
  padding-bottom: 24px;
}
.banner-content.main-banner-margin {
  margin-left: 56px;
}
.banner-content .title {
  margin-left: -8px;
  margin-top: 5px;
}
.banner-content .title span {
  background-color: #fff;
  font-family: "Trebuchet MS", serif;
  font-weight: bold;
  font-size: 36px;
  color: #000;
  padding: 8px 0 10px;
  align-self: flex-start;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 16px 0 0 #fff, -16px 0 0 #fff;
  line-height: 48px;
}
.banner-content p {
  font-family: "Trebuchet MS", serif;
  font-size: 18px;
  color: #E7EFF2;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 20px;
  max-width: 550px;
}

.arrow {
  border: solid #005EA4;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg) translate(-1px, -1px);
}

.left {
  transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
}

.gov-button {
  height: 37px;
  padding: 0 0 0 22px;
  background-color: #fff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #005EA4;
}
.gov-button.grey {
  background: #E7EFF2;
  color: #005EA4;
}
.gov-button .arrow-wrap {
  background-color: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: inherit;
  margin-left: 16px;
}
.gov-button:hover {
  background-color: #2F85C6;
  color: #fff;
}
.gov-button:hover .arrow-wrap {
  background: #024476;
  color: #fff;
}
.gov-button:hover .arrow-wrap .arrow {
  border-color: #fff;
}

/* CSS For Simple Banner */
.simple-banner {
  width: 100%;
  padding: 16px;
  margin-top: 24px;
  background-color: #fff;
  display: block;
}
.simple-banner .simple-banner-img {
  width: 100%;
}
.simple-banner .banner-with-text {
  background-color: #024476;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  background-position: left center, right center;
  background-repeat: repeat-x, no-repeat;
}
.simple-banner .banner-with-text .banner-content {
  padding-bottom: 0;
  margin-left: 24px;
}
.simple-banner .banner-with-text .banner-content .title span {
  font-size: 21px;
  margin-top: 0;
}
.simple-banner .banner-with-text .banner-content .title.limit-width {
  max-width: 500px;
  width: 100%;
}

/* Section CSS */
.grey-section {
  background: #F3F3F3;
  padding-bottom: 32px;
}
.grey-section.margin-top {
  margin-top: 32px;
}

.section-title,
#sidebar-core h2,
.project-label,
.section-sub-title {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  line-height: 36px;
  position: relative;
  padding-left: 24px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.section-title::before,
#sidebar-core h2::before,
.project-label::before,
.section-sub-title::before {
  content: "";
  width: 4px;
  height: 21px;
  background-color: #FF5E67;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-title.without-line,
#sidebar-core h2.without-line,
.project-label.without-line,
.section-sub-title.without-line {
  padding-left: 0;
}
.section-title.without-line::before,
#sidebar-core h2.without-line::before,
.project-label.without-line::before,
.section-sub-title.without-line::before {
  display: none;
}

.section-sub-title {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 16px;
}
.section-sub-title::before {
  height: 16px;
}

/* Press Releases */
.time-and-categories {
  color: #58595B;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.time-and-categories::before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #F9CC68;
  display: block;
  margin-right: 16px;
}
.time-and-categories a:hover {
  text-decoration: underline;
}

.press-releases-wrap {
  display: flex;
}
.press-releases-wrap .press-title {
  font-family: "TrebuchetMS", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #005EA4;
  line-height: 25px;
  padding-left: 36px;
  padding-right: 16px;
  margin-top: 20px;
}
.press-releases-wrap .press-title:hover {
  text-decoration: underline;
}
.press-releases-wrap .press-release-items, .press-releases-wrap .press-release-list-items {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  background: #fff;
}
.press-releases-wrap .press-release-items .press-release-item, .press-releases-wrap .press-release-list-items .press-release-item {
  border: 1px solid #EAEFF3;
  height: 252px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.press-releases-wrap .press-release-items .view-all, .press-releases-wrap .press-release-list-items .view-all {
  height: 77px;
  width: 100%;
  display: flex;
  padding-left: 36px;
  padding-right: 36px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.press-releases-wrap .press-release-items .view-all .arrow, .press-releases-wrap .press-release-list-items .view-all .arrow {
  align-self: center;
}
.press-releases-wrap .press-release-items .view-all:hover, .press-releases-wrap .press-release-list-items .view-all:hover {
  background: #005EA4;
  color: #fff;
}
.press-releases-wrap .press-release-items .view-all:hover .arrow, .press-releases-wrap .press-release-list-items .view-all:hover .arrow {
  border-color: #fff;
}
.press-releases-wrap .press-release-list-items {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.press-releases-wrap .press-release-list-items .press-title {
  font-family: "TrebuchetMS", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #005EA4;
  line-height: 25px;
  padding-left: 36px;
  padding-right: 16px;
  margin-top: 20px;
}
.press-releases-wrap .press-release-list-items .press-title:hover {
  text-decoration: underline;
}
.press-releases-wrap .press-release-list-items .press-release-item {
  border: 1px solid #EAEFF3;
  height: auto;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.press-releases-wrap .press-release-list-items .view-all {
  height: 77px;
  width: 100%;
  display: flex;
  padding-left: 36px;
  padding-right: 36px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.press-releases-wrap .press-release-list-items .view-all .arrow {
  align-self: center;
}
.press-releases-wrap .press-release-list-items .view-all:hover {
  background: #005EA4;
  color: #fff;
}
.press-releases-wrap .press-release-list-items .view-all:hover .arrow {
  border-color: #fff;
}
.press-releases-wrap .highlighted-press-release {
  width: 50%;
  height: 581px;
  background-position: bottom center, center center;
  background-repeat: repeat-y, no-repeat;
  background-size: 100%, cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px 36px;
  box-sizing: border-box;
  position: relative;
}
.press-releases-wrap .new-highlighted-press-release {
  width: 100%;
  height: 600px;
  background-position: bottom center, center center;
  background-repeat: repeat-y, no-repeat;
  background-size: 100%, cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px 36px;
  box-sizing: border-box;
  position: relative;
  margin-top: 85px;
}

.highlighted-press-release > .tags,
.new-highlighted-press-release > .tags,
.post-featured-image > .tags {
  padding-left: 36px;
}
.highlighted-press-release .time-and-categories,
.highlighted-press-release .tags,
.new-highlighted-press-release .time-and-categories,
.new-highlighted-press-release .tags,
.post-featured-image .time-and-categories,
.post-featured-image .tags {
  color: #fff;
  font-size: 16px;
}
.highlighted-press-release .time-and-categories a,
.highlighted-press-release .tags a,
.new-highlighted-press-release .time-and-categories a,
.new-highlighted-press-release .tags a,
.post-featured-image .time-and-categories a,
.post-featured-image .tags a {
  color: #F9CC68;
}
.highlighted-press-release .time-and-categories a:hover,
.highlighted-press-release .tags a:hover,
.new-highlighted-press-release .time-and-categories a:hover,
.new-highlighted-press-release .tags a:hover,
.post-featured-image .time-and-categories a:hover,
.post-featured-image .tags a:hover {
  text-decoration: underline;
}
.highlighted-press-release .press-title,
.new-highlighted-press-release .press-title,
.post-featured-image .press-title {
  color: #fff;
  padding-left: 36px;
  font-size: 18px;
  line-height: 26px;
}
.highlighted-press-release .link,
.new-highlighted-press-release .link,
.post-featured-image .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Boxes Banner */
.banner-box,
.banner-box2 {
  margin-top: 32px;
  width: 100%;
  min-height: 312px;
  position: relative;
}
.banner-box .banner,
.banner-box .blue-gradient,
.banner-box2 .banner,
.banner-box2 .blue-gradient {
  z-index: 0;
}
.banner-box .banner,
.banner-box2 .banner {
  background-size: 100%;
}
.banner-box .banner-content,
.banner-box2 .banner-content {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: calc(100% - 24px);
  z-index: 2;
  position: absolute;
}
.banner-box .banner-content .title,
.banner-box2 .banner-content .title {
  margin-left: -8px;
  margin-top: -2px;
}
.banner-box .banner-content .title span,
.banner-box2 .banner-content .title span {
  font-size: 24px;
}
.banner-box .banner-content p,
.banner-box2 .banner-content p {
  padding-right: 36px;
  max-width: fit-content;
}
.banner-box .banner-content.aligned-right,
.banner-box2 .banner-content.aligned-right {
  border-left: none;
  border-right: 4px solid #FF5E67;
  left: auto;
  right: 24px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 24px;
}
.banner-box .banner-content.aligned-right .title,
.banner-box2 .banner-content.aligned-right .title {
  text-align: right;
  margin-left: auto;
  margin-right: -8px;
}
.banner-box .banner-content.aligned-right p,
.banner-box2 .banner-content.aligned-right p {
  text-align: right;
  padding-left: 36px;
  padding-right: 0;
}
.banner-box .banner-content.aligned-right .gov-button,
.banner-box2 .banner-content.aligned-right .gov-button {
  align-self: flex-end;
}

/* Small Banners */
.small-banner {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  align-items: center;
}
.small-banner .icon-wrap {
  width: 80px;
  height: 80px;
  background-color: #EAEFF3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-banner .icon-wrap .icon {
  max-width: 35px;
}
.small-banner .label-banner {
  padding-left: 24px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: #024476;
  line-height: 22px;
  padding-right: 16px;
}
.small-banner.only-image {
  padding: 8px;
  box-sizing: border-box;
  justify-content: center;
}
.small-banner.only-image img {
  max-height: 80px;
}

/* Vertical boxes */
.vertical-box {
  padding: 16px;
  background-color: #fff;
  border: 2px solid #EAEFF3;
  min-height: 410px;
}

.cabinet-box {
  box-sizing: border-box;
  margin-top: 16px;
}
.cabinet-box .name {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  margin-top: 16px;
}
.cabinet-box .title {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: #58595B;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.cabinet-box .team-documents-wrap {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.cabinet-box .minister-address,
.cabinet-box .minister-email-address {
  font-size: 14px;
  color: #58595B;
}
.cabinet-box hr {
  border-color: #58595B;
}

.minister-profile {
  width: 100%;
  padding-top: 100%;
  background-image: url("images/custom/prime-minister.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #EAEFF3;
}

.our-mission-box {
  background-color: #005EA4;
  padding: 30px;
  min-height: 410px;
  background-image: url("images/custom/bg-vertical-box.svg");
  background-position: center 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
}
.our-mission-box .icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.our-mission-box .icon-wrap img {
  width: 26px;
}
.our-mission-box h4 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  margin-top: 18px;
}
.our-mission-box p {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #E7EFF2;
  line-height: 18px;
  flex: 1;
}
.our-mission-box .gov-button {
  align-self: flex-start;
  justify-self: flex-end;
}

.ue-info,
.public-agenda {
  padding: 0;
}

.facebook-feed {
  margin-top: 84px;
}

.no-posts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-posts .no-ue-info-text {
  font-size: 14px;
  text-align: center;
  padding: 16px;
}

.add-line-before::before {
  position: absolute;
  left: 0;
  top: 24px;
  content: "";
  width: 20px;
  height: 4px;
  display: block;
  background: #F9CC68;
}

.add-line-after::after {
  position: absolute;
  left: auto;
  right: 0;
  top: 24px;
  content: "";
  width: 20px;
  height: 4px;
  display: block;
  background: #F9CC68;
}

.ue-info-item,
.public-agenda-item {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #024476;
  line-height: 24px;
  position: relative;
  padding: 12px 16px 12px 32px;
  display: block;
  border-bottom: 1px solid #EAEFF3;
}
.ue-info-item:last-child,
.public-agenda-item:last-child {
  border-bottom: 0;
}

.dot {
  padding-left: 8px;
  padding-right: 8px;
}

a.ue-info-item:hover {
  text-decoration: underline;
}

.public-agenda-item {
  display: flex;
  flex-direction: column;
}
.public-agenda-item .date {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #58595B;
}
.public-agenda-item a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #005EA4;
}
.footer .footer-credits {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
}

/* Single Page */
.blue-header {
  background-color: #005EA4;
}

.technical-background {
  background-image: url("images/custom/fundal-tehnic.svg");
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: 105% center;
  padding-top: 12px;
  padding-bottom: 12px;
}

#breadcrumbs-core {
  display: flex;
  align-items: center;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}
#breadcrumbs-core a {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
#breadcrumbs-core a:hover {
  text-decoration: underline;
}
#breadcrumbs-core .delimiter, #breadcrumbs-core .delimiter_core {
  padding-left: 8px;
  padding-right: 8px;
}

.post-cover-wrap {
  width: 100%;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  margin-toP: 16px;
}
.post-cover-wrap .post-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 550px;
  background-color: #005EA4;
  background-size: 100%, 100%;
  padding-left: 86px;
  padding-bottom: 36px;
  box-sizing: border-box;
}

.post-title {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  line-height: 32px;
  margin-top: 24px;
}

.post-info {
  display: flex;
  flex-direction: row;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.post-info .add-line-before::before {
  top: 50%;
  transform: translateY(-50%);
  left: -48px;
  width: 32px;
}
.post-info a {
  color: #F9CC68;
  padding-left: 8px;
}
.post-info a:hover {
  text-decoration: underline;
}

.type-post,
.type-page {
  background: #fff;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  text-align: justify;
}
.type-post hr,
.type-page hr {
  border-color: #D1D3D4;
}
.type-post table,
.type-page table {
  border-color: #EAEFF3;
}
.type-post table td,
.type-page table td {
  border-color: #EAEFF3;
  border-width: 1px;
}
.type-post table td img,
.type-page table td img {
  border: 0;
}
.type-post img,
.type-page img {
  margin-bottom: 16px;
  border: 1px solid #EAEFF3;
  margin-top: 16px;
}
.type-post img:first-child,
.type-page img:first-child {
  margin-top: 0px;
}
.type-post ul,
.type-post ol,
.type-page ul,
.type-page ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
  list-style: disc;
}
.type-post .ngg-breadcrumbs,
.type-page .ngg-breadcrumbs {
  padding-left: 0;
  margin-top: 0 !important;
}
.type-post .entry-content h2,
.type-page .entry-content h2 {
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}
.type-post .entry-content h2:first-child,
.type-page .entry-content h2:first-child {
  margin-top: 0;
}
.type-post .entry-content h3,
.type-page .entry-content h3 {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.type-post .entry-content h3:first-child,
.type-page .entry-content h3:first-child {
  margin-top: 0;
}
.type-post .entry-content h4,
.type-page .entry-content h4 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.type-post .entry-content h4:first-child,
.type-page .entry-content h4:first-child {
  margin-top: 0;
}
.type-post .entry-content hr,
.type-page .entry-content hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
.type-post .entry-content p,
.type-page .entry-content p {
  margin-top: 16px;
}
.type-post .entry-content p:first-child,
.type-page .entry-content p:first-child {
  margin-top: 0;
}
.type-post .more-link,
.type-page .more-link {
  margin-bottom: 0;
}
.type-post .blog-title,
.type-page .blog-title {
  font-size: 18px;
}
.type-post .entry-meta,
.type-page .entry-meta {
  display: flex;
  margin-top: 8px;
}
.type-post .entry-meta a,
.type-page .entry-meta a {
  color: #2F85C6;
}
.type-post .entry-meta .meta-separator,
.type-page .entry-meta .meta-separator {
  margin-left: 4px;
  margin-right: 4px;
  color: #D1D3D4;
}
.type-post .entry-meta .author,
.type-page .entry-meta .author {
  color: #58595B;
}
.type-post .entry-meta .date .date-month,
.type-post .entry-meta .date .date-year,
.type-page .entry-meta .date .date-month,
.type-page .entry-meta .date .date-year {
  margin-left: 4px;
}
.type-post .excerpt,
.type-page .excerpt {
  color: #58595B;
}
.type-post .excerpt p,
.type-page .excerpt p {
  margin-top: 8px;
}

#nav-below {
  display: flex;
}
#nav-below a:hover {
  text-decoration: underline;
}
#nav-below .nav-previous {
  padding-right: 16px;
}
#nav-below .nav-previous .meta-icon {
  padding-right: 4px;
}
#nav-below .nav-next .meta-icon {
  padding-left: 4px;
}

#sidebar-core {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
#sidebar-core .widget {
  background: #fff;
  width: 100%;
  padding: 16px;
}
#sidebar-core .widget ul {
  padding-left: 0;
}
#sidebar-core .widget ul li {
  padding-bottom: 4px;
  border-bottom: 1px solid #EAEFF3;
  margin-bottom: 4px;
}
#sidebar-core .widget h2 {
  padding-left: 16px;
  margin-left: -16px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-top: 0;
  line-height: normal;
}
#sidebar-core .widget .wp-block-latest-posts__post-title,
#sidebar-core .widget a {
  font-size: 14px;
}
#sidebar-core .widget a:hover {
  text-decoration: underline;
}

.font-bold {
  font-weight: bold;
}

.pnrr-post-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-top: 32px;
}
.pnrr-post-info .type,
.pnrr-post-info .date {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 32px;
  font-weight: 400;
}
.pnrr-post-info .type.add-line-before::before,
.pnrr-post-info .date.add-line-before::before {
  top: 50%;
  transform: translateY(-50%);
}
.pnrr-post-info .type.add-line-after::after,
.pnrr-post-info .date.add-line-after::after {
  top: 50%;
  transform: translateY(-50%);
}
.pnrr-post-info .date {
  padding-left: 0;
  padding-right: 32px;
}

.page-title {
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 16px;
}

.pnrr-post .investment-measure {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  background: #005EA4;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
.pnrr-post .investment-measure .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.two-cols {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.two-cols .pnrr-info-box {
  width: 49%;
}
.two-cols .pnrr-info-box + .pnrr-info-box {
  margin-top: 0px;
}

.pnrr-info-box {
  width: 100%;
  background: #fff;
  display: flex;
}
.pnrr-info-box + .pnrr-info-box {
  margin-top: 16px;
}
.pnrr-info-box .label {
  padding: 16px;
  font-size: 14px;
  flex: 1;
}
.pnrr-info-box .button-apps {
  min-width: 139px;
  padding-left: 16px;
  padding-right: 16px;
  background: #2F85C6;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.pnrr-info-box .button-apps .arrow {
  border-color: #fff;
  align-self: center;
}

.info-update {
  background-color: #E65B62;
  font-size: 16px;
  color: #fff;
  text-align: justify;
  line-height: 24px;
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  margin-bottom: 12px;
}
.info-update.small {
  font-size: 14px;
  padding: 12px 16px;
  line-height: normal;
}
.info-update h2, .info-update h3, .info-update h4 {
  margin-bottom: 0px;
}
.info-update h2 {
  font-size: 18px;
}
.info-update h4 {
  line-height: 16px;
}
.info-update p {
  margin-bottom: 0;
  padding: 0;
}
.info-update a, .info-update a:visited {
  color: #fff;
  font-weight: bold;
}
.info-update a:hover {
  color: #fff;
}
.info-update.blue {
  background-color: #005EA4;
  color: #fff;
}

a.info-update {
  display: block;
}
a.info-update:hover {
  color: #fff;
  text-decoration: underline;
}

.attached-document {
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  margin-bottom: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.attached-document:hover {
  transform: translateY(-5px);
}
.attached-document:hover .call-to-action {
  background-color: #005EA4;
  color: #fff;
}
.attached-document:hover .call-to-action .arrow {
  border-color: #fff;
}
.attached-document .document-content {
  padding: 16px;
  flex: 1;
  box-sizing: border-box;
}
.attached-document .document-content .document-header {
  display: flex;
  justify-content: space-between;
}
.attached-document .document-content .document-header .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005EA4;
}
.attached-document .document-content .document-header .date-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.attached-document .document-content .document-header .date-wrap .date {
  font-size: 16px;
  font-weight: bold;
}
.attached-document .document-content .description {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin-top: 16px;
}
.attached-document .call-to-action {
  width: 100%;
  border-top: 1px solid #EAEFF3;
  padding: 16px;
  color: #005EA4;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.attached-document .call-to-action .arrow {
  border-color: #005EA4;
  align-self: center;
}
.attached-document.document-update {
  background: #E65B62;
}
.attached-document.document-update .document-content {
  padding: 16px;
}
.attached-document.document-update .document-content .document-header .date-wrap {
  color: #fff;
}
.attached-document.document-update .document-content .document-header .icon {
  background: #fff;
}
.attached-document.document-update .description {
  color: #fff;
}
.attached-document.document-update:hover .call-to-action {
  background-color: #CD3A41;
  color: #fff;
}
.attached-document.document-update .call-to-action {
  border-top: 1px solid #D74B52;
  color: #fff;
}
.attached-document.document-update .call-to-action .arrow {
  border-color: #fff;
}

.color-legend {
  display: flex;
  margin-bottom: 16px;
}
.color-legend .color-wrap {
  display: flex;
  align-items: center;
}
.color-legend .color-wrap + .color-wrap {
  margin-left: 16px;
}
.color-legend .color-wrap .color {
  width: 14px;
  height: 14px;
}
.color-legend .color-wrap .color.red {
  background: #E65B62;
  border: 1px solid #E65B62;
}
.color-legend .color-wrap .color.white {
  background: #fff;
  border: 1px solid #fff;
}
.color-legend .color-wrap .color.blue {
  background: #005EA4;
  border: 1px solid #005EA4;
}
.color-legend .color-wrap .label {
  font-size: 14px;
  padding-left: 8px;
}

.yellow-line {
  width: 34px;
  height: 4px;
  background-color: #F9CC68;
  margin-top: 32px;
}

/* PNRR PROJECT LAYOUT */
.pnrr-project-margin-bottom {
  margin-bottom: 16px;
}

.pnrr-project,
.box-post {
  padding: 16px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  overflow: auto;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pnrr-project.im .project-title,
.box-post.im .project-title {
  width: 100%;
  height: 100%;
  display: block;
}
.pnrr-project.im .project-title a,
.box-post.im .project-title a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.pnrr-project .project-label,
.box-post .project-label {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-left: 16px;
  margin-left: -16px;
  line-height: 19px;
}
.pnrr-project .project-label:first-child,
.box-post .project-label:first-child {
  margin-top: 0;
}
.pnrr-project .project-title,
.box-post .project-title {
  font-size: 18px;
  color: #005EA4;
  text-align: justify;
  line-height: 21px;
  font-weight: bold;
  margin: 0;
}
.pnrr-project .investment-measure,
.box-post .investment-measure {
  background: #2F85C6;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-top: 16px;
}
.pnrr-project .date,
.box-post .date {
  font-size: 14px;
  color: #58595B;
  line-height: 18px;
}
.pnrr-project .gov-button,
.box-post .gov-button {
  align-self: flex-start;
  margin-top: 24px;
}

.box-post .project-label {
  font-size: 18px;
}
.box-post .project-title {
  font-size: 16px;
}
.box-post .gov-button {
  margin-top: 8px;
}

.burger-menu {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.burger-menu .burger-line {
  width: 100%;
  height: 3px;
  background: #fff;
}

.mobile-menu-list {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 221px;
  left: 0;
  z-index: 5;
  padding: 0;
  border-bottom: 1px solid #D1D3D4;
  display: none;
}
.mobile-menu-list .menu-item {
  list-style: none;
}
.mobile-menu-list .menu-item a {
  font-size: 16px;
  padding: 10px 16px;
}
.mobile-menu-list .menu-item.menu-item-has-children > .sub-menu {
  display: none;
  flex-direction: column;
  position: relative;
  background: #fff;
  top: 0;
  z-index: 10;
  padding-left: 0;
}
.mobile-menu-list .menu-item.menu-item-has-children > .sub-menu .menu-item:hover .sub-menu {
  display: flex;
}
.mobile-menu-list .menu-item.menu-item-has-children > .sub-menu .menu-item .sub-menu {
  display: none;
  flex-direction: column;
  position: relative;
  left: 0;
}
.mobile-menu-list .menu-item.menu-item-has-children > .sub-menu .menu-item .sub-menu:hover {
  display: flex;
}
.mobile-menu-list .menu-item.menu-item-has-children > .sub-menu:hover {
  display: flex;
}
.mobile-menu-list .menu-item.menu-item-has-children:hover > .sub-menu {
  display: flex;
}

/* Posts featured image */
.post-featured-image-wrap {
  width: 100%;
  height: auto;
  padding-bottom: 40%;
  position: relative;
  margin-top: 16px;
}
.post-featured-image-wrap.small-header {
  padding-bottom: 30%;
}

.post-featured-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  background-position: bottom center, center center;
  background-repeat: repeat-x, no-repeat;
  background-size: 100%, cover;
  background-color: #005EA4;
  border: 16px solid #fff;
}
.post-featured-image .press-title {
  color: #fff;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 24px;
  padding-left: 34px;
}
.post-featured-image #sharepost {
  padding-left: 36px;
  padding-top: 6px;
}
.post-featured-image #sharepost a {
  color: #fff;
  padding-left: 8px;
}
.post-featured-image #sharepost a:first-child {
  padding-left: 0;
}

#sharepost a {
  color: #005EA4;
  font-size: 16px;
  padding-left: 8px;
}
#sharepost a:first-child {
  padding-left: 0;
}

/* end post */
/* Pagination */
.pag {
  margin-top: 16px;
  padding: 0;
}
.pag li {
  display: inline-flex;
}
.pag li:first-child {
  margin-left: 0;
}
.pag li a, .pag li span {
  padding-left: 12px;
  padding-right: 12px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #005EA4;
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  display: flex;
}
.pag li.current span {
  background: #005EA4;
  color: #fff;
}

/* Archive / blog */
.blog-article {
  display: flex;
}
.blog-article .entry-header {
  margin: 0;
  width: 13%;
}
.blog-article .entry-header .blog-thumb {
  width: 100%;
}
.blog-article .entry-header .blog-thumb > a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-article .entry-header .blog-thumb > a > img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.blog-article .entry-header .image-overlay {
  display: none;
}
.blog-article .entry-content {
  margin-bottom: 0;
  padding-left: 16px;
  flex: 1;
}
.blog-article .entry-content:first-child {
  padding-left: 0;
}

/* Sub page boxes */
.sub-page-box {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  background-color: #005EA4;
  margin-bottom: 16px;
  background-position: bottom left, center center;
  background-repeat: repeat-x, no-repeat;
  background-size: 100%, cover;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}
.sub-page-box:hover {
  transform: translateY(-5px);
}
.sub-page-box h2 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

/* 404 */
.title-404 {
  margin-top: 24px;
}
.title-404 h2 {
  font-size: 36px;
  margin-bottom: 8px;
}
.title-404 p {
  font-size: 16px;
}

.repeater-sections {
  padding-left: 36px;
  padding-right: 36px;
}
.repeater-sections + .repeater-sections {
  margin-top: 16px;
}

/* Gallery */
.figc {
  padding: 1em 0 !important;
}

/* End Gallery */
.alphabetical-letter {
  font-size: 36px;
  margin-top: 48px;
  line-height: 36px;
}
.alphabetical-letter.first {
  margin-top: 24px;
}

.alphabetical-section {
  padding: 16px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  overflow: auto;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

a.employee-link {
  font-size: 14px;
}
a.employee-link:hover {
  text-decoration: underline;
}

@media (max-width: 1440px) and (min-width: 1281px) {
  .post-featured-image {
    padding: 16px 0;
  }
  .post-featured-image .press-title {
    font-size: 24px;
    padding-left: 36px;
    padding-right: 16px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) and (min-width: 1024px) {
  .banner-content.main-banner-margin {
    margin-left: 126px;
  }
  .press-releases-wrap .time-and-categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
  }
  .press-releases-wrap .time-and-categories::before {
    position: absolute;
    top: -10px;
    left: 16px;
  }
  .press-releases-wrap .press-title {
    padding: 16px;
    margin-top: 0;
    font-size: 14px;
  }
  .press-releases-wrap .highlighted-press-release {
    padding: 24px;
  }
  .press-releases-wrap .highlighted-press-release .time-and-categories {
    padding: 0;
  }
  .press-releases-wrap .highlighted-press-release .time-and-categories::before {
    left: 0;
  }
  .press-releases-wrap .highlighted-press-release .press-title {
    padding: 0;
    margin-top: 16px;
  }
  .banner-box .banner-content,
.banner-box2 .banner-content {
    padding-left: 24px;
    left: 8px;
  }
  .banner-box .banner-content .title span,
.banner-box2 .banner-content .title span {
    font-size: 18px;
    line-height: 42px;
  }
  .banner-box .banner-content p,
.banner-box2 .banner-content p {
    font-size: 16px;
  }
  .banner-box .banner-content.aligned-right,
.banner-box2 .banner-content.aligned-right {
    padding-right: 24px;
    right: 8px;
    left: auto;
  }
  .small-banner .label-banner {
    font-size: 14px;
  }
  .post-featured-image {
    padding: 16px 0;
  }
  .post-featured-image .press-title {
    font-size: 21px;
    padding-left: 36px;
    padding-right: 16px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .small-banner {
    margin-top: 16px;
  }
  .post-featured-image-wrap {
    padding-bottom: 16px;
  }
  .post-featured-image-wrap .post-featured-image {
    position: relative;
    padding: 24px 16px 16px 0;
  }
  .post-featured-image-wrap .post-featured-image .time-and-categories,
.post-featured-image-wrap .post-featured-image .tags {
    font-size: 16px;
  }
  .post-featured-image-wrap .post-featured-image .tags {
    margin-left: 36px;
  }
  .post-featured-image-wrap .post-featured-image .press-title {
    font-size: 16px;
    line-height: 28px;
    padding-left: 36px;
    padding-top: 12px;
  }
}
@media (max-width: 960px) {
  .press-releases-wrap {
    flex-direction: column;
  }
  .press-releases-wrap .press-release-items {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .press-releases-wrap .press-release-items .press-release-item {
    width: 100%;
    height: fit-content;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .press-releases-wrap .highlighted-press-release {
    width: 100%;
    padding: 16px;
  }
  .press-releases-wrap .highlighted-press-release .press-title {
    padding-left: 36px;
    font-size: 16px;
    margin-top: 8px;
  }
  .post-featured-image-wrap {
    padding-bottom: 70%;
  }
  .post-featured-image-wrap .post-featured-image {
    padding: 24px 16px 24px 0;
  }
  .post-featured-image-wrap .post-featured-image .time-and-categories {
    padding-left: 0px;
    font-size: 16px;
  }
  .post-featured-image-wrap .post-featured-image .tags {
    padding-left: 36px;
    font-size: 16px;
  }
  .post-featured-image-wrap .post-featured-image .press-title {
    font-size: 24px;
    line-height: 32px;
    padding-left: 36px;
    padding-top: 12px;
  }
  .banner-box {
    margin-top: 16px;
  }
  .banner-box .banner-content {
    left: 8px;
  }
  .banner-box .banner-content .title span {
    font-size: 18px;
    line-height: 42px;
  }
  .banner-box2 .banner-content {
    left: 8px;
  }
  .ue-info-item, .public-agenda-item {
    font-size: 16px;
  }
  .newsletter-carousel-cell {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .newsletter-carousel-cell {
    width: 100%;
  }
  .facebook-feed {
    margin-top: 24px;
  }
  a.title-romanian-government {
    margin-left: 24px;
  }
  .banner-content.main-banner-margin {
    margin-left: 16px;
  }
  .banner-content .title span {
    font-size: 24px;
  }
  .banner-content p {
    margin-top: 16px;
    font-size: 16px;
  }
  .post-featured-image-wrap {
    padding-bottom: 16px;
  }
  .post-featured-image-wrap.small-header {
    padding-bottom: 16px;
  }
  .post-featured-image-wrap .post-featured-image {
    position: relative;
    padding: 24px 16px 24px 0;
  }
  .post-featured-image-wrap .post-featured-image .time-and-categories {
    padding-left: 0px;
    font-size: 16px;
  }
  .post-featured-image-wrap .post-featured-image .tags {
    padding-left: 0px;
    font-size: 16px;
  }
  .post-featured-image-wrap .post-featured-image .press-title {
    font-size: 16px;
    line-height: 26px;
    padding-left: 36px;
    padding-top: 12px;
  }
  #nav-below {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .type-post .entry-meta {
    flex-wrap: wrap;
  }
  .type-page .entry-meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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