/* Put plugin specific CSS in here to keep it separate */


/* ------------ Plugin: Events Calendar Widget */


.tribe-events-list-widget ol.tribe-list-widget {
	margin-left: 0px;
	background: #F1C105;
	border-left: solid white 10px;
	padding: 5px;
}

.tribe-events-list-widget li.tribe-events-list-widget-events {
	padding: 0;
	border-bottom-style: none;
	margin-bottom: 10px;
}

.tribe-events-list-widget h4.tribe-event-title {
	background: white;
	font-size: 16px;
	padding: 5px;
	text-align: left;
}

/** Make each event title uppercase and underline them */
.tribe-events-list-widget h4.tribe-event-title a {
	font-style: italic;
	font-size: 18px;
	margin-left: 20px;
	text-indent: -20px;
	color: #333;
}
.tribe-events-list-widget h4.tribe-event-title a:hover {
	color: darkgrey !important;
}

/** Make the event date/time information a little more prominent */
.tribe-events-list-widget .tribe-event-duration {
	text-indent: 0px;
	font-size: 14px;
	font-weight: normal;
	margin: 0 15px;
}

p.tribe-events-widget-link {
	display: none;
}

/* ---------------------- Plugin: T(-) Countdown */

.carbonite-responsive-hours_dash,
.carbonite-responsive-minutes_dash,
.carbonite-responsive-seconds_dash {
	display: none;
}
.competition-countdown .carbonite-responsive-bothtml {
	padding: 7px 0 20px 0;
}
.competition-countdown h1 {
	color: white;
	text-align: center;
	font-size: 30px; /* 3rem; */ 
}
.competition-countdown h5, 
.competition-countdown h6,
.competition-countdown h7,
.competition-countdown h8 {
	color: #F1C105;
	text-align: center;
	padding: 0;
	margin: 0;
}
.competition-countdown h5 {
	font-weight: bold;
	font-size: 175%;
}
.competition-countdown h6 {
	margin: 4px 0;
}
.competition-countdown h7,
.competition-countdown h8 {
	font-style: italic;
	font-size: 115%;
	line-height: 110%;
	display: block;
}
.carbonite-responsive-days_dash,
.carbonite-responsive-weeks_dash {
	margin: 0 10%;
}
.carbonite-responsive-dashboard {
	width: 80%;
}
.carbonite-responsive-dash_title {
	color: white;
	font-weight: bold;
	margin-left: 4px;
}
.carbonite-responsive-digit {
	padding: 0 1px;
}

@media only screen and (max-width: 960px) {
	.competition-countdown h1 {
		font-size: 24px !important;
	}
	.rpwe-block h3,
	.tribe-events-list-widget h4.tribe-event-title a,
	.competition-countdown h5 {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 545px) {
	.competition-countdown h1 {
		font-size: 20px !important;
	}
}