/*
Theme Name:		 VF-WP SIS
Theme URI:		 https://github.com/embl-communications/science-in-school/tree/main/wp-sis/wp-content/themes/vf-wp-sis/
Description:	 Visual Framework WordPress Theme for SIS
Author:        Alexander Kubias
Template:      vf-wp
Version:       1.0.0-beta.12
Text Domain:	 vfwp
*/

ul li ul li {
 list-style: circle;
}

.wp-block-embed__wrapper {
	overflow: hidden !important;
	position: relative !important;
	max-width: 100% !important;
	height: auto !important;
	padding-bottom: 56.25% !important;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.vf-content figure:not([class*=vf-]) {
    display: grid !important;
    margin: auto;
}

.vf-footer::before {
	background-position-x: 65% !important; 
}

.vf-footer__links-group {
    padding-bottom: 2rem !important;
}
