/**
Theme Name: Astra Child - Forward Trends
Author: Forward Trends
Author URI: https://www.forwardtrends.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-forward-trends
Template: astra
*/
#home-events-slider .wp-block-uagb-post-carousel, .slick-list{
	height:auto!important;
	margin:0!important;
	padding:0!important;
}

#home-events-slider .uagb-post__title {
	margin:0!important;
	text-align:center!important;
}

#home-events-slider .uagb-post__inner-wrap{
	margin:0!important;
	height:20px;
	padding:10!important;
	overflow:visible;
}


@media only screen and (max-width: 760px) {


	#home-events-slider .uagb-post__inner-wrap{
	
		height:40px;
		
	}
	 
}

.sync-grid .wp-block-uagb-info-box {
	min-height:340px!important;
}

.margin-top {
	margin-top:-20px!important;
	margin-bottom:-20px!important;
	z-index:10;
}
.responsive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; /* space between items */
	margin:30px auto;
}

.responsive-grid > div {
  background: #f4f4f4; /* example styling */
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.responsive-grid > div h3 {
	font-size:16px;
	line-height:18px!important;
	margin:0px 0px 5px 0px;
}

.responsive-grid > div h4 {
	font-size:20px;
	font-weight:900;
	line-height:20px!important;
	margin:0px;
}

/* Adjust for tablets (2 columns) */
@media (max-width: 900px) {
  .responsive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Adjust for mobile (1 column) */
@media (max-width: 600px) {
  .responsive-grid {
    grid-template-columns: 1fr;
  }
}
