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

[data-elementor-type="header"] #main-header{
	background: transparent;
}

#main-header.scrolled {
	background: #0000008c !important;
	backdrop-filter: blur(14px) saturate(1.1);
	border-bottom: 1px solid rgba(246,241,230,.08);
}

#main-header .e-con-inner {
	transition: all ease .2s;
}


#main-header.scrolled .e-con-inner {
	padding: 0;
}

.eyebrow {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #C6A15B;
}

.heading-gold-gradient i{
	background: linear-gradient(135deg, #c9a962 0%, #f0e6c8 50%, #c9a962 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.text-gold-gradient {
	background: linear-gradient(135deg, #c9a962 0%, #f0e6c8 50%, #c9a962 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Contact Form 7 */
.form-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0 32px;
	margin-bottom: 32px;
}

.form-group .col-6 {
	width: calc(50% - 16px);
}

.form-group .col-12 {
	width: 100%;
}

.form-group label {
	display: block;
	margin-bottom: 14px;
	color: #9ba9b8;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Text inputs, select and number */
.form-group input.wpcf7-form-control,
.form-group select,
.form-group textarea {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 0 0 12px;
	font-size: 15px;
	outline: none;
}

/* Placeholder */
.form-group input::placeholder,
.form-group textarea::placeholder {
	color: rgba(255,255,255,0.38);
	opacity: 1;
}

/* Select */
.form-group select {
	cursor: pointer;
	color: #fff;
}

/* Select options */
.form-group select option {
	color: #222;
	background: #fff;
}

/* Textarea */
.form-group textarea {
	height: 70px;
	resize: none;
}

/* Submit button */
.form-submit {
	margin-top: 10px;
}

.form-submit input[type="submit"] {
	padding: 17px 40px;
	border: 0;
	border-radius: 0;
	background: #d4b15d;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.form-submit input[type="submit"]:hover {
	background: #000;
}

.gallery-carousel img {
	aspect-ratio: 4/3 !important;
	object-fit: cover;
}

.inline-size-container {
	container-type: inline-size;
	width: 100vw;
	overflow: hidden;
}

.elementor-custom-embed {
	height: 100%;
}


.tax-pills .elementor-post-info__terms-list-item {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.tax-pills .elementor-post-info__terms-list {
	font-size: 0;
	display: flex !important;
	gap: 10px 5px;
	flex-wrap: wrap;
}


.people-card .e-link-in-bio {
	padding: 55px 25px !important;
}
.people-card .e-link-in-bio__content {
	width: 100%;
}
.people-card .e-link-in-bio__ctas {
	display: none;
}

.tl-content {
	gap: 25px;
}
.timeline-panel {
	padding: 15px 15px !important;
	border-radius: 5px !important;
}
.timeline_pic.pull-left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 2px !important;
}
.timeline_pic.pull-left {
	width: 400px;
	aspect-ratio: 1/1;
}

.be-desc {
	position: relative;
}
.be-title {
	font-size: 82px !important;
	color: #c6a15b3b !important;
	font-weight: 700 !important;
	margin: 0;
	line-height: 0.9;
	font-family: "Montserrat", Sans-serif !important;
}
.be-content h3 {
	font-family: "Cormorant Garamond", Sans-serif;
	font-weight: 700;
	margin: 0 0 5px;
}
.be-content {
	margin-top: -40px;
}

/* Mobile */
@media (max-width: 767px) {
	.form-group {
		gap: 25px 0;
		margin-bottom: 25px;
	}

	.form-group .col-6,
	.form-group .col-12 {
		width: 100%;
	}

	.be-title {
		font-size: 58px !important;
	}
	.be-content h3 {
		font-size: 23px;
		line-height: 1.1;
	}
	.be-content p {
		font-size: 14px;
		line-height: 1.5;
	}
	.timeline_pic.pull-left {
		width: 100%;
		aspect-ratio: 3/2;
	}
	.tl-content {
		flex-direction: column;
	}
	.be-content {
		margin-top: -30px;
	}

	ul.timeline::before, .timeline.timeline-one-sided::before {
		left: 20px;
	}
	ul.timeline li .tl-circ {
		top: 33px;
		left: 10px;
		margin-left: 0;
		width: 20px;
		height: 20px;
	}
	ul.timeline li .timeline-panel {
		width: calc(100% - 50px);
	}
}
