<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     Sport Child Theme
 Theme URI:      
 Description:    Child theme for Sport
 Author:         Theme Canon
 Author URI:     http://www.themecanon.com
 Template:       sport
 Version:        1.0.0
*/

@import url("../sport/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

#tribe-events-header {
	position:static;
}

.tp-bullets {
	top:auto!important;
	bottom:0!important;
}

.single-tribe_events .vfbp-form {
	margin: 0 -15px;
}

.single-tribe_events .tribe-events-cal-links {
	margin-top:20px;
}

.single-tribe_events .tribe-events-cal-links a {
	background-color:transparent!important;
}

.single-tribe_events .tribe-events-cal-links a:not(:first-of-type) {
	margin-left:20px;
}

.tribe-events-single .tribe-events-sub-nav {
	flex-wrap: wrap;
}

.single-tribe_events .tribe-events-sub-nav li a {
    box-sizing: border-box;
}

.single-tribe_events .tribe-events-sub-nav li.tribe-events-nav-next a {
	text-align: right;;
}

a.spond {
	margin:5px 0 0 0;
	border-radius:10px;
	background-color: #fff;
	padding:5px 10px;
	display:inline-flex;
	gap:0 10px;
	text-decoration: none;
    align-items: center;
	font-size:0.8rem;
	font-weight: normal;
    flex-wrap: wrap;
}

a.spond:hover {
	box-shadow: 1px 1px 5px #acacac;
	color:inherit!important;
}

.spond img {
	width:80px;
	height:auto;
	margin:0;
}

strong, b {
	font-weight:bold!important;
}


@media (max-width:768px) {


	.single-tribe_events .tribe-events-sub-nav li {
		width:100%!important;
	}

	.single-tribe_events .tribe-events-sub-nav li a {
		white-space: normal;
		width:100%;
	}


}</pre></body></html>