/* Custom styles */

/********************
  New CSS
 *******************/

/* Gravity forms css */
.uael-gf-form-title, .gform_required_legend{
	display:none !important;
}
.gform_wrapper .gform_fields {
	row-gap: 12px !important; 
}
.uael-gf-select-custom:after {
  display: none !important;
}
.tribe-events-pg-template{
	padding-top: 10px;
}
#tribe-events-pg-template { 
	max-width: 98.749% !important;
}
.ac-style .e-n-accordion > .e-n-accordion-item  > .e-con{
	border-style: solid !important;margin: 0;
}
#dafdirectdiv {width: 100%!important;}


@media (min-width: 768px) {
/* Banner image */
.banner-pattan-image img{
	aspect-ratio: 1800 / 800;
    object-fit: cover;
}
}

@media (max-width: 767px) {
	.news-grid{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
	.new-logo-grid{	  
		grid-template-columns: repeat(3, 1fr);
	}
	.logo-grid .wp-block-column {
		flex: 0 0 50%!important; 
	}
	.anchor-text {
		word-break: break-word;overflow-wrap: break-word;
	}
	.ul-left-center ul li{
	margin-bottom: 15px;
    margin-left: -40px;list-style-position: inside;
	}
	a[href^="mailto:"] {
    word-break: break-all;
    overflow-wrap: break-word;
  }
	.t-center{
text-align: center!important;
}
	
}
