body {
	font-weight: 500;
  color: #222;
}
h1, h1 span, h1 a, h2, h2 span, h2 a, h3, h3 span, h3 a, h4, h4 span, h4 a {
	font-weight: 500;
}
a {
	color: #3866b4;
}
#main_header {
	margin-bottom: 5px;
}
header nav ul.menu > li > a, header nav ul.sub-menu li a {
	text-transform: uppercase;
  font-weight: 500;
}
p a {
	color: #3866b4;
}
h1 {
	color: #3866B4;
}
.breadcrumbs {
	padding: 10px;
  background-color: #fafafa;
  margin-bottom: 0px;
}

/* FOOTER AREA */
.pre_footer {
	color: rgba(255, 255, 255, 0.7);
}
.widget_nav_menu ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_categories ul li a, .widget_recent_entries ul li a, .widget_meta ul li a {
	color: rgba(255, 255, 255, 0.9);
}
.widget_text a {
	color: rgba(255, 255, 255, 0.9);
}

.listing_meta {
	display: none;
}

.display-none {
	display: none !important;
}

@media only screen and (max-width: 991px) {
  a.menu_toggler {
    background-position: -25px 0 !important;
		}
}
/*COOKIE BANNER STYLE*/
.cookie-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin: auto;
}
div#cookie-law-info-bar .cli_messagebar_head {
  font-size: 25px;
}
div#cookie-law-info-bar .cookie-body {
  font-size: 18px;
  line-height: 28px;
  max-width: 800px;
  margin: auto;
}
div#cookie-law-info-bar .close {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 20px;
  width: 20px;
  opacity: 1;
}
div#cookie-law-info-bar .close a#cookie_action_close_header {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
div#cookie-law-info-bar .close a#cookie_action_close_header::after,
div#cookie-law-info-bar .close a#cookie_action_close_header::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: black;
  right: 0;
  top: 0;
}
div#cookie-law-info-bar .close a#cookie_action_close_header::after {
  transform: rotate(45deg) translate(5px, 5px);
}
div#cookie-law-info-bar .close a#cookie_action_close_header::before {
  transform: rotate(-45deg) translate(-5px, 5px);
}
div#cookie-law-info-bar .cli-plugin-main-link {
    margin-left: 0;
    font-weight: 550;
    text-decoration: underline;
}