/* Define the base color */
/* Common styles & typography */
.section-heading:before,
.section-heading:after,
.section-heading .tl,
.section-heading .tr,
.section-heading .br,
.section-heading .bl {
  border-color: #c2973c;
}
.sub-heading:after {
  background-color: #c2973c;
}
.button,
.button:hover,
.button:visited,
.button:focus,
.button:active {
  border-color: #c2973c;
  color: #c2973c;
}
.button:active,
.button.active,
.active > .button {
  background-color: #c2973c;
}
.button:hover,
input:focus,
textarea:focus {
  -webkit-box-shadow: inset #c2973c 0 0 0 2px;
  -moz-box-shadow: inset #c2973c 0 0 0 2px;
  -ms-box-shadow: inset #c2973c 0 0 0 2px;
  -o-box-shadow: inset #c2973c 0 0 0 2px;
  box-shadow: inset #c2973c 0 0 0 2px;
}
.button-inverted:active {
  color: #c2973c !important;
}
.button-big .icon {
  border-right-color: #c2973c;
}
blockquote {
  color: #c2973c;
}
pre,
code,
kbd {
  background-color: #c2973c;
}
input,
textarea {
  border-color: #c2973c;
}
.colored,
.colored:hover,
.colored:visited,
.colored:focus,
.colored:active {
  color: #c2973c !important;
}
/* Navigation */
.navbar li.active > a > span {
  border-color: #c2973c;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:visited,
.navbar-brand:active {
  border-top-color: #c2973c;
}
.nav-wrapper-brand,
.nav-close,
.nav-close:hover,
.nav-close:visited,
.nav-close:active,
.nav-close:focus {
  color: #c2973c;
}
.nav li:not(.active) > a > span .tl:before,
.nav li:not(.active) > a > span .tl:after,
.nav li:not(.active) > a > span .br:before,
.nav li:not(.active) > a > span .br:after {
  background-color: #c2973c;
}
/* Hero */
.cover .one,
.cover .two {
  border-color: #c2973c;
}
.hero-heading:before,
.hero-heading:after,
.hero-heading .tl,
.hero-heading .tr,
.hero-heading .br,
.hero-heading .bl {
  border-color: #c2973c;
}
.hero-amp {
  color: #c2973c;
}
.hero-amp:before,
.hero-amp:after {
  background-color: #c2973c;
}
/* Lists */
.list li .bullet {
  border-color: #c2973c;
}
/* Comments */
.datetime {
  background-color: #c2973c;
}
.datetime:before {
  border-right-color: #c2973c;
}
/* Skill bars */
.skill-bar .bar {
  border-color: #c2973c;
}
.skill-bar .bar:before,
.skill-bar .bar:after,
.skill-bar .fill,
.skill-bar .fill:before,
.skill-bar .fill:after,
.skill-bar .value {
  background-color: #c2973c;
}
.skill-bar .value:after {
  border-top-color: #c2973c;
}
/* Footer label */
.footer-label {
  color: #c2973c;
}
/* History list */
.history,
.history .icon {
  border-color: #c2973c;
}
.history .icon .fa {
  color: #c2973c;
}
/* Portfolio styles */
.portfolio .item .overlay {
  background-color: transparent;
}
.portfolio .item:hover .overlay {
  background-color: rgba(194, 151, 60, 0.5);
}
.portfolio .item .overlay .tile {
  background-color: #c2973c;
}
/* Blog post styles */
.blog-post .info {
  background-color: #c2973c;
}
.blog-post .content .arrow {
  border-top-color: #c2973c;
}
@media screen and (min-width: 992px) {
  .blog-post.on-the-left .content .arrow {
    border-left-color: #c2973c;
  }
  .blog-post.on-the-right .content .arrow {
    border-right-color: #c2973c;
  }
}
