/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Block
*/

/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	6 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

*/

/* Block
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.simple-listing-block {}
.simple-listing-block__inner {}
.simple-listing-block__meta {}
.saf-listings__section {
	list-style-type: none;
}
.simple-listing-block__title {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 1.333333rem;
	line-height: 1.666666rem;
	color: #000;
	margin-bottom: 3px;
}
.simple-listing-block__title:hover, .simple-listing-block__title.hover {
	color: #38A0B2;
}
.simple-listing-block__byline {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: -.0325rem;
}
.simple-listing-block__speaker {
	color: #000;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.simple-listing-block__speaker:hover, .simple-listing-block__speaker.hover {
	color: #38A0B2;
}

.simple-listing-block__speaker-date-divider {}

.simple-listing-block__date {
	font-family: "Gotham A", "Gotham B";
	font-style: italic;
	font-weight: 400;
	color: #979797;
}

.no-hover:hover {
	color: #000;
}

@media (min-width: 640px) {
	.simple-listing-block__title {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.simple-listing-block__byline {
		font-size: 1.333333rem;
		line-height: 1.666666rem;
		letter-spacing: -.04333333rem;
	}
}































