/*
 Theme Name:   Vantage Child
 Author:       SiteOrgin
 Template:     vantage
 Version:      1.0
*/

@import url("../vantage/style.css");

/* Custom Block Quotes */

.entry-content blockquote {
  font-style: normal;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 0px solid #aaaaaa;
}

/* Custom Horizontal Rules */

hr {
  background-color: #bcbec0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}