.ip-banner {
    display: none;
}

#inner-page-wrapper {
    z-index: unset;
}

.ip-podcast-banner-content {
    margin: 0 0 0 auto;
    width: 68%;
    background: url(../../images/podcast/banner-content-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 103px 15px 0;
    line-height: 1;
    position: relative;
    z-index: 5;
}

.ip-podcast-banner-title {
    font-size: 85px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Harmonia Sans Pro';
}

.ip-podcast-banner-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.55;
    padding: 0 0 28px;
}

p.small-text {
    font-weight: 300;
}

.ip-podcast-banner-text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.12;
    margin: -6px 0 22px;
}

.ip-podcast-banner-content-inner {
    max-width: 730px;
    margin: 0 auto;
    padding-right: 40px;
}

.ip-podcast-banner-agent {
    margin-left: -45%;
    margin-top: -31%;
    width: 86%;
}

.ip-podcast-banner-mic{
	position: absolute;
	left: 0;
	bottom: 0;
}

.ip-podcast-banner {
    position: relative;
}

.ip-podcast-banner::after{
	content: '';
	position: absolute;
	top: 0;
	left: -16%;
	width: 100%;
	height: calc(100% - 100px);
	background: url(../../images/podcast/banner-kn-logo.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.ip-podcast-banner-mic {
    position: absolute;
    left: 0;
    bottom: 166px;
    width: 32.5%;
    z-index: 3;
}

.ip-podcast-section-1 {
    position: relative;
    padding: 0 15px 50px;
    line-height: 1;
    z-index: 5;
}

.ip-podcast-section-inner {
    max-width: 1304px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.ip-podcast-about-title {
    font-size: 48px;
    color: #1c1c1c;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.ip-podcast-about-title span {
    display: block;
    text-transform: none;
    margin-top: 9px;
}

.ip-podcast-about-text a {
    display: inline-block;
    color: #767676;
    font-size: 18px;
    margin-bottom: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-podcast-about-text a:hover{
	color: #a41522;
}

.ip-podcast-about-text p {
    font-size: 18px;
    color: #000;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.ip-podcast-about-text {
    margin-top: 25px;
    margin-bottom: 31px;
}
.ip-podcast-about-link{
	display: none;
}
.ip-podcast-about-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 197px;
    height: 44px;
    background: #a41522;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-podcast-about-link a:hover{
	background: #000;
}

.ip-podcast-about-link a em{
	font-size: 14px;
	margin-left: 22px;
}

.ip-podcast-about-form {
    width: 36.12%;
}

.ip-podcast-about-content {
    width: 63.88%;
    padding-right: 30px;
    padding-top: 29px;
}

.ip-podcast-about-content-inner{
	max-width: 668px;
}

.ip-about-form input, 
.ip-about-form textarea {
    font-size: 18px;
    width: 100%;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    height: 47px;
    color: #fff;
    padding: 0 0;
    border-radius: 0;
    resize: none;
    border: none;
    border-bottom: solid 1px #fff;
}
   
            .podcast-fields {
                position: relative;
                display: block;
                margin-bottom: 15px;
            }

                .ip-about-form div.wpcf7 .ajax-loader {
                    display: block;
                    position: absolute;
                    right: 0;
                    left: 0;
                    margin: auto;
                    bottom: -18px;
                }

                    .ip-about-form span.wpcf7-not-valid-tip {
                        font-size: 11px;
                    }

                        .ip-about-form span.wpcf7-form-control-wrap {
                            display: block;
                        }

                            .ip-about-form div.wpcf7-response-output {
							    margin: auto;
							    position: absolute;
							    width: 100%;
							    font-size: 12px;
							    color: #fff;
							    text-align: center;
							    left: 0;
							    right: 0;
							    margin-top: -13px;
							}

                                .ip-about-form form {
                                    position: relative;
                                }

                        .podcast-fields.podcast-btn input {
						    max-width: 144px;
						    height: 40px;
						    border: none;
						    background: #fff;
						    color: #a81a20;
						    margin: 0 auto;
						    display: block;
						    font-size: 18px;
						    text-transform: uppercase;
						    font-weight: 600;
						    letter-spacing: 1px;
						}

                .podcast-fields.podcast-btn input:hover {
                    background: #000;
                }

.ip-podcast-about-form-inner {
    position: relative;
    margin-top: -240px;
}

.ip-podcast-about-form-mid{
	position: relative;
	z-index: 5;
	background: #a81a20;
    border-top: 10px #febb38 solid;
    padding: 45px 15px 38px;
}

.ip-podcast-about-form-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    max-width: 330px;
    margin: 0 auto 47px;
    line-height: 1.1;
}


.ip-about-form {
    max-width: 396px;
    margin: 0 auto;
}


.podcast-fields.podcast-btn {
    margin-top: 43px;
}

.ip-podcast-about-form-inner::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: .34;
}

.ip-podcast-section-2 {
    position: relative;
    padding: 66px 15px 74px;
    background: #000;
    line-height: 1;
}

.ip-podcast-section-2::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/podcast/tips-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .27;
}

