/*
Theme Name: Javelina Child
Template: javelina_wp
Author: Oneeach Technologies
Description: Javelina Theme.
Version: 1.0.1779966005
Updated: 2026-05-28 06:00:05

*/


/**
* Theme Name: Twenty Twenty-One Child
* Template: twentytwentyone
*/


/* font famaly */

@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Palanquin:wght@100;200;300;400;500;600;700&display=swap');

/* font famaly */

body {
	background-color: #fff !important;
	font-family: "Palanquin", sans-serif;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	color: #21296B;
}

ul {
	margin: 0;
	padding: 0;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	padding-left: 40px;
}

.elementor-widget-text-editor ol  li ol, .elementor-widget-text-editor ul li ul {
	padding-left: 20px;
}
h1 {
	/* 	font-size: 70px; */
	color: #F4F4F4;
}

/* h2 {
font-size: 50px;
}

h3 {
font-size: 30px;
}

h4 {
font-size: 25px;
} */

h5 {
	line-height: normal !important;
}

h6 {
	line-height: normal !important;
}

p {
	/* 	font-weight: 400;
	font-size: 16px;
	line-height: 26px; */
	margin: 0;
	padding: 0;
	/* 	font-family: "Palanquin", sans-serif !important; */
}

a {
	display: inline-block;
	text-decoration: none;
	outline: none !important;
}
.common-button a,
.common-button button,
.wpforms-submit {
	font-size: 18px !important;
	border: 1px solid #fd372c !important;
	background: #fd372c !important;
	color: #ffffff !important;
	text-align: center;
	padding: 15px 34px !important;
	font-family: "Antonio", sans-serif !important;
	border-radius: 30px !important;
	text-decoration: none !important;
	outline: none !important;
	transition: 0.3s ease-in-out !important;
}

.common-button a:hover,
.common-button button:hover,
.wpforms-submit:hover {
	border: 1px solid #fd372c !important;
	background: transparent !important;
	color: #fd372c !important;
}

.common-button-blue a,
.common-button-blue button,
.wpforms-submit {
	border: 1px solid #21296b !important;
	background: #21296b !important;
	color: #ffffff !important;
	transition: 0.3s ease-in-out !important;
}

.common-button-blue a:hover,
.common-button-blue button:hover,
.wpforms-submit:hover {
	border: 1px solid #21296b !important;
	background: transparent !important;
	color: #21296b !important;
	transition: 0.3s ease-in-out !important;
}

.common-button-yellow a {
	border: 1px solid #ffba00 !important;
	background: #ffba00 !important;
	color: #21296b !important;
}

.common-button-yellow a:hover {
	border: 1px solid #ffba00 !important;
	background: transparent !important;
	color: #21296b !important;
	transition: 0.3s ease-in-out !important;
}

.common-button-light-blue a {
	background: #6792EA !important;
	border: 1px solid #6792EA !important;
}

.common-button-light-blue a:hover {
	background: transparent !important;
	border: 1px solid #6792EA !important;
	color: #21296b;
	transition: 0.3s ease-in-out !important;
}

.mb-0 p {
	margin-bottom: 0 !important;
}

.color-white-p p {
	color: #fff !important;
}

.section-space-top {
	margin-top: 70px !important;
}


/* Header Section Start Here============= */

.navigation-bar nav ul li a {
	position: relative;
	line-height: 24px !important;
}

.navigation-bar nav ul li a:hover {
	color: #f47925 !important;
}

.navigation-bar nav ul li a:hover:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background-color: #fd372c;
	font-size: 16px !important;
}

.navigation-bar nav ul ul {
	max-width: 700px !important;
	min-width: 700px !important;
	width: 100%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
	background: #ffffff !important;
	border-radius: 10px !important;
	padding: 30px !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px;
	row-gap: 0;
}

.navigation-bar nav ul ul li a:hover:after {
	display: none;
}

.navigation-bar nav ul ul li {
	display: inline-block !important;
	width: calc(100%/4 - 10px);
	border: none !important;
}

.navigation-bar nav ul ul li a {
	padding: 0 !important;
	border: none !important;
	color: #fd372c !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: none !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline: none !important;
}

.navigation-bar nav ul ul ul.sub-menu {
	max-width: 100% !important;
	min-width: 100% !important;
	box-shadow: none !important;
	background-color: transparent !important;
	position: absolute !important;
	padding: 0 !important;
}

.navigation-bar nav ul ul ul.sub-menu li {
	width: 100% !important;
	display: block;
}

.navigation-bar nav ul ul ul.sub-menu li a {
	width: 100% !important;
	color: #21296B !important;
	font-weight: normal !important;
	font-family: "Palanquin", sans-serif !important;
	padding: 0 !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
}

.navigation-bar nav ul ul ul.sub-menu li a:hover {
	color: #ffba00 !important;
}

@media(min-width:1025px) {
	.navigation-bar nav ul ul ul.sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
		padding-top: 10px !important;
	}
	.navigation-bar nav .sub-arrow {
		display: none !important;
	}
}


/* 
.navigation-bar nav ul ul ul.sub-menu {
opacity: inherit !important;
visibility: inherit !important;
} */

.mobile-menu-link {
	display: none;
}

.search-header-sec i {
	padding: 0 !important;
	position: relative;
	top: -9px;
}

.header-left-logo a {
	outline-color: none !important;
}

.header-left-logo a img {
	outline-color: none !important;
}

.header-left-logo .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline: none !important;
}

.navigation-bar nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
	overflow: hidden !important;
	padding: 0;
	top: 66px;
	padding-bottom: 30px;
}


/* search-option */

.search-warp {
	display: none;
}

.search-warp.closed {
	display: flex;
	position: fixed;
	background-color: #0A4680C2;
	width: 80%;
	height: 70%;
	left: 0;
	top: 93px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	right: 0;
	bottom: 0;
	z-index: 999999999;
	overflow: hidden;
	/* Animation */
	animation: scaleIn 0.8s ease-out forwards;
}

@keyframes scaleIn {
	from {
		transform: scale(0.1);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.search-block-close a {
	font-size: 20px;
	color: #fff !important;
}

.search-warp .form-search {
	height: 60px;
	font-size: 20px;
	border-radius: 0px;
	border: none;
	margin-left: 0;
	position: relative;
	right: -2px;
}

.search-warp .form-search:focus {
	outline: none !important;
}

.search-warp .search-block-form form#search-block-form .btn.btn-primary {
	Background: #f47925 !important;
	Border: 1px solid #f47925 !important;
	Font-size: 19px;
	line-height: 28px;
	Padding: 10px;
	margin-top: 0px;
	height: 60px;
	color: #fff;
	border-radius: 0;
	min-width: 80px;
	outline: none !important;
}

div#block-searchclose {
	position: absolute;
	top: 14px;
	right: 14px;
	max-width: max-content;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: inherit;
}

.search-header-sec-box {
	height: 0;
	padding: 0;
	margin: 0;
}

.search-header-sec {
	position: relative;
	top: 6px;
}


/* search-option */

.header-sec-bg {
	box-shadow: none !important;
}


