/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Header
- Section Listings
*/


/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	12 columns
1024-1439	12 columns
1440+		12 columns

*/

@media (min-width: 375px) {}
@media (min-width: 640px) {}
@media (min-width: 800px) {}
@media (min-width: 1024px) {}
@media (min-width: 1440px) {}

@media (max-width: 374px) {}
@media (max-width: 639px) {}
@media (max-width: 799px) {}
@media (max-width: 1023px) {}
@media (max-width: 1439px) {}

/* Wordpress Admin Bar Height-Change Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-782		46px tall
783-...		32px tall

*/


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Section Listings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__most-viewed-speech-listings {}
.most-viewed-speech-listings {
	padding: 0px;
}
.section__most-viewed-speech-listings .card {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width: 1024px) {
	.section__most-viewed-speech-listings .card {
		width: calc(50% - 20px);
		float: left;
	}
	.most-viewed-card-left-side {
		margin-right: 20px;
	}
	.most-viewed-card-right-side {
		margin-left: 20px;
	}
}
.speeches_all_time{
	display: block;
}
.speeches_year{
	display: none;
}
.speeches_month{
	display: none;
}
.most_viewed_drop_down{
	margin-left: calc( (100% - 150px) / 2 );
	margin-top: 4rem;
	display: none;
}
