.site-inner, .wrap {
  max-width: 785px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.entry-footer {
  margin-top: 2em;
}

.column-template-header {
  background: #222;
  color: white;
  font-family: 'Raleway', sans-serif;
}

.column-template-header .site-inner {
  padding-top: 0 !important;
}

.column-template-header a {
  color: white;
}

.column-template-title {
  line-height: 2;
  font-size: 1.5em;
}


.column-template-home {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.column-template-home-item:before {
  content:"\f102";
  /*display: inline-block;*/
  position: relative;
  float: left;
  font: 400 35px/1 dashicons;
  speak: none;
  padding: 6px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none !important;
  margin-right: 6px;
}
