.page-title-wrapper .page-title.page-title {
  color: #495974;
  font-weight: bold; }

.post-view .post-holder {
  box-shadow: none;
  background: none;
  border: none;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .post-view .post-holder {
      padding: 0; } }
  .post-view .post-holder .post-header .post-info .item {
    display: inline-block; }
    .post-view .post-holder .post-header .post-info .item:not(:first-child)::before {
      display: inline-block;
      content: ' | ';
      color: #b9b9b9; }
  @media screen and (max-width: 767px) {
    .post-view .post-holder .post-bottom {
      margin-top: 1rem; } }
  .post-view .post-holder .post-bottom .post-nextprev-hld {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .post-view .post-holder .post-bottom .post-nextprev-hld {
        text-align: center; } }
    .post-view .post-holder .post-bottom .post-nextprev-hld a {
      margin-bottom: 1rem;
      text-transform: uppercase;
      float: none; }
      @media screen and (max-width: 767px) {
        .post-view .post-holder .post-bottom .post-nextprev-hld a {
          min-width: 51%; } }
      .post-view .post-holder .post-bottom .post-nextprev-hld a.prev-link::before {
        content: "< "; }
      .post-view .post-holder .post-bottom .post-nextprev-hld a.next-link::after {
        content: " >"; }

.post-view .post-header {
  margin-bottom: 1.5rem;
  margin-top: -.75rem; }
  .post-view .post-header .post-info.post-info {
    padding-bottom: 0; }
    .post-view .post-header .post-info.post-info .value {
      font-size: calc(1rem * 0.8421052631578947);
      line-height: 1.25;
      font-style: normal;
      font-weight: 300; }
.post-view .post-bottom .post-nextprev-hld a {
  color: #495974;
  background-color: transparent;
  font-size: 1rem;
  line-height: normal;
  padding: .5em 1.5em;
  display: inline-block;
  font-weight: bold;
  border: 2px solid #495974; }
  .post-view .post-bottom .post-nextprev-hld a:hover {
    background-color: #495974;
    border-color: #495974; }
  .post-view .post-bottom .post-nextprev-hld a:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer; }

.sidebar .block {
  background: #f4f4f4;
  padding: .5rem; }
  .sidebar .block .block-title.block-title {
    margin-bottom: .5rem; }
    .sidebar .block .block-title.block-title strong {
      color: #495974;
      font-weight: bold; }

.sidebar .news-search .form {
  position: relative; }
  .sidebar .news-search .form label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block; }
  .sidebar .news-search .form #news_search {
    border-color: #495974; }
    .sidebar .news-search .form #news_search:focus {
      box-shadow: 0 0 3px 1px #495974; }
  .sidebar .news-search .form .action.search {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400; }
    .sidebar .news-search .form .action.search::before {
      font-family: "luma-icons";
      content: "\e615";
      display: inline-block;
      background-image: none;
      color: #fff;
      background-color: #495974;
      height: 2rem;
      line-height: 2rem;
      opacity: 1;
      padding: 0 .5rem;
      width: auto; }
    .sidebar .news-search .form .action.search:hover::before {
      background-color: #697ea1; }
    .sidebar .news-search .form .action.search > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
.sidebar .block-recent-posts .block-content .item:not(:first-child) {
  padding-top: .5rem; }
.sidebar .block-archive select {
  border-color: #495974; }
  .sidebar .block-archive select:focus {
    box-shadow: 0 0 3px 1px #495974; }

@media print {
  @page {
    margin-top: 5cm;
    margin-bottom: 5cm; }
  .page-wrapper {
    display: block !important; }
    .page-wrapper .page-title {
      margin-bottom: 1rem !important; }
    .page-wrapper .columns {
      display: block !important; }
      .page-wrapper .columns .post-text-hld {
        display: inline; }
    .page-wrapper .topline,
    .page-wrapper .breadcrumbs,
    .page-wrapper .post-bottom,
    .page-wrapper #notice-cookie-block,
    .page-wrapper .print-news {
      display: none !important; }

  .page-header {
    border-bottom: none !important; } }
