.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 160px;
}
hr{
	border: 0;
    background-color: rgba(10, 10, 10, 0.1);
    height: 1px;
    margin-bottom: 1.5em;
}
.share{
	width: 36px;
    height: 36px;
    padding: 6px;
    font-size: 18px;
    border-radius: 22px;
    background: #fff;
    border-color: #000;
    border-style: solid;
    color: #000;
	margin-right:6px;
	cursor:pointer;
}
.whatsapp-share{
	color:#34af23;
	border-color:#34af23;
	background: #fff;
}
.whatsapp-share:hover{
	color:#fff;
	border-color:#34af23;
	background: #34af23;
}
.fb-share{
	color:#43609c;
	border-color:#43609c;
	background: #fff;
}
.fb-share:hover{
	color:#fff;
	border-color:#43609c;
	background: #43609c;
}
.twt-share{
	color:#000;
	border-color:#000;
	background: #fff;
}

.mail-share{
	color:#eb623f;
	border-color:#eb623f;
	background: #fff;
}


#myModal{
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}
.modal.show {
  visibility: visible!important;
  opacity: 1!important;
  z-index:6;
}
.modal.show .modal-content {
  transform: translateY(0)!important;
  opacity: 1!important;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 5; 
  top: 0%;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  right:0%;
  transition: 0.3s;
}

.exitModal{
	right:0%!important;
	display:none!important;
}

.modal-content {
  background-color: #516fa7;
  margin: 3% auto; 
  padding: 20px;
  border: 1px solid #edf1f5;
  width: 94%; 
  border-radius: 5px;
  max-width:1000px;
  height:480px;
  color:#edf1f5;
  box-shadow: -3px 3px 11px 3px #4d5259;
}



.aboutModal {
  background-color: #516fa7;
  color:#ffffff;
  position:relative;
}

.aboutModal h2 h3{
	color: #fff;
}

.modal-contentShare{
background-color: #32b5a2;
  margin: 8% auto; 
  padding: 20px;
  border: 1px solid #edf1f5;
  width: 94%;
  border-radius: 5px;
  max-width:600px;
  height:180px;
  color:#edf1f5;
  box-shadow: -3px 3px 11px 3px #4d5259;
}
.mob {
	display:none;
}
.close {
  color: #edf1f5;
  float: right;
  font-size: 28px;
  font-weight: bold;
}


.modal-content h2{
	margin:5px 0;
	color:#f6faff;
}
.modal-content h3{
	margin:5px 0;
	color:#f6faff;	
}
.text-container #epiDesc  {  
    height: 100px;
    overflow: hidden;
    transition: height 0.15s ease;
	color: #f4f0f0;
	margin-top:0;
}
.text-container a{
	color: #fff;
}
.text-container.expanded #epiDesc {
    height: 140px;
	overflow-y: auto;
}

.text-container #podDesc  {  
    height: 210px;
	overflow-y: auto;
    transition: height 0.15s ease;
	color: #f4f0f0!important;
	margin-top:0;
}
.text-container #podDesc p {
	color: #f4f0f0!important;
}	

.text-container #podDesc a {
	color: #f4f0f0!important;
}	
.text-container.expanded #podDesc {
    height: 140px;
	overflow-y: auto;
}
	.mobBot{
		display:none;
	}
	.epiProgress{
		width: 140px;
		background:#fff;
		border-radius:10px;
		height: 10px;
		margin-bottom: 0px;
		line-height: 26px;
		display: inline-block;
		margin-right: 10px;
		overflow:hidden;
	}
	.epiProgressBG{
		text-align:left;
		display: inline-block;
		background: #58e3a9;
		width: 0px;
		margin-left: -1px;
		height: 10px;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	#epiPlayButton{
		cursor: pointer;
		padding: 5px 10px 1px 10px;
		height: 24px;
		text-align: center;
		background: #32b5a1;
		width: 60px;
		color: #ffffff;
		border: 1px solid #f8f8f8;
		border-radius: 6px;
		vertical-align: middle;
		display: inline-block;
		transition: 0.3s ease;
	}
	
	.episode-placeholder{
		height: 95px;
	}
	.progressBar{
		width:100%;
		height: 6px;
		left: 0;
		bottom: 0;
		position: absolute;
		display:block;
		background: #bbd2ce;
		background: #f3f6f5;
	}
	.modal-content a{
		color:#fff;
	}
	.modal-content a.catLink{
		background: #32b5a18a;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 6px 8px;
		display: inline-block;
		border-radius: 4px;
		margin-right: 6px;
	}
	
	a.buttonLink{
		color: #eaefed;
		border-radius: 40px; 
		width: 22px;
		height: 34px;
		display: inline-block;
		box-sizing: border-box;
		line-height: 16px;
		margin-right:8px;
		font-size:20px;
	}

.episodeNameML{
	height: 20px;
    width: calc(100% - 90px);
    overflow: hidden;
    display: block;
}


