/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #292929;
}
#page,
#main-wrapper{
  background: #e0e0e0;
}
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #f0f0f0;
}
.tabs ul.primary li a.is-active {
  background-color: #fff;
}
.tabs ul.primary li.is-active a {
  border-bottom-color: #fff;
  background-color: #fff;
}
#header {
  /* background-color: #1d84c3; */
  /* background-image: -webkit-linear-gradient(top, #055a8e 0%, #1d84c3 100%); */
  /* background-image: linear-gradient(to bottom, #055a8e 0%, #1d84c3 100%); */
  background-color: #fff;
  background-image: none;
}
a,
.link {
  color: #486180;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}
a:active,
.link:active {
  color: #486180;
}
.node--view-mode-teaser h2 a {
  color: #486180;
}
.sidebar .block {
  border-color: #f9f9f9;
  background-color: #f6f6f2;
}
.site-footer {
  background: #808080;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #486180;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-right: 20px;
  margin-left: 0;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
.node--promoted {
  background-color: #f6f6f2;
  padding: 15px 15px 0; 
}
.node--unpublished {
  background-color: #ffe6e6;
  padding: 15px 15px 0;
}
/* .block .content {
  margin-top: 0;
} */
.tabs ul.primary li a {
	background-color: #e6e6e6;
}
.tabs ul.primary li.is-active a {
    border-bottom-color: #e6e6e6;
    background-color: #e6e6e6;
}
