.header__bottom,
.simple_banner--caption .btn:hover,
.welcome_note .buttons a,
.hamburger_icon,
table thead tr td:before,
figure a[data-fancybox="post_img"]:before,
.calendar_widget .calendar__day--event label,
.paginnation li.current a,
.single_page--social ul li a,
.single_page--backtolist .link span.circle,
.header--menu li.menu-item-has-children .sub-menu, .jssocials-share-link  {
  background: #2711ab;
}

@media (max-width: 991px) {
  .header--menu {
    background: #2711ab;
  }
}

.header__socials li a:hover,
.read_more {
  color: #2711ab;
}

.header__search button:hover svg path,
.footer form button:hover svg path {
  fill: #2711ab;
}

a,
.simple_banner__info--title,
.link,
.calendar__day a,
.footer__contact_info ul li a:hover,
.footer__menu_col a:hover,
.footer__bottom--list li a:hover,
.paginnation li a .fa,
.paginnation li span .fa,
.pdf_document,
.blog_section .article__title a:hover {
  color: #2711ab;
}

.simple_banner__info:before,
.simple_banner--caption .btn,
.news__block--caption,
.news__calendar,
.calendar_widget .inner_blk,
.blog_section .selected_article,
.blog_section .article__content {
  border-color: #2711ab;
}
.simple_banner--caption .btn{
     background: #2711ab;
 }
.simple_banner--caption .btn:hover {
    background: #1c1c1c;
    border-color: #1c1c1c;
}
.news_sect__tabs li.active,
.news_sect__tabs li:hover {
  -webkit-box-shadow: inset 0 -3px 0 0 #2711ab;
  box-shadow: inset 0 -3px 0 0 #2711ab;
}

.news_sect__tabs li.active:before {
  border-color: #2711ab transparent transparent transparent;
}

p a:hover {
  color: #000;
}

.page-skip-link:focus{
    background: #2711ab
}