.undo{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-align: right;
    color: blue;
    display: none;
    box-sizing: border-box;
    padding: 5px;
	
}
#stopButton{
	position: absolute;
	right: 93px;
	width: 55px;
	font-size:20px;
	top:9px;
	cursor:pointer;
}
.full #stopButton{
	display:none;
}
.comment-form {
            
            margin: 16px 0 0;
            padding: 24px;
            outline: solid;
			outline-width: 1px;
			outline-color: #cccccca6;
            border-radius: 5px;
            background-color: #fff;
	
        }
        .comment-form h2 {
            margin: 0 0 20px 0;
        }
        .comment-form label {
            display: block;
            margin-bottom: 5px;
        }
        .comment-form input, .comment-form textarea {
            width: 90%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .comment-form button {
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            background-color: #516fa7; 
			font-size: 1em;
            color: #fff;
            cursor: pointer;
        }
        .comment-form button:hover {
            background-color: #218838;
        }
        .message {
            display: none;
            padding: 10px;
            margin-top: 10px;
            border-radius: 4px;
        }
        .message.success {
            background-color: #d4edda;
            color: #155724;
        }
        .message.error {
            background-color: #f8d7da;
            color: #721c24;
        }
@media only screen and (max-width: 40.063em){
.episodeNameML{
	white-space: nowrap;
    width: 80%;
    text-overflow: ellipsis;
}
	
	
	#stopButton{
		right: 38px;
		top:-4px;
	}
	.text-container #podDesc  {  
		height:auto;
	}
	.closeB{
		display:none;
	}
	.modal{
		right:-100%;
	}
	.modal.show{
		right:0;
	}
	.exitModal{
		right:-100%!important;
		diplay:block!important;
	}
	.modal-contentShare{
		width:80%;
		margin: 0 auto;
		margin-top:30%;
		border:0;
		border-radius: 0;
		overflow-y:auto;
	}
	.modal-content {
		width:100%;
		margin: 0 auto;
		height: 100%;
		padding: 0;
		border:0;
		border-radius: 0;
		overflow-y:auto;
	}
	.modal-content .imgpod{
		display:block;
		margin:0 auto;
		float: none !important;
	}
	.modal-content h2{
		margin:5px 0;
		padding:0;
		clear:both;
		font-size:18px;
	}
	.modal-content h3{
		margin:5px 0;
		padding:0;
		font-size:16px;
	}
	.text-container.expanded #epiDesc {
		
		height: auto;
	}
	
	.text-container.expanded #podDesc {
		
		height: auto;
	}
	.mobBot{
		height:110px;
		display:block;
		width:100%;
	}
	#epiDesc{
		font-size:14px;
	}
	
	#podDesc{
		font-size:14px;
	}
	.mob {
		display:block;
	}
	.playerbar{
		height:90px;
	}
	.modal-content ul{
		padding-left: 20px;
	}

	
}


@media (pointer: fine) {
	.ratingArea:hover{
		color:#5b85d2;
		font-weight:bold;
	}
	.catpod:hover{
		transform: scale(1.04) translate3d(0,-4px,0);
	}
	.catpod:hover .htext{
		opacity:1;
	}
	.catpod:hover .hinnertext{
		transition: all 0.3s ease;
		transform: translateZ(0);
		opacity:1;
	}
	#playpause:hover{
		color: #8ef1e7;
	}
	
	#playpausealt:focus{
		outline:0;
	}

	#playpausealt:hover{
		color: #8ef1e7;
		border: 1px solid #8ef1e7;
	}
	
		
	.playpausealt:hover{
		color: #8ef1e7;
		border: 1px solid #8ef1e7;
	}
	.descArea button:hover{
		background:#606ba9;
		border-color:#606ba9;
		cursor:pointer;
	}
	.epirow:hover
	{
		opacity: 0.95;
		background: linear-gradient(90deg, rgb(55 77 113) 0%, rgb(33 60 105) 100%);
	}
	.bg:hover
	{
		opacity: 0.95;
	}
	
	#moreepi::-webkit-scrollbar-thumb:hover
	{
		background-color: #5f6979;
	}
	.twt-share:hover{
	color:#fff;
	border-color:#000;
	background: #000;
}
.mail-share:hover{
	color:#fff;
	border-color:#eb623f;
	background: #eb623f;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
	a.buttonLink:hover{
		color: #fff;
	}
		.modal-content a:hover{
		color:#d7d6f3;
	}
	#epiPlayButton:hover{
		color:#8ef1e7;
		border-color:#8ef1e7;
		
	}
}
.notifier-container {
	z-index: 999;
	position: fixed;
	top: 4px;
	right: 4px;
	padding: 4px;
	width: 350px;
	max-width: 98%;
	font-family: "Segoe UI", Tahoma, Calibri, Verdana, sans-serif;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.notifier-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.notifier {
	position: relative;
	width: 100%;
	min-height: 62px;
	margin-bottom: 12px;
	padding: 8px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .6s cubic-bezier(.5, -.5, .3, 1.4), opacity .6s ease;
	-moz-transition: all .6s cubic-bezier(.5, -.5, .3, 1.4), opacity .6s ease;
	-ms-transition: all .6s cubic-bezier(.5, -.5, .3, 1.4), opacity .6s ease;
	transition: all .6s cubic-bezier(.5, -.5, .3, 1.4), opacity .6s ease
}

.notifier.shown {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.notifier.shown:hover {
	opacity: 1
}

.notifier-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 16px;
	height: 16px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #aaa;
	font-weight: 700;
	font-size: 16px;
	background: 0 0;
	outline: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease
}

.notifier-close:focus,
.notifier-close:hover {
	opacity: 1;
	color: #999;
	background: #eee
}

.notifier-img {
	float: left;
	margin-right: 8px;
	vertical-align: middle
}

.img {
	width: 48px;
	height: 48px
}

.notifier-title {
	margin: 0 0 4px;
	padding: 0;
	font-size: 18px;
	font-weight: 400
}

.notifier-body {
	font-size: 13px
}