/* Helpers */
.d-none-mobile {
	display: none !important;
}
@media (min-width: 1000px) {
	.d-none-mobile {
		display: block !important;
	}
	.d-none-desktop {
		display: none !important;
	}
}

/* General */
.nectar-highlighted-text em.animated {
    font-style: normal;
    font-family: 'Bely';
    margin-right: 5px;
    text-transform: lowercase;
}
.clients > div img {
    max-width: 175px !important;
    height: auto !important;
}
@media (max-width: 690px) {
	.clients > div img {
		max-width: 148px !important;
	}
}
@media (min-width: 690px) {
	.nectar-cta[data-style="material"] .link_wrap .link_text {
		margin-left: 15px;
	}
}
.voice-cta.nectar-cta[data-style="material"] .link_wrap .link_text {
    color: #FFF;
}
.voice-cta.nectar-cta .link_wrap .arrow {
	right: -9px;
}
.voice-cta.nectar-cta .link_wrap .arrow:before {
	font-family: 'FontAwesome';
	content: "\f130";
	font-size: 20px;
}
.voice-cta.nectar-cta[data-style="material"] .link_wrap .circle {
    height: 47px;
    width: 47px;
    right: -21px;
    margin-top: -25px;
}
.span_12.light .wpb_text_column a:not(:hover) {
	opacity: 1;
	color: #54abff;
}
#header-outer #social-in-menu a:hover i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i {
    -webkit-transform: translateY(-115%) !important;
    transform: translateY(-115%) !important;
}

/* Home */
body.home .fancybox-slide--video .fancybox-content {
    max-width: 600px !important;
	width: auto !important;
    height: auto !important;
}

/* Episodes */
.episode-hero h6 {
    display: inline-block !important;
    padding: 2px 5px;
}
.further-reading h4 {
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 30px !important;
    border-bottom: 1px solid;
}
.further-reading h4 .link_text {
    font-style: italic;
}
body.page-child .bottom_controls {
	background: transparent !important;
}
body.page-child .bottom_controls #portfolio-nav ul:first-child #all-items a i {
    display: inline-block;
}

/* Footer */
#footer-outer .row {
	padding: 60px 0 30px !important;
}
#footer-outer #copyright {
	padding-top: 0 !important;
}
@media (max-width: 999px) {
	#footer-widgets .container .col {
		margin-bottom: 30px
	}
}
@media (min-width: 1000px) {
	#footer-outer .row {
		padding: 60px 0 20px !important;
	}
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright {
    padding: 45px 0;
}
#footer-outer[data-cols="1"] #copyright li a i:after {
	display: none;
}
#footer-outer[data-cols="1"] #copyright li a i.icon-salient-spotify,
#footer-outer[data-cols="1"] #copyright li a i.icon-salient-apple-music {
	line-height: 45px;
}
@media (max-width: 480px) {
	#footer-outer[data-cols="1"] #copyright .social li a {
		height: 30px;
	}
	#footer-outer[data-cols="1"] #copyright li a i {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	#footer-outer[data-cols="1"] #copyright li a i.icon-salient-spotify,
	#footer-outer[data-cols="1"] #copyright li a i.icon-salient-apple-music {
		line-height: 25px;
	}
}