/** Global Templates */

[x-cloak] {
	display: none;
}

.alpine-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.alpine-modal-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.75;
}

.alpine-modal .model-inner {
	background-color: white;
	border-radius: 0.5em;
	width: 100%;
	max-width: 800px;
	padding: 2em;
	margin: auto;
}

.alpine-modal .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid black;
}

/* Backend */

.components-button {
	text-overflow: ellipsis;
}

.wlx-backend-flex-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.wlx-backend-flex-group > * {
	flex: 0 0 calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.wlx-backend-paragraph {
	margin: 0;
}

.wlx-backend-text-bold {
	font-weight: 700;
}

.wlx-backend-error {
	color: #ed4337;
}

.wlx-backend-map-item {
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #000000;
}

.wlx-backend-form-item.is-flex {
	display: flex;
}

.wlx-backend-form-item.is-button {
	margin-top: 20px;
}

.wlx-backend-block-header {
	padding: 15px;
	background-color: #5bbe77;
	font-size: 32px;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.components-base-control__help {
	margin-top: calc(8px);
	font-size: 12px;
	font-style: normal;
	color: rgb(117, 117, 117);
	margin-bottom: revert;
}

@media screen and (min-width: 600px) {
	.components-modal__frame {
		min-width: 280px;
	}
}

/* Frontend */

body:not(.wp-admin) * {
	box-sizing: border-box;
}

body:not(.wp-admin) b,
body:not(.wp-admin) strong {
	font-weight: 700;
}

.wlx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 165.45px;
	height: 41.51px;
	white-space: nowrap;
	font-size: 11.37px;
	letter-spacing: -0.03em;
	font-weight: 600;
	transition: all 0.15s ease-in-out;
	border-width: 1.70569px;
	border-style: solid;
	border-radius: 3.41139px;
	text-decoration: none !important;
	padding: 0 10px;
	cursor: pointer;
	font-family: "gilroy", sans-serif;
}

.wlx-btn:hover {
	background-color: #333226 !important;
	border-color: #333226 !important;
	color: #f2f2f3 !important;
}

.wlx-image-100 img {
	width: 100%;
	max-height: 265px;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.wlx-image-100 img {
		max-height: 890px;
	}
}

.wlx-default-group .wlx-default-columns {
	gap: 0;
}

.wlx-default-group .wlx-default-columns .wlx-default-column {
	padding: 48px 30px;
}

.wlx-default-group
	.wlx-default-columns
	.wlx-default-column
	.wlx-default-heading-3 {
	margin-top: 18px;
	margin-bottom: 23px;
}

.wlx-default-sub-heading {
	font-size: 10px;
	line-height: 1.012;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.wlx-default-heading-3 {
	font-size: 35px;
	line-height: 1.012;
	letter-spacing: -0.03em;
	font-weight: 500;
}

.wlx-default-content-2 {
	font-size: 20px;
	line-height: 1.567;
	letter-spacing: -0.04em;
	font-weight: 500;
}

.hover-underline:hover {
	color: inherit;
	text-decoration: underline;
}

.wlx-default-content-2 a {
	text-decoration: none;
}

/**
 * Wlx Contact Form
 *
 * @author Trac Lam
 */

.wlx-contact-form {
	padding: 50px 30px 20px;
}

.wlx-contact-form .section-heading {
	margin: 17px 0 40px 0;
	font-size: 35px;
	line-height: 1.012;
	letter-spacing: -0.03em;
	font-weight: 500;
}

.wlx-contact-form .section-sub-heading {
	margin: 0;
	font-size: 10px;
	line-height: 1.012;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.wlx-contact-form form {
	width: 100%;
	max-width: 889px;
	margin: 0 auto;
}

.wlx-contact-form form p {
	margin: 0;
}

.wlx-contact-form__form-item {
	margin-bottom: 20px;
}

.wlx-contact-form__form-item label {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.04em;
	font-weight: 500;
}

.wlx-contact-form__form-item input,
.wlx-contact-form__form-item textarea {
	display: block;
	width: 100%;
	border: none;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 2px solid #ffffff;
	color: inherit;
	font-size: 15px;
	line-height: 1.002;
	letter-spacing: -0.04em;
	font-weight: 500;
	padding: 0;
	margin: 0;
	min-height: 24px;
	resize: none;
}
.wlx-contact-form__form-item input:focus,
.wlx-contact-form__form-item textarea:focus {
	outline: none;
	border-bottom: 2px solid #ffffff;
}

.wlx-contact-form__form-submit > * {
	text-align: center;
}

.wlx-contact-form__form-submit [type="submit"] {
	display: inline-block;
	background-color: #f2f2e3;
	border: none;
	color: #5bbe77 !important;
	min-width: 244px;
	height: 56px;
	font-size: 17px;
	font-weight: 600;
	margin-top: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.wlx-contact-form__form-submit [type="submit"]:hover {
	background-color: #000;
}

.wlx-contact-form__form-submit [class*="spinner"] {
	display: block;
	margin: 15px auto;
}

@media screen and (min-width: 768px) {
	.wlx-btn {
		min-width: 291px;
		height: 73px;
		font-size: 20px;
		border-width: 3px;
		border-radius: 6px;
	}

	.wlx-default-group
		.wlx-default-columns
		.wlx-default-column
		.wlx-default-heading-3 {
		margin-top: 23px;
	}

	.wlx-default-sub-heading {
		font-size: 15px;
	}

	.wlx-default-heading-3 {
		font-size: 48px;
	}

	/**
	 * Wlx Contact Form
	 *
	 * @author Trac Lam
	 */

	.wlx-contact-form {
		padding: 80px 0 40px;
	}

	.wlx-contact-form .section-sub-heading {
		font-size: 15px;
	}

	.wlx-contact-form .section-heading {
		font-size: 54px;
	}

	.wlx-contact-form__form-item label {
		font-size: 27px;
	}
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
	.wlx-default-group .wlx-default-columns .wlx-default-column {
		padding: 80px;
	}
	.wlx-default-heading-3 {
		font-size: 53.961px;
	}

	.wlx-default-content-2 {
		font-size: 26.6901px;
	}
}

/*
	* Grid Layout
*/
.wlx-dontainer,
.wlx-dontainer-fluid {
	padding: 0 15px;
}

@media screen and (min-width: 420px) {
	.wlx-dontainer,
	.wlx-dontainer-fluid {
		padding: 0 30px;
	}
}

@media screen and (min-width: 992px) {
	.wlx-dontainer {
		padding: 0;
		max-width: 960px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1200px) {
	.wlx-dontainer {
		max-width: 1140px;
	}
}