.ip-podcast-tips-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.ip-podcast-tips-title {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    margin-bottom: 39px;
}

.ip-podcast-tips-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 197px;
    height: 44px;
    background: #a41522;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.ip-podcast-tips-link a:hover{
	background: #000;
}

.ip-podcast-tips-link a em {
    margin-left: 22px;
    width: 17px;
    height: 16px;
    background: url(../../images/podcast/download-icon.png) no-repeat;
    background-size: cover;
}

.media-section {
	position: relative;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

	.media-section .media-accent {
		position: absolute;
		z-index: 0;
		top: 0;
		width: 54%;
		height: auto;
		display: block;
	}

	.media-section .container,
	.media-section .media-carousel-wrap {
		z-index: 1;
		position: relative;
	}

	.media-section .section-header {
		position: relative;
		width: 45%;
		padding: 34px 0 27px;
		text-align: left;
	}

		.section-header .section-logo-title {
			position: relative;
			padding: 0 0 24px 0;
		}

			.section-header .section-logo-title img {
				width: 100%;
				height: auto;
				display: block;
			}

			.section-header .section-logo-title span {
				display: block;
				font-size: 100px;
				color: #383838;
				line-height: 100px;
				font-family: 'Montserrat', sans-serif;
				font-weight: 800;
				text-transform: uppercase;
			}

		.media-section .section-header p {
			line-height: 28px;
			font-size: 20px;
			color: #333333;
			display: block;
			max-width: 90%;
		}


.media-carousel-wrap {
	position: relative;
	max-width: 1281px;
	margin: 4px auto 50px;
	padding: 0 72px;
	box-sizing: border-box;
}

	.media-carousel-wrap .media-carousel-prev,
	.media-carousel-wrap .media-carousel-next {
		position: absolute;
		z-index: 5;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		overflow: hidden;
		border: 1px solid #ca902a;
		text-align: center;
		cursor: pointer;
		color: #ca902a;

		top: 40%;
		margin-top: -22.5px;

		transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
	}

		.media-carousel-wrap .media-carousel-prev:hover ,
		.media-carousel-wrap .media-carousel-next:hover {
			background: #ca902a;
			color: #fff;
		}

		.media-carousel-wrap .media-carousel-prev span,
		.media-carousel-wrap .media-carousel-next span {
			line-height: 45px;
			font-size: 15px;
			
		}

	.media-carousel-wrap .media-carousel-prev {
		left: 0;
	}

	.media-carousel-wrap .media-carousel-next {
		right: 0;
	}

	.media-carousel-wrap .media-section-carousel {
		position: relative;
		z-index: 4;
	}

		.media-section-carousel .media-entry {
			position: relative;
			padding: 0 1px;
		}

		.media-section-carousel .media-entry .media-entry-hero {
			position: relative;
			background: url(../../images/media/background-slick-media.jpg) center center;
			overflow: hidden;
		}

		.media-section-carousel .media-entry .media-entry-title {
			position: relative;
			text-align: center;
			padding: 10px;
			font-weight: 700;
			color: #282826;
			font-size: 18px;
			text-transform: uppercase;
			background: #fff;
			line-height: 20px;
		}

			.media-section-carousel .media-entry .media-entry-title span {
				display: inline-block;
			}
		
		/* Default - Center Content*/
		.media-section-carousel .media-entry .media-content-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 3;
			font-size: 0;
		}

		.media-section-carousel .media-entry .media-content-overlay:hover {
			background: rgba(204,147,43,.7);
			background-position: center center;
			background-size: 21% auto;
			background-repeat: no-repeat;
		}

		.media-section-carousel .media-nohover .media-content-overlay:hover {
			background: none;
			background-position: center center;
			background-size: 21% auto;
			background-repeat: no-repeat;
		}

			.media-section-carousel .media-entry .media-content-overlay:before {
				width: 0;
				height: 100%;
				display: inline-block;
				vertical-align: middle;
				content: '';
			}

			.media-section-carousel .media-entry .media-content-overlay .media-content-middle {
				display: inline-block;
				vertical-align: middle;
				width: 100%;
				font-size: 17px;
				text-align: center;
			}

			.media-section-carousel .media-entry .media-content-overlay .media-content-middle img {
				display: block;
				max-width: 100%;
				width: auto;
				height: auto;
				margin: 0 auto;
			}

		/* For Video */
		.media-section-carousel .media-entry.media-video canvas{
			width: 100%;
		    height: auto;
		    display: block;
		    position: relative;
		    z-index: 1;
		    background: center center;
		    background-size: cover;
		    background-repeat: no-repeat;
		}

		.media-section-carousel .media-entry.media-video .media-video-overlay {
			position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    z-index: 2;
		    background: rgba(0,0,0,.3) url(../../images/listings/play-btn.png);
		    background-position: center center;
		    background-size: 21% auto;
		    background-repeat: no-repeat;

		    transition: all .25s ease-in-out;
		    -webkit-transition: all .25s ease-in-out;
		    -moz-transition: all .25s ease-in-out;
		}

		.media-section-carousel .media-entry.media-video .media-video-overlay:hover {
			background: rgba(204,147,43,.7) url(../../images/listings/play-btn.png);
			background-position: center center;
			background-size: 21% auto;
			background-repeat: no-repeat;
		}



