/****************************************/
/* CUSTOM ELEMENTS
/****************************************/


/* Forms */

#registration-form {
	margin: 1em auto;
}

/***/



/****************************************/
/* Gutemberg hacks
/****************************************/

.wp-block-button__link {
	background-color: var(--link-color) !important;
	color: #fff !important;
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.wp-block-button__link:hover {
	background-color: var(--link-hover-color) !important;
	color: #fff !important;
}



.portrait-video > video {
	width: auto !important;
	max-width: 100%;
}


/****************************************/

