:root {
	--base: white;
	--contrast: black;
}

.balance-text {
	text-wrap: balance;
}

.border-radius {
	border-radius: 26px;
}

html, body {
	scroll-behavior: smooth;
}

.wp-block-button {
    transition: .4s
}

.wp-block-button:hover {
    transform: translateY(-6px);
    filter: brightness(120%)
}

.is-vertically-aligned-stretch .wp-block-pdm-youtube-video {
    height: 100%;
	width: 100%;
}




/* fixes  */
.site-inner>.wrap {
	max-width: 100%;
	width: 100%;
}

html, body {
	font-size: 16px!important;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

ul li {
	list-style-type: disc;
}

.genesis-nav-menu {
	font-size: 16px;
}

iframe {
	display: block;
}

.accord-title:after {
	display: none;
	content: none;
}

.accord-title {
	padding: 10px 20px;
	justify-content: space-between;
}


.wp-block-pdm-cards.is-vertically-aligned-stretch .wp-block-pdm-card {
    display: flex;
    flex-direction: column;
}

.wp-block-pdm-cards.is-vertically-aligned-stretch .wp-block-pdm-card .wp-block-buttons {
    margin-top: auto;
}