/* 
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 */

.header-top ul.elementor-icon-list-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-top ul.elementor-icon-list-items li {
	display: inline-block;
}
.ekit-wid-con .ekit-form form .wpcf7-form-control.wpcf7-acceptance label span {
	display: inline;
}
body .ekit-wid-con .ekit-form form .wpcf7-form-control.wpcf7-checkbox label span {
	display: inline;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.ekit-wid-con .ekit-form form label{
	display: block;
}
.form-container-wrap.form-list {
	padding: 0;
}
.form-container-wrap.form-list label {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}
.form-container-wrap.form-list label label{
	font-weight: 400;
}
.form-container-wrap.form-list .col-l-half, .form-container-wrap.form-list .col-r-half {
	margin-bottom: 0;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}

.podcast-row {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 50px;
}
.podcast-row:last-child{
	margin-bottom: 0px;
}
.podcast-column {
	flex: 1;
	width: 46%;
	max-width: 50%;
}
.podcast-meta {
	margin: 10px 0;
	display: flex;
	gap: 10px;
	align-items: center;
}
.podcast-meta span {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1.09px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding-left: 22px;
}
.podcast-meta span.podcast-author {
	line-height: 31px;
}
.podcast-meta span.podcast-duration {
	line-height: 25px;
	padding-left: 28px;
}
.podcast-meta span.podcast-author:before {
	content: "";
	background-image: url(images/mike-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 31px;
	height: 31px;
	position: absolute;
	left: -8px;
}
.podcast-meta span.podcast-duration:before {
	content: "";
	background-image: url(images/clock-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
}
h4.podcast-title, h4.podcast-title a {
	font-family: inter;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1.09px;
	vertical-align: middle;
	line-height: normal;
	margin-top: 10px;
	color: #000000;
}
p.podcast-desc {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px;
	vertical-align: middle;
	line-height: 24px;
}
a.podcast-listen-btn {
	font-weight: 600;
	font-size: 17.5px;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
	text-decoration-style: solid;
	color: #D9A25F;
	padding-left: 60px;
	position: relative;
	line-height: 50px;
	display: inline-block;
}
a.podcast-listen-btn:before {
	content: "";
	background-image: url(images/play-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}

.video-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	cursor: pointer;
}

body .video-wrapper .video-cover {
	width: 100%;
	height: auto;
	display: block;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	background: url('https://img.icons8.com/ios-filled/100/ffffff/play--v1.png') no-repeat center center;
	background-size: contain;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

@media (max-width: 768px) {
	.podcast-column {
		flex: auto;
		width: 100%;
		max-width: 100%;
	}
}
.building-wealth-wrap{
	text-align: center;
}
.building-wealth-wrap a {
	display: inline-block;
}
.popup-form {
	max-width: 700px;
}
.popup-form h3 {
	margin-bottom: 15px;
	text-align: center;
}