/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description:  A Hello Elementor child theme 
Author:       Elementor Team
Author URI:   https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template:     hello-elementor
Version:      1.0.1
Text Domain:  hello-elementor-child
*/
.desktop-hide,
span.desktop-hide {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.desktop-hide {
		display: block !important;
	}

	span.desktop-hide {
		display: inline-block !important;
	}
}

.mobile-hide {
	display: inline-block !important;
}

span.mobile-hide {
	display: inline-block !important;
}

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

	.mobile-hide,
	span.mobile-hide {
		display: none !important;
	}
}

.wpforms-field label {
	font-family: "Poppins", Sans-serif !important;
}

#wpforms-21348 .wpforms-field-checkbox {
	margin-bottom: 0;
}

#wpforms-21348 .wpforms-field-checkbox input {
	margin-right: 18px;
}

#wpforms-21348 .wpforms-field-checkbox label {
	font-family: "Inter", Sans-serif !important;
	color: #6C767D;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}

#wpforms-21348 .wpforms-submit-container {
	width: fit-content;
	margin: 0 auto;
}

.custom-posts-wrapper.custom-posts-wrapper h1,
.custom-posts-wrapper.custom-posts-wrapper h2,
.custom-posts-wrapper.custom-posts-wrapper h3,
.custom-posts-wrapper.custom-posts-wrapper h4,
.custom-posts-wrapper.custom-posts-wrapper h5,
.custom-posts-wrapper.custom-posts-wrapper h6,
.custom-posts-wrapper.custom-posts-wrapper p,
.custom-posts-wrapper.custom-posts-wrapper span {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

p a,
p a:hover {
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.comments-area {
	max-width: 934px;
	margin: 0 auto 90px;
	padding: 0 24px;
}

.comments-area .form-submit .submit {
	background: #0F1A43;
	margin-top: 24px;
	padding: 12.5px 30px;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-family: "Poppins", Sans-serif;
	display: flex;
	margin-left: auto;
	margin-right: 0;
}

.comments-area .submit:hover {
	background: #0F1A43;
}

.comment-section-wrapper {
	display: flex;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 2px solid #F3F3F3;
	margin-bottom: 24px;
}

.comment-section-date {
	display: flex;
	flex-direction: column;
	padding: 10px 12px;
	background: #00AEEF;
	height: fit-content;
}

.comment-section-date__day,
.comment-section-date__month {
	display: block;
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: right;
}

.comment-section__content .comment-section__comment-title {
	color: #0F1A43;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Poppins", Sans-serif;
	margin-top: 0;
	margin-bottom: 8px;
}

.comment-section__comment-text {
	color: #6C767D;
	font-size: 16px;
	line-height: 24px;
}

.title-comments {
	display: none;
}

.comment-form-comment textarea {
	border: 1px solid #6C767D;
	border-radius: 7px;
}

.comment-reply-title,
.logged-in-as,
.comment-notes {
	display: none;
}

.comment-form {
	max-width: 796px;
	margin: 0 0 0 auto;
}

.comment-form label {
	color: #0F1A43;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 2px;
}

.comment-form-comment,
.comment-form-author {
	margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
	.comment-section-wrapper {
		flex-direction: column;
	}

	.comment-section-date {
		width: fit-content;
		margin: 0 0 0 auto;
	}
}

.elementor-element.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.tribe-events-view--month .tribe-common-l-container.tribe-events-l-container,
.tribe-events-view--day .tribe-common-l-container.tribe-events-l-container,
#tribe-events-pg-template {
	padding: 0;
	max-width: 100%;
}

.tribe-common.tribe-events-view--month .tribe-events-header,
.tribe-common.tribe-events-view--day .tribe-events-header,
#tribe-events-pg-template .tribe-events-single {
	padding-top: var(--tec-spacer-13);
}

.tribe-common.tribe-events-view--month .tribe-events-header,
.tribe-common.tribe-events-view--month .tribe-events-calendar-month,
.tribe-common.tribe-events-view--month .tribe-events-c-subscribe-dropdown__container,
.tribe-common.tribe-events-view--day .tribe-events-header,
.tribe-common.tribe-events-view--day .tribe-events-calendar-month,
.tribe-common.tribe-events-view--day .tribe-events-c-subscribe-dropdown__container,
.tribe-common.tribe-events-view--day .tribe-events-calendar-day-nav,
#tribe-events-pg-template .tribe-events-single {
	padding-left: var(--tec-grid-gutter-page);
	padding-right: var(--tec-grid-gutter-page);
	margin-left: auto;
	margin-right: auto;
	max-width: var(--tec-grid-width);
}

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

	.tribe-common.tribe-events-view--month .tribe-events-header,
	.tribe-common.tribe-events-view--month .tribe-events-calendar-month,
	.tribe-common.tribe-events-view--month .tribe-events-c-subscribe-dropdown__container,
	.tribe-common.tribe-events-view--month .tribe-events-calendar-month-mobile-events,
	.tribe-common.tribe-events-view--day .tribe-events-header,
	.tribe-common.tribe-events-view--day .tribe-events-calendar-day,
	.tribe-common.tribe-events-view--day .tribe-events-c-subscribe-dropdown__container,
	.tribe-common.tribe-events-view--day .tribe-events-calendar-day-mobile-events,
	.tribe-common.tribe-events-view--day .tribe-events-calendar-day-nav,
	#tribe-events-pg-template .tribe-events-single {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* Styles for our team page tab section */

