
.breakdance .bde-section {
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.breakdance .bde-section .section-container {
	max-width: var(--bde-section-width);
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin: 0 auto;
	padding: var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding);
}

.breakdance .bde-section .section-shape-divider-wrapper {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg {
	position: absolute;
	color: #000;
	width: 100%;
	height: 320px;
	left: 0;
	right: 0;
	top: 0;
}

.breakdance .bde-div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: 100%;
	position: relative;
	background-size: cover;
}

.breakdance .bde-heading {
	max-width: 100%;
	margin: 0;
}

.breakdance .bde-post-meta {
	max-width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	color: #000;
}

.breakdance .bde-post-meta li {
	position: relative;
	display: flex;
	align-items: center;
	color: inherit;
	margin: 0;
	padding: 0;
}

.breakdance .bde-post-meta li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.breakdance .bde-post-meta .ee-postmeta-icon {
	font-size: 18px;
	margin-right: 6px;
}

.breakdance .bde-post-meta .ee-postmeta-avatar {
	width: 18px;
	display: flex;
	margin-right: 6px;
}

.breakdance .bde-post-meta .ee-postmeta-avatar img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.breakdance .bde-post-meta .ee-postmeta-term {
	display: flex;
	flex-wrap: wrap;
	white-space: pre-wrap;
	position: relative;
}

.ee-postmeta-terms-wrap {
	flex-wrap: wrap;
}

.breakdance .bde-post-meta .ee-postmeta-term:not(:last-child):after {
	content: ", ";
}

.breakdance .bde-post-meta .ee-postmeta-before {
	white-space: pre-wrap;
}

.breakdance .bde-columns {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: var(--bde-column-gap);
}

.breakdance .bde-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
	width: calc(var(--column-width) - var(--bde-column-gap) * ( ( var(--columnCount) - 1 ) / var(--columnCount) ));
	position: relative;
	background-size: cover;
}

.breakdance .bde-rich-text {
	max-width: 100%;
	color: var(--bde-text-color, var(--bde-body-text-color));
}

.breakdance .bde-rich-text > :last-child li:last-child > p {
	margin-bottom: 0;
}

.breakdance .bde-rich-text img.aligncenter {
	display: block;
	margin: auto;
}

.breakdance .bde-rich-text img.alignleft {
	float: left;
}

.breakdance .bde-rich-text img.alignright {
	float: right;
}

.breakdance .bde-image {
	max-width: 100%;
}

.breakdance-image {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: 0;
	border: none;
}

.breakdance-image-clip {
	overflow: hidden;
}

.breakdance-image-object {
	display: block;
	max-width: 100%;
	height: auto;
}

.breakdance-image__caption {
	text-align: center;
	margin: 0;
	padding: 16px;
}

.breakdance-image--caption-overlap .breakdance-image__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.breakdance-image-link {
	display: block;
}

.breakdance-image__mask {
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: auto;
	mask-size: auto;
}

.breakdance-image__mask img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

.breakdance .bde-text {
	max-width: 100%;
	margin: 0;
	color: var(--bde-text-color, var(--bde-body-text-color));
}

.breakdance .bde-search-form {
	--searchFormSize: 52px;
	--searchFormGray100: #f5f5f4;
	--searchFormGray200: #e7e5e4;
	--searchFormGray300: #d6d3d1;
	--searchFormGray600: #57534e;
	max-width: 100%;
	position: relative;
	height: var(--searchFormSize);
}

.search-form__field {
	width: 100%;
	border: 0;
	padding: 0 16px;
	height: var(--searchFormSize);
	display: block;
	outline: 0;
	background-color: transparent;
}

.search-form__button {
	height: var(--searchFormSize);
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--searchFormSize);
	color: #444;
	flex-shrink: 0;
	appearance: none;
	border: 0;
	cursor: pointer;
	transition: ease var(--bde-transition-duration) all;
	padding: 1px 6px;
}

