/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2025 | 18:26:46 */
#top-menu a[target="_blank"], #mobile_menu a[target="_blank"] {
	background: #0579bd;
	color: #fff;
	padding: 10px !important;
	border-radius: 5px;
}

#top-menu a[target="_blank"]:before, #mobile_menu a[target="_blank"]:before {
	content: "";
	font-family: FontAwesome !important;
    font-weight: 900 !important;
    color: #fff;
    font-size: 12px;
	margin-right: 5px;
}


ul.podcast-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.podcast-list li {
	flex: 0 0 auto;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 5px;
	font-size: calc(.75rem + .1vw);
	font-weight: bold;
	position: relative;
}

ul.podcast-list li a {
	font-size: calc(1rem + .1vw);
	font-weight: normal;
}

ul.podcast-list img {
	width: 120px;
	height: 100%;
	padding-top: 0;
	height: auto;
	border-radius: 0.5rem;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.box-image {
	
z-index: 0;
	
position: relative;
}

.box-text {
    background-color: white;
    margin: -50px 0 0px auto;
    max-width: calc(100% - 100px);
    padding: 15px 20px;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media (max-width: 768px) {
	.box-text {
		max-width: 100%;
		margin: -20px 0 0px auto;
	}
}