/* Title - make wider*/
@media (min-width: 992px) {
  .site-header .col-md-4 {
    width: 66.66666667%;
  }
}

/* Color  Customizations */
.roll-icon-box .icon {
  border: 1px solid #7030a0;
}

.roll-icon-box .icon i {
  color: #7030a0;
}

.footer-widgets {
  background-color: #7030a0;
}

.widget-area, .widget-area a {
  color: #ddd;
}

/* Single Post */
.meta-post .byline {
  display: none;
}

.disclaimer {
  color: #888;
  font-size: 12px;
  margin-top: 30px;
}

