/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #ffffff;
}
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #ffffff;
}
.tabs ul.primary li a.is-active {
  background-color: #ffffff;
}
.tabs ul.primary li.is-active a {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
nav.navbar {
  background-color: #ffffff;
  /*background-image: -webkit-linear-gradient(top, #333333 0%, #1d83c3 100%);*/
  /*background-image: linear-gradient(to bottom, #333333 0%, #1d83c3 100%);*/
}

nav.navbar a, nav.navbar a.is-active{
  color: #333333;
}

a,
.link {
  color: #0070b3;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #008ee2;
}
a:active,
.link:active {
  color: #22adff;
}
.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}
footer.footer {
  background: #292929;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.site-branding__text,
.site-branding,
.site-branding__text a,
.site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

.join-group .btn-link-join{
  background: #333333;
  color: #ffffff;
}

.join-group .btn-link-leave{
  background: #333333;
  color: #ffffff;
}

.view-id-group_content .view-content .item-list ul li article .content--attributes .content--type{
  background: #333333;
  color: #ffffff;
}

#slider{
  background: #333333;
}

.slider--right{
  background: #333333;
  color: #ffffff;
}

.button, .btn{
  background: #333333;
  color: #ffffff;
}

/*.view-id-groups_list .teaser-extras.group-teaser-extras .read-more a{
  background: none;
  border: 2px solid #333333;
}*/