/*
Theme Name: 	Launchframe Starter Theme
Description: 	Laravel Style MVC WordPress Starter Theme with Twig + ACF
Version: 		6.0.2
Author: 		Whiteboard
Author URI: 	https://whiteboard.is
*/

.tribe-common-l-container {
background: #fff;
border-radius: 18px;
}

.page-id-13039 .tribe-events {
background: #fff;
}

html body .prose ul > li::before {
display: none !important;
content: '' !important;
}

.page-template-page-internal .prose {
flex-direction: column;
}

.tec-location-filter {
background: rgba(31, 70, 95, 1);
margin: 2rem 5%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}

.tec-location-filter #tec-location-select {
padding: 10px 15px;
font-size: 1.25rem;
}