html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3em;
    border: none;
    outline: none;
    text-decoration: none;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  body {
    font-family: "museo-sans", sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    line-height: 1.2em;
  }
  #wrapper {
    overflow-x: hidden;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }
  p {
    color: #494949;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  
  .content-width .wp-block-group__inner-container {
      max-width: 1000px !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }	
  .content-width {
      padding-left: 20px;
      padding-right: 20px;
  }
  .content-width #respond, .content-width .commentlist, .content-width .navigation, .content-width #comments {
      max-width: 1000px;
      margin-left: auto;
      margin-top: 40px;
      margin-right: auto;
  }
  h3#comments {
      line-height: 1.8em;
      margin-bottom: 10px;
  }
  .content-width .comment-author.vcard {
      color: #fff;
  }	
  .content-width .comment-meta.commentmetadata {
      margin-top: 5px;
  }
      .content-width .comment-meta.commentmetadata a{
          color: #eb5e1f;
      }	
  .content-width .reply a {
      color: #eb5e1f;
  }
  .content-width li.comment {
      margin-top: 30px;
  }	
  .content-width .comment {
      color: #fff;
  }	
  .content-width em.comment-awaiting-moderation {
      color: #fff;
  }	
  .content-width .comment-author .url {
      color: #df5c1f;
  }
  .uagb-post__image img {
      height: 450px !important;
      width: 100% !important;
      object-fit: cover !important;
  }		