section#podcasts {
	background: rgba(255,7,113,1) no-repeat center center;
	display: flex;
	align-items: center;
	> div {
		display: flex;
		/*gap: 10px;
		flex-flow: nowrap row;
		margin: 50px auto 0;
		margin: auto;		*/
		position: relative;
		min-height: 500px;
		overflow: hidden;
		margin: auto;
		/*flex-direction: column;*/
	}
	a {
		text-decoration: none;			
		opacity: .7;
	}
	a:focus, a:hover, a:active {
		opacity: 1;
	}
}

section#podcasts ul {
	position: relative;
	display: flex;
	flex-flow: nowrap column;
	justify-content: space-evenly;
	list-style-type: none;
	vertical-align: top;
	padding: 0;
	background: white;
	border-radius: 30px 0 0 30px;
	z-index: 1;
	flex-basis: 20%;
	flex-grow: 1;
	li {
		/*max-height: 200px;*/
		height: fit-content;
	}
	li:not(:first-child) {
		border-top: 2px solid rgba(0,0,0,.2);
	}
	li > a {
		/*background-color: white;
		font-weight: 700;
		font-size: 1.1rem;
		padding: 15px 25px;*/
		position: relative;
		display: block;
		width: 100%;
		padding: 20px 5px 5px;
		z-index: 1;
		opacity: .6;
		-webkit-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		transition: 0.3s linear;		
	}
	li > a.active {
		opacity: 1;
	}
	li:focus, a:focus {
		/*background-color: blue;
		color: white;
		border-radius: 30px 0 0 30px;*/
		outline: none;
	}
	.tag {
		position: relative;
		width: 100%;		
	}
	.icon {
		position: relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		background: #c7c7c7;
		border-radius: 100%;
		vertical-align: middle;
	}
	.block {
		position: absolute;
		width: 18px;
		height: 18px;
		vertical-align: middle;
		border: solid 2px #7b7b7b;
		border-radius: 5px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);		
	}

	.circle {
		position: absolute;
		padding: 2px;
		border: solid 2px #7b7b7b;
		border-radius: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.title {
		display: inline-block;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0 10px;
		vertical-align: middle;
		color: #7b7b7b;
	}

	.addon {
		position: relative;
		width: 80%;
		/*top: -25px;*/
		margin-left: 50px;
		letter-spacing: 0;
		font-size: 13px;
		color: #9b9b9b;
		opacity: 0;
		font-family: 'Open Sans';
	}

	.addon.fadein {
		opacity: 1;
	}		
	
}
.fa-youtube-play {
	color: red;
	font-size: 2rem !important;
}
button i.fa-youtube-play {
	padding: 0;
	align-self: center;
}
.fa-youtube-play::before {
	border: 1px solid black;
	background-color: white;
	border-radius: 100%;
	padding: 5px;
}
.para-a, .fa-spotify {
	color: #1db954;		
}
.para-a {
	display: flex;
	align-items: center;
	font-weight: 700;
	float: right;
	padding: 10px;
}
.fa-spotify {
	font-size: 1.5rem;
	padding-right: 5px;
}
#accordionPortrait {
	display: none !important;
}
.accordion-button:not(.collapsed) {
	background-color: rgba(0,75,197,1) !important;
	color: white;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-collapse {
	text-align: justify;
	padding: 7.5px;
}
.addon {
	padding: 7.5px 0;
}
.browser {
	/*width: 70%;
	height: 97%;*/
	position: relative;
	/*border-style: solid;
	border-width: 2px 0 2px 2px;
	border-color: #7b7b7b transparent #7b7b7b #7b7b7b;*/
	flex-basis: 20%;
	flex-grow: 4;
	right: 0;
	border-radius: 0 30px 30px 0;
	overflow: hidden;
	z-index: 0;
}

#tabs-1, #tabs-2, #tabs-3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}	


.video-container {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	iframe {
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 9;
	}
}



