<style>

/* Hello, I am /assets/css/_podcasts.css */

  .button-group {
    margin: 15px 0;
  }
  .button-group .button {
    display: inline-block;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    margin-bottom: 0;
  }
  .button-group .button:first-child {
    border-radius: 0.5em 0 0 0.5em;
  }
  .button-group .button:last-child {
    border-radius: 0 0.5em 0.5em 0;
  }
  .button {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #e6e6e6;
    border: none;
    color: #0C163B;
    font-family: sans-serif;
    font-size: 14px;
    cursor: pointer;
    font-family: 'sofia-pro';
  }
  .button:hover {
    background-color: #48C4D8;
    color: white;
  }
  .button:active, .button.is-checked {
    background-color: #0C163B;
  }
  .button.is-checked {
    color: #fff;
  }

  .input-group {
    width: 100%;
    margin: 15px 0;
  }

  .quicksearch {
    border: 0;
    background: #e6e6e6;
    box-shadow: none;
    width: 100%;
    padding: 25px 15px;
    font-size: 14px;
  }
  input#quicksearch::placeholder {
    color: #0C163B;
  }
  .quicksearch:active, .quicksearch:focus {
    background: #e6e6e6;
    /*box-shadow: none;*/
    outline: none;
  }

  .quicksort {
    width: 50px;
    height: 43px;
    margin: 15px 0;
    display: table;
    text-align: center;
    font-size: 20px;
    background: #e6e6e6;
    color: #151515;
    border-radius: 0.5em;
    font-weight: normal;
    text-decoration: none;
  }
  .quicksort i {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .quicksort:hover {
    color: #fff;
    background: #222;
    text-decoration: none;
  }

  .element-item {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 5px 0;
    padding: 14px 10px 0 65px;
    background: #888;
    color: #fff;
    font-weight: bold;
    display: block;
  }
  .element-item span {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding: 15px 0 0 0;
    text-align: center;
    float: left;
    background: rgba(0, 0, 0, 0.15);
  }
  .element-item.blue {
    background: #4888D3;
  }
  .element-item.green {
    background: #26C0A9;
  }
  .element-item.orange {
    background: #F8865D;
  }
  .element-item.red {
    background: #EE6679;
  }
  .container .podcast-single {
    height: auto;
    color: #0C163B;
    max-width: 100%!important;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 30px;
  }
  .container .podcast-single p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    -webkit-line-clamp: 2;
  }
  .element-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .container .podcast-single .date {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .podcast-single .share-text {
    font-size: 16px;
    margin-bottom: -6px;
  }
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .filter-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-radius: 10px;
    font-family: 'sofia-pro';
  }
  #podcasts {
    margin-bottom: 30px;
    margin-top: 80px;
  }
  .podcast-selection {
    display: none!important;
  }
  .podcast-single.devjams {
    margin: 0;
    margin-bottom: 25px;
  }
  .element-item.podcast-single:hover {
    transform: translate(0px, -2px) scale(1.005);
    transition: 0.15s ease-in-out;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 30%);
  }
  .element-item.podcast-single:hover .flex h3 {
    text-decoration: underline;
  }
  #footer {margin-top: 100px;}

  @media(max-width: 767px) {
    .filters-button-group {text-align: center; margin-bottom: 0;}
  }

.video-js { vertical-align: middle !important; }
  .fancybox-content { background: none; }
  .fancybox-close-small { background: #FFF; border-radius: 50%; padding: 6px 5px 6px 6px !important; }
  #video-wrapper { width: 90vw; max-width: 1200px; }


.podcast-hero-wrap{
background-size: cover;
background-position: center;
background-color: #fff;
}

.podcast-hero-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: auto auto;
	padding: 100px 20px;
}


.podcast-hero-lt{
	width: calc:(100% / 2);
	max-width: 450px;
  margin: 30px 40px;
}

.podcast-hero-rt{
	width: calc:(100% / 2);
	max-width: 700px;
}

.podcast-hero-lt p{
	margin: 20px 0 40px 0;
	color: #fff;
}

.channel-wrap{
  background-color: #1D2327;
  padding: 14px 0 0 0;
  max-width: 970px;
  margin: 70px auto 50px auto;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.16);
  width: 90%;
}

.channels{
	display: flex;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 20px 50px 70px 50px;
	justify-content: center;
  background-color: #FFFFFF;
  border-radius: 0 0 30px 30px;
}


.single-channel{
width: calc(100% / 2);
max-width: 340px;
margin: 15px auto 0px auto;
text-align: center;
}

.single-channel img{
width: 100%;
max-width: 500px;
height: 210px;
object-fit: contain;
margin: auto auto;
}

.single-channel p{
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.single-channel a{
	display: flex;
	align-items: center;
	clear: both;
	max-width: 200px;
	background-color: #FF5050;
	padding: 10px 20px 10px 0px;
	margin: auto auto;
	border-radius: 27px;
	color: #fff;
	text-align: center;
}

.single-channel a:hover{
	background-color: #d4384e;
}

.single-channel a img{
	width: 30px;
	height: 30px;
}


.podcast-selection{
	display: flex;
	justify-content: space-between;
	margin: 25px auto;
	max-width: 500px;
}


.podcast-selection span{
	margin: 10px;
	text-transform: uppercase;
	font-size: 15px;
   font-weight: 900;
}

.podcast-single-wrap{
	display: grid;
  width: 100%;
  grid-gap: 15px 25px;
  grid-template-columns: 48% 48%;
  grid-auto-flow: column;
	max-width: 980px;
	width: 90%;
	margin: 0 auto 75px auto;
}

.podcast-single{
	position: relative;
	width: 100%;
	max-width: 450px;
	border-radius: 30px;
  background-color: #F7F7F7;
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.16);
  padding: 30px 30px 50px 30px;
}

