/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1740137431
Updated: 2025-02-21 11:30:31

*/

/* .menu-cta-button {
  border: 1px solid #8d4434;
  background: #8d4434;
  transition: all .3s 0s;
}

.menu-cta-button a {
  padding: 18px !important;
  color: white !important;
}

.menu-cta-button:hover {
  transform: scale(1.1);
  transition: all .2s 0s;
} */

/* Prevent horizontal scroll on mobile */

@media all and (max-width: 980px) {
	html,
	body {
		overflow-x: hidden;
	}
	body {
		position: relative;
	}
}

/*blog image aspect ratio portrait 3:4*/

.pa-blog-image-3-4 .entry-featured-image-url {
  padding-top: 133.33%;
  display: block;
}

.pa-blog-image-3-4 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
