/*
 Theme Name: BUCUR Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: BUCUR Divi Child Theme
 Author: Wiltor Design
 Author URI: https://www.wiltordesign.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.et_pb_post .entry-featured-image-url, .et_pb_blurb_content .et_pb_main_blurb_image {
  margin: 0;
}
.et_pb_blog_grid .et_pb_image_container, .et_pb_blurb_content .et_pb_main_blurb_image {
  overflow: hidden;
}
.et_pb_blog_grid .et_pb_image_container img, .et_pb_blurb_content img {
  transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
}
.et_pb_blog_grid .et_pb_post:hover img, .et_pb_blurb_content:hover img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}




.rank-math-breadcrumb code {
font-family: inherit !important;
}

.rank-math-breadcrumb a {
color: #909090 !important;
}

.rank-math-breadcrumb a:hover {
color: #909090 !important;
text-decoration: underline;
}

