#main {
  padding-top: 24px !important;
}

article .fusion-post-title-meta-wrap {
  margin-bottom: 20px !important;
}

article .fusion-post-title-meta-wrap > h2 {
  margin: 0 !important;
  font-size: 2rem !important;
  font-weight: 900 !important;
  line-height: 125% !important;
}

article .fusion-post-title-meta-wrap > h2 + .fusion-meta-info {
  margin-top: 12px !important;
}

#sidebar > section + section {
  margin: 24px 0 0 0 !important;
}

#sidebar > section > .heading > h4 {
  color: #3e2a1b;
  text-transform: uppercase;
  font-size: 2rem !important;
  font-weight: 900 !important;
  line-height: 125% !important;
}

#sidebar > section > .heading + * {
  margin: 16px 0 0 0 !important;
}

#sidebar > section input[type="search"] {
  height: 42px !important;
  padding: 8px 12px !important;
}

#sidebar > section input[type="submit"] {
  height: 42px !important;
  width: 42px !important;
}

/* Media queries */
@media only screen and (min-width: 640px) {
  article .fusion-post-title-meta-wrap > h2 {
    font-size: 2.4rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
}

@media only screen and (min-width: 800px) {
  #main > .fusion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main > .fusion-row > section,
  #main > .fusion-row > aside {
    width: 100% !important;
  }
  #main > .fusion-row > aside {
    margin-top: 24px !important;
  }
}

@media only screen and (min-width: 860px) {
  #main {
    padding-top: 48px !important;
  }
}

@media only screen and (min-width: 1023px) {
  #main > .fusion-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #main > .fusion-row > section {
    width: 70% !important;
  }
  #main > .fusion-row > aside {
    margin: 0 0 0 6% !important;
    width: 24% !important;
  }
}

@media only screen and (min-width: 1250px) {
  #main {
    padding-top: 64px !important;
  }
  #main > .fusion-row > section {
    width: 70% !important;
  }
  #main > .fusion-row > aside {
    margin: 0 0 0 4% !important;
    width: 26% !important;
  }
  article .fusion-post-title-meta-wrap > h2 {
    font-size: 2.4rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
}
