/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
.breakdance .h1 {
    font-size: var(--bde-h1-font-size);
}
@media screen and (min-width: 768px) {
    .breakdance .h1,
    .breakdance h1 {
    	   letter-spacing: 0px;
    }
}
.breakdance .h2 {
    font-size: var(--bde-h2-font-size);
}
.breakdance .h3 {
    font-size: var(--bde-h3-font-size);
}
.breakdance .h4 {
    font-size: var(--bde-h4-font-size);
}
.breakdance .h5 {
    font-size: var(--bde-h5-font-size);
}
.breakdance .h6 {
    font-size: var(--bde-h6-font-size);
}


/* Rich text */
body .bde-rich-text h2 {
	font-size: var(--bde-h4-font-size);
}
body .bde-rich-text h3 {
	font-size: var(--bde-h5-font-size);
}
body .bde-rich-text h4,
body .bde-rich-text h5 {
	font-size: var(--bde-h6-font-size);
}

.bde-rich-text ul,
.bde-code-block ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.bde-rich-text ul li,
.bde-code-block ul li {
	padding: 0 0 10px 24px;
	position: relative;
}
.bde-rich-text ul li strong,
.bde-code-block ul li strong {
	color: var(--bde-brand-primary-color);
}
.bde-rich-text ul ul,
.bde-code-block ul ul {
	margin-top: 20px;
}
.bde-rich-text ul ul li,
.bde-code-block ul ul li {
	padding: 0 0 10px 30px;
	position: relative;
}
.bde-rich-text ul {
  list-style: none !important;
  padding-left: 0
}

.bde-rich-text ul li {
  padding: 0 0 6px 50px;
  position: relative;
}
.bde-rich-text ul li::after {
	top: 10px;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--bde-brand-primary-color);
	position: absolute;
	content: '';
	display: block;
	border-radius: 10px;	
}
.bde-rich-text.checkmark-list ul li {
	padding: 0 0 3px 30px;
	font-size: 13px;
}
.bde-rich-text.checkmark-list ul li::after {
	top: 7px;
    left: 0px;
    width: 18px;
    height: 6px;
    background: none;
    position: absolute;
    content: '';
    display: block;
    border-radius: 0 0 0 3px;
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);	
	opacity: .5;
}
.bde-rich-text ol {
	counter-reset: ol-list-counter;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.bde-rich-text ol li {
	padding-left: 50px;
	counter-increment: ol-list-counter;
	position: relative;
}
.bde-rich-text ol li strong {
	font-weight: 700;
}
.bde-rich-text ol li:not(:last-child) {
	margin-bottom: 20px;
}
.bde-rich-text ol li::before{
    content: counter(ol-list-counter);
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 6px;
    width: 24px;
    height: 24px;
    top: 3px;
    border-radius: 100px;
    text-align: center;
    line-height: 1.2;
	background: var(--bde-brand-primary-color);
	z-index: 5;
}
.bde-rich-text ol li::after {
	content: '';
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    top: -3px;
    text-align: center;
	background: url(/wp-content/uploads/2024/04/list-bg.svg) center/contain no-repeat;
}


/* Buttons */
@media screen and (min-width: 1400px) {
	.breakdance .btn-large .bde-button__button {
		padding: 17px 35px !important;
		font-size: 18px !important;
	}
}
.btn-o-white .bde-button__button {
  color: #fff !important;
  border-color: #fff !important;
}
.btn-o-white .bde-button__button:hover {
  color: #000 !important;
  background: #fff !important;
}


/* Default widths */
.bde-div,
.bde-code-block {
	width: 100%;
}


/* Meta */
@media screen and (max-width: 767px) {
	.bde-post-meta {
		flex-wrap: wrap !important;
		flex-direction: row !important;
		width: 100% !important;
		gap: 24px !important;
	}
}



/* Looper Builder */
.breakdance .bde-post-loop .ee-post {
    gap: 0;
}


/* Buttons */
.button-atom__text {
	text-align: left;
}


/* Flex Filter Grid */
.flex-filter .ee-post {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  transition: opacity .01s ease-in-out !important;
	margin: 0 !important;
}
.flex-filter .ee-posts-isotope {
	height: auto !important;
}

.breakdance-form-message {
	text-align: center !important;
}
