/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.card_clipped {
	clip-path: polygon(0 0, 80% 0, 100% 50px, 100% 100px, 100% 100%, 0 100%);
}
.testimonial_card .elementor-testimonial-wrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}
.testimonial_card .elementor-testimonial-content {
	margin-bottom: 0;
}
.testimonial_card .elementor-testimonial-content:before {
	content: "“";
	position: absolute;
	left: 15px;
	font-size: 30px;
	color: var(--e-global-color-6a3eff7);
	font-weight: 700;
}
.testimonial_card .elementor-testimonial-content:after {
	content: "”";
	position: absolute;
	font-size: 30px;
	color: var(--e-global-color-6a3eff7);
	margin-top: 6px;
	font-weight: 700;
}
.text_linked a {
	color: var(--e-global-color-secondary);
	text-decoration:underline;
}
.text_bold_yellow b, .text_bold_yellow strong {
	color: var( --e-global-color-6a3eff7 );
}
.video_c_widget .elementor-custom-embed-image-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	background-blend-mode: multiply;
}

/* Navigation/Header */
.elementor-nav-menu--dropdown a.elementor-sub-item {
	border: 0;
}

@media screen and (max-width: 820px) {
	.elementor-nav-menu--dropdown  li.menu-item a.elementor-sub-item {
		padding-left: 50px !important;
		font-weight: 500 !important;
		font-size: 1.2em !important;
		background: var(--e-global-color-3bb2372);
	}	
}
@media screen and (min-width: 1200px) {
	span.title-break {
		display: block;
		margin-left: 36%;
	}
	span.title-break-little {
		font-size: 0.5em;
		display: block;
	}
	span.title-little {
		font-size: 0.5em;
	}
}

/* Contact Form */
.contact-form-custom input[type="text"],
.contact-form-custom input[type="email"],
.contact-form-custom textarea {
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid var(--e-global-color-text);
	border-radius: 0;
	box-shadow: none;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 1.1em;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	outline: none !important;
}

.contact-form-custom textarea {
	height: 50px;
	min-block-size: 0.5rem !important;
}
.contact-form-custom input[type="radio"] {
	border-color: var(--e-global-color-text);
	background-color: transparent !important;
	outline: none !important;
}
.contact-form-custom input[type="radio"] + label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 1.1em;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}
.contact-form-custom input[type="radio"]:checked::before {
	background-color: var(--e-global-color-6a3eff7);
}
.contact-form-custom .gfield {
	position: relative;
}
.contact-form-custom label.gfield_label {
	position: absolute;
	top: 10px;
	left: 12px;
	pointer-events: none;
	transition: 0.2s ease all;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 1.1em;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}
.contact-form-custom .gfield.active label.gfield_label {
	top: -15px;
	left: 8px;
	font-size: 12px;
	color: #333;
}
p.gform_required_legend {
	display: none;
}
.contact-form-custom .html-g-title {
	margin-bottom: -16px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 1.1em;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}
