
.eb-row-wrapper * {
	box-sizing: border-box;
}

.eb-row-wrapper:not(.for-editor-page) {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
}

.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: auto;
	max-width: none !important;
	position: relative;
	width: auto !important;
}

.eb-row-root-container>div.eb-row-wrapper:not(.for-editor-page)>div.eb-row-inner>div.eb-column-wrapper>div.eb-column-inner>div:not(.eb-instagram-wrapper):not(.eb-toc-container), .wp-block-essential-blocks-row {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.eb-row-root-container>.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner>.eb-column-wrapper {
	box-sizing: border-box;
}

@media (max-width:1024px) {
	.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.eb-advance-heading-wrapper a {
	color: inherit;
}

.eb-advance-heading-wrapper>* {
	transition: all .3s ease-in-out;
}

.eb-flipbox-container * {
	box-sizing: border-box;
}

.eb-flipbox-container {
	perspective: 1000px;
}

.eb-flipper {
	height: auto;
	position: relative;
	transform-style: preserve-3d;
	width: 100%;
}

.eb-flipbox-back, .eb-flipbox-front {
	backface-visibility: hidden;
	left: 0;
	position: absolute;
	top: 0;
}

.eb-flipbox-front {
	transform: rotateY(0deg);
	z-index: 2;
}

.eb-flipbox-back {
	transform: rotateY(180deg);
	z-index: 0;
}

.eb-flipbox-icon-wrapper {
	align-items: center;
	display: flex;
}

.eb-flipbox-icon-wrapper .eb-flipbox-icon-back, .eb-flipbox-icon-wrapper .eb-flipbox-icon-front {
	padding-bottom: 20px;
}

.eb-flipbox-icon-wrapper .dashicons {
	height: unset;
	width: unset;
}

.eb-flipbox-container.eb-click-mode .flip-up {
	transform: rotateX(180deg) !important;
}

.eb-flipbox-container.eb-click-mode .flip-bottom {
	transform: rotateX(-180deg) !important;
}

.eb-flipbox-container.eb-click-mode .flip-left {
	transform: rotateY(-180deg) !important;
}

.eb-flipbox-container.eb-click-mode .flip-right {
	transform: rotateY(180deg) !important;
}

.eb-flipbox-container.eb-click-mode .zoom-in {
	transform: scale(1.1) !important;
}

.eb-flipbox-container.eb-click-mode .zoom-in .eb-flipbox-back {
	transform: none;
	z-index: 5;
}

.eb-flipbox-container.eb-click-mode .zoom-out {
	transform: scale(.8) !important;
}

.eb-flipbox-container.eb-click-mode .zoom-out .eb-flipbox-back {
	transform: none;
	z-index: 5;
}

.eb-flipbox-container:not(.eb-click-mode):hover .flip-up {
	transform: rotateX(180deg) !important;
}

.eb-flipbox-container:not(.eb-click-mode):hover .flip-bottom {
	transform: rotateX(-180deg) !important;
}

.eb-flipbox-container:not(.eb-click-mode):hover .flip-left {
	transform: rotateY(-180deg) !important;
}

.eb-flipbox-container:not(.eb-click-mode):hover .flip-right {
	transform: rotateY(180deg) !important;
}

.eb-flipbox-container:not(.eb-click-mode):hover .zoom-in {
	transform: scale(1.1) !important;
}

.eb-flipbox-container:not(.eb-click-mode):hover .zoom-in .eb-flipbox-back {
	transform: none;
	z-index: 5;
}

.eb-flipbox-container:not(.eb-click-mode):hover .zoom-out {
	transform: scale(.8) !important;
}

.eb-flipbox-container:not(.eb-click-mode):hover .zoom-out .eb-flipbox-back {
	transform: none;
	z-index: 5;
}

.eb-flipbox-upload-button {
	background: #e3e3e3;
	color: #666;
	display: inline-block;
	height: 100px;
	width: 100%;
}

.eb-flipbox-back-title, .eb-flipbox-front-title {
	margin: 0 !important;
}

.eb-flipbox-items-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px;
	position: relative;
	width: 100%;
	z-index: 111;
}

.image-container {
	padding: 5px;
}

.image-container img {
	-o-object-fit: cover;
	object-fit: cover;
}

.eb-flipbox-icon-back, .eb-flipbox-icon-front {
	line-height: 1;
}

.eb-flipbox-button-link, .eb-flipbox-button-link:visited, .title-link, .title-link:visited {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.eb-flipbox-button-link {
	line-height: inherit;
}

.eb-flipbox-button-link:hover {
	color: #fff;
}

.eb-flipbox-button-container {
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 100%;
	text-align: center;
}

.before {
	order: 1;
}

.after {
	order: 0;
}

.eb-flipbox-button-icon {
	margin: 5px;
}

.btn-gradient {
	border: solid rgba(0, 0, 0, .21);
	border-radius: 4px;
	border-width: 1px 1px 4px;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

.btn-gradient.cyan {
	background: #1bbcc2;
	background: linear-gradient(#1bbcc2, #18a3a8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1bbcc2", endColorstr="#18a3a8", GradientType=0);
}

.btn-gradient.red {
	background: #fa5a5a;
	background: linear-gradient(#fa5a5a, #e85151);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa5a5a", endColorstr="#e85151", GradientType=0);
}

.btn-gradient.orange {
	background: #ff691e;
	background: linear-gradient(#ff691e, #e65f1c);
}

.btn-gradient.blue {
	background: #6698cb;
	background: -webkit-gradient(left top, left bottom, color-stop(0, #6698cb), color-stop(100%, #5c8ab8));
	background: linear-gradient(180deg, #6698cb 0, #5c8ab8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6698cb", endColorstr="#5c8ab8", GradientType=0);
}

.btn-gradient.purple {
	background: #cb99c5;
	background: -webkit-gradient(left top, left bottom, color-stop(0, #cb99c5), color-stop(100%, #b586b0));
	background: linear-gradient(180deg, #cb99c5 0, #b586b0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb99c5", endColorstr="#b586b0", GradientType=0);
}

.btn-gradient.yellow {
	background: #f0d264;
	background: linear-gradient(#f0d264, #e5c960);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0d264", endColorstr="#e5c960", GradientType=0);
}

.btn-gradient.green {
	background: #82c8a0;
	background: -webkit-gradient(left top, left bottom, color-stop(0, #82c8a0), color-stop(100%, #82c79e));
	background: linear-gradient(180deg, #82c8a0 0, #7cb995);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82c8a0", endColorstr="#82c79e", GradientType=0);
}

.fade .eb-flipbox-back, .fade .eb-flipbox-front {
	transition: opacity .6s;
}

.fade .eb-flipbox-back {
	transform: none;
	z-index: 1;
}

.fade .eb-flipbox-back, .fade:hover .eb-flipbox-front {
	opacity: 0;
}

.fade:hover .eb-flipbox-back {
	opacity: 1;
}

a.info-click-link.info-wrap-link, a.info-click-link.info-wrap-link:focus, a.info-click-link.info-wrap-link:hover {
	color: inherit;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

div.eb-infobox-wrapper {
	overflow: hidden;
}

div.eb-infobox-wrapper .infobox-wrapper-inner {
	display: flex;
	position: relative;
}

div.eb-infobox-wrapper .infobox-wrapper-inner .icon-img-wrapper {
	max-width: 100%;
}

div.eb-infobox-wrapper .infobox-wrapper-inner img {
	display: inline-block;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

div.eb-infobox-wrapper .icon-img-wrapper {
	overflow: hidden;
}

div.eb-infobox-wrapper .eb-infobox-image-wrapper {
	display: flex;
	overflow: hidden;
}

div.eb-infobox-wrapper .description, div.eb-infobox-wrapper .subtitle, div.eb-infobox-wrapper .title {
	margin: 0;
	padding: 10px 0;
}

div.eb-infobox-wrapper a {
	text-decoration: none;
}

div.eb-infobox-wrapper .contents-wrapper .infobox-btn:hover:before {
	opacity: 1;
}

div.eb-infobox-wrapper .contents-wrapper .infobox-btn {
	display: inline-block;
}

.eb-infobox-btn-wrapper {
	position: relative;
}

.eb-advanced-image-wrapper {
	margin: 0;
}

.eb-advanced-image-wrapper.img-style-triangle .image-wrapper {
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.eb-advanced-image-wrapper.img-style-rhombus .image-wrapper {
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.eb-advanced-image-wrapper.img-style-octagon .image-wrapper {
	clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}

.eb-advanced-image-wrapper.caption-style-1 {
	overflow: visible;
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-left.caption-vertical-top figcaption {
	bottom: auto;
	left: 0;
	top: 0;
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-left.caption-vertical-middle figcaption {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-left.caption-vertical-bottom figcaption {
	bottom: 0;
	left: 0;
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-center.caption-vertical-top figcaption {
	bottom: auto;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-center.caption-vertical-middle figcaption {
	bottom: auto !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-center.caption-vertical-bottom figcaption {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-right.caption-vertical-top figcaption {
	bottom: auto;
	right: 0;
	top: 0;
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-right.caption-vertical-middle figcaption {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.eb-advanced-image-wrapper.caption-style-1.caption-horizontal-right.caption-vertical-bottom figcaption {
	bottom: 0;
	right: 0;
}

.eb-advanced-image-wrapper.caption-style-1 figcaption {
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	transition: max-height .3s ease-out;
	width: 100%;
}

.eb-advanced-image-wrapper.caption-style-2 {
	display: flex;
	flex-direction: column;
}

.eb-advanced-image-wrapper.caption-style-2.top {
	flex-direction: column-reverse;
}

.eb-advanced-image-wrapper .image-wrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.eb-advanced-image-wrapper img {
	display: block;
	height: inherit;
	margin: 0 auto !important;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.eb-advanced-image-wrapper figcaption {
	line-height: 1;
}

.eb-advanced-image-wrapper.zoom-in img {
	transform: scale(1);
}

.eb-advanced-image-wrapper.zoom-in .image-wrapper:hover img {
	transform: scale(1.3);
}

.eb-advanced-image-wrapper.zoom-out img {
	transform: scale(1.5);
}

.eb-advanced-image-wrapper.zoom-out .image-wrapper:hover img {
	transform: scale(1);
}

.eb-advanced-image-wrapper.slide img {
	margin-left: 30px !important;
	transform: scale(1.3);
	transition: .3s ease-in-out !important;
}

.eb-advanced-image-wrapper.slide .image-wrapper:hover img {
	margin-left: 0 !important;
}

.eb-advanced-image-wrapper.blur img {
	filter: blur(3px);
}

.eb-advanced-image-wrapper.blur .image-wrapper:hover img {
	filter: blur(0);
}

.eb-advanced-image-wrapper .eb-advimg-link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.wp-block-essential-blocks-advanced-image .eb-loading {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.feature-image-placeholder {
	background: #eaeef9;
	text-align: center;
	width: 100%;
}

.feature-image-placeholder img {
	width: 300px;
}
