/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Header
- Options
- Section Listings
- Section Listings - Paged List CSS overrides
*/


/* 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__speech-date-archive__title {
	text-align: center;
}
.section__speech-date-archive__title .container {
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.speech-date-archive__title {
	padding-bottom: 3rem;
	border-bottom: 1px solid #E5E5E5;
}
.speech_by_date_description{
	font-family: "Gotham A", "Gotham B";
	font-style: italic;
	font-weight: 300;
	line-height: 4rem;
}

@media (min-width: 640px) {
	.section__speech-date-archive__title .container {
		padding-top: 5rem;
	}
}

@media (min-width: 1024px) {
	.section__speech-date-archive__title .container {
		padding-top: 7rem;
	}
}


/* Options
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__speech-date-archive__options {}
.section__speech-date-archive__options .container {
	padding-bottom: 0;
}
.speech-date-archive__options {}
.speech-date-archive__options__selects-wrapper {
	display: flex;
	max-width: 100%;
	margin: auto;
	justify-content: space-around;
	flex-direction: column;
}
.speech-date-archive__options .bubble-selector {
	display: none !important;
}
.speech-date-archive__options__selects-wrapper .standard-select-box__wrapper:last-of-type {
	margin-bottom: 0px;
}
.speech-date-archive__options .bubble-selector {
	margin-top: 20px;
}

@media (max-width: 599px) {
	.speech-date-archive__options__selects-wrapper .standard-select-box__wrapper {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media (min-width: 600px) {
	.speech-date-archive__options__selects-wrapper {
		width: 550px;
		display: flex;
		flex-direction: row;
	}
	.speech-date-archive__options .bubble-selector {
		display: flex !important;
	}
}


/* Section Listings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__speech-date-archive__listing {}

.speech-date-archive__listing {}
.speech-date-archive__listing .image-excerpt-media-listing-block {
	margin-bottom: 15px;
}


/* Section Listings - Paged List CSS overrides
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.speech-date-archive__listing .paged-list {}
.speech-date-archive__listing .paged-list__items {
	display: table;
}
.speech-date-archive__listing .paged-list__item {
	display: table-row;
}
.speech-date-archive__listing .paged-list__nav {
	display: flex;
	justify-content: center;
}
.speech-date-archive__listing .paged-list__nav-pages {}
.speech-date-archive__listing .paged-list__nav-page {}
.speech-date-archive__listing .paged-list__nav-page__selected {}
.speech-date-archive__listing .paged-list__nav__toggle-all {
	display: none;
}
