/**
* Theme Name: Activland Child
* Description: This is a child theme of Activland, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes Team</a>
* Template: activland
* Version: 1.2.9
*/
/*
.activities-post-thumbnail {
  position: relative;
  overflow: hidden;
}

.activities-post-thumbnail .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; 
  overflow: hidden;
  border-radius: inherit;
}

.activities-post-thumbnail video.featured-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
  pointer-events: none;
}

.activities-inner:hover video.featured-video {
  transform: scale(1.05);
  transition: transform 1s ease;
}


#page .site-content{
margin-bottom: 0px !important;
}
*/
.elementor-2414 .elementor-element.elementor-element-5cd63fc0{
	margin-bottom: 0px !important;
}