.mxmatters{
	grid-column-start: 2;
	margin: 20px;
}

.devjams{
	grid-column-start: 1;
	margin: 20px;
}

.podcast-single span{
	display: flex;
	position: absolute;
	width: 90%;
	margin: auto auto;
	bottom: 20px;
	justify-content: space-between;
}

.podcast-single span a{
	color: #FF5050;
}

.podcast-single span a:hover{
	color: #d4384e;
}

.podcast-single p{
display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 25px 0px;
}

.pc-social{
	display: flex;
	align-items: center;
}

.pc-social a{
	width: 20px;
	margin: 0px 5px;
	opacity: .8;
}

.pc-social a:hover{
	opacity: 1;
}



div.vid-pu-wrap{
  width: 100%;
	max-width: 1000px !important;
}


.vid-pu-wrap button.fancybox-close-small{
  top: 20px;
  right: 5px;
}


.vid-pu-wrap video{
	display: block;
	width: 100%;
	margin: auto auto;
	background-color: #FFF !important;
	/*max-width: 1000px;*/
	/*padding: 40px;*/
	border-radius: 40px 40px 0 0;
	outline:none;
}

.vid-up-copy-wrap{
	width: 100%;
	background-color: #F7F7F7;
 color: #fff;
max-width: 1000px;
	padding: 20px 40px;
	border-radius: 0 0 40px 40px;
	margin: auto auto;
}

.vid-pu-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.vid-pu-top-lt{
	font-size: 15px;
	color: #09315E;
}

.vid-pu-top-rt{
	margin: 10px 0 0 0;
	display: flex;
	align-items: center;
}

div.vid-pu-top-rt img{
  width: 30px;
  height: 30px;
  object-fit: contain;
  opacity: .8;
}

div.vid-pu-top-rt img:hover{
  opacity: 1;
}

div.vid-pu-top-rt > img{
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.vid-pu-top-rt a{
	margin: 10px;
}


a.vid-sub{
	display: block;
	align-items: center;
	align-content: center;
	clear: both;
	min-width: 170px;
	background-color: #FF5050;
	padding: 5px;
	margin:0px 20px;
	border-radius: 27px;
	color: #fff;
	text-align: center;
	font-size: 17px;
}

a.vid-sub:hover{
	background-color: #d4384e;
}

a.vid-sub img{
	width: 20px;
	height: 20px;
	margin: 0 15px 5px 0;
}

.vid-pu-btm h3{
	font-size: 24px;
	font-weight: 800;
	color: #09315E;
}

.vid-pu-btm p{
	font-size: 17px;
	font-weight: 500;
	color: #09315E;
}

/** subscribe tooltip **/

.popup{
	position: relative;
}

.popuptext{
  display: none;
  position: absolute;
  width: 270px;
  background-color: #0C163B;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 20px;
  top: -100px;
  left: -40px;
}

.popuptext p{
color: #fff;
font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.popup:hover .popuptext{
	display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Popup arrow */
.popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@media (max-width: 1200px) {
	.button-group .button {
	    margin-bottom: 10px;
	    border-radius: 10px!important;
	    margin-right: 10px;

	}
}

@media(max-width: 767px) {
	.filter-row {display: block;}
}

@media(max-width: 850px){
	/** mobile hero **/
	.podcast-hero-inner{
		flex-direction: column;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 1200px;
		margin: auto auto;
		padding: 100px 20px;
	}
	.podcast-hero-lt,
	.podcast-hero-rt{
		width: 100%;
		margin: auto auto;
	}
	.podcast-hero-lt h1{
		text-align: center;
	}
	.podcast-hero-lt p{
		text-align: center;
	}
	.podcast-hero-lt a{
		display: block;
		margin: 0px auto 40px auto;
	}
	.podcast-single-wrap{
		flex-direction: column;
	}
	.podcast-single{
		width: 100%;
	  margin: 30px auto;
	}
	/** mobile channel **/
	.channels{
		flex-direction: column;
	}
	.single-channel{
		width: 100%;
		margin: 30px auto;
	}
}

@media(max-width: 720px){
	.podcast-single-wrap{
		display: block;
	}

	.podcast-single span{
		bottom: 10px;
	}

	.podcast-single span{
		flex-direction: column;
		font-size: 17px;
		line-height: 17px;
		width: 80%;
		max-width: 190px;
	}
	.podcast-single span a{
		margin: 10px 0 0 0;
	}
}

@media(max-width: 650px){
	.vid-pu-top{
		flex-direction: column;
		justify-content: center;
	}
	.vid-pu-top-lt{
		order: 2;
		text-align: center;
	}
	.vid-pu-top-rt{
		justify-content: center;
		order: 1;
	}
	div.vid-pu-top-rt img{
	  width: 25px;
	  height: 25px;
	  object-fit: contain;
	}
	.vid-pu-top-rt a{
		margin: 2px;
	}
}

@media(max-width: 500px){
	.podcast-selection{
		flex-direction: column;
	}
	.podcast-selection span{
		margin: 5px auto;
	}
	.podcast-single .share-text {
		white-space: nowrap;
	}
}
</style>
