.upress-post-title {
  padding: 5px 0;
  font-size: 22px;
  line-height: 1.4;
}

div.block-post-row p {
  font-size: 20px !important;
}

.widget .wpcf7-form p {
  display: block;
  font-size: 1.5em;
  /* same as H4 in most themes */
  font-weight: bold;
  margin: 0.67em 0;
  font-family: "Adobe Arabic Bold", Arial, sans-serif;
}

/* For headings in the form */

.widget .wpcf7-form h4 {
  font-family: 'Adobe Arabic Bold', serif;
  font-size: 22px;
  font-weight: bold;
}

/* For input and textarea text */

.widget .wpcf7-form input,
.widget .wpcf7-form textarea {
  font-family: 'Adobe Arabic Bold', serif;
  font-size: 22px;
}

/* Target all text inputs, email, tel, and textarea inside your widget form */

.widget .wpcf7-form .wpcf7-form-control.wpcf7-text,
.widget .wpcf7-form .wpcf7-form-control.wpcf7-email,
.widget .wpcf7-form .wpcf7-form-control.wpcf7-tel,
.widget .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  font-family: 'Adobe Arabic Bold', serif !important;
  font-size: 22px !important;
}

.post .entry-header h1 {
  font-size: 36px;
}

.news-ticker.row.ml-0.mr-0 {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: -16px;
}

#primary.content-area {
  margin-top: -27px;
}