#latest-top-nav {
  background: var(--primary);
  padding: 15px calc(var(--vp-width-half) - 50% - var(--wpex-vc-full-width-offset-half) - (var(--wpex-vc-gutter, 0px) / 2) - (var(--wpex-vc-column-gap, 0px) / 2));
}

#latest-top-nav .vcex-navbar-link {
  font-family: "pragmatica";
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0 8px;
  padding: 3px 12px;
}

#latest-top-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > .mega-current_page_item > .mega-menu-link {
  background: white;
  color: var(--primary);
  pointer-events: none;
}

#latest-top-nav .container {
  max-width: 100%;
}

.ons-post-grid-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posts_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 959px) {
  .posts_filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .posts_filter {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.posts_filter h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 20px !important;
}

@media only screen and (max-width: 959px) {
  .posts_filter h2 {
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100%;
    text-align: center;
    margin-bottom: 20px !important;
  }
}

input.latest-filter-submit {
  height:45px;
  font-size: 20px;
  line-height: 1.1;
  border-radius: 0;
}

.posts_filter select {
  font-size: 24px;
  font-family: "paralucent-condensed";
  padding: 3px;
  width: 240px;
  max-width: 100%;
}

.posts_filter select:not(:last-of-type) {
  margin-right: 15px;
}

.posts_filter select > option {
  font-size: 20px;
}

.posts_filter .select2:not(:last-of-type) {
  margin-right: 25px;
}

@media only screen and (min-width: 1110px) and (max-width: 1208px) {
  .posts_filter .select2 {
    width: 240px !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1109px) {
  .posts_filter .select2 {
    width: 222px !important;
  }
}

@media only screen and (max-width: 959px) {
  .posts_filter .select2 {
    width: calc(33.333% - 10px) !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 550px) {
  .posts_filter .select2 {
    width: 280px !important;
    max-width: 100%;
    margin: 0 auto 20px !important;
  }

  #latest-top-nav .vc_row .vc_column-inner {
    padding-left: 0;
    padding-right:0;
  }

}

.sort-posts-wrap {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 40px;
}

.ons-post-grid-custom {
  overflow: hidden;
}

.all-posts .wpex-post-cards-entry {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.all-posts .wpex-post-cards-entry:nth-child(2) {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.all-posts .wpex-post-cards-entry:nth-child(3) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.all-posts .wpex-post-cards-entry:nth-child(4) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.all-posts .wpex-post-cards-entry:nth-child(5) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.all-posts .wpex-post-cards-entry:nth-child(6) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.all-posts.loading .wpex-post-cards-entry {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  pointer-events: none;
}

.all-posts.loading .wpex-post-cards-entry:last-child {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.all-posts.loading .wpex-post-cards-entry:nth-last-child(2) {
  -webkit-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
}

.all-posts.loading .wpex-post-cards-entry:nth-last-child(3) {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.all-posts.loading .wpex-post-cards-entry:nth-last-child(4) {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.all-posts.loading .wpex-post-cards-entry:nth-last-child(5) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.all-posts.loading .wpex-post-cards-entry:nth-last-child(6) {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.all-posts .wpex-post-cards-entry.first-load,
.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry,
.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry,
.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry,
.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry,
.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.all-posts .wpex-post-cards-entry.first-load {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry {
  -webkit-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
}

.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.all-posts .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.all-posts.loadmore .wpex-post-cards-entry.first-load,
.all-posts.loadmore .wpex-post-cards-entry.first-load + .wpex-post-cards-entry,
.all-posts.loadmore .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry,
.all-posts.loadmore .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry,
.all-posts.loadmore .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry,
.all-posts.loadmore .wpex-post-cards-entry.first-load + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry + .wpex-post-cards-entry {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  pointer-events: none;
}

#wrap .latest-news__load-more, #wrap .submit-wrap {
  position: relative;
}

#wrap .latest-news__load-more:before, #wrap .submit-wrap:before {
  content: '';
  display: block;
  margin: 0;
  border: 3px solid #fff;
  border-top-color: #eb5c2e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: preloader .75s linear infinite;
  animation: preloader .75s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#wrap .latest-news__load-more.loading, #wrap .submit-wrap.loading input {
  color: transparent;
  pointer-events: none;
  background: #eb5c2e !important;
}

#wrap .latest-news__load-more.loading:before, #wrap .submit-wrap.loading:before {
  opacity: 1;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#wrap .post-categories .vcex-navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 12px);
  margin-bottom: 23px !important;
  margin-left: -6px !important;
  margin-right: -6px !important;
}

@media only screen and (max-width: 767px) {
  #wrap .post-categories .vcex-navbar-inner {
    width: calc(85% + 3px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 621px) {
  #wrap .post-categories .vcex-navbar-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#wrap .post-categories .theme-button {
  font-family: "pragmatica";
  font-size: 16px !important;
  text-transform: none;
  border-radius: 0 !important;
  padding: 15px 20px 14px !important;
  border: 2px solid #005c7d !important;
  font-weight: bold;
  line-height: 1;
  color: #005c7d !important;
  background: #f9f9f9 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 6px 12px !important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #wrap .post-categories .theme-button {
    font-size: 14px !important;
    padding: 14px 15px 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  #wrap .post-categories .theme-button {
    font-size: 14px !important;
    padding: 9px 8px 8px !important;
    margin: 0 3px 6px !important;
  }
}

@media only screen and (max-width: 621px) {
  #wrap .post-categories .theme-button {
    font-size: 12px !important;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}

#wrap .post-categories .theme-button.active {
  background: #eb5c2e !important;
  color: white !important;
  border-color: #eb5c2e !important;
  opacity: 1;
}

#wrap .post-categories .theme-button:not(.active):hover {
  background: #eb5c2e !important;
  color: white !important;
  border-color: #eb5c2e !important;
  opacity: .7;
}

body:not(.page-id-9) #wrap .post-categories .theme-button:first-child {
  border: 2px solid #005c7d !important;
  color: #005c7d !important;
  background: #f9f9f9 !important;
}

body:not(.page-id-9) #wrap .post-categories .theme-button:first-child:hover {
  background: #eb5c2e !important;
  color: white !important;
  border-color: #eb5c2e !important;
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .featured-post .opg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#wrap .featured-posts .slick-prev, #wrap .featured-posts .slick-next {
  width: auto;
  height: auto;
  top: calc(50% - 40px);
}

#wrap .featured-posts .slick-prev:before, #wrap .featured-posts .slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 65px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

@media only screen and (max-width: 959px) {
  #wrap .featured-posts .slick-prev:before, #wrap .featured-posts .slick-next:before {
    font-size: 48px;
  }
}

@media only screen and (max-width: 959px) {
  #wrap .featured-posts .slick-prev {
    left: -15px;
  }
}