.contact-form-custom input#gform_submit_button_1 {
	outline: none !important;
	font-family: var(--e-global-typography-eceb4ce-font-family), Sans-serif;
	font-size: var(--e-global-typography-eceb4ce-font-size);
	font-weight: var(--e-global-typography-eceb4ce-font-weight);
	text-transform: var(--e-global-typography-eceb4ce-text-transform);
	line-height: var(--e-global-typography-eceb4ce-line-height);
	letter-spacing: var(--e-global-typography-eceb4ce-letter-spacing);
	word-spacing: var(--e-global-typography-eceb4ce-word-spacing);
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	background-color: #F8CD5E00;
	border-style: solid;
	border-width: 1.5px 1.5px 1.5px 1.5px;
	border-color: var(--e-global-color-secondary);
	border-radius: 3px 3px 3px 3px;
}
.contact-form-custom input#gform_submit_button_1:hover {
	background-color: var(--e-global-color-secondary);
	color: white;
}
.contact-form-custom input#gform_submit_button_2 {
	outline: none !important;
	font-family: var(--e-global-typography-eceb4ce-font-family), Sans-serif;
	font-size: var(--e-global-typography-eceb4ce-font-size);
	font-weight: var(--e-global-typography-eceb4ce-font-weight);
	text-transform: var(--e-global-typography-eceb4ce-text-transform);
	line-height: var(--e-global-typography-eceb4ce-line-height);
	letter-spacing: var(--e-global-typography-eceb4ce-letter-spacing);
	word-spacing: var(--e-global-typography-eceb4ce-word-spacing);
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	background-color: #F8CD5E00;
	border-style: solid;
	border-width: 1.5px 1.5px 1.5px 1.5px;
	border-color: var(--e-global-color-secondary);
	border-radius: 3px 3px 3px 3px;
}
.contact-form-custom input#gform_submit_button_2:hover {
	background-color: var(--e-global-color-secondary);
	color: white;
}
.contact-form-custom input#gform_submit_button_3 {
	outline: none !important;
	font-family: var(--e-global-typography-eceb4ce-font-family), Sans-serif;
	font-size: var(--e-global-typography-eceb4ce-font-size);
	font-weight: var(--e-global-typography-eceb4ce-font-weight);
	text-transform: var(--e-global-typography-eceb4ce-text-transform);
	line-height: var(--e-global-typography-eceb4ce-line-height);
	letter-spacing: var(--e-global-typography-eceb4ce-letter-spacing);
	word-spacing: var(--e-global-typography-eceb4ce-word-spacing);
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	background-color: #F8CD5E00;
	border-style: solid;
	border-width: 1.5px 1.5px 1.5px 1.5px;
	border-color: var(--e-global-color-secondary);
	border-radius: 3px 3px 3px 3px;
}
.contact-form-custom input#gform_submit_button_3:hover {
	background-color: var(--e-global-color-secondary);
	color: white;
}
.contact-form-custom span.gfield_required {
	color: var(--e-global-color-6a3eff7) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

@media screen and (min-width: 820px) {
	.gfield_radio {
		flex-direction: row !important;
		gap: 20px !important;
	}
}

/* Gravity Forms Section Heading */
body .gform_wrapper .gsection_title {
	font-family: var(--e-global-typography-eceb4ce-font-family), Sans-serif;
	font-size: 1.3em;
	font-style:uppercase; !important
	line-height: var(--e-global-typography-primary-line-height);
	font-weight: 700;
	text-transform: uppercase;
	color: #2E2A8D;
	margin-bottom: 0.5em;
}


/* End contact forms */

/* Podcasts */
.podcast-card-button::after {
	content: " ";
	background-image: url(https://shoresrchprtnr.wpenginepowered.com/wp-content/uploads/2025/07/arrow-right-white.svg);
	width: 18px;
	height: 18px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 17px;
	margin-left: 9px;
	margin-bottom: -2px;
}
.podcast-card-button:hover::after {
	background-image: url(https://shoresrchprtnr.wpenginepowered.com/wp-content/uploads/2025/07/arrow-right-white.svg);
}

.radio-filters .wpgb-facet .wpgb-hierarchical-list{
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}

.radio-filters .wpgb-facet .wpgb-hierarchical-list li{
	margin-top: 0;
}

.radio-filters .wpgb-radio-facet .wpgb-radio-control{
	border-radius: 2px !important;
	border-color: #2E2A8D !important;
	height: 24px !important;
	width: 24px !important;
}

.radio-filters .wpgb-radio-facet .wpgb-radio-control:after{
	background-color: #2E2A8D !important;
}

.reset-btn .wpgb-button.wpgb-reset{
	border: 2px solid #ADADAD;
	color: #ADADAD;
	letter-spacing: 0.36px;
	background-color: transparent;
	border-radius:0;
	padding: 9px 22px;
}

.reset-btn .wpgb-button.wpgb-reset:hover{
	border: 2px solid #2E2A8D;
	color: #2E2A8D;
}

.radio-filters .wpgb-radio-facet .wpgb-radio-label{
	color: #2E2A8D;
	text-align: center;
	line-height: 28px; 
}

.reset-btn .wpgb-button.wpgb-reset , .radio-filters .wpgb-radio-facet .wpgb-radio-label{
	font-family: "HK Nova";
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

.podcast-card .wpgb-block-3 a:hover , .podcast-card .wpgb-block-3:hover{
	color: #fff !important;
}

.podcast-card .wpgb-card-media:hover {
	background: transparent !important;
}

.pagination-filter a[aria-current="true"] {
	font-weight: 800 !important;
}

body .d-flexicons {
	display: flex !important;
	align-items: center;
	column-gap: 21px;
}



@media screen and (min-width: 768px) {
	.podcast-card .wpgb-card-media {
		max-width: 190px !important;
		width: 100% !important;
		margin: 0 auto;
	}

	.featured-card .wpgb-card-media {
		max-width: 380px !important;
		width: 100% !important;
		margin: 0 auto;
	}

	.podcast-card .wpgb-card-media {
		width: 40%;
	}
}

@media screen and (max-width: 768px) {
	.featured-card .wpgb-card-media {
		max-width: 200px !important;
	}
}

@media screen and (max-width: 640px) {
	.radio-filters .wpgb-facet .wpgb-hierarchical-list{
		flex-direction: column;
		row-gap: 15px;
		align-items: flex-start !important;
	}
	.radio-filters .wpgb-radio-facet .wpgb-radio-label , .reset-btn .wpgb-button.wpgb-reset{
		font-size: 16px;
	}

	.radio-filters .wpgb-radio-facet .wpgb-radio-control {
		height: 22px !important;
		width: 22px !important;
		margin-top: 2px;
	}

	.podcast-card .wpgb-card-media {
		margin: unset !important;
		max-width: 200px !important;
	}
}