/* ============= Header Section Start Here============= */


/* ============= Banner Section Start Here============= */

.banner-slider-sec-main,
.united-for-community-shap-sec {
	position: relative;
	/* 	min-height: 600px; */
	justify-content: center !important;
	display: flex !important;
}

.united-for-health-shap-sec:after {
	position: absolute;
	content: "";
	background-image: url('https://ryarmimv.elementor.cloud/wp-content/uploads/2025/08/banner-image-after1.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.united-for-community-shap-sec:after {
	position: absolute;
	content: "";
	background-color: #0044b5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.banner-slider-sec-main .e-con-inner {
	margin: 0 !important;
}


/* dots */

.banner-sec-slider-main-bg ul.slick-dots {
	display: flex;
	justify-content: flex-start;
	bottom: 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	gap: 10px;
	align-items: center;
	padding: 0 60px;
}

.banner-sec-slider-main-bg ul.slick-dots li {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background-color: #ffffff83;
}

.banner-sec-slider-main-bg ul.slick-dots li.slick-active {
	background-color: #fff;
}

.banner-sec-slider-main-bg ul.slick-dots li button {
	display: none;
}

.banner-sec-slider-main-bg .slick-dotted.slick-slider {
	margin-bottom: 0;
}


/* dots */

.banner-slider-sec-main p {
	font-size: 18px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/* ============= Banner Section End Here============= */


/* ============= Making an Impact Section End Here============= */

.making-an-impact-heading-left {
	max-width: max-content !important;
	position: relative;
}

.making-an-impact-heading-left:after {
	position: absolute;
	content: "";
	right: 0;
	height: 60px;
	width: 2px;
	background-color: #f47925;
}

.making-an-impact-content-right {
	max-width: max-content !important;
}

.making-an-impact-content-right p {
	font-size: 17px;
}

.youth-opportunity-sec-col p {
	color: #21296B;
}

.healthy-community-image img {
	height: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

.healthy-community-sec-col {
	max-height: max-content;
}


/* ============= Making an Impact Section End Here============= */


/* ============= Calls to Action Section Start Here============= */

.calls-to-action-video-sec {
	position: relative;
}

.calls-to-action-video-sec:after {
	position: absolute;
	content: "";
	background: #00000050;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

.inner-calls-to-action-video {
	border-radius: 10px;
}

.inner-calls-to-action-video video {
	min-height: 500px !important;
}

.calls-to-action-content {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	left: 50px;
}

.calls-to-action-sec-bg {
	overflow: hidden;
}

.view-all-news-btn a {
	color: #fd372c !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	outline: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	font-family: "Palanquin", sans-serif !important;
}


/* ============= Calls to Action Section End Here============= */


/* ============= Latest News and Updates Section Start Here============= */

.latest-news-col img {
	height: 200px !important;
	width: 100% !important;
	object-fit: cover !important;
	max-width: 100% !important;
}

.latest-news-col-content h4 {
	line-height: normal !important;
}

.latest-news-col-content h4 a {
	outline: none !important;
	width: 100%;
}

.without-bg-button a {
	font-family: "Palanquin", sans-serif !important;
}


/* ============= Latest News and Updates Section End Here============= */


/* ============= How We've Helped Section Start Here============= */

.how-weve-helped-counter-col {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.how-weve-helped-right-image img {
	height: 570px !important;
	width: 100% !important;
	max-width: 100% !important;
	object-fit: cover !important;
}

.counter-mask-image {
	-webkit-mask-image: url('https://uwbv.oneeachhosting.cloud/wp-content/uploads/2025/08/counter_mask.png');
	mask-image: url('https://uwbv.oneeachhosting.cloud/wp-content/uploads/2025/08/counter_mask.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: top center;
	text-align: right;
	mask-size: 100.77%;
	border-radius: 0px 10px 0px 0px;
}
body{
	margin:0 auto;
}

/* ============= How We've Helped Section End Here============= */


/* ============= Featured Event Section Start Here============= */

.event-month-box {
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 25px;
}

.event-month-box h3 {
	line-height: 35px !important;
	text-align: center;
}

.featured-col-left img {
	max-width: 100% !important;
	height: 370px !important;
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}

.healthy-community-sec-content p {
	font-size: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.featured-col-right p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/* ============= Featured Event Section End Here============= */


/* ============= Featured Event Section End Here============= */

.thank-you-sponsors-slider-col img {
	height: 70px !important;
	max-width: 180px !important;
	object-fit: contain;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 auto !important;
}


/* Button-Start */

.thank-you-sponsors-right-slider button.slick-prev,
.thank-you-sponsors-right-slider button.slick-next {
	position: absolute;
	top: 40%;
	font-size: 0;
	padding: 0;
	border: 0;
	z-index: 2;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff !important;
}

.thank-you-sponsors-right-slider button.slick-prev:after {
	transform: rotate(46deg);
	left: 12px;
	top: 1px;
	bottom: 0;
	margin: auto;
}

.thank-you-sponsors-right-slider button.slick-next:after,
.thank-you-sponsors-right-slider button.slick-prev:after {
	content: "";
	width: 0;
	height: 0;
	border: solid;
	border-width: 0px 0px 4px 4px;
	position: absolute;
	padding: 4px;
	color: #21296B !important;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.thank-you-sponsors-right-slider button.slick-next::before,
.thank-you-sponsors-right-slider button.slick-prev::before {
	display: none;
}

.thank-you-sponsors-right-slider button.slick-next:after {
	transform: rotate(-135deg);
}

.video-testimonial-sec-box button.slick-prev:after {
	transform: rotate(46deg);
}

.thank-you-sponsors-right-slider .slick-next {
	right: 0;
}

.thank-you-sponsors-right-slider .slick-prev {
	left: 0;
}

.thank-you-sponsors-right-slider .slick-list.draggable {
	margin: 0 50px;
}


/* Button-End */

.thank-you-sponsors-slider-col p {
	text-align: center !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #f47925 !important;
}


/* ============= Featured Event Section End Here============= */


/* ============= Footer Section Start Here ============= */

.footer-sec-col img {
	object-fit: contain !important;
	max-width: 260px !important;
	height: auto !important;
}

.footer-sec-col p,
.copy-pata-content p {
	color: #fff !important;
}

footer {
	margin-top: 50px;
}

.footer-sec-col a img {
	max-width: 200px !important;
}

.news-page-banner,
.common-single-page-banner {
	min-height: 450px;
	height: 450px;
	position: relative;
}

.common-single-page-banner {
	background-color: #21296B;
}

.footer-sec-col span.elementor-icon-list-text {
	max-width: 190px !important;
}

.login-nav {
	list-style: none !important;
}

.login-nav a {
	font-size: 18px;
	font-family: "Palanquin", Sans-serif;
	font-weight: 700;
	list-style: none;
	color: #ffff;
}

.login-nav:hover a {
	color: #ffba00;
	transition: 0.3s ease-in-out;
}

.login-button-short-code {
	position: relative;
	top: -16px;
}


/* ============= Footer Section Start Here============= */


/* ============= About Page Section Start Here============= */

.our-team-image {
	border: 30px solid #FD372C;
	border-radius: 50%;
	position: relative;
}

.our-team-image::after {
	content: "";
	position: absolute;
	left: -13px;
	top: 3px;
	bottom: 0;
	width: 275px;
	height: 275px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	margin: auto;
	right: 0;
}

.our-team-col p {
	color: #707072 !important;
}

.our-team-col img {
	height: 250px !important;
	width: 250px !important;
	object-fit: cover !important;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}


/* ============= About Page Start End============= */


/* ============= News Page Start Start============= */

.news-page-banner:after {
	position: absolute;
	content: "";
	background-image: url('https://ryarmimv.elementor.cloud/wp-content/uploads/2025/08/bluechevrons-news-image-banner.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
}

.inner-about-baner-sec {
	position: relative;
	z-index: 2;
}

.resource-card h3 {
	font-size: 25px !important;
}

.resource-card {
	width: calc(100% / 3 - 14px);
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.resource-grid {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.resource-card img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.resource-card h4 {
	margin: 10px 0 20px 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.resource-card a {
	color: #e63946;
	font-weight: 600;
	margin-top: 20px;
	font-size: 15px;
	line-height: 23px;
}

.resource-card img {
	height: 200px !important;
	width: 100% !important;
	object-fit: cover !important;
	max-width: 100% !important;
}

.resource-card p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
}

#resource-filters select {
	border: 1px solid #ced4da;
	border-radius: 5px !important;
	padding: 6px;
}

#resource-filters select:focus {
	outline: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.resource-filters-custom {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}

.category-sec-bg .resource-filters-custom {
	margin-bottom: 30px;
}

.input-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0;
}

.input-wrap label {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	font-family: "Palanquin", sans-serif;
}


/* ============= News Page Start End============= */


/* ============= Contact Us Page Start ============= */

.contact-us-banner-bg:after {
	display: none;
}

.contact-sec-form-main .wpforms-field-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
}

.contact-sec-form-main .wpforms-container .wpforms-field-label {
	margin-bottom: 10px !important;
}

.contact-sec-form-main .form-filed-col {
	width: calc(100% / 2 - 10px) !important;
	padding: 0;
}

.form-filed-col input {
	width: 100%;
	max-width: 100% !important;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-filed-col input:focus,
.form-filed-col textarea:focus,
.form-filed-col button:focus {
	box-shadow: none !important;
}

.form-filed-col button:focus:after {
	box-shadow: none !important;
	border: none !important;
}

.contact-sec-form-main .ctm-full-width {
	width: 100% !important;
}

.contact-sec-form-main .wpforms-submit,
.login-sec-form .wpforms-submit {
	height: 60px !important;
}

.contact-sec-form-main .wpforms-submit:after,
.login-sec-form .wpforms-submit::after {
	display: none;
}


/* ============= Contact Us Start End============= */


/* ============= Login Page Start Start============= */

.wpforms-field-description {
	color: #221e1f !important;
	font-size: 18px !important;
	margin-top: 10px !important;
}

.login-page-sec-box-list ul li {
	padding: 8px 14px !important;
	border-radius: 5px 5px 0 0;
	background: #fff;
}

.login-page-sec-box-list ul li:first-child {
	border: 1px solid #dee2e6;
	border-bottom: 0;
	position: relative;
	top: 1px;
}

.reset-your-password .login-page-sec-box-list ul li:first-child {
	border: 0;
	top: 0;
}

.reset-your-password .login-page-sec-box-list ul li:last-child {
	border: 1px solid #dee2e6;
	border-bottom: 0;
	background: #fff;
	position: relative;
	top: 1px;
}

.login-page-sec-box-list ul {
	border-bottom: 1px solid #dee2e6;
}

.login-page-sec-box-list {
	padding: 0 !important;
}


/* ============= Login Page End============= */


/* ============= Day of Caring Page Start============= */

.day-caring-sec-inner img {
	max-width: 100% !important;
	height: 315px !important;
	object-fit: cover !important;
}


/* ============= Day of Caring Page End============= */


/* ============= Upcoming Events Page Start============= */

.upcoming-event-page-banner {
	min-height: 450px;
	height: 450px;
}

.tribe-events-header__events-bar {
	border: 1px solid #ced4da;
	border-radius: 5px;
	font-family: "Palanquin", sans-serif;
}

.tribe-events-header__events-bar * {
	font-family: "Palanquin", sans-serif !important;
}

.tribe-common .tribe-common-form-control-text__input:focus {
	outline: none !important;
}


/* banner */

.tribe-events-archive-banner {
	justify-content: flex-start !important;
}

.tribe-events-archive-banner .container {
	max-width: 50%;
	width: 50%;
	position: relative;
	z-index: 1;
	padding: 60px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.tribe-events-archive-banner h1,
.breadcrumb-header h1 {
	color: #fff;
	font-size: 55px;
	line-height: 66px;
}

.upcoming-events-breadcrumbs ol.breadcrumb {
	padding: 0;
}

.upcoming-events-breadcrumbs {
	margin-top: 12px;
}

.upcoming-events-breadcrumbs ol.breadcrumb li,
.breadcrumb-header ol.breadcrumb li {
	display: inline-block !important;
	margin-right: 10px;
	color: #fff !important;
	position: relative !important;
	font-size: 16px !important;
	font-family: "Palanquin", sans-serif !important;
}

.upcoming-events-breadcrumbs ol.breadcrumb li:first-child,
.breadcrumb-header ol.breadcrumb li:first-child {
	padding: 0 25px 0 0px !important;
}

/* .upcoming-events-breadcrumbs ol.breadcrumb li:first-child::after,
.breadcrumb-header ol.breadcrumb li:first-child::after {
position: absolute;
content: "";
background-image: url('https://wp-northwestunitedway.oneeachhosting.cloud/wp-content/uploads/2025/10/Home-icon.png');
background-repeat: no-repeat;
background-size: 100% 100%;
width: 18px;
height: 14px;
left: 0;
top: 0;
bottom: 0;
margin: auto;
} */

.upcoming-events-breadcrumbs ol.breadcrumb li:first-child:before,
.breadcrumb-header ol.breadcrumb li:first-child:before {
	position: absolute;
	content: "";
	background-image: url('https://wp-northwestunitedway.oneeachhosting.cloud/wp-content/uploads/2025/10/Double-arrow-1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 9px;
	height: 8px;
	right: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
}

.upcoming-events-breadcrumbs ol.breadcrumb li a,
.breadcrumb-header ol.breadcrumb li a {
	color: #fff !important;
}


/* banner */

.tribe-events-header__events-bar {
	border: none !important;
}

.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 !important;
}

.tribe-events-c-view-selector__content ul li a {
	border: 1px solid #707072 !important;
	color: #707072 !important;
	padding: 5px 20px 5px 40px!important;
	text-decoration: none !important;
	background: #ffffff !important;
	font-family: "Antonio", sans-serif !important;
	display: inline-block !important;
	border-radius: 6px !important;
	position: relative;
}

li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list:after {
	position: absolute;
	content: "";
	background-image: url('https://ryarmimv.elementor.cloud/wp-content/uploads/2025/08/list-icon.png');
	width: 17px;
	height: 11px;
	background-repeat: no-repeat;
	background-size: cover;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--month a:after {
	position: absolute;
	content: "";
	background-image: url('https://ryarmimv.elementor.cloud/wp-content/uploads/2025/08/calendar-icon.png');
	width: 17px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list.tribe-events-c-view-selector__list-item--active:after {
	background-image: url('https://ryarmimv.elementor.cloud/wp-content/uploads/2025/08/list-icon-active.png');
}

li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--month.tribe-events-c-view-selector__list-item--active {
	position: relative !important;
}

li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--month.tribe-events-c-view-selector__list-item--active:after {
	background-image: url('https://ryarmimv.elementor.cloud/wp-content/uploads/2025/08/calendar-icon-active.png') !important;
	position: absolute;
	content: "";
	width: 17px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--month.tribe-events-c-view-selector__list-item--active:hover:after {
	filter: invert(1) sepia(1) saturate(100) hue-rotate(-20deg) !important;
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active a {
	border: 1px solid #0044b5 !important;
	border: 1px solid #0044b5 !important;
}

.tribe-events-c-view-selector__content ul li a:hover {
	border: 1px solid #ffba00 !important;
	background-color: #ffba00 !important;
}

.tribe-events-c-view-selector__content ul li a span {
	font-size: 20px !important;
	color: #707072 !important;
	font-family: "Antonio", sans-serif !important;
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active a span {
	color: #0044b5 !important;
}

li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list.tribe-events-c-view-selector__list-item--active:hover:after {
	filter: invert(1) sepia(1) saturate(100) hue-rotate(-20deg) !important;
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active:hover a span {
	color: #ff0f42 !important;
}

.tribe-events-c-view-selector__content ul li:hover {
	background-color: transparent !important;
}

.tribe-events-c-view-selector__content ul li:first-child {
	padding: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
	display: none;
}

.tribe-events .tribe-events-calendar-list__month-separator {
	display: none;
}

.custom-event-card {
	margin-bottom: 50px !important;
}


/* ============= Upcoming Events Page End============= */


/* ============= Inner Page Start ============= */

.site-section-col-left img {
	height: 300px !important;
	border-radius: 10px;
	max-width: 100% !important;
	object-fit: cover;
}

.inner-box-sec-col-left img {
	width: 100% !important;
	max-width: 100% !important;
	height: 250px !important;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.heading-box-content h4 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.heading-box-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.single-post .post-navigation,
.single-post .entry-content .custom-content,
.search-results .result-article-wrap,
.search-results nav.navigation.pagination,
.search-no-results .page-content {
	max-width: 1260px !important;
	margin: 0 auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.single-post article header {
	margin: 0 !important;
	padding: 0 !important;
}

.single-post article header h1 {
	font-size: 50px !important;
	font-weight: 700 !important;
	margin: 0 !important;
}

.single-post figure.post-thumbnail {
	margin: 0 !important;
}

.single-post figure.post-thumbnail img {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 400px !important;
	object-fit: cover;
	border-radius: 10px;
	margin-top: 40px !important;
}

.single-post .comments-area {
	display: none !important;
}

.single-post footer.entry-footer.default-max-width {
	margin: 0 !important;
	display: none !important;
}

.single-post .entry-content * {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
}

.nav-previous,
.nav-next {
	width: 100% !important;
}

.nav-previous a,
.nav-next a,
.tribe-events-nav-pagination ul li a {
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 5px;
	outline: none !important;
}

.nav-previous a:hover,
.nav-next a:hover,
.tribe-events-nav-pagination ul li a:hover {
	outline: none !important;
	text-decoration: none !important;
	background-color: #21296B !important;
	color: #fff !important;
	transition: 0.3s ease-in-out !important;
}

.nav-previous a:hover *,
.nav-next a:hover * {
	color: #fff !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
	fill: #fff !important;
}

.tribe-events-single .tribe-events-sub-nav {
	gap: 50px !important;
}

.tribe-events-single .tribe-events-sub-nav li {
	width: 100% !important;
}

.tribe-events-single .tribe-events-sub-nav li a {
	width: 100% !important;
	text-align: center;
}

.post-navigation .meta-nav {
	font-size: 16px !important;
}

.post-navigation .post-title {
	font-size: 16px !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0 30px;
}


/* */

.custom-event-card {
	display: flex;
	align-items: center;
	gap: 0 !important;
	row-gap: 30px !important;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.custom-event-card .event-left {
	position: relative;
	max-width: 100%;
	width: 40%;
}

.custom-event-card .event-left img {
	border-radius: 10px;
	width: 100%;
	height: 250px;
	display: block;
	object-fit: cover;
}

.custom-event-card .event-date-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #ffba00;
	color: #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.custom-event-card .event-date-badge span {
	font-weight: 700;
	text-align: center;
	font-size: 30px;
	line-height: 29px;
	font-family: "Antonio", sans-serif;
}

.custom-event-card .event-right {
	width: calc(60% - 50px);
	margin-left: 50px;
}

.custom-event-card .event-right h3 {
	color: #162a67;
	margin-bottom: 10px;
}

.custom-event-card .event-right p {
	margin-bottom: 15px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.custom-event-card .event-time {
	margin-bottom: 15px;
	color: #555;
	font-size: 17px;
	font-weight: 700;
}

.custom-event-card .event-btn {
	background: #ffb400 !important;
	color: #000;
	padding: 7px 35px 10px;
	border-radius: 25px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s;
	font-size: 16px !important;
	line-height: 24px !important;
	font-family: "Antonio", sans-serif;
}

.custom-event-card .event-btn:hover {
	color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus,
.tribe-events-c-view-selector__list-item:focus-within {
	background-color: inherit !important;
}

.tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

a.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium,
button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium {
	padding: 10px;
	border: 1px solid #21296b;
	border-radius: 5px;
	font-family: "Palanquin", sans-serif !important;
	padding: 10px;
	border: 1px solid #21296b;
	border-radius: 5px;
	font-family: "Palanquin", sans-serif !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path,
.tribe-events .tribe-events-c-nav__next-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path {
	fill: #21296b !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
	border-top: 0 !important;
}

.tribe-events-page-template .tribe-events .tribe-events-l-container {
	min-height: auto !important;
	padding: 70px 20px 0 20px !important;
}

.date-and-more-info-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 20px !important;
	border-top: 1px solid #ffba00 !important;
}

.tribe-events .tribe-events-calendar-list-nav {
	border-top: 0 !important;
}

li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--today {
	display: none !important;
}

.event-time img {
	margin-right: 10px;
}

.single-post header.entry-header.alignwide {
	display: none !important;
}

.tribe-events-archive-banner:after {
	content: "";
	position: absolute;
	background-color: #00000047;
	width: 100% !important;
	height: 100%;
	top: 0;
	left: 0;
}

.tribe-events-archive-banner {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.common-single-page-banner {
	display: flex;
}

.tribe-events-pg-template {
	max-width: 100% !important;
	margin: 0 !important;
	width: 100%;
	padding: 0 !important;
}

.breadcrumb-header {
	margin: 0 !important;
	padding: 0 !important;
	background: #21296b;
}

.breadcrumb-header .container {
	margin: 0 !important;
	background: #21296b;
	width: 50% !important;
	padding: 60px !important;
	flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.breadcrumb-header ol.breadcrumb {
	padding: 0;
}

.tribe-events-page-template .tribe-events-single>p.tribe-events-back,
.tribe-events-page-template .tribe-events-single>h1.tribe-events-single-event-title,
.tribe-events-page-template .tribe-events-single>.tribe-events-schedule {
	display: none !important;
}

.tribe-events-page-template .tribe-events-single>.tribe_events,
.tribe-events-page-template #tribe-events-footer {
	max-width: 1260px !important;
	margin: 50px auto 0;
	padding-left: 20px;
	padding-right: 20px;
}

.tribe-events-page-template #tribe-events-footer {
	margin-top: 0;
	border: none !important;
	padding-bottom: 0;
}

.tribe-events-page-template .tribe-events-event-image img {
	max-width: 100% !important;
	width: 100% !important;
	height: 400px !important;
	border-radius: 10px;
	object-fit: cover;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after {
	filter: invert(1) !important;
}

.tribe-events-page-template .tribe-events-footer {
	max-width: 1260px !important;
	margin: 70px auto 0;
	padding-left: 20px;
	padding-right: 20px;
}

.tribe-events-page-template .tribe-events-single-section {
	max-width: 100% !important;
	width: 100% !important;
}

.tribe-events-page-template .tribe-events-single-section::before {
	border: none;
	display: none;
}

.tribe-events-page-template .tribe-events-single-section h2 {
	font-size: 30px !important;
	color: #21296B !important;
}

.tribe-events-page-template .tribe-events-event-meta dl {
	font-size: 16px;
	text-decoration: none !important;
	outline: none !important;
}

.tribe-events-page-template .tribe-events-event-meta dl abbr[title] {
	text-decoration: none;
}

.tribe-events-page-template .tribe-events-meta-group {
	padding: 0 !important;
}

.tribe-events-page-template .tribe-events-single-event-description p {
	margin-bottom: 10px !important;
}

.tribe-events-page-template .tribe-events-notices {
	display: none !important;
}


/* .tribe-events-page-template .breadcrumb-header {
display: none !important;
} */

.tribe-events-page-template nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
	padding: 0 !important;
}

.tribe-events-page-template .tribe-events-c-nav__list {
	gap: 50px;
	row-gap: 20px;
}

.tribe-events-page-template .tribe-events-c-nav__list li {
	width: calc(100%/2 - 25px) !important;
}

.tribe-events-page-template .tribe-events-c-nav__list li a,
.tribe-events-c-nav__list li button {
	width: 100% !important;
	text-align: center;
}

article .entry-content {
	margin-top: 0 !important;
}

.tribe-events-page-template .breadcrumb-header {
	display: none !important;
}

.single-tribe_events .breadcrumb-header {
	display: block !important;
}


/* div#page > .breadcrumb-header {
display: none;
} */


/* ============= Inner Page End============= */


/* ============= Inner Page End============= */

.search-results header.page-header.alignwide,
.search-no-results header.page-header.alignwide {
	text-align: center;
	padding: 0;
	border: 0;
	margin: 50px 0 30px 0;
	margin: 0;
	text-align: center;
	padding: 50px 0;
	background: #21296b;
	width: 100%;
	max-width: 100%;
}

.search-results header.page-header.alignwide h1,
.search-no-results header.page-header.alignwide h1 {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
}

.search-results .result-article-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.search-results article {
	width: calc(100% / 3 - 14px);
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-results article header.entry-header {
	padding: 0 !important;
	margin: 0;
	display: flex;
	flex-direction: column-reverse;
}

.search-results article header.entry-header h2 {
	margin: 10px 0 14px 0;
}

.search-results article header.entry-header h2 a {
	font-size: 25px;
	color: #21296b;
	line-height: normal;
}

.search-results article figure.post-thumbnail {
	padding: 0;
	margin: 0 !important;
}

.search-results article .post-thumbnail img {
	margin: 0;
	padding: 0;
	width: 100% !important;
	height: 200px !important;
	object-fit: cover;
	border-radius: 10px;
}

.search-results article .entry-content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.search-results .search-result-count {
	text-align: center;
	margin: 50px 0 30px 0;
	width: 100% !important;
	max-width: 100%;
	font-size: 50px;
	color: #21296b;
	font-weight: 700;
	font-family: "Antonio", sans-serif;
	padding: 0 20px;
	line-height: normal;
}

.search-results nav.navigation.pagination {
	margin-top: 70px !important;
	padding-bottom: 0;
	border: 0;
	width: 100% !important;
}

.search-results .nav-links span,
.search-results .nav-links a {
	margin: 0 !important;
	padding: 6px 10px;
	border: 1px solid #21296b;
	border-radius: 5px;
	font-family: "Palanquin", sans-serif !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
	text-decoration: none;
	outline: none !important;
}


/* .search-results .nav-links>span:hover,
.search-results .nav-links>a:hover {
background-color: #21296b;
color: #fff;
transition: 0.3s ease-in-out;
} */

.search-results .nav-links a svg path {
	fill: #21296b;
}


/* .search-results .nav-links a:hover svg path {
fill: #fff;
} */

.search-results .nav-links span>span {
	padding: 0;
	border: none;
	border-radius: 0;
}

.search-results .nav-links * {
	text-decoration: none;
}

.search-results .pagination .nav-links>*.current,
.search-results .comments-pagination .nav-links>*.current {
	text-decoration: none;
}

.search-results .nav-links a span {
	padding: 0;
	border: none;
	border-radius: 0;
}

.search-results .navigation .nav-links {
	gap: 10px;
}

.search-no-results .page-content {
	margin-top: 30px !important;
}

.search-no-results .page-content p {
	text-align: center;
}

.search-no-results input#search-form-1 {
	border: 1px solid #ccc;
	border-radius: 10px 0 0 10px;
	margin: 0;
	font-family: "Palanquin", sans-serif !important;
}

.search-no-results input.search-submit {
	margin: 0 !important;
	border-radius: 0 10px 10px 0 !important;
	background-color: #ffba00 !important;
	color: #162a67 !important;
	outline: none !important;
	font-family: "Palanquin", sans-serif !important;
	border: none !important;
	font-weight: normal;
	text-transform: capitalize;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
	outline: none;
}

.tribe-events-page-template .united-for-health-shap-sec:after {
	background-image: url(https://ryarmimv.elementor.cloud/wp-content/uploads/2025/08/banner-image-after1.svg) !important;
	width: 50% !important;
	background-color: transparent !important;
}

#wpforms-1595-header-error p {
	margin-bottom: 16px !important;
	line-height: 20px;
}


/* ============= Inner Page End============= */

.calls-to-action-button .common-button a:hover,
.footer-sec-col .common-button a:hover,
.banner-slider-sec-main .common-button a:hover {
	color: #fff !important;
	border: 1px solid #fff !important;
}

.button-sec-header .common-button a:hover {
	border: 1px solid #21296b !important;
	color: #21296b !important;
}


/* ============= 03-oct-2025 ============= */

/* .banner-slider-sec-main:before,
.tribe-events-archive-banner::before {
position: absolute;
width: 100%;
height: 100%;
content: "";
background: #000000;
opacity: 0.2;
top: 0;
left: 0;
} */

.yellow-circle-banner-shape:after {
	background-image: url('https://wp-northwestunitedway.oneeachhosting.cloud/wp-content/uploads/2025/10/Yellow-Circle-Sape.png');
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 70% 100%;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
}

.orange-triangles-banner-shape:after {
	background-image: url('https://wp-northwestunitedway.oneeachhosting.cloud/wp-content/uploads/2025/10/orange-banner-shape.webp');
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.blue-circles-circle-banner-shape:after {
	background-image: url('https://wp-northwestunitedway.oneeachhosting.cloud/wp-content/uploads/2025/10/bluecircles.webp');
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.blue-chevrons-banner-shape:after {
	background-image: url('https://wp-northwestunitedway.oneeachhosting.cloud/wp-content/uploads/2025/08/bluechevrons-news-image-banner.webp');
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 70% 100%;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}


/* .header-sec-bg {
overflow-x: hidden;
overflow-y: auto;
} */

.inner-banner-sec-bg {
	min-height: 500px;
}

.inner-banner-sec-bg.orange-triangles-banner-shape:after {
	width: 50%;
}

.single-tribe_events .breadcrumb-header {
	position: relative !important;
	height: 500px !important;
	display: flex !important;
	align-items: center;
}

.single-tribe_events .breadcrumb-header .container {
	position: relative !important;
	z-index: 1;
	background-color: transparent !important;
}

.home-inner-banner,
.inner-about-baner-sec,
.tribe-events-archive-banner .container {
	max-width: 500px;
	margin-left: 0;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.tribe-events-page-template .united-for-health-shap-sec:after,
.tribe-events-archive-banner:after {
	background-image: url('https://wp-northwestunitedway.oneeachhosting.cloud/wp-content/uploads/2025/10/bluecircles.webp') !important;
	position: absolute !important;
	content: "" !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 100% 100% !important;
	left: 0 !important;
	top: 0 !important;
	width: 50% !important;
	height: 100% !important;
	background-color: transparent !important;
}

.single-tribe_events .breadcrumb-header::after {
	background-image: url(https://wp-northwestunitedway.oneeachhosting.cloud/wp-content/uploads/2025/10/orange-banner-shape.webp) !important;
	position: absolute !important;
	content: "" !important;
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: 100% 100% !important;
	left: 0 !important;
	top: 0 !important;
	width: 50% !important;
	height: 100% !important;
}


/* ============= 03-oct-2025 ============= */


/* ============= 12-jan-2025 ============= */
/* .post-design-custom .result-article-wrap {
display: flex;
gap: 20px;
flex-wrap: wrap;
} */
.post-design-custom .result-article-wrap article.hfe-post-card {
	/*     width: calc(100% / 3 - 14px); */
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.post-design-custom .result-article-wrap {
	display: contents;
}

.post-design-custom .result-article-wrap .hfe-post-content h3 a {
	margin: 10px 0 20px 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-design-custom .result-article-wrap article.hfe-post-card .hfe-post-image a {
	display: block;
	width: 100%;
}
.post-design-custom .result-article-wrap article.hfe-post-card .hfe-post-image a img {
	max-height: 200px;
	object-fit: cover;
	border-radius: 6px;
}
.banner-sec-slider-main-bg ul.slick-dots li {
	list-style: none;
}
/* ============= 12-jan-2025 ============= */


/* ============= 13-jan-2025 ============= */
.single-post .bImage, .single-post .breadcrumb-header {
	display: none;
}

/* single event page */
.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container {
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}
.tec-events-elementor-event-widget__venue {
	flex-direction: column !important;
}
.tec-events-elementor-event-widget__venue-details *, a.tribe-events-gmap, a.tec-events-elementor-event-widget__venue-phone-link {
	color: #fff !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
	align-items: flex-start !important;
	gap: 10px;
}
ul.tec-events-elementor-event-widget__navigation--subnav li a {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	gap: 4px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
	height: auto !important;
}
li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list:after {
	top: 18px;
	margin: 0;
}
.tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col {
	order: 1;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
	position: relative !important;
	flex-wrap: wrap !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
	width: 100%;
/* 	display: none; */
}
img.tribe-events-calendar-list__event-featured-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
	border-radius: 8px;
}
.tribe-events .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue {
	margin-top: 0;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	background: #fd372c !important;
	display: inline-flex;
	border-radius: 100px;
	padding: 10px;
	max-height: 80px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	height: 100px;
	min-height: 100px;
	width: 100px;
	max-width: 100px;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 34px;
	display: none;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime span {
	color: #fff;
	font-family: 'Antonio';
	font-size: 30px;
}
.tribe-events .tribe-events-calendar-list__event-datetime {
	color: #fd372c;
	text-transform: uppercase;
	font-family: system-ui;
	font-weight: 600;
}
.tribe-events-c-small-cta.tribe-common-b3.tribe-events-calendar-list__event-cost {
	font-size: 30px;
	font-weight: 700;
	color: #ffba00;
	font-family: 'Antonio';
}
.tribe-events-header__events-bar.tribe-events-c-events-bar {
	margin: 0 !important;
}
h4.tribe-events-calendar-list__event-title a {
	font-size: 30px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: "Antonio", Sans-serif;
	text-decoration: none !important;
	color: #21296B !important;
}
a.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium, button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium {
	border: none;
	width: auto !important;
	color: #21296b;
}
article.tribe-events-calendar-list__event.tribe_events {
	margin-bottom: 20px;
}
a.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium, button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium {
	border: none;
	width: auto !important;
	color: #21296b;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
	padding: 10px 10px 10px 40px;
	border: 1px solid #ddd;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
	margin: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
	height: 100%;
}
.tec-events-elementor-event-widget__venue-map {
    margin: 0 !important;
}
h3.tec-events-elementor-event-widget__venue-name {
    margin-top: 0 !important;
}
/* ============= Media Css Start Here ============= */

@media (max-width:1479px) {
	.navigation-bar nav ul ul {
		max-width: 480px !important;
		min-width: 480px !important;
	}
}

@media (max-width: 1279px) {
	header .common-button a {
		font-size: 14px !important;
		padding: 10px 14px !important;
	}
	.navigation-bar nav ul li a {
		font-size: 16px !important;
	}
	.banner-slider-sec-main,
	.united-for-community-shap-sec,
	.single-tribe_events .breadcrumb-header,
	.inner-banner-sec-bg {
		min-height: 400px;
	}
	.inner-calls-to-action-video video {
		min-height: 500px !important;
	}
	.news-page-banner,
	.upcoming-event-page-banner {
		min-height: 320px !important;
		height: 320px !important;
	}
}

@media (max-width:1099px) {
	.navigation-menu-bar ul>li {
		margin-right: 20px !important;
	}
}

@media (min-width:1025px) {
	/* .navigation-bar nav ul ul {
	width: 100%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
	background: #ffffff !important;
	border-radius: 10px !important;
	padding: 20px 0 !important;
} */
	.sub-menu {
		width: 100%;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
		background: #ffffff !important;
		border-radius: 10px !important;
		padding: 20px !important;
	}
	/* .navigation-bar nav ul > li > ul.sub-menu {
	width: auto !important;
	flex-wrap: wrap !important;
	display: block !important;
	min-width: 230px !important;
	padding: 20px !important;
} */
	.navigation-bar nav ul > li > ul.sub-menu > li {
		width: 100% !important;
	}
	.navigation-bar nav ul ul li a {
		padding: 0 !important;
		border: none !important;
		color: #fd372c !important;
		font-size: 16px !important;
		text-transform: capitalize !important;
		padding: 10px !important;
	}
	/* new submenu css	 */
	.hfe-nav-menu li.menu-item.menu-item-has-children > ul.sub-menu li.hfe-has-submenu a .hfe-menu-toggle.sub-arrow {
		display: block !important;
	}
	.hfe-nav-menu li.menu-item.menu-item-has-children > ul.sub-menu {
		width: auto !important;
		position: absolute;
		display: block !important;
		min-width: 230px !important;
		padding: 20px !important;
	}
	.hfe-nav-menu li.menu-item.menu-item-has-children > ul.sub-menu  li.hfe-has-submenu ul.sub-menu {
		display: none !important;
		background: #fff !important;
		position: absolute !important;
		top: 0;
		right: 0;
	}
	.hfe-nav-menu li.menu-item.menu-item-has-children > ul.sub-menu li.hfe-has-submenu {
		position: relative;
	}
	.hfe-nav-menu li.menu-item.menu-item-has-children > ul.sub-menu li.hfe-has-submenu:hover ul.sub-menu {
		display: block !important;
	}
}
@media (max-width:1024px) {
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.menu-is-active.hfe-dropdown {
		padding-top: 20px;
	}
	.navigation-bar nav ul li {
		height: 40px;
		border-bottom: 1px solid #f47925 !important;
	}
	.navigation-bar nav ul li a {
		border-bottom: 1px solid #f47925 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.navigation-bar nav ul ul {
		max-width: 96% !important;
		min-width: 96% !important;
		padding: 20px !important;
		margin: 0 auto !important;
	}
	.how-weve-helped-right-image img {
		height: 500px !important;
	}
	.event-month-box {
		width: 80px;
		height: 80px;
	}
	.section-space-top {
		margin-top: 60px !important;
	}
	.inner-footer-sec {
		flex-wrap: wrap !important;
	}
	.footer-sec-col {
		width: calc(100% / 3 - 20px) !important;
	}
	.mobile-menu-link {
		display: block;
	}
	.our-team-col img {
		height: 200px !important;
		width: 200px !important;
	}
	.our-team-image {
		border: 20px solid #FD372C;
	}
	.our-team-image::after {
		left: -10px;
		top: 0;
		bottom: 0;
		width: 220px;
		height: 220px;
		right: 0;
	}
	.single-post article header h1 {
		font-size: 40px !important;
	}
	.tribe-events-archive-banner .container,
	.breadcrumb-header .container {
		width: 100% !important;
		max-width: 100% !important;
	}
	.navigation-bar nav ul li:last-child a {
		border-bottom: 0 !important;
	}
	.navigation-bar nav ul li:last-child a::after {
		display: none !important;
	}
	/* .navigation-bar nav ul ul ul.sub-menu {
	opacity: inherit !important;
	visibility: inherit !important;
} */
	.navigation-bar nav ul ul>li {
		height: auto !important;
		padding: 5px 0;
		line-height: normal !important;
	}
	.navigation-bar nav ul ul ul.sub-menu li {
		padding: 0 !important;
	}
	.navigation-bar nav ul ul ul.sub-menu {
		padding-left: 10px !important;
	}
	.navigation-bar nav ul ul ul.sub-menu li a {
		padding: 0 !important;
	}
	.navigation-bar nav .current-menu-item ul {
		padding-bottom: 3px !important;
	}
	.navigation-bar nav .hfe-nav-menu-icon:focus {
		outline: none !important;
	}
	.search-results .search-result-count {
		font-size: 36px;
	}
	.tribe-events-archive-banner h1,
	.breadcrumb-header h1,
	.search-results header.page-header.alignwide h1,
	.search-no-results header.page-header.alignwide h1 {
		font-size: 50px;
	}
	.login-button-short-code {
		top: -6px;
	}
	.search-header-sec {
		position: relative;
		top: 0;
	}
	.hfe-nav-menu li.menu-item.menu-item-has-children > ul.sub-menu li.hfe-has-submenu ul.sub-menu {
		position: static !important;
		padding-top: 10px !important;
	}
	.hfe-nav-menu li.menu-item.menu-item-has-children > ul.sub-menu li.hfe-has-submenu ul.sub-menu {
		position: static !important;
		padding-top: 10px !important;
	}
	.navigation-bar nav ul li {
		height: auto;
		border: none !important;
	}
	.navigation-bar nav ul li a {
		border: none !important;
	}
	.navigation-bar nav ul li a:hover:after {
		display: none;
	}
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
		width: 100% !important;
		max-width: calc(100% - 30px) !important;
		left: 0 !important;
		/*     transform: translateX(-50%); */
		display: none !important;
	}
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu.sub-menu-open {
		display: block !important;
	}
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li {
		margin-right: 0 !important;
	}
	.hfe-nav-menu:before, .hfe-nav-menu:after {
		display: none;
	}
}

@media (max-width:991px) {
	.inner-calls-to-action-video video {
		min-height: 400px !important;
	}
	.featured-col-left img {
		height: 400px !important;
	}
	.thank-you-sponsors-slider-col {
		margin: 0 5px;
	}
	.header-left-logo img {
		max-width: 150px !important;
	}
	.our-team-col img {
		height: 170px !important;
		width: 170px !important;
	}
	.our-team-image::after {
		width: 190px;
		height: 190px;
	}
	.resource-card {
		width: calc(100% /2 - 10px);
	}
	.tribe-events-page-template .tribe-events-event-image img {
		height: 300px !important;
	}
	.tribe-events-page-template .tribe-events .tribe-events-l-container {
		min-height: auto !important;
		padding: 50px 20px 0 20px !important;
	}
}
@media(min-height: 768px){
	.tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col {
		padding-right: 0 !important;
	}
}
@media (max-width:767px) {
	.banner-sec-slider-main-bg ul.slick-dots {
		justify-content: center;
	}
	.making-an-impact-heading-left:after {
		display: none;
	}
	.healthy-community-image img {
		height: 160px !important;
	}
	.calls-to-action-content {
		justify-content: center;
		align-items: center;
		text-align: center;
		left: 0;
	}
	.how-weve-helped-right-image img {
		height: 300px !important;
	}
	.how-weve-helped-counter-col p {
		text-align: center;
	}
	.featured-col-left img {
		height: 300px !important;
	}
	.thank-you-sponsors-right-slider .slick-list.draggable {
		margin: 0 20px;
	}
	.inner-thank-you-sponsors h4 {
		line-height: normal !important;
	}
	.section-space-top {
		margin-top: 50px !important;
	}
	.footer-sec-col {
		width: calc(100% / 2 - 15px) !important;
	}
	.news-page-banner:after {
		width: 80%;
	}
	.news-page-banner,
	.upcoming-event-page-banner,
	.common-single-page-banner {
		min-height: 270px !important;
		height: auto !important;
	}
	.single-post article header h1 {
		font-size: 36px !important;
	}
	.tribe-events-archive-banner .container,
	.breadcrumb-header .container {
		text-align: center;
		padding: 40px 20px !important;
	}
	.custom-event-card .event-right {
		width: 100%;
		margin-left: 0;
	}
	.custom-event-card .event-left {
		position: relative;
		max-width: 100%;
		width: 100%;
	}
	.tribe-events-single .tribe-events-sub-nav {
		gap: 20px !important;
	}
	.united-for-community-shap-sec:after,
	.united-for-health-shap-sec:after {
		display: none;
	}
	.search-warp.closed {
		width: 100%;
		height: 100%;
		top: 0;
		padding: 30px !important;
	}
	.custom-event-card .event-date-badge {
		width: 70px;
		height: 70px;
	}
	.custom-event-card .event-date-badge span {
		font-size: 20px !important;
		line-height: 20px !important;
	}
	.tribe-events-page-template .tribe-events-c-nav__list li {
		width: calc(100% / 2 - 10px) !important;
	}
	.tribe-events-page-template .tribe-events-c-nav__list {
		gap: 20px;
	}
	.search-results header.page-header.alignwide h1 {
		font-size: 46px;
	}
	.search-results .search-result-count {
		font-size: 28px;
		margin: 30px 0 30px 0;
	}
	.search-results article {
		width: calc(100% / 2 - 10px);
	}
	/*  */
	li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list.tribe-events-c-view-selector__list-item--active:after,
	li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list:after,
	li.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--month a:after {
		display: none !important;
	}
	.tribe-events .tribe-events-c-view-selector__list-item-icon {
		height: 23px;
	}
	.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active a span,
	.tribe-events-c-view-selector__content ul li a span {
		font-size: 14px !important;
	}
	.tribe-events-c-view-selector__content ul li a {
		padding: 6px 14px !important;
		display: flex !important;
		align-items: center !important;
		margin-bottom: 10px !important;
	}
	.tribe-events-c-view-selector__content ul li a svg {
		max-width: 17px !important;
	}
	.tribe-events .tribe-events-c-events-bar__search-button:focus,
	.tribe-events button.tribe-events-c-events-bar__search-button:focus,
	.tribe-theme-twentytwentyone .tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
		outline: none !important;
	}
	.tribe-events-archive-banner h1,
	.breadcrumb-header h1,
	.search-results header.page-header.alignwide h1,
	.search-no-results header.page-header.alignwide h1 {
		font-size: 46px;
	}
	.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active a:hover svg path {
		fill: #ff0f42 !important;
	}
	.search-results nav.navigation.pagination {
		margin-top: 40px !important;
	}
	.login-button-short-code {
		top: 0px;
	}
	.event-month-box h3 {
		line-height: 26px !important;
	}
	/* ============= 03-oct-2025 ============= */
	.yellow-circle-banner-shape:after,
	.orange-triangles-banner-shape:after,
	.blue-circles-circle-banner-shape:after,
	.single-tribe_events .breadcrumb-header::after,
	.blue-chevrons-banner-shape:after {
		display: none;
	}
	.banner-slider-sec-main,
	.united-for-community-shap-sec,
	.single-tribe_events .breadcrumb-header,
	.inner-banner-sec-bg {
		min-height: 350px;
	}
	.post-design-custom .result-article-wrap article.hfe-post-card {
		width: 100%;
	}
	/* ============= 03-oct-2025 ============= */

	/* event page	 */
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event >* {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100% !important;
	}

	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.tribe-events-header__events-bar.tribe-events-c-events-bar {
		flex-wrap: wrap;
		gap: 10px;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag-datetime span {
		font-size: 24px;
		line-height: 1.15;
	}
	.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
		height: 80px;
		min-height: 80px;
		width: 80px;
	}
}




/* @media (max-width: 1024px) {

h1 {
font-size: 52px !important;
line-height: 1.2 !important;
}

h2 {
font-size: 40px !important;
line-height: 1.2 !important;
}

h3 {
font-size: 30px !important;
line-height: 1.25 !important;
}

h4 {
font-size: 26px !important;
line-height: 1.3 !important;
}

h5 {
font-size: 20px !important;
line-height: 1.4 !important;
}

h6 {
font-size: 18px !important;
line-height: 1.4 !important;
}

} */


/* @media (max-width: 767px) {

h1 {
font-size: 36px !important;
line-height: 1.25 !important;
}

h2 {
font-size: 32px !important;
line-height: 1.2 !important;
}

h3 {
font-size: 26px !important;
line-height: 1.25 !important;
}

h4 {
font-size: 22px !important;
line-height: 1.3 !important;
}

h5 {
font-size: 18px !important;
line-height: 1.45 !important;
}

h6 {
font-size: 16px !important;
line-height: 1.5 !important;
}

} */



@media (max-width:639px) {
	.nav-previous,
	.nav-next {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width:575px) {
	.how-weve-helped-right-image img {
		height: 250px !important;
	}
	.footer-sec-col {
		width: 100% !important;
	}
	.resource-card {
		width: 100%;
		text-align: center;
	}
	.resource-card h4 {
		margin-bottom: 10px;
	}
	.resource-card a {
		margin-top: 10px;
	}
	#resource-filters select {
		width: 100%;
	}
	.category-sec-bg .resource-filters-custom>* {
		width: 100%;
	}
	.category-sec-bg #apply-filters {
		width: 100%;
	}
	.contact-sec-form-main .form-filed-col {
		width: 100% !important;
	}
	.search-results article {
		width: 100%;
		text-align: center;
	}
	.search-no-results input.search-submit {
		width: 40%;
	}
	.search-no-results input#search-form-1 {
		width: 60%;
	}
}

@media screen and (max-width: 480px) {
	.wpforms-recaptcha-container {
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		position: relative !important;
		left: -34px;
	}
	.search-warp .form-search {
		right: 0;
		width: 100%;
	}
	div#edit-actions {
		width: 30%;
	}
	.js-form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label.mb-3 {
		width: 70%;
	}
	.search-warp .search-block-form form#search-block-form .btn.btn-primary {
		min-width: 100%;
		outline: none !important;
		max-width: 100%;
	}
}


/* ============= Media Css Start End ============= */

