/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
/*
@import url("../hello-elementor/style.css");
*/
.strong_dark strong,
a { color:#000;}

/*Background Pages*/
body.page-id-1672 { /* Blog Page*/
   background: linear-gradient(359deg, #FFF 16.9%, #F6F6F6 105.43%);
}

.back_arrow {
       	background-image:url('/wp-content/uploads/2025/07/next.png');
	    padding: 0px 0px 0px 16px;
    	background-position: center left;
        background-repeat: no-repeat;
}

.link-a a {
    text-decoration: underline;
    color: #000;
    display: inline !important;
}

.home-four-box { min-height:380px !important; /*max-height:339px;*/ overflow:hidden; /*padding-top:36px;*/ transition: padding 0.3s ease-in-out !important;  }
.home-4-buttons { display:none;  transition: all .3s ease-out;  }
.home-four-box:hover { padding-top:15px;  /*transition: all 0.3s ease;*/ }
.home-four-box:hover .home-4-buttons { display:flex; margin-top:-23px;}

.home-four-box2 { min-height:310px !important; /*max-height:339px;*/ overflow:hidden; /*padding-top:36px;*/ transition: padding 0.3s ease-in-out !important;  }
.home-four-box2:hover { padding-top:15px;  /*transition: all 0.3s ease;*/ }
.home-four-box2:hover .home-4-buttons { display:flex; margin-top:-23px;}




.carousel-box { min-height:298px; max-height:298px; overflow:hidden;  transition: all .3s ease-out; }
.carousel-buttons { display:none;  transition: all .3s ease-out;  }
.carousel-box:hover { padding-top:15px; transition: all .3s ease-out; }
.carousel-box:hover .carousel-buttons { display:block; margin-top:-23px; }

.min-height-96 { min-height: 113px; }
.make-height-90 .elementor-heading-title { min-height: 90px; }
.make-span-white .elementor-heading-title span { color:#fff;}
.make-span-darker .elementor-heading-title span { color:#333;}
.gradient-me .elementor-heading-title {
   background: linear-gradient(220.49deg, #75C043 38.25%, #305A87 81.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.background-gradient-spear {
	  background: radial-gradient(86.37% 67.48% at 44.97% 46.28%, rgba(35, 62, 134, 0.80) 0%, rgba(35, 62, 134, 0.00) 100%), #000;
	  box-shadow: 0px 4.762px 4.762px 0px rgba(0, 0, 0, 0.25);
}

.background-gradient-wide-spear {
	  background: radial-gradient(86.37% 67.48% at 44.97% 46.28%, rgba(35, 62, 134, 0.80) 0%, rgba(35, 62, 134, 0.00) 100%), #000;
}
.caroursel-slidehome .swiper-horizontal { position:relative; border:0px solid red !important; }
.caroursel-slidehome .swiper-horizontal::after{
	position:absolute;
	width:110px;
	height: 308px;
	display:block;
	position:absolute;
	right:0;
	z-index:999;
	border:0px solid red;
	content: ' ';
	background-image:url('/wp-content/uploads/2025/07/Frame-71.png');
	background-repeat:no-repeat;
	background-position:left;
	background-size:cover;
}
.innerpage-banner-bg {position:relative;}
.innerpage-banner-bg:before {
	content : ' ';
	width:100%;
	height:100%;
	position:absolute;
	background: linear-gradient(0deg, rgba(37, 56, 107, 0.60) 0%, rgba(37, 56, 107, 0.60) 100%);

}

.post-listing  a.elementor-post__read-more { 
	background-image:url('/wp-content/uploads/2025/07/Vector-6.png');
	background-repeat:no-repeat;
	padding-right: 27px;
	background-position:right;
}

/* Events Calendar Styles */

.tribe-events .tribe-events-calendar-list__event-title-link {
    color:  #333 !important;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: normal !important;
}

/* Filter Blog Form */
.filter_search_form { display:flex; column-gap: 20px; } 
.filter_search_form label {
	color: #75C043;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	align-content: center;
}
.filter_search_form .cat_name,
.filter_search_form .author_name {
    border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	width: 237px;
	height: 40px;
	padding: 10px 20px;
	justify-content: space-between;
	align-items: center;
	color: #BABABA;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}



/* Blog Grid Listing */
.blog_grid_listing {
      display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); /* Responsive */
	  gap: 33px; /* Spacing between items */
	  padding: 10px;
	  margin-bottom:37px;
}
.blog_grid_listing  .blog_item { 
	border-radius: 18px;
	border: 1px solid #FFF;
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	overflow:hidden;
	padding-bottom: 20px;
}

.blog_grid_listing  .blog_item .elementor-post__thumbnail { 
	width: 100%; 
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	height:195px;

}
.blog_grid_listing  .blog_item .elementor-post__thumbnail img {opacity:0; width: 100%;}
.blog_grid_listing  .blog_item  .title,
.blog_grid_listing  .blog_item  .except,
.blog_grid_listing  .blog_item .continue { padding-left: 25px; padding-right:25px; margin-left:0px; margin-right:0px;}

.blog_grid_listing  .blog_item  .title h3  {
    color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%; /* 25px */
	margin-bottom: 10px;
    margin-top: 22px;
}
.blog_grid_listing  .blog_item  .title h3  a {  color: #333; } 

.blog_grid_listing  .blog_item  .except {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 20px */
	margin-bottom:10px;
} 

.blog_grid_listing  .blog_item .continue a {
	color: #75C043;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 20px */
	background-image:url('/wp-content/uploads/2025/07/Vector-7.png');
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:35px; 

}

.loadmore-section .lmore {
	background-color: #75C043;
    font-size: 16px;
	font-family: "Montserrat", Sans-serif !important;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 16px 16px 16px;
	text-align: center;
	width: 200px;
    display: block;
    margin: 50px auto 0;
}


/*Related Resource Listing */
.related_resources_listing {
      display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); /* Responsive */
	  gap: 33px; /* Spacing between items */
	  margin-bottom:37px;
}
.related_resources_listing  .blog_item { 

	border: 1px solid #FFF;
	background: #FFF;
	overflow:hidden;
	padding-bottom: 20px;
}

.related_resources_listing  .blog_item .elementor-post__thumbnail { 
	width: 100%; 
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	border-radius: 20px;
	overflow:hidden;
	height:245px;

}
.related_resources_listing  .blog_item .elementor-post__thumbnail img {opacity:0; width: 100%;}
.related_resources_listing  .blog_item  .title { margin-left:0px; margin-right:0px; }
.related_resources_listing  .blog_item  .title h3  {
    color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%; /* 25px */
	margin-bottom: 10px;
    margin-top: 22px;
}
.related_resources_listing  .blog_item  .title h3  a {  color: #333; } 

.related_resources_listing  .blog_item  .except {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom:10px;
} 

.related_resources_listing  .blog_item .continue a {
	color: #75C043;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 20px */
	background-image:url('/wp-content/uploads/2025/07/Vector-7.png');
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:35px; 

}


/* Podcasts grid listing */
.podcast_grid_listing {
      display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); /* Responsive */
	  gap: 33px; /* Spacing between items */
	  padding: 10px;
	  margin-bottom:37px;
}
.podcast_grid_listing  .podcast_item { 
	border-radius: 18px;
	border: 1px solid #FFF;
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	overflow:hidden;
	padding-bottom: 20px;
}

.podcast_grid_listing  .podcast_item .elementor-post__thumbnail { 
	width: 100%; 
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	height:203px;

}
.podcast_grid_listing  .podcast_item .elementor-post__thumbnail img {opacity:0; width: 100%;}
.podcast_grid_listing  .podcast_item  .title { margin-left:0px; }
.podcast_grid_listing  .podcast_item  .title,
.podcast_grid_listing  .podcast_item  .except,
.podcast_grid_listing  .podcast_item .continue { 
	padding-left: 25px; 
	padding-right:25px; 
	display:flex; 
	justify-content:space-between;
}
.podcast_grid_listing  .podcast_item .continue span {font-weight: 500;}
.podcast_grid_listing  .podcast_item .continue span img {
	margin-right: 3px;
    margin-bottom: -2px;
}
.podcast_grid_listing  .podcast_item  .title h3  {
    color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%; /* 25px */
	margin-bottom: 10px;
    margin-top: 22px;
}
.podcast_grid_listing  .podcast_item  .title h3  a {  color: #333; } 

.podcast_grid_listing  .podcast_item  .except {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 20px */
	margin-bottom:10px;
} 

.podcast_grid_listing  .podcast_item .continue a {
	color: #75C043;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 20px */
	background-image:url('/wp-content/uploads/2025/07/Vector-7.png');
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:35px; 

}

.p_loadmore-section .p_loadmore {
	background-color: #75C043;
    font-size: 16px;
	font-family: "Montserrat", Sans-serif !important;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 16px 16px 16px;
	text-align: center;
	width: 200px;
    display: block;
    margin: 50px auto 0;
}


/* New Event Template Layout */
.new_event_listing_layout { display:flex; column-gap: 36px;}
.new_event_listing_layout .event_feature_image { width:211px; height: 139px; position:relative; min-width:211px; border-radius:10px; overflow: hidden;}
.new_event_listing_layout .event_feature_image .tribe-events-calendar-list__event-date-tag { 
	position:absolute; 
	top:0px; 
	background-color: #75C043;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.60);
}
/*
.new_event_listing_layout .event_feature_image  .tribe-events-calendar-list__event-date-tag-weekday,
.new_event_listing_layout .event_feature_image  .tribe-events-calendar-list__event-date-tag-daynum  {  color:#fff !important;  }
*/
.new_event_listing_layout .event_feature_image img { width:100%; height: 100%; object-fit: cover;}
.new_event_listing_layout .event_feature_image .date_label { font-size: 28px; font-weight: 800;text-transform: uppercase; text-align: center; }
.new_event_listing_layout .event_text h3 { 
	color: #333 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 28px !important;
    display: block;
    margin-bottom: 7px;
}
.new_event_listing_layout .event_text h3 a { outline: none; }
.new_event_listing_layout .event_text .event_description {

	    color: #000 !important;
		font-family: "Montserrat", Sans-serif !important;
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 24px !important;
		max-width:633px;
}

.new_event_listing_layout  .event_meta_data {  display:flex; column-gap: 12px;  align-items: center; margin-bottom:5px;} 
.new_event_listing_layout  .event_meta_data img.clock_ico { margin-top:-2px;}
.new_event_listing_layout  .event_meta_data .date {  display:flex; align-items: center; column-gap: 4px; }
.new_event_listing_layout  .event_meta_data .event_category { display:flex; column-gap: 5px;}
.new_event_listing_layout  .event_meta_data .event_category li.purple_box { background-color:#662D91; }
.new_event_listing_layout  .event_meta_data .event_category li.blue_box { background-color:#4063B2; }
.new_event_listing_layout  .event_meta_data .event_category li { padding: 7px 6px; justify-content: center;
align-items: center;display: flex; border-radius: 3px;font-size: 11px; color:#fff; font-weight: 500; height: 20px; }



/* Single event meta details */
.single_event_meta_data {  display:flex; column-gap: 5px !important;  align-items: center; margin-bottom:5px; } 
.single_event_meta_data .event_category { display:flex; column-gap: 5px; margin-right: 11px; padding-left: 0 !important; }
.single_event_meta_data .event_category li.purple_box { background-color:#662D91; }
.single_event_meta_data .event_category li.blue_box { background-color:#4063B2; }
.single_event_meta_data .event_category li { padding: 7px 6px; justify-content: center;
align-items: center;display: flex; border-radius: 3px;font-size: 11px; color:#fff; font-weight: 500; height: 20px; }



/* Events Banner */
.event_banner_section {
	padding: 64px 30px 119px;
	background-color:#F5F7FF;
}
.event_banner_section .event_container { max-width:868px; margin:0 auto;}
.event_banner_section .event_container h1 {
	color:  #75C043;
	text-align: center;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 42px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom:31px;
}

.event_banner_section .event_container p { 
	line-height: 28px;
    color: #333;
	text-align: center;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;

}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container { 
	padding-top:0px !important; 
    margin-top: -59px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row { margin: 35px 0px;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header { background-color:#fff; padding:10px; border-radius:10px;  }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
	display: none;
}

/* Event Header Category Menu*/
.event_categories_menu {
	 display:flex; 
	 align-items:center; 
	 column-gap: 36px; 
	 justify-content: center;
     margin: 20px 0 50px !important;
}
.event_categories_menu li { text-align:center;}
.event_categories_menu li a {
	color: #595959;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	text-decoration:none;
	outline:  0 !important;
}
.event_categories_menu li a:active,
.event_categories_menu li a:visited,
.event_categories_menu li a:focus { outline: 0 !important;border:0px !important; }
.event_categories_menu li.active a {
	color: #75C043;
	font-weight: 800;
	text-decoration:underline;
	border:0px;
}

#tribe-events-pg-template {
    max-width: 1180px !important;
}


@media only screen and (max-width: 1024px) {
	.caroursel-slidehome .swiper-horizontal::after{ 
	   	background-image: unset;
		display:none;
	}
}


@media only screen and (max-width: 968px) {
	.new_event_listing_layout {
		flex-wrap: wrap;
	}
	.new_event_listing_layout .event_feature_image { margin-bottom:20px; }
	.new_event_listing_layout .event_meta_data .event_category li {
		display: block;
		padding-top: 2px;
	}

}

@media only screen and (max-width: 743px) {

	.event_banner_section {
		padding: 50px 20px 50px;
	}

   .related_resources_listing,
   .blog_grid_listing {
        display: flex;
		flex-wrap: wrap;
		justify-content: center;
   }

   .event_categories_menu {
		flex-wrap: wrap;
		row-gap: 10px;
	}

}

@media only screen and (max-width: 460px) {
	.filter_search_form {
		display: grid;
    	row-gap: 15px;
	}
}


.knowledge_center_wrap { margin-bottom: 37px; }

.knowledge_center_filters_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 15px;
	margin-bottom: 25px;
}

.knowledge_center_filters { display: flex; align-items: center; column-gap: 12px; flex-wrap: wrap; row-gap: 10px; }

.knowledge_center_filters_label {
	color: #414042;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
}

.kc_pills { display: flex; align-items: center; column-gap: 10px; flex-wrap: wrap; row-gap: 10px; }

.kc_pill {
	display: inline-flex;
	align-items: center;
	border-radius: 20px !important;
	padding: 8px 18px;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	background: none;
	outline: 0;
}

.kc_pill--all {
	border: 1px solid rgba(184, 184, 184, 0.68) !important;
	background: #EEE !important;
	color: #7A7A7A !important;
}
.kc_pill--data-center {
	border: 1px solid #F29B05 !important;
	background: rgba(242, 155, 5, 0.14) !important;
	color: #414042 !important;
}
.kc_pill--itad {
	border: 1px solid #9747FF !important;
	background: rgba(151, 71, 255, 0.14) !important;
	color: #414042 !important;
}
.kc_pill--counties {
	border: 1px solid #65B15C !important;
	background: rgba(101, 177, 92, 0.14) !important;
	color: #414042 !important;
}
.kc_pill--oems {
	border: 1px solid #30628B !important;
	background: rgba(48, 98, 139, 0.14) !important;
	color: #414042 !important;
}

.kc_pill.active { font-weight: 700; }

.knowledge_center_sort { display: flex; align-items: center; column-gap: 10px; }
.knowledge_center_sort label {
	color: #414042;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
}
.knowledge_center_sort select {
	border-radius: 10px !important;
	border: 1px solid #DADADA;
	background: #FFF;
	color: #414042;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 32px 10px 16px;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23414042" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-position: center right 14px;
}

.knowledge_center_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 33px;
}

.knowledge_center_item {
	border-radius: 18px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 430px;
}

.knowledge_center_item .elementor-post__thumbnail {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 195px;
	flex-shrink: 0;
}
.knowledge_center_item .elementor-post__thumbnail img { opacity: 0; width: 100%; }

.knowledge_center_item .kc_body {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	padding: 18px 20px;
	flex: 1;
	min-height: 0;
}

.kc_tag {
	display: inline-flex;
	align-self: flex-start;
	border-radius: 4px;
	padding: 5px 10px;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kc_tag--data-center { background: rgba(242, 155, 5, 0.14) !important; color: #F29B05 !important; }
.kc_tag--itad { background: rgba(151, 71, 255, 0.14) !important; color: #9747FF !important; }
.kc_tag--counties { background: rgba(101, 177, 92, 0.14) !important; color: #65B15C !important; }
.kc_tag--oems { background: rgba(48, 98, 139, 0.14) !important; color: #30628B !important; }

.knowledge_center_item .kc_title {
	color: #333;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.knowledge_center_item .kc_title h3 {
	margin: 0;
	font: inherit;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.knowledge_center_item .kc_title a { color: #333; }

.knowledge_center_item .kc_excerpt {
	color: #636466;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.knowledge_center_item .kc_meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.kc_meta_info {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
	color: #636466;
	font-family: "Raleway", Sans-serif !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.kc_cta {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
	color: #75C043 !important;
	font-family: "Raleway", Sans-serif !important;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.kc_no_results {
	padding: 40px 10px;
	text-align: center;
	color: #636466;
	font-family: "Montserrat", Sans-serif !important;
	grid-column: 1 / -1;
}

.kc_pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 8px;
	margin-top: 37px;
}
.kc_page_numbers { display: flex; align-items: center; column-gap: 8px; }
.kc_page_number,
.kc_page_nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	border-radius: 6px !important;
	color: #75C043 !important;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.kc_page_number.active {
	background: #222 !important;
	color: #FFF !important;
}
.kc_page_nav.disabled { color: #C7C7C7 !important; pointer-events: none; }
.kc_page_ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	color: #7A7A7A;
	font-family: "Montserrat", Sans-serif !important;
}

@media only screen and (max-width: 1024px) {
	.knowledge_center_grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
}

@media only screen and (max-width: 743px) {
	.knowledge_center_filters_bar { flex-direction: column; align-items: flex-start; }
	.knowledge_center_sort { width: 100%; justify-content: space-between; }
	.knowledge_center_grid { grid-template-columns: 1fr; gap: 20px; }
	.knowledge_center_item { height: auto; min-height: 400px; }
	.kc_pagination { justify-content: center; flex-wrap: wrap; row-gap: 8px; }
}

@media only screen and (max-width: 460px) {
	.knowledge_center_filters_label,
	.knowledge_center_sort label { font-size: 13px; }
	.kc_pill { padding: 7px 14px; font-size: 12px; }
	.knowledge_center_sort select { width: 100%; }
	.knowledge_center_sort { width: 100%; justify-content: space-between; }
	.kc_page_first,
	.kc_page_last { display: none; }
}

