/** Widgets: image-accordion **/

@-webkit-keyframes fadeInUp {
	0% {
		visibility: visible;
		opacity: 0;
		-webkit-transform: translate3d(0, 110%, 0);
		transform: translate3d(0, 110%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	0% {
		visibility: visible;
		opacity: 0;
		-webkit-transform: translate3d(0, 110%, 0);
		transform: translate3d(0, 110%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes noAnimation {
	0% {
		visibility: visible;
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes noAnimation {
	0% {
		visibility: visible;
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.ha-image-accordion-horizontal .ha-ia-gallery-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.ha-image-accordion-horizontal .ha-ia-gallery-wrap .ha-ia-item:not(:last-child) {
	margin-right: var(--ha-ia-gutter-margin);
}

.ha-image-accordion-vertical .ha-ia-gallery-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ha-image-accordion-vertical .ha-ia-gallery-wrap .ha-ia-item:not(:last-child) {
	margin-bottom: var(--ha-ia-gutter-margin);
}

.ha-image-accordion-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	--ha-ia-gutter-margin: 0;
}

.ha-image-accordion-wrapper a:focus {
	outline: 0;
}

.ha-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.ha-ia-container {
	width: 100%;
}

.ha-ia-content-wrapper, .ha-ia-gallery-wrap, .ha-ia-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ha-ia-gallery-wrap {
	overflow: hidden;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	height: 70vh;
}

.ha-ia-content-wrapper, .ha-ia-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.ha-ia-item {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: -webkit-box-flex .4s, -webkit-flex .4s;
	transition: flex .4s;
	transition: flex .4s, -webkit-box-flex .4s, -webkit-flex .4s, -ms-flex .4s;
}

.ha-ia-content-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ha-image-accordion-click .ha-ia-item.active, .ha-image-accordion-hover .ha-ia-item:hover {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.ha-image-accordion-hover .ha-ia-item:hover .ha-overlay {
	background-color: rgba(0, 0, 0, .29);
}

.ha-image-accordion-hover .ha-ia-item:not(:hover) .ha-ia-content-wrapper {
	display: none;
}

.ha-image-accordion-click .ha-ia-item.active .ha-overlay {
	background-color: rgba(0, 0, 0, .29);
}

.ha-image-accordion-click .ha-ia-item:not(.active) .ha-ia-content-wrapper {
	display: none;
}

.ha-ia-actions, .ha-ia-actions .ha-ia-link a, .ha-ia-actions .ha-ia-popup a, .ha-ia-content-icon-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.ha-ia-actions .ha-ia-link, .ha-ia-actions .ha-ia-popup {
	width: 1.9em;
	height: 1.9em;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 16px;
}

.ha-ia-actions .ha-ia-link a i, .ha-ia-actions .ha-ia-popup a i {
	padding: .5em;
	color: #fff;
	font-size: .9em;
}

.ha-ia-content-icon-title {
	font-size: 30px;
}

.ha-ia-content-icon-title.ha-ia-icon-left, body[data-elementor-device-mode=tablet] .ha-image-accordion-tablet-horizontal .ha-ia-gallery-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.ha-ia-content-icon-title.ha-ia-icon-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ha-ia-content-label {
	font-size: 16px;
}

.ha-ia-content-description, body[data-elementor-device-mode=tablet] .ha-ia-content-icon-title {
	font-size: 20px;
}

.ha-ia-content-button {
	margin: 10px 0;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #6d39ef;
	color: #fff;
	font-size: 16px;
}

.ha-ia-content-button:hover {
	background-color: #e2498a;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ha_fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

.ha_noAnimation {
	-webkit-animation-name: noAnimation;
	animation-name: noAnimation;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

body[data-elementor-device-mode=tablet] .ha-image-accordion-tablet-horizontal .ha-ia-gallery-wrap .ha-ia-item:not(:last-child) {
	margin-right: var(--ha-ia-gutter-margin);
	margin-bottom: 0;
}

body[data-elementor-device-mode=tablet] .ha-image-accordion-tablet-vertical .ha-ia-gallery-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

body[data-elementor-device-mode=tablet] .ha-image-accordion-tablet-vertical .ha-ia-gallery-wrap .ha-ia-item:not(:last-child) {
	margin-right: 0;
	margin-bottom: var(--ha-ia-gutter-margin);
}

body[data-elementor-device-mode=tablet] .ha-ia-content-label {
	font-size: 14px;
}

body[data-elementor-device-mode=tablet] .ha-ia-content-description {
	font-size: 18px;
}

body[data-elementor-device-mode=tablet] .ha-ia-content-button {
	font-size: 14px;
}

body[data-elementor-device-mode=mobile] .ha-image-accordion-mobile-horizontal .ha-ia-gallery-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

body[data-elementor-device-mode=mobile] .ha-image-accordion-mobile-horizontal .ha-ia-gallery-wrap .ha-ia-item:not(:last-child) {
	margin-right: var(--ha-ia-gutter-margin);
	margin-bottom: 0;
}

body[data-elementor-device-mode=mobile] .ha-image-accordion-mobile-vertical .ha-ia-gallery-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

body[data-elementor-device-mode=mobile] .ha-image-accordion-mobile-vertical .ha-ia-gallery-wrap .ha-ia-item:not(:last-child) {
	margin-right: 0;
	margin-bottom: var(--ha-ia-gutter-margin);
}

body[data-elementor-device-mode=mobile] .ha-ia-content-icon-title {
	font-size: 20px;
}

body[data-elementor-device-mode=mobile] .ha-ia-content-label {
	font-size: 12px;
}

body[data-elementor-device-mode=mobile] .ha-ia-content-description {
	font-size: 16px;
}

body[data-elementor-device-mode=mobile] .ha-ia-content-button {
	font-size: 12px;
}
