/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.wp-block-coblocks-gallery-carousel-thumbnail-pagination {
	margin-top: 1rem !important;
}

.cs-mt-2 {
	margin-top: 2rem !important;
}

body > a.skip-link {
	color: white !important;
}

.wpcf7-submit {
	color: #000000 !important;
}

.eu_espa_banner {
	text-align: center;
	padding-top: 0.5rem;
	background-color: #fff;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
}

button.flickity-prev-next-button > svg.flickity-button-icon {
	left: unset;
	top: unset;
	width: unset;
	height: unset;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.eu_espa_banner {
		margin-bottom: 1rem;
	}

}