/*
Theme Name: Brenamore
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.elementor-widget-elementskit-blog-posts .elementskit-entry-header img {
    height: 280px;
    object-fit: cover;
}
@keyframes rotateMeta {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.custom-header {
    position: absolute !important;
    z-index: 999 !important;
}
@media only screen and (min-width: 1024px) and (max-width:1920px) {
	.top-logoimage img{
	transform-style: preserve-3d;
  /* Animate rotation */
  animation: rotateMeta 10s infinite linear;
}
}
