body.modal-open {
  height: 79vh;
  overflow: hidden;
}
h4.modal-bottom {
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
    border-bottom: 1px solid #f5f3f3;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: none !important;
    color: #000;
}
.modal-content {
    border: 0px solid transparent !important;
    border-radius: 16px 16px 0px 0px !important;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed !important;
  bottom: 0 !important;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white !important;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
span.secondline-psb-subscribe-Spotify,span.secondline-psb-subscribe-Google-Podcasts,span.secondline-psb-subscribe-Apple-Podcasts {
    width: 100%;
    float: left;
    display: inline-block;
}
.modal-body {padding: 2px 16px;}
.modal-img {
    float: left;
    width: 58px;
}
.modal {
    z-index: 9999999;
    }
body [id^=podcast-subscribe-button] .secondline-psb-subscribe-icons a.button.podcast-subscribe-button {
    background: #1DA1F2 !important;
    padding: 9px 22px !important;
    float: right !important;
    border-radius: 21px !important;
    color: #fff !important;
    font-size: 11.4px;
    letter-spacing: .2px;
    margin-top: 6px;
    width: 110px;
    text-align: center;
    font-weight: 600;
}
.modal-imgtext {
  text-align: center;
    line-height: 57px;
    float: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-left: 24px;
    margin-bottom: 20px;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.modal-open {
    overflow: hidden;
   /* position: fixed;*/
    width: 100%;
    cursor: pointer;
}
/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
#myBtn{
	display: none;
}
#myBtn_single{
	display: none;
}
a#podcast-subscribe-button_close {
    background: #F9F9F9 !important;
    color: #656262 !important;
    border: 1px solid #DEDEDE;
}
.right-sidebar {
	float: right;
}

h2.heading-title span.title-text.pp-primary-title {
	color: #004075;
	font-family: Montserrat,sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2.5px;
}

.pp-heading-separator.line_only span.pp-separator-line {
	border-bottom-style: solid;
	border-bottom-width: 2.5px;
	border-bottom-color: #f90;
	width: 100px;
	float: left;
}
span#google_podcasts_new {
    display: none;
}
span#apple_podcasts_new {
    display: none;
}

.app-image {
	max-width: 300px;
}

.app-image img {
	width: 100%;
}

.app-innersection {
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	float: left;
	width: 100%;
	clear: both;
}
.hcf_box{
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-row-gap: 10px;
	grid-column-gap: 20px;
}
.hcf_field{
	display: contents;
}
.secondline-psb-subscribe-icons > .iphone {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
@media only screen and (max-width: 768px) {
  .right-sidebar {
    float: none;
    margin: 0 auto;
    display: table;
	}
	.right-sidebar .app-outersection {margin-top: 30px;}
	.right-sidebar .pp-heading-separator.line_only span.pp-separator-line {float: none;margin: 0 auto;display: table;height: 1px;}
}
