/* HEADER ADJUSTMENTS */

/* Remove Site Header Gap - Start */
element.style {
}
	.page-title-section.page-title-default {
		padding: 0px 0 !important;
	}
.page-title-section {
	margin-bottom: 0 !important;
}
/* Remove Site Header Gap - End */

/* Sticky Header Auto Scroll Adjustment - Start*/
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 140px; /* Replace with header's height */
    margin: -140px 0 0; /* Replace with the negative of header's height */
    visibility: hidden;
    pointer-events: none;
}
/* Sticky Header Auto Scroll Adjustment - End*/


/*  GLOBAL ADJUSTMENTS  */

/* Smooth Scrolling - Start */
html.anchor-box {
    scroll-behavior: smooth;
	scroll-padding-top: 660px !important;
}
/* Smooth Scrolling - End */


/* HERO ADJUSTMENTS*/

/* Hero 'Opening Soon' - Start */
/*.elementor-widget-cs_title .cs-title-text > *:last-child {
	font-family: 'LibreBaskerville-Regular';
}*/
/* Hero ' Opening Soon' - End*/


/* CONTACT FORM ADJUSTMENTS */

/* Contact Form Section Width Override - Start */
@media (min-width: 768px) {
	.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		width: 90%;
	}
	.elementor-section.elementor-section-boxed.cs-section-content-fullwidth > .elementor-container, .elementor-section.elementor-section-full_width.cs-section-content-fullwidth > .elementor-container {
		padding-left: 130px;
	}
/* Contact Form Section Width Override - End */

/* Form Font Adjust - Start */
.elementor-kit-14 label {
	font-size: 14px !important;
	font-family: Roboto !important;
	font-weight: 400 !important;
}
/* Form Font Adjust - End */


/* Checkbox Validation Color - Start */
[type="checkbox"], [type="radio"] {
	accent-color: #B99969;
}
/* Checkbox Validation Color - End */

/* Button Format - Start */
.elementor-kit-14 button, .elementor-kit-14 input[type="button"], .elementor-kit-14 input[type="submit"], .elementor-kit-14 .elementor-button {
	font-size: 17px;
}
.elementor-1 .elementor-element.elementor-element-1b4492d .wpcf7-submit {
	--btn-bg-hover: #B99969 !important;
	border-radius: 5px !important;
}
/* Button Format - End */