#wrap .featured-posts .slick-prev:before {
  content: "\f104";
}

#wrap .featured-posts .slick-next {
  right: -31px;
}

@media only screen and (max-width: 959px) {
  #wrap .featured-posts .slick-next {
    right: -20px;
  }
}

#wrap .featured-posts .slick-next:before {
  content: "\f105";
}

#wrap .opg__category {
  padding: 1px 12px;
  font-size: 22px;
}

#wrap .post-hero {
  height: 280px;
}

#wrap .post-hero .vc_column-inner {
  margin-bottom: 40px;
}

#wrap .post-hero h1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  #wrap .post-hero h1 {
    font-size: 32px !important;
    line-height: 1 !important;
  }
}

#wrap .cpm__top {
  margin-bottom: 25px;
}

#wrap .opg__img-link {
  min-height: 50px;
}

#wrap .sort-posts-wrap .select2-container--above .select2-selection[aria-expanded="true"] {
  border-top-color: transparent;
}

#wrap .sort-posts-wrap .select2-container--below .select2-selection[aria-expanded="true"] {
  border-bottom-color: transparent;
}

#wrap .sort-posts-wrap .select2-selection {
  font-size: 24px;
  font-family: "paralucent-condensed";
  padding: 3px;
  height: 45px;
  color: #002734;
  border-radius: 0;
  border-color: #002734;
  border-width: 2px;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#wrap .sort-posts-wrap .select2-selection__rendered, #wrap .sort-posts-wrap .select2-selection__placeholder {
  color: #002734;
}