/* Overwrites */
/* HGTV */
#media-hgtv {
	background-image: url(../../images/media/background-hgtv.png);
}

	#media-hgtv .media-accent {
		right: 0;
		height: auto;
		display: block;
	}

	#media-hgtv .section-header .section-logo-title img {
		max-width: 219px;
	}

.media-carousel-main-wrap {
    position: relative;
    padding: 0 72px;
}

.media-main-video {
    max-width: 1137px;
    margin: 0 auto;
}

.media-main-video iframe {
    width: 100%;
    height: 538px;
    box-shadow: 21px 23px 26px 12px rgb(0 0 0 / 39%);
}

.ip-podcast-blog-area {
    position: relative;
    padding: 0 0 30px;
    line-height: 1;
}

.ip-podcast-blog-list {
    display: flex;
    flex-wrap: wrap;
}

.ip-podcast-blog-photo {
    width: 51.611%;
}

.ip-podcast-blog-content {
    width: 48.389%;
    padding: 15px;
}

.ip-podcast-blog-list:nth-child(even){
	flex-direction: row-reverse;
}

.ip-podcast-blog-list:nth-child(even) .ip-podcast-blog-photo{
	width: 48.389%;
}

.ip-podcast-blog-list:nth-child(even) .ip-podcast-blog-content{
	width: 51.611%;
}

.ip-podcast-blog-photo-inner {
    position: relative;
}

.ip-podcast-blog-photo-inner canvas {
    display: block;
    width: 100%;
}

