/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.podcast-episodes .pagination {
	padding: 0;
}

.podcast-episodes ul {
	margin: 0;
}

.podcast-episodes ul>li:before {
	content: "";
}

.single-podcasts .nc_socialPanel {
	margin-top: 3em !important;
}

.podcast-page .ttw-rainbow-button {
	border: 3px solid transparent;
	-moz-border-image: -moz-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
	-webkit-border-image: -webkit-linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
	border-image: linear-gradient(90deg, #ffaa00 0%, #e55629 25%, #c20b21 45%, #391281 65%, #131e7C 85%, #00aaff 100%);
	border-image-slice: 1;
	padding: 0.5em 1em;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	margin: 10px 0;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.podcast-page .ttw-grey-button {
	border: 3px solid #666666;
	padding: 0.5em 1em;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	margin: 10px 0;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.podcast-page .podcast-summary {
	margin-top: 2em !important;
}

.podcast-summary h1 {
	margin: 0;
}

.podcast-highlights p {
	width: 100%;
}

.podcast-page .podcast-summary .vc_col-sm-9 a,
.podcast-page .podcast-highlights a {
	text-decoration: none;
	color: #3180ea;
}

.podcast-page .podcast-summary .vc_col-sm-9 {
	padding-right: 4em;
}

.podcast-page .site-inner ul>li {
	line-height: 2;
	font-size: 18px;
}

.podcast-page ul {
	margin-left: 0;
}

.podcast-page .podcast-summary iframe {
	margin-top: 1em;
}

.podcast-page .podcast-highlights {
	margin-top: 5em !important;
}

.podcast-page .podcast-questions {
	margin-top: 5em !important;
}

.podcast-page .show-links {
	width: 100%;
	margin-left: 0;
}

.podcast-page ol>li {
	list-style-type: none;
	line-height: 2;
	font-size: 18px;
	margin-bottom: 1em;
}

.podcast-page .show-links a {
	color: #3180ea;
	text-decoration: none;
}

.podcast-page .podcast-links {
	margin-top: 5em !important;
}

.podcast-page .podcast-this-week {
	margin-top: 5em !important;
}

.podcast-page .podcast-this-week a {
	text-decoration: none;
	color: #3180ea
}

.podcast-page .podcast-related a {
	text-decoration: none;
}

.podcast-page .podcast-related h1 {
	margin-bottom: 0.5em;
}

.podcast-page .podcast-related {
	margin-top: 5em !important;
}

.podcast-page .podcast-related .vc_col-sm-4 {
	margin-bottom: 1.5em;
}

.podcast-page .vc_parallax .vc_parallax-inner {
	background: linear-gradient(to right, rgba(79, 109, 200, 0.89) 0%, rgba(51, 203, 200, 0.68) 100%);
}

.podcast-header {
	margin:0!important;
	max-width:unset!important;
	width:100%!important;
}
