article .wp-block-latest-posts li a {
  font-size: 16px;
}

/*-----------------------------
Making WordPress Contact Form 7 Plugin form responsive and full width with CSS customization
Add this code snippet to your WordPress theme's style.css file.
-------------------------------*/

div.wpcf7 .wpcf7-form-control {
  max-width: 95%;
}

/* Make Contact Form 7 textarea field full width & responsive */

.wpcf7 textarea {
  width: 100%;
}



.tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h--alt {
  font-size: 22px;
  color: #dddc7e;
  font-family: Cabin, Arial, Helvetica, sans-serif;
}