.ip-podcast-blog-photo-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-podcast-blog-title {
    font-size: 42px;
    color: #1c1c1c;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.27;
    letter-spacing: -.8px;
    margin-bottom: 24px;
}

.ip-podcast-blog-content-inner {
    max-width: 640px;
    margin: 0 auto;
}

.ip-podcast-blog-info {
    font-size: 18px;
    color: #767676;
}

.ip-podcast-blog-info a{
	color: #a81a20;
}

.ip-podcast-blog-text p {
    line-height: 1.55 !important;
    margin: 28px 0 !important;
    font-size: 18px;
    color: #232323;
}

.ip-podcast-feed{
	width: 100%;
}

.ip-podcast-feed-title {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #1c1c1c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: 56px;
    margin-bottom: 23px;
}
.ip-podcast-blog-area .ip-podcast-feed-title {
	line-height: normal;
	margin-bottom: 43px;
}

.ip-podcast-feed-list {
    max-width: 1140px;
    margin: 0 auto;
}

div#main-wrapper {
    overflow: hidden;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-body-form {}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-body-form .ip-podcast-about-form {
    margin: 0 auto;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-body-form .ip-podcast-about-form .ip-podcast-about-form-inner {
    margin-top: 0;
    margin-bottom: 20px;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-body-form .ip-podcast-about-form > .ip-podcast-about-form-title{
	color: #000;
	margin: 0 auto 20px
}

@media only screen and (max-width: 1440px) {
	.ip-podcast-blog-title {
	    font-size: 40px;
	}
}

@media only screen and (max-width: 1366px) {
	.ip-podcast-blog-title {
	    font-size: 40px;
	}

	.ip-podcast-banner-content-inner {
	    max-width: 660px;
	    padding-right: 0;
	}

	.ip-podcast-banner-title {
	    font-size: 70px;
	}

	.ip-podcast-banner-text p {
	    font-size: 17px;
	    padding: 0 0 30px;
	}

	.ip-podcast-banner-text h2 {
	    font-size: 35px;
	}

	.ip-podcast-blog-title {
	    font-size: 30px;
	}

	.ip-podcast-blog-text p {
	    margin: 20px 0 !important;
	}
}

@media only screen and (max-width: 1199px) {
	.ip-podcast-banner-content-inner {
	    max-width: 550px;
	}

	.ip-podcast-about-form-title {
	    font-size: 29px;
	}

	.ip-podcast-about-title {
	    font-size: 40px;
	}

	.ip-podcast-blog-title {
	    font-size: 22px;
	    margin-bottom: 12px;
	}

	.ip-podcast-blog-text p {
	    margin: 9px 0 !important;
	    font-size: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.ip-podcast-banner-content {
	    width: 100%;
	    padding: 80px 15px 0;
	    text-align: center;
	}

	.ip-podcast-banner-content-inner {
	    max-width: 100%;
	}

	.ip-podcast-banner-agent {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto;
	}

	.ip-podcast-about-content {
	    width: 100%;
	    padding-right: 0;
	    padding-top: 0;
	    text-align: center;
	}

	.ip-podcast-about-form {
	    width: 100%;
	}

	.ip-podcast-about-form-inner {
	    max-width: 500px;
	    margin: 30px auto 0;
	}

	.ip-podcast-about-link a {
	    margin: 0 auto;
	}

	.ip-podcast-about-content-inner {
	    max-width: 100%;
	}

	.ip-podcast-tips-title {
	    font-size: 40px;
	}

	.ip-podcast-blog-photo {
	    width: 100% !important;
	}

	.ip-podcast-blog-content {
	    width: 100% !important;
	    padding: 15px;
	    text-align: center;
	}

	.ip-podcast-blog-text p {
	    margin: 28px 0 !important;
	    font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.ip-podcast-banner-title {
	    font-size: 45px;
	}

	.ip-podcast-banner-text h2 {
	    font-size: 25px;
	}

	.ip-podcast-about-title {
	    font-size: 35px;
	}

	.ip-podcast-tips-title {
	    font-size: 35px;
	}
}
