.text-theme-colored {
  color: #53341d !important;
}
.bg-theme-colored {
  background: -webkit-linear-gradient(
    155deg,
    #403128 0,
    #725334 44%,
    #725334 55%,
    #403128 70%
  );
  color: #fff !important;
}
.blog-posts .post .entry-content .post-date.right,
.custom-nav-tabs > li > a:hover,
.drop-caps.colored-rounded p:first-child:first-letter,
.drop-caps.colored-square p:first-child:first-letter,
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:focus,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li > a:hover,
.icon-box:hover .icon,
.line-bottom-center:after,
.line-bottom-center:before,
.line-bottom-double-line:after,
.line-bottom-double-line:before,
.line-bottom-no-border:after,
.line-bottom:after,
.list-icon.theme-colored.rounded li i,
.list-icon.theme-colored.square li i,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.pricing-table.style1 .pricing-icon i,
.product .tag-sale,
.progress-item .progress-bar,
.project .hover-link i,
.project:hover .project-details,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.section-title .top-side-line::after,
.service-icon-box:hover a,
.service-icon-box:hover li.active a,
.small-title .title::after,
.tab-slider .nav.nav-pills a.active,
.tab-slider .nav.nav-pills a:hover,
.testimonial .item::after,
.title-dots span,
.title-icon::after,
.title-icon::before,
.widget .tags a:hover,
.widget.dark .tags a:hover,
.working-process.theme-colored a {
  background: #57412e;
}
.menuzord .menuzord-menu ul.dropdown li:hover > a,
.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li:hover > a {
  background: #57412e;
  color: #fff;
}
.btn-default.btn-theme-colored {
  color: #fff;
  background-color: #fff;
  border-color: #57412e;
}
.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #57412e;
  border-color: #fff;
}
.btn-theme-colored {
  color: #fff;
  background: -webkit-linear-gradient(
    155deg,
    #403128 0,
    #725334 44%,
    #725334 55%,
    #403128 70%
  );
  border-color: #fff;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: ##57412e;
  border-color: #57412e;
}
.icon-theme-colored a {
  color: #57412e;
}
.icon-theme-colored.icon-dark a {
  background: #9d8265;
  color: #fff;
}
