.section-title .section-title-inner {
    display: none;
}

.network-podcast-list-section {
	padding-top: 0px;
}

.block .block-image img {
  margin: auto;
	border: 1px solid #ddd;
	border-radius: 1rem !important;
}

.announcement-banner a {
	padding: .5rem 1rem !important;
	font-size: 0.85rem;
}

.pp-card .pp-card-image img {
    border: 1px solid #ddd;
}

/* BUTTON TRANSITIONS */

.btn, 
.btn.btn-base-1, 
#nav-cta .btn {
	transition: all 0.3s ease !important;
}

/* IMGs */

img.rounded {
	border: 1px solid #dddddd;
}


.podcast-home-page #header-hero #c-artwork {
	display: none;
}

.show-page .shows-page-header img:not(.podcast-logo):not(.player-icon):not(.player-logo):not(.player-badge):not(.rounded-circle):not(.navbar img):not(#footer img):not(.modal img):not(#header-hero-banner-image) {
    border-radius: 0px !important;
}

.contact .contact-page-header img:not(.podcast-logo):not(.player-icon):not(.player-logo):not(.player-badge):not(.rounded-circle):not(.navbar img):not(#footer img):not(.modal img):not(#header-hero-banner-image) {
    border-radius: 0px !important;
}


.podcast-home-page #header-hero #c-text {
	flex: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* -- FORM OVERRIDES for contact page only -- */

input[type~="text"], 
input[type~="email"], 
textarea[name="body"] {
	border: 1px solid #ccc !important;
	border-radius: 10rem;
	background-color: #f5f5f5 !important;
	transition: all 0.3s ease !important;
}

input[type~="text"]:focus, 
input[type~="email"]:focus, 
textarea[name="body"]:focus {
	background-color: #fff !important;
}

textarea[name="body"] {
	border-radius: 1rem !important;
}