/*-------------------------------------------------------*/
/* Table of Content

1.General
2.Grid
3.Elements
4.Widgets

/*-------------------------------------------------------*/
.elementor-editor-active .nav {
	pointer-events: none;
}

.elementor-editor-active .pointer-events-none {
	pointer-events: auto;
}

/*-------------------------------------------------------*/
/* Headings
/*-------------------------------------------------------*/
.elementor-widget-heading .elementor-heading-title {
	line-height: 1.3;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.elementor-button {
	transition: all .2s;
}

.elementor-widget-button .elementor-button {
	border: 2px solid transparent;
	background-color: #a87f34;
	border-radius: 3px;
	font-weight: 500;
	line-height: 1.1;
}

.elementor-button.elementor-size-xl,
.contact-form-button--size-xl .deo-field-type-submit input {
	font-size: 1.125rem;
	padding: 23px 30px;
}

.elementor-button.elementor-size-lg,
.contact-form-button--size-lg .deo-field-type-submit input {
	font-size: 1.0625rem;
	padding: 21px 26px;
}

.elementor-button.elementor-size-md,
.contact-form-button--size-md .deo-field-type-submit input {
	font-size: 1.0625rem;
	padding: 17px 24px;
}

.elementor-button.elementor-size-sm,
.contact-form-button--size-sm .deo-field-type-submit input {
	font-size: 1rem;
	padding: 12px 24px;
}

.deo-button-with-arrow .elementor-button-content-wrapper::after {
	content: '\e900';
	display: block;
	font-family: 'dinery-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	bottom: -3px;
	margin-left: 18px;
	order: 15;
}

/*-------------------------------------------------------*/
/* Social Media Icons
/*-------------------------------------------------------*/
.elementor-social-icon {
	padding: .5em .578em;
	font-size: 16px;
	margin-bottom: 6px;
}

.elementor-social-icon i {
	display: inline-block;
}

.elementor-social-icon i:before {
	top: 60%;
	transform: translate(-50%, -50%);
}

/* Ckecks list icon */
.elementor-icon-list-icon .fa-check:before {
	font-family: "dinery-icons";
	content: '\f383';
}

/*-------------------------------------------------------*/
/* Dividers
/*-------------------------------------------------------*/
.elementor-divider {
	color: #E5E5E5;
}

/*-------------------------------------------------------*/
/* Tabs & Accordions
/*-------------------------------------------------------*/
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: 1px none #E5E5E5;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
	border-color: #E5E5E5;
	border-top-width: 2px !important;
	border-top: 2px solid #a87f34;
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-accordion .elementor-tab-title {
	padding: 14px 18px;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	color: #343434;
}

@media (max-width: 767px) {
	.elementor-tabs .elementor-tab-title {
		border: 1px solid #E5E5E5;
	}
	.elementor-tabs .elementor-tab-content,
	.elementor-tabs .elementor-tab-title {
		border-style: solid;
		border-bottom-style: none;
	}
	.elementor-tabs .elementor-tab-content:last-child {
		border-style: solid;
		border-top-style: none;
	}
	.elementor-tabs .elementor-tab-title:nth-last-child(2) {
		border-style: solid;
	}
}

/*-------------------------------------------------------*/
/* Accordions
/*-------------------------------------------------------*/
.elementor-accordion .elementor-accordion-item {
	border: 1px solid #E5E5E5;
	margin-bottom: 16px;
}

.elementor-accordion .elementor-tab-content,
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	border-top: 1px solid #E5E5E5;
}

.elementor-accordion-icon {
	font-size: 14px;
	position: relative;
	top: 1px;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.elementor-alert {
	border-radius: 3px;
}

/*-------------------------------------------------------*/
/* URL Clickable
/*-------------------------------------------------------*/
.elementor-kit-clickable,
.elementor-kit-clickable a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent !important;
	cursor: pointer;
	display: block;
}

/*-------------------------------------------------------*/
/* URL Display Block
/*-------------------------------------------------------*/
.elementor-kit-url-block .elementor-image > a,
.elementor-kit-url-block .elementor-image figure > a {
	display: block;
}

/*-------------------------------------------------------*/
/* Pointer Events
/*-------------------------------------------------------*/
.pointer-events-none {
	pointer-events: none;
}

/*-------------------------------------------------------*/
/* Elementor Gallery Overflow Fix
/*-------------------------------------------------------*/
.elementor-image-gallery {
	overflow: hidden;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Elementor Pagination / Load More Button
/*-------------------------------------------------------*/
.deo-load-more .loader > div {
	width: 24px;
	height: 24px;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.deo-loading span {
	opacity: 0;
}

/*-------------------------------------------------------*/
/* Counter
/*-------------------------------------------------------*/
.elementor-counter .elementor-counter-title {
	line-height: 1.5;
	margin-top: 12px;
}

/*-------------------------------------------------------*/
/* Forms
/*-------------------------------------------------------*/
.deo-field-group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.deo-field-group input,
.deo-field-group select,
.deo-field-group textarea {
	margin-bottom: 0;
}

.deo-field {
	flex-basis: 100%;
}

.deo-field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.deo-column {
	position: relative;
	min-height: 1px;
	display: flex;
}

@media (min-width: 768px) {
	.deo-column,
	.deo-column.deo-column--100 {
		width: 100%;
	}
}

/*-------------------------------------------------------*/
/* Contact Form 7
/*-------------------------------------------------------*/
.deo-contact-form-7 .deo-field-type-submit .deo-field {
	flex-basis: auto;
}

.contact-form-button--align-left .deo-field-type-submit {
	justify-content: flex-start;
}

.contact-form-button--align-center .deo-field-type-submit {
	justify-content: center;
}

.contact-form-button--align-right .deo-field-type-submit {
	justify-content: flex-end;
}

.contact-form-button--align-justify .deo-field-type-submit {
	justify-content: stretch;
}

.contact-form-button--align-justify .deo-field-type-submit .deo-field {
	flex-basis: 100%;
}

/*# sourceMappingURL=style.css.map */
