/* ------------------------------
 === Update All Fonts to Muli ===
 font-family: 'Muli', sans-serif;
   ----------------------------------*/
body,
button,
input,
optgroup,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.site-title,
.menu,
p.entry-meta,
.adjacent-entry-pagination,
.widgettitle,
.widget-title,
.footer-widgets .menu-item,
.front-page-3 .more-link,
.front-page-2 .more-link,
.front-page-5 .title,
.portfolio .filter,
.portfolio-item .entry-title,
.columns div{
	font-family: 'Muli', sans-serif !important;
}

/* Make Logo height display correctly */
.custom-logo {
  height: auto !important;
}

/* Widget titles and sub-titles centered */
.widget_custom_html {
  text-align: center;
}
.widget_custom_html hr {
  width: 10rem;
  background-color: #f15856;
  height: 0.3rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

/* see style.css:
    --> all rules for front-page-2 have been removed and front-page-2 made same as front-page-3 */
.front-page-2 {
  padding-bottom: 0 !important;
}

/* Get "Fancy a Chat" to be Left aligned */
/* --
.before-footer .widget_custom_html {
  text-align: left !important;
}
-- */

/* PORTFOLIO */
.post-type-archive-portfolio section.page-header {
background: url(http://wordly.com.au/wp-content/uploads/2017/12/cropped-wordly-seo-copywriter-graphic-design-melbourne.jpg) no-repeat !important;
}
