/*
Theme Name: CDL
Theme URI: https://cdl.ucf.edu/
Description: Child theme based on Twentyseventeen.
Author: Jacob Bates
Author URI: https://cdl.ucf.edu/
Template: twentyseventeen
*/

@media screen and (max-width: 960px) {
	.topcastbar .topcastinfo {
		display: flex;
		flex-direction: column;
	}
	
	.topcastinfo .connect {
		width:100%;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.topcastinfo .episodes {
		display:none;
	}
	
	.topcastinfo .connect>div {
		width:100%;
	}
}

.topcastinfo {
	display:flex;
	width: 80%;
	margin:auto;
	justify-content: space-between;
	max-width: 1600px;
}
.connect {
	width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.topcastinfo #twitter, .topcastinfo #email, .topcastinfo #rssFeed, .topcastinfo #subscribelinks, .topcastinfo #phone {
	position: relative;
	margin-left: 25px;
}

.topcastinfo #twitter:before, .topcastinfo #email:before, .topcastinfo #rssFeed:before, .topcastinfo #subscribelinks:before, .topcastinfo #phone:before {
	position: absolute;
	left: -25px;
	top: 0;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.topcastinfo #twitter:before {
	content: "\f099";
}

.topcastinfo #email:before {
	content: "\f0e0";
}

.topcastinfo #rssFeed:before {
	content: "\f09e";
}

.topcastinfo #subscribelinks:before {
	content: "\f001";
}

.topcastinfo #phone:before {
	content: "\f095";
}

.connect>div {
	width: 45%;
}

.episodes {
	width: 40%;
}

.topcastbar {
	background-color: #2d2d2d;
	color: white;
	padding-top: 1%;
	padding-bottom: 1%;
}

.topcastbar .episodes h2, .topcastbar h2 {
	font-style: italic;
	font-family: "Archer SSm A", "Archer SSm B";
	letter-spacing: 3px;
	color: white;
}

.topcastbar #caps {
	text-transform: uppercase;
	letter-spacing: 3px;
}

.topcastbar p {
	margin:0;
}

.topcastbar .episodes a, .topcastbar .connect a, .topcastbar .episodes a:hover, .topcastbar .connect a:hover {
	color: white;
}

.topcastbar .episodes li {
	color: white;
	padding-bottom: 1%;
}

.rss-widget-icon {
	display:none;
}

.topcastinfo ul {
	margin: 0 0 0 18px;
	list-style-position: outside;
}

#content .topcastbar a:hover, #content .topcastbar a:focus {
	color: #7899FF;
}

.topcastbar .episodes ul {
	list-style-type: none;
}

/** {
	border: 1px solid red;
}*/