.cme-list-episode h2 {
    font-weight: 900;
}

div.cme-list-episode div.info-footer {
    display: flex !important;
    color: #fff;
    font-size: 1.2em;
    margin: 1em 0;
    text-align: center;
}

.cme-list-episode div.info-footer > div {
    display: flex;
    width: 50%;
    flex-direction: column;
    padding: .5em;
    background-color: #12d3cf;
}
.cme-list-episode div.info-footer > div:first-child {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
.cme-list-episode div.info-footer > div:last-child {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
.cme-list-episode div.info-footer > div.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.cme-list-episode div.info-footer .headline {
    font-size: 1.3em;
}

.cme-list-episode div.info-footer > div > div{
    padding: .4em;
}

.cme-list-episode div.info-footer a.et_pb_bg_layout_light {
    border-color: #fff !important;
    color: #fff !important;
}

.podcast_cme_card{
    background-image: radial-gradient(circle at center,#75efcb 0%,#12d3cf 100%);
    background-color: #12d3cf;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
    padding-left: 1em;
	font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
	color: #ffffff!important;
    text-align: center;
}

.podcast_cme_card h3{
	font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 29px;
	color: #ffffff!important;
}

.podcast_cme_card p{
	padding-bottom: 1em !important;
}

.podcast_cme_card a.btn_disabled {
    pointer-events: none;
    opacity: .6;
}

input#copyToClipboardInput {
	border-color: #12d3cf;
	border-radius: 3px;
	color: #535353;
}

div.dbm-articles article h2.entry-title {
	font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 700 !important;
	padding-bottom: .2em;
	line-height: 1.2em;
}

div.dbm-articles article span.subtitle {
    font-size: 1.5em;
	line-height: 1.3em;
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
}

div.dbm-articles article span.categories {
    margin-right: 1em;
}

div.dbm-articles article span.cme-available {
    margin-left: 0;
    line-height: 2em;
    border: solid 1.5px #13d3cf;
    padding: 1px 3px;
    border-radius: 4px;
    color: #13d3cf;
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
	white-space: nowrap;
}

div.dbm-articles article > p.post-meta {
    margin-bottom: 18px;
}

div.dbm-articles article > p.post-meta span,
div.dbm-articles article > p.post-meta a,
div.dbm-articles article > p.post-meta a:hover{
    color: #13d3cf;
	font-weight: 500;
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
}

div.dbm-articles article .media-of-post {
    display: flex;
	margin-bottom: 1em;
}

div.dbm-articles article div.et_pb_audio_module {
    width: 100%;
    margin: 0 1em;
}

div.dbm-articles article .post-text {
    background-color: #e2e2e2;
    padding: 1em;
    border-radius: 10px;
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif !important;
}

div.dbm-articles article .post-text h4 {
	margin-top: 15px;
	padding-bottom: 8px;
	font-weight: 700;
}

div.dbm-articles article .et_pb_button {
    font-size: 14px;
}
div.dbm-articles article .et_pb_button::after {
    font-size: 22px;
}

div.dbm-articles.loop article {
    padding: 20px;
    border-radius: 10px;
}
div.dbm-articles.loop article:nth-of-type(2n) {
    background-color: #95d5d236;
}
div.dbm-articles.loop article:nth-of-type(2n+1) {
    border-color: #95d5d236;
	border-width: 5px;
	border-style: solid;
	background-color: #95d5d217;
}

.et_pb_audio_module.medaudio {
    background-image: radial-gradient(circle at center,#75efcb 0%,#12d3cf 100%) !important;
    background-color: #12d3cf !important;
    border-radius: 92px 92px 92px 92px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
	div.dbm-articles article .media-of-post {
		flex-direction: column;
		
	}
	div.dbm-articles article .media-of-post > div {
		margin: 0 auto 8px;
	}
	div.dbm-articles article > span.subtitle {
		font-size: 16px;
    }
    /* .thumbnail-gif-player .gif-thumb-player {
        width: 100%;
    } */
}

@media only screen and (max-width: 480px) {
	div.dbm-articles article > span.subtitle {
		font-size: 14px;
	}
}

.rss_links img {
    width: 40px;
	height: 40px;
}
.rss_links .toggle_below {
    display: none;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}
.rss_links .toggle_overlay {
    display: flex;
    flex-direction: row;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}
.rss_links .toggle_overlay div {
    height: 40px;
}
.rss_links .toggle_overlay span {
    margin-left: 15px;
    line-height: 40px;
    font-size: 20px;
}

/* PLAY/PAUSE Button */
/* Just positioning here */
.gif-thumb-player svg.play_btn {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}
.thumbnail-gif-player .gif-thumb-player svg.play_btn {
    /* transform: translate(-50%,-60%) scale(0.8);
    -ms-transform: translate(-50%,-60%) scale(0.8); */
    transform: translate(-50%,-50%) scale(0.8);
    -ms-transform: translate(-50%,-50%) scale(0.8);
}
/* This animates the circle when it switches to play */
.circle {
	transition: stroke-dashoffset 300ms ease-in;
	stroke-dashoffset: 0;
	fill: none;
}
.circle.play {
	stroke-dashoffset: 314;
}

@keyframes circleloading {
  0% { stroke-dashoffset: 314; }
  100% { stroke-dashoffset: -314; }
}

.circle.loading {
  animation-duration: 2.4s;
  animation-name: circleloading;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

.gif-thumb-player {
  width: 100%;
  position: relative;
  max-width: 290px;
  margin: 0 auto;
}
/*.thumbnail-gif-player .gif-thumb-player {
    width: 280px;
}*/
.thumbnail-gif-player {
    margin-right: 30px;
}
.gif-thumb-player img {
  width: 290px;
  max-width: 100%;
  height: auto;
  border-radius:10px;
}
.gif-thumb-player input.volume {
    position: absolute;
    bottom: 18px;
    left: 10px;
    transform: translate(0%, -50%);
    height: 3px;
	width: 100px;
}
.gif-thumb-player .volume {
    width: 45%;
	max-width: 100px;
    height: 65%;
	max-height: 100px;
    position: absolute;
	bottom: 38px;
	left: 5px;
}
.gif-thumb-player .volume i {
    position: absolute;
    /* margin-top: -6px; */
    color: #12d3cf;
	bottom: 0;
    left: 0;
}
.gif-thumb-player .volume i.fa-volume-up {
    margin-left: 4px;
}
.gif-thumb-player .volume-bar {
    position: absolute;
    margin: 0;
	padding: 0;
    background: #555;
	border: none !important;
}
.gif-thumb-player .volume-bar.ui-slider-horizontal {
    left: 27px;
	bottom: 3px;
    height: 5px;
    width: 100%;
}
.gif-thumb-player .volume-bar.ui-slider-vertical {
	left: 5px;
	bottom: 23px;
	height: 100%;
	width: 5px;
}
.gif-thumb-player .volume-bar .ui-slider-range-min {
    position: absolute;
    background: #12d3cf;
    border: none;
    outline: none;
}
.gif-thumb-player .volume-bar.ui-slider-horizontal .ui-slider-range-min {
    height: 5px;
    width: 100%;
}
.gif-thumb-player .volume-bar.ui-slider-vertical .ui-slider-range-min {
    height: 100%;
    width: 5px;
}
.gif-thumb-player .volume-bar .ui-slider-handle {
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
    cursor: pointer;
    outline: none;
}
.gif-thumb-player .volume-bar.ui-slider-horizontal .ui-slider-handle {
    margin-top: -1px;
}
.gif-thumb-player .volume-bar.ui-slider-vertical .ui-slider-handle {
    /*margin-left: -1px;*/
}
.gif-thumb-player span.transcript {
    position: absolute;
	/* bottom: 12px; */
    top: 6px;
	right: 5px;
	color: #fff;
	border: solid 1px;
	border-radius: 3px;
	padding: 0px 6px;
	cursor: pointer;
}

.gif-thumb-player div.time-and-control {
    position: absolute;
    bottom: 3px;
    right: 8px;
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: flex-end;
}
.gif-thumb-player div.time-and-control .time-jump svg {
    width: 16px;
    margin-right: 15px;
    /* position: relative;
    top: 0;
    left: 0;
    transform: translate(0); */
}
.gif-thumb-player div.time-and-control .time {
    font-size: 0.9em;
    margin-left: 10px;
    font-variant-numeric: tabular-nums lining-nums;
}
.gif-thumb-player div.time-slider {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.gif-thumb-player div.time-slider:hover {
    opacity: 1;
}
.gif-thumb-player div.time-slider .control-btns {
    display: flex;
    position: absolute;
    bottom: 2px;
    width: 100%;
    justify-content: center;
}
.gif-thumb-player div.time-slider span.time {
    position: absolute;
    bottom: 6px;
    right: 6px;
    color: #fff;
    font-size: .8em;
    font-variant-numeric: tabular-nums lining-nums;
}
.gif-thumb-player div.time-slider .control-btns .time-jump svg {
    width: 16px;
    margin: 0 5px;
    cursor: pointer;
}
.gif-thumb-player div.time-slider input[type="range"] {
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #bdbdbd7d;
    outline: none;
    padding-bottom: 22px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* border-top: solid #fff 2px; */
}
.gif-thumb-player div.time-slider input[type="range"]::-moz-range-track {
    width: 100%;
    height: 2px;
    box-shadow: none;
    background: #fff;
    border-radius: 0px;
    border: 0px;
}
.gif-thumb-player div.time-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 9px;
    height: 9px;
    background: #00d3d0;
    cursor: pointer;
    /* margin-top:-5px; */
    border-radius: 50%;
}
  
.gif-thumb-player div.time-slider input[type="range"]::-moz-range-thumb {
    width: 9px;
    height: 9px;
    background: #00d3d0;
    cursor: pointer;
    /* margin-top:-5px; */
    border-radius: 50%;
    border: none;
}
.gif-thumb-player div.time-slider input[type="range"]::-moz-range-progress {
    background-color: #00d3d0;
}

/* Overflow Box */
.fade_in_box {
    animation: fadeInBox ease 0.8s;
    -webkit-animation: fadeInBox ease 0.8s;
    -moz-animation: fadeInBox ease 0.8s;
    -o-animation: fadeInBox ease 0.8s;
    -ms-animation: fadeInBox ease 0.8s;
}
@keyframes fadeInBox {
    0% { opacity:0;}
    100% { opacity:1;}
}
@-moz-keyframes fadeInBox {
    0% { opacity:0;}
    100% { opacity:1;}
}
@-webkit-keyframes fadeInBox {
    0% { opacity:0;}
    100% { opacity:1;}
}
@-o-keyframes fadeInBox {
    0% { opacity:0;}
    100% { opacity:1;}
}
@-ms-keyframes fadeInBox {
    0% { opacity:0;}
    100% { opacity:1}
}

body.modal_transcript_open {
    overflow: hidden !important;
}
.transcript_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128,128,128,0.5);
    z-index: 10;
}
.transcript_box {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%,-50%);
    background-color: #e8e8e8;
    border: solid 2px;
    border-radius: 1.5em;
    z-index: 40;
    border-color: #19d4cf;
    margin: 0 auto;
    padding: 5px;
    width: 93%;
    height: 95%;
    max-width: 600px;
    max-height: 640px;
}

.transcript_box > div.close_x {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 1.3em;
    width: 1.3em;
    background-color: #19d4cf;
    border-radius: 1em;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-weight: 900;
	cursor: pointer;
}
.transcript_box_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.transcript_box .text_inner {
    overflow: scroll;
    margin: 15px;
}
.transcript_box .bottom_buttons {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
}

.transcript_box .bottom_buttons div {
    margin: 3px 5px;
}

.transcript_box .bottom_buttons a.btn_transcript {
    border: solid 1.5px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f7f4f4;
    line-height: 16px;
}

.transcript_box .bottom_buttons .time_and_control {
    display: flex;
}

.transcript_box .bottom_buttons .time_and_control div {
    display: inline-block;
}

.transcript_box .bottom_buttons .time {
    position: relative;
    color: #19d4cf;
    line-height: 34px;
    font-size: 1.2em;
    font-weight: 700;
}
.transcript_box .bottom_buttons .playpause {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 18px;
    border-color: transparent transparent transparent #19d4cf;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    vertical-align: middle;
}
.transcript_box .bottom_buttons .playpause.paused {
    border-style: double;
    border-width: 0px 0 0px 13px;
}
.transcript_box .bottom_buttons .playpause:hover {
    border-color: transparent transparent transparent #19d4cf;
}

.post-text a,
.link-underline a {
	text-decoration: none;
	position: relative;
    color: #12d3cf !important;
}
.post-text a:after,
.link-underline a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #12d3cf;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.post-text a:hover:after,
.link-underline a:hover:after{ 
  width: 100%; 
  left: 0; 
}
/*.post-text a:hover {
	text-decoration: underline;
}*/