#wrap .sort-posts-wrap .select2-selection__rendered {
  padding-right: 5px;
}

#wrap .sort-posts-wrap .select2-selection__placeholder {
  opacity: .75;
}

#wrap .sort-posts-wrap .select2-selection__arrow {
  height: 45px;
  right: 9px;
}

#wrap .sort-posts-wrap .select2-selection__arrow b {
  display: none;
}

#wrap .sort-posts-wrap .select2-selection__arrow:before {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#wrap .sort-posts-wrap .select2-selection__clear span {
  display: none;
}

#wrap .sort-posts-wrap .select2-selection__clear:before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #002734;
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 37px;
}

#wrap .sort-posts-wrap .select2-container--disabled .select2-selection {
  opacity: 0.25;
}

@-webkit-keyframes arrow-pulse-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes arrow-pulse-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@media only screen and (min-width: 768px) {
  #wrap .featured-post .fghr-btn {
    margin-top: 20px;
  }
  #wrap .featured-post__text-col p:last-of-type {
    margin-bottom: 0 !important;
  }
}

.select2-dropdown {
  border: 2px solid #002734 !important;
  border-radius: 0 !important;
}

.select2-dropdown--below {
  border-top: none !important;
  margin-top: -2px !important;
}

.select2-dropdown--above {
  border-bottom: none !important;
  margin-bottom: -2px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #002734 !important;
}

.opg__category.cat-633, .opg__category.cat-634 {
  background: #d73216;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 210px !important;
}

@media only screen and (min-width: 768px) {
  .featured-posts .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .featured-posts .slick-slide {
    height: inherit !important;
  }
  .featured-posts .featured-post {
    height: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  #wrap .cta-banner__text-col > .vc_column-inner {
    padding-bottom: 20px !important;
    width: 457px;
    max-width: calc(100% - 60px);
  }
}

#wrap .latest-news__load-more {
  margin: 0 auto !important;
}

#footer-builder .upd-footer-logo {
  margin-top: 11px;
  margin-bottom: 14px;
}

#footer-builder .upd-footer-logo img {
  width: 300px;
}

body:not(.page-id-9):not(.parent-pageid-9) #footer-builder .upd-footer-logo {
  display: none;
}

body.page-id-9 #footer-builder .footer-logo,
body.parent-pageid-9 #footer-builder .footer-logo {
  display: none;
}


.archive-top-section {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
}

.post-in-category-stories .post-hero {
  background: #eb5c2e !important;
}

.post-in-category-commentary .post-hero {
  background: #005c7d !important;
}

.post-in-category-updates .post-hero {
  background: #d73216 !important;
}

.post-in-category-videos .post-hero {
  background: #302461 !important;
}

/*** --- Style 18.02.2021 --- ***/
#outer-wrap {
  overflow: unset;
}
.latest-news-posts .posts_filter {
  position: sticky;
  top: 60px;
  background: #fff;
  z-index: 10;
  padding: 30px 0;
  width: 1150px;
}



.single-post .meta-post-terms .meta-icon {
  display: none;
}

.meta-post-terms a {
  font-weight: bold;
  margin-left: 2px;
}
.post-in-category-stories .meta-post-terms a {
  color: #eb5c2e;
}
.post-in-category-commentary .meta-post-terms a {
  color: #005c7d;
}
.post-in-category-updates .meta-post-terms a {
  color: #d73216;
}
.post-in-category-videos .meta-post-terms a {
  color: #302461;
}

