:root {
	--accent: #F8D323;
	--accent-light: #FBE162;
	--accent-dark: #DDBC1F;
}

/*body,*/
h1, h2, h3, h4, h5, h6 {
	font-family: Mulish;
}

.fl-button span {
	font-family: Mulish;
}

p {
	font-weight: 400;
}

.accent-text {
	color: var(--accent-dark);
}

.fl-heading span {
	font-weight: 300;
}

nav {
    font-family: Mulish;
    font-weight: 500;
}
nav li {
	transition: background .35s;
}
nav li:hover {
	background: var(--accent);
}
.current-menu-item {
    background: var(--accent);
}

.fl-page-content 
.single-post-type p{
	margin: 0;
}

/* Tiles */
.tile-no-image {
    display: flex;
    height: 100%;
/*justify-content: center; */
		/*align-items: center;*/
		padding: 20px;
}

.tile span {
	font-family: Mulish;
  text-transform: uppercase;
  font-weight: 500;
	font-size: 1.3em;
  line-height: 1.1em;
}

@media (max-width: 992px) {
	.tile span {
		font-size: 1.7em;
	}
}

@media (max-width: 767px) {
	.tile span {
		font-size: 2.4em;
	}
}

.tile a:hover {
    text-decoration: none;
}

.fl-rich-text p {
    margin-bottom: 26px;
}

.episodes ul {
	padding: 0;
}
.episodes li {
	list-style-type: none;
	margin-bottom: 5px;
}

/* Post type Breadcrumb */
span.post-type {
	font-size: 1.3em;
}

/* Videos */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
	.page-title .fl-heading span {
		font-size: 28px;
		line-height: 1.4em;
	}
}

/* Podcast */

#episodes-recent .fl-builder-pagination {
	display: none;
}

#episodes-recent .fl-post-feed-post,
#episodes-recent .podcast-episode {
	display: flex;
	border: 0;
	font-weight: 500;
	margin-bottom: 50px;
}

#episodes-recent .episode-image {
	max-width: 250px;
	margin-right: 25px;
}

#episodes-recent h2 {
	margin-top: -3px;
	margin-bottom: 3px;
	font-weight: 600;
}

.episode-meta {
	display: flex;
}

#episodes-recent .episode-pubdate {
	margin-left: 7px;
	color: var(--accent-dark);
}

#episodes-recent .episode-listen-now-wrapper {
	margin-top: 15px;
}
#episodes-recent a:link,
#episodes-recent a,
#see-all a,
#previous-season {
	font-family: Mulish;
  display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	background: var(--accent);
	color: #000;
	padding: 10px;
}

#episodes-recent .episode-image a {
    padding: 0;
}

#episodes-recent a:hover,
#see-all a:hover,
#previous-season:hover {
	text-decoration: none;
	background: var(--accent-light);
}

.episode-details h2 {
	font-family: Helvetica;
}

@media (max-width:767px) {
	#episodes-recent .fl-post-feed-post,
	#episodes-recent .podcast-episode {
		flex-direction: column;
	}
	#episodes-recent h2 {
		line-height: 1em;
		margin-bottom: 15px;
	}
	#episodes-recent .episode-image {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
}

/* All Episodes */

#all-episodes .fl-post-feed-post {
    margin: 0;
    border: 0;
}

#all-episodes a {
	color: black;
}

#all-episodes a:hover .episode-title {
	background-color: var(--accent-light);
}

#all-episodes a:hover {
	text-decoration: none;
}

.episode-list-episode {
    display: inline-flex;
    font-weight: 500;
    font-size: 15px;
}

@media (min-width: 767px) and (max-width: 992px) {
	.episode-list-episode {
		margin-bottom: 20px;
	}
}

.episode-list-episode .episode-number {
    margin-right: 4px;
}

.episode-list-episode .episode-title {
    padding: 0 5px;
    background:  var(--accent);
}

@media (max-width: 767px) {
	.episode-list-episode {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.episode-list-episode .episode-number {
		color: var(--accent-dark);
	}
	.episode-list-episode .episode-title {
		background: none;
		padding: 0;
	}
}