/* Theme base color */
.header-top-left i:hover,
ul.social-icons li a:hover, mark,
ins, li.node-readmore a,
.pager__item a:hover, .pager__item.is-active a,
.home-slider h1 em, .home-slider h2 em, .home-slider h3 em,
.home-slider a.button, .owl-dots button.active,
.homepage-content h3.block-title::after, .title::after,
.button, a.button, a.button:visited, .plan-name,
.scrolltop:hover, .cookiealert, .service:hover i,
.sliding-sidebar .block-title::after {
  background: #070472;
}
::selection {
  background: #070472;
}
::-moz-selection {
  background: #070472;
}
input[type="submit"],
input[type="button"],
button {
  background-color: #070472;
}
a, a:visited, li a.active, em, .sliding-panel-icon i,
.form-required:after, .node-submitted-details i, .term-title i,
#node-comment i, .service i, #maintenance i, .theme-color, .box i,
.dropcap:first-letter, .share-node-title i {
  color: #070472;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #070472;
}
.status-message {
  border-left: 6px solid #070472;
}
.footer .block-title,
.sidebar h3.block-title {
  border-left: 2px solid #070472;
}
.service i {
  border: 2px solid #070472;
}
/* Body text xolor. */
body {
  color: #323232;
}
/* Header background */
.header {
  background: #ffffff;
}

/* Body background. */
body, .main-wrapper, #main, #homepage-content-wrapper, #highlighted, #content-top, #content-bottom,
#slider {
  background: #f4f4ef;
}

/* Sidebar background. */
.sidebar .block {
  background: #edede8;
}
/* Footer background color. */
#footer {
  background: #e4dcd3 url(/themes/Tarapro-Drupal-Theme/tarapro/images/footer-bg.png);
}
