/*======================================
Theme Name: FreewayFaith
Theme URI: https://divicake.com/
Description: Custom child theme for Freeway Faith
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.et_pb_menu .et_pb_menu__menu > nav > ul > li {
  margin: 0 25px 0 0 !important;
}

/*blog image aspect ratio square 1:1*/
.blog-image-1-1 .entry-featured-image-url {
  padding-top: 56.25%;
  display: block;
}
.blog-image-1-1 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}