/*
 Theme Name:   Origin Child
 Theme URI:    http://creatingtruewealth.com.au/themes/origin-child/
 Description:  Origin Child Theme
 Author:       AlianWP
 Template:     origin
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Author URI: http://alienwp.com
 Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, right-sidebar, sticky-post, custom-background, featured-images
 Text Domain:  origin-child
*/


#branding {
  width: 20%;
}
.singular-page .entry-title {
  font-size: 2.5em;
  color: #DD9D3E;
}
#menu-primary li a {
  margin-left: 2em;
}

#home-hero {
  background: #DDDDDD; 
  padding: 5px 0;
  margin-bottom: 40px;
}
#home-hero h5 {
  background: #F9F9F9;
  padding: 3px 5px;
  margin-bottom: 5px;
}
#home-hero h5 a {

}
#home-feature-post .title {
  display: block;
  font-size: 1.75em;
  line-height: 1.25em;
  margin-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
}
#home-feature-post .date {
  color: #AAAAAA;
}
#home-feature-post .excerpt {
  font-size: 1.2em;
  line-height: 1.5em;
}

#content ul {
  list-style: none;
  margin: 0 0 1.69320em 2em;;
}

#content ul li:before {
  content:'★';
  padding-right: 1em;
  color: #dd9d3e;
margin-left: -2em;
}
#content .wpc_ez_hub_wrapper ul li::before {
  content: "";
  padding-right: 0;
  margin-left: 0;
}
.sidebar .widget-title {
  font-size: 1.25em;
}
.widget img {
  height: 40px;
}
.credit {
  display: none;
}
form label, form input, form textarea {
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 16px;
}
button, 
input[type="button"],
input[type="submit"] {
  padding: 5px 12px 6px 12px;
  margin: 5px 0;
  height: 33px;
  color: #FFFFFF;
  background-color: #DD9933;
  border: none;
  border-radius: 2px;
}


@media only screen and (max-width: 767px) {
  #branding {
    width: 100%;
  }
  .site-title {
    font-size: 1.9em;
    letter-spacing: -1px;
  }
}