html body:not(.page-template-fullwidth-content) .site-content {
	margin: 0;
}

body .site {
	hyphens: none;
	-webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
}

.elementor-widget-icon .elementor-icon-wrapper {
	font-size: 0;
}

.header__block {
	background: linear-gradient(90deg, #C09C4D 0%, #D9C17E 50%, #C09C4D 100%);
}

.title__line {
	width: 100px;
	height: 1px;
	background: linear-gradient(90deg, rgba(157, 136, 82, 0.00) 0%, #D0B46D 49.8%, rgba(106, 92, 56, 0.00) 100%);
	margin: 0 auto;
}

.line__horizontale {
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, rgba(192, 156, 77, 0.00) 0%, #C09C4D 50%, rgba(192, 156, 77, 0.00) 100%);
}

.block__line {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(157, 136, 82, 0.00) 0%, #D0B46D 49.8%, rgba(106, 92, 56, 0.00) 100%);
}

.post__content h2,
.post__content h3 {
	color: #C09C4D;
	margin-bottom: 12px;
}

.elementor-widget-text-editor p:last-child {
	margin: 0;
	margin-block-end: 0 !important;
}

.post__title .jet-listing-dynamic-field__content {
	min-height: 48px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faq__block details {
	border: 1px solid rgba(192, 156, 77, 0.20);
}


.form__fields {
	justify-content: space-between;
}
.form__fields .jet-form-builder-row {
	width: 100%;
	max-width: 48%;
}