.extp-search {
	margin-bottom: 30px;
}

.ex-tplist.column-3 {
	display: flex;
	flex-direction: column;
}

.extp-search-group .extp-child_cat.extp-cat-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	float: unset;
}

.extp-search-group .extp-top-cat {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.extp-search-group .extp-top-cat .extp-top-term.extp-child-click[data-value=""],
.ex-tplist.column-3 span.search-btsm {
	display: none;
}

.extp-search-group .extp-top-cat .extp-top-term.extp-child-click {
	padding: 12px 40px;
	background: none;
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	margin: 0;
}

.extp-search-group .extp-top-cat .extp-top-term.extp-child-click:hover {
	border-bottom: 3px solid #00AEEF;
	background: none;
}

.extp-search-group .extp-top-cat .extp-top-term.extp-child-click.extp-child-active {
	border-bottom: 3px solid #00AEEF;
	background: none;
}

.extp-search-group .extp-top-cat .extp-top-term.extp-child-click a {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.extp-search-group .extp-top-cat .extp-top-term.extp-child-click a:hover {
	text-decoration: none;
}

.ex-tplist.column-3 .ctgrid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin: 0;
	height: unset !important;
}

.ex-tplist.column-3 .ctgrid .item-grid {
	width: 100%;
	position: static !important;
	padding: 0;
	border: 1px solid #EBEBEB;
}

.ex-tplist.column-3 .item-grid figcaption {
	display: none;
}

.ex-tplist.column-3 .item-grid .tpstyle-5-info {
	position: static;
	margin: 0;
	padding: 16px 16px 32px 16px;
	text-align: left;
}

.ex-tplist.column-3 .item-grid .tpstyle-5-info h3 {
	margin-top: 0;
	margin-bottom: 4px;
}

.ex-tplist.column-3 .item-grid .tpstyle-5-info a {
	color: #0F1A43;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.ex-tplist.column-3 .item-grid .tpstyle-5-info a:hover {
	text-decoration: none;
}

.ex-tplist.column-3 .item-grid .tpstyle-5-info h5 {
	color: #6C767D;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}

.tpstyle-5 .tpstyle-5-profile {
	height: 240px;
	object-fit: cover;
	filter: grayscale(1);
}

.ex-tplist.column-3 .extp-child_cat .extp-top-cat li ul {
	left: unset;
}

.ex-tplist.column-3 .ex-loadmore {
	display: none;
}

.gslide .exp-lightbox-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}

.gnext,
.gprev {
	display: none !important;
}

.exteam-lb .gslide-inner-content.gslide-inner-content {
	max-width: 500px;
}

.exp-lightbox-info .lb-info.lb-info,
.exteam-lb .ginner-container.desc-right.desc-right {
	padding: 0;
	width: 100%;
}

.exteam-lb .goverlay.goverlay {
	background: rgba(0, 0, 0, 0.75);
}

.exp-lightbox-info .lb-image.lb-image {
	width: 100%;
	margin-bottom: 30px;
}

.exp-lightbox-info .lb-image img {
	display: block;
}

.exteam-lb.glightbox-clean .gslide-description.gslide-description {
	padding: 24px;
	margin: 0;
}

.exp-lightbox-info .lb-info h3 a {
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
}

.exp-lightbox-info .lb-info .extp-mb-content span {
	color: #6C767D;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

@media only screen and (max-width: 1024px) {
	.ex-tplist.column-3 .ctgrid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (max-width: 768px) {
	.ex-tplist.column-3 .ctgrid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gslide .exp-lightbox-info {
		padding: 0 24px;
	}

	.extp-search-group {
		display: flex;
		justify-content: center;
	}

	.etp-search-form.extp-cat-inline .extp-search-group select {
		font-family: "Poppins", Sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0.5px;
		color: #0F1A43;
		text-transform: uppercase;
		border: none;
		border-bottom: 3px solid #00AEEF;
		width: 100%;
		margin: 0 24px;
		text-align: center;
	}

	.extp-search-group option[value=""] {
		display: none;
	}
}

/* End styles for our team page tab section  */

/* Start Partners Logos */

.partners-logos {
	display: flex;
	justify-content: center;
}

.partners-logos__wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	width: fit-content;
}

.partners-logos__featured-image {
	display: flex;
	max-width: 165px;
}

.partners-logos .partners-logos__featured-image img {
	display: block;
	width: 100%;
	height: 165px;
	object-fit: contain;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media only screen and (max-width: 1024px) {
	.partners-logos__wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (max-width: 450px) {
	.partners-logos__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Team Members Custom Section */

body {
	position: relative;
	margin: 0;
}

.team-members {
	display: block;
	padding: 50px 0;
}

.team-members__subitems-wrapper {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: fit-content;
	left: 50%;
	top: 100%;
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
	transition: 0.3s ease;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
	z-index: 99;
}

.team-members__subitem:hover {
	background: #eee;
}

.team-members__cards {
	display: none;
	grid-template-columns: repeat(6, 1fr);
}

.team-members__cards.active {
	display: grid;
}

.team-members__member-card {
	border: 1px solid #f3f3f3;
	border-left: none;
}

.team-members__card-info {
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.team-members__member-image-wrapper {
	overflow: hidden;
}

.team-members .team-members__member-image {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	filter: grayscale(1);
	transition: 0.3s ease;
}

.team-members__card-info:hover .team-members__member-image {
	scale: 1.2;
}

.team-members__member-content {
	padding: 16px;
}

.team-members__member-content--small-wrapper {
	display: flex;
	justify-content: space-between;
}

.team-members__member-name {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.team-members__member-position {
	display: flex;
	flex-direction: column;
	color: #6C767D;
	font-feature-settings: 'liga' off, 'calt' off;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.team-members__member-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: calc(80vh - 60px);
	max-width: 500px;
	background: #fff;
	padding: 24px;
	overflow-y: auto;
	scale: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease;
	transform-origin: top left;
	z-index: 1001;
}

.team-members__member-popup.active {
	scale: 1;
	opacity: 1;
	visibility: visible;
}

.team-members__popup-image {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.team-members__popup-name {
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
}

.team-members__social-icons {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.team-members .team-members__social-icons a {
	padding: 6px;
	border: 1px solid #ddd;
	color: #888;
	transition: 0.3s ease;
}

.team-members .team-members__social-icons a:hover {
	background: #000;
	color: #fff;
}

.team-members__popup-info-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 30px;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.team-members__popup-info-small-wrapper {
	display: flex;
	gap: 5px;
	margin-bottom: 5px;
}

.team-members .team-members__popup-info-text {
	display: block;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #888;
	letter-spacing: 1px;
	line-height: 1.1;
}

.team-members__popup-text {
	display: block;
	color: #6c767d;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.opened-member-popup {
	overflow: hidden;
}

.opened-member-popup::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	z-index: 1000;
}

.team-members__popup-close {
	cursor: pointer;
	position: fixed;
	display: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 20px;
	right: 20px;
	background: #fff;
}

.team-members__popup-close.active {
	display: block;
	z-index: 1002;
}

.team-members__popup-close::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	background: #000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.team-members__popup-close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	background: #000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.team-members__tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 29px;
	padding: 0 24px;
}

.team-members__tab {
	cursor: pointer;
	position: relative;
	display: block;
	min-width: 215px;
}

.team-members__tab-name {
	display: flex;
	justify-content: center;
	gap: 4px;
	color: #0F1A43;
	text-align: center;
	font-feature-settings: 'liga' off, 'calt' off;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 0 20px 8px;
	border-bottom: 2px solid transparent;
	transition: 0.3s ease;
}

.team-members__tab:hover .team-members__tab-name,
.team-members__tab.active .team-members__tab-name {
	border-bottom: 2px solid #00AEEF;
}

.team-members__tab.has-subitems:hover .team-members__subitems-wrapper {
	transform: translateX(-50%) scaleY(1);
}

.team-members__subitem {
	display: block;
	min-width: 170px;
	padding: 5px 17px;
	transition: 0.3s ease;
	font-family: 'Poppins', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.team-members__subitem.active {
	background-color: #eee;
}

.team-members__subitem:hover {
	background: #eee;
}

@media only screen and (max-width: 1024px) {
	.team-members__cards {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (max-width: 450px) {
	.team-members__cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.team-members__member-popup {
		width: 80%;
	}

	.team-members__tab {
		min-width: 100%
	}
}

/* End Team Members Custom Section */