.hold-gradient {
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(90deg, rgba(30, 19, 12, 0.5) 10%, rgba(154, 132, 120, 0.9) 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, rgba(30, 19, 12, 0.5) 10%, rgba(154, 132, 120, 0.9) 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, rgba(30, 19, 12, 0.5) 10%, rgba(154, 132, 120, 0.9) 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, rgba(30, 19, 12, 0.5) 10%, rgba(154, 132, 120, 0.9) 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, rgba(30, 19, 12, 0.5) 10%, rgba(154, 132, 120, 0.9) 90%);
  /* W3C */
}

.hold-subscribe-form input::-webkit-input-placeholder {
  color: #fff;
}

.hold-subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.hold-subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.hold-subscribe-form input:-ms-input-placeholder {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.main-wrapper p,
.hold-countdown div,
.hold-subscribe-form input,
.social-icons a,
#tb-scroll-to-bottom,
.btn-border,
.single-post .post-title a,
.featured-post .date {
  color: #fff;
}

.hold-countdown,
.hold-countdown div,
.hold-subscribe-form input {
  border-color: #fff;
}

.hold-subscribe-form button,
.btn-border::after {
  background-color: #fff;
}

body {
  background-color: #fff;
  color: #313131;
}

.another-bg {
  background-color: #f7f8fa;
}

.btn-border:hover,
.btn-border:focus {
  color: #111;
}

.inset-number {
  color: #efefef;
}