.search-form__button.has-text {
	width: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.search-form__button > svg, .search-form__lightbox-close > svg, .search-form__lightbox-button > svg {
	font-size: inherit;
	min-width: 100%;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	display: block;
}

.search-form__button {
	color: var(--searchFormGray600);
}

.search-form__container {
	height: var(--searchFormSize);
	display: flex;
	width: 100%;
	border-radius: 4px;
	flex-direction: row;
	border-radius: 4px;
	transition: all .3s ease-in-out;
}

.form-search__wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.search-form--classic .search-form__container {
	background-color: #fff;
	border: 1px solid var(--searchFormGray200);
	overflow: hidden;
}

.search-form--classic .search-form__button {
	cursor: pointer;
	background-color: var(--searchFormGray200);
	width: var(--searchFormSize);
	height: var(--searchFormSize);
	transition: all .3s ease-in-out;
}

.search-form--classic .search-form__button.has-text {
	width: auto;
}

.search-form--classic .search-form__button:hover {
	background-color: var(--searchFormGray100);
}

.search-form--expand .search-form__field {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	background-color: var(--searchFormGray100);
}

.search-form--expand .form-search__wrapper--fade .search-form__field {
	opacity: 0;
	transition: opacity .3s ease;
}

.search-form--expand.is-active .form-search__wrapper--fade .search-form__field {
	opacity: 1;
	width: 100%;
}

.search-form--expand .form-search__wrapper--reveal .search-form__field {
	transition: all .8s ease-in-out;
	opacity: 0;
	width: 0;
}

.search-form--expand.is-active .form-search__wrapper--reveal .search-form__field {
	width: 100%;
	opacity: 1;
}

.search-form--expand .search-form__container {
	background-color: transparent;
	gap: 16px;
}

.search-form--expand.is-active .search-form__input:focus {
	background-color: var(--searchFormGray200);
}

.search-form--expand .search-form__button {
	transition: background-color .3s ease;
	cursor: pointer;
	background-color: var(--searchFormGray200);
	border-radius: 50%;
}

.search-form--expand .search-form__button:hover {
	background-color: var(--searchFormGray300);
}

.search-form--expand .search-form__icon--close, .search-form--expand.is-active .search-form__icon--search {
	display: none;
}

.search-form--expand.is-active .search-form__icon--close {
	display: inline-block;
}

.search-form--full-screen:not(.is-active) {
	height: 0;
	width: 0;
	overflow: hidden;
}

.search-form--full-screen .search-form__lightbox {
	display: flex;
	align-items: center;
	position: fixed;
	z-index: var(--bde-z-index-search-fullscreen);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	padding: 0 10%;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-in-out;
	visibility: hidden;
}

.search-form--full-screen.is-active .search-form__lightbox {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.search-form__button--full-screen {
	transition: background-color .3s ease;
	cursor: pointer;
	border-radius: 4px;
	width: var(--searchFormSize);
	height: var(--searchFormSize);
}

.search-form--full-screen .search-form__lightbox-close {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: calc(20px + var(--wp-admin--admin-bar--height, 0px));
	right: 20px;
	cursor: pointer;
	z-index: 11;
}

.search-form--full-screen .search-form__field {
	color: #fff;
}

.search-form--full-screen .search-form__lightbox-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 4px;
	transition: all .3s ease;
	position: relative;
	z-index: 20;
}

.search-form--full-screen .search-form__lightbox-container:focus-within {
	border: 1px solid rgba(255, 255, 255, .5);
}

.search-form__lightbox-button {
	height: var(--searchFormSize);
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--searchFormSize);
	flex-shrink: 0;
	appearance: none;
	cursor: pointer;
	border: 0;
	color: rgba(255, 255, 255, .1);
	background: transparent;
	font-size: 18px;
	color: #fff;
}

.search-form__lightbox-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.breakdance .bde-wp-widget {
	max-width: 100%;
}

.breakdance .bde-wp-widget select {
	width: 100%;
	padding: 8px;
}

.breakdance .bde-wp-widget table {
	width: 100%;
}

.breakdance .bde-wp-widget caption {
	font-size: 1.1em;
	margin-bottom: 8px;
}

.breakdance .bde-wp-widget .widgettitle {
	margin-top: 0;
}

.breakdance .bde-wp-widget ul {
	margin-bottom: 0;
}

.breakdance .bde-adjacentposts {
	width: 100%;
	max-width: 100%;
	display: flex;
	gap: 20px;
	text-align: left;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-prev, .breakdance .bde-adjacentposts .ee-adjacentposts-next {
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	gap: 15px;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-next {
	justify-content: flex-end;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	justify-content: center;
	gap: 5px;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-next .ee-adjacentposts-content {
	text-align: right;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-icon {
	display: flex;
	font-size: 24px;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-icon > svg {
	font-size: inherit;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-full {
	width: 100%;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-label {
	display: block;
}

.breakdance .bde-adjacentposts .ee-adjacentposts-title {
	margin: 0;
}
