/*
  Theme Name: Open Forum Europe
  Version: 1.0
  Author: Wise People
  Author URI: http://itiswise.com
*/

@import "./styles-external/aos.css";
@import "./styles-external/slick.min.css";
@import "./styles-external/select2.css";
@import "./styles-external/all.css";
@import "./styles-external/simple-lightbox.css";
@import "./styles/global.css";
	
.text-content ul :not(:last-of-type) {
    padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.text-content ul :not(:last-of-type) {
		padding-bottom: 1rem;
	}
}

@media screen and (min-width: 992px) {
	.newsletter-subpage .mc4wp-form .email-row {
		width: 34%;
	}
}

.logo-wrapper {
	margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
	.tribe-events-meta-group {
		padding: 32px 0 16px;
		width: unset;
	}
}
