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

body {
  color: #222;

}

.base-bg {
  background-color: #F5F0ed;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

a,
.link {
  color: #BF5739;
  text-decoration: none;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #9f4329;
  text-decoration: none;
}

a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}


.site-footer {
  background: transparent;
}
.site-footer .content,
.site-footer .content a, .site-footer .content a.is-active, 
.site-footer .content a:hover, .site-footer .content a:focus,
.site-footer__top h2 {
  color: #212121;
}

.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: #fffeff;
}


table tr th {
  color: #000;
}

/* ---------- 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;
}


.ajax-throbber .sk-wave-rect {
  width: 2px;
  height: 25%;
  background: #BF5739;
}
.ajax-throbber.sk-wave {
  width: 17px;
}