.title,
.sub-title,
.push-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}

.sub-title {
  font-size: 23px;
}

.push-title,
.widget.wysiwyg .widgettitle {
  font-size: 18px !important;
}

.link-normalize,
.header .nav a,
.widget a {
  color: inherit;
}

.link-normalize:focus,
.link-normalize:hover,
.header .nav a:focus,
.header .nav a:hover {
  color: #000;
}

.background-stripe {
  background: rgb(73,73,73);
  background: -moz-linear-gradient(top,  rgba(73,73,73,1) 0%, rgba(73,73,73,1) 43%, rgba(51,51,51,1) 44%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,73,73,1)), color-stop(43%,rgba(73,73,73,1)), color-stop(44%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(73,73,73,1) 43%,rgba(51,51,51,1) 44%,rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(73,73,73,1) 43%,rgba(51,51,51,1) 44%,rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(73,73,73,1) 43%,rgba(51,51,51,1) 44%,rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom,  rgba(73,73,73,1) 0%,rgba(73,73,73,1) 43%,rgba(51,51,51,1) 44%,rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#333333',GradientType